/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_alibern -- ------------------------------------------------------ -- 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=153 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,'6','2020-08-10 16:35:04','User Returned 1 Test with code (197) at 2020-08-10 16:35:04','127.0.0.1',1),(2,'7','2020-08-10 16:43:00','User Returned 1 Test with code (197) at 2020-08-10 16:43:00','127.0.0.1',1),(3,'4','2020-08-13 11:41:34','User Returned 2 ARIEL POWDER 1KG with code (5410076189571) at 2020-08-13 11:41:34','41.80.248.195',1),(4,'7','2020-08-15 18:17:40','User Changed the price of SOKO UGALI 2KGS to: buyingprice =121.5 ,sellingprice =NaN, qty= 21.00, items with id 93 . in counter (1) at 2020-08-15 18:17:40','41.81.71.95',1),(5,'7','2020-08-16 07:24:46','User Changed the price of SOKO UGALI 2KGS to: buyingprice =121.5 ,sellingprice =125, qty= 21.00, items with id 93 . in counter (1) at 2020-08-16 07:24:46','41.80.172.150',1),(6,'4','2020-08-16 14:18:46','User Returned 2 KABRAS SUGAR 1KG with code (104) at 2020-08-16 14:18:46','41.80.248.195',1),(7,'7','2020-08-18 13:09:35','User Deleted FESTIVE BROWN 600G with code of 11 and available quantity of 8.00 .The Buying price = 63 and selling price = 70 from branch 1 at 2020-08-18 13:09:35','41.80.248.195',1),(8,'4','2020-08-19 17:40:43','User Returned 1 BROWN SUGAR 1KG with code (101) at 2020-08-19 17:40:43','41.80.248.195',1),(9,'4','2020-08-19 19:57:41','User Returned 1 10 BOB BAG with code (17) at 2020-08-19 19:57:41','41.90.39.241',1),(10,'4','2020-08-19 19:57:45','User Returned 1 KABRAS SUGAR 1KG with code (104) at 2020-08-19 19:57:45','41.90.39.241',1),(11,'4','2020-08-20 11:08:58','User Returned 1 30 BOB BAG with code (14) at 2020-08-20 11:08:58','41.90.39.241',1),(12,'7','2020-08-20 14:31:07','User Deleted 30 BOB BAG with code of 14 and available quantity of 29.00 .The Buying price = 27 and selling price = 30 from Main store and all branches at 2020-08-20 14:31:07','41.80.248.195',1),(13,'7','2020-08-20 14:34:14','User Deleted 40 BOB BAG with code of 15 and available quantity of 0.00 .The Buying price = 36 and selling price = 40 from Main store and all branches at 2020-08-20 14:34:14','41.80.248.195',1),(14,'7','2020-08-23 10:44:50','User Changed the price of FRESH FRI 2 LITRES to: buyingprice =316 ,sellingprice =350, qty= 7.00, items with id 107 . in counter (1) at 2020-08-23 10:44:50','41.212.116.2',1),(15,'7','2020-08-23 10:46:42','User Changed the price of FRESH FRI 3LITRES to: buyingprice =453 ,sellingprice =510, qty= 16.00, items with id 108 . in counter (1) at 2020-08-23 10:46:42','41.212.116.2',1),(16,'7','2020-08-23 10:46:59','User Changed the price of FRESH FRI 3LITRES to: buyingprice =453 ,sellingprice =510, qty= 16.00, items with id 108 . in counter (1) at 2020-08-23 10:46:59','41.212.116.2',1),(17,'7','2020-08-23 10:47:31','User Changed the price of FRESH FRI 2 LITRES to: buyingprice =316 ,sellingprice =350, qty= 7.00, items with id 107 . in counter (1) at 2020-08-23 10:47:31','41.212.116.2',1),(18,'7','2020-08-23 10:48:08','User Changed the price of RINA 500ML to: buyingprice =98 ,sellingprice =120, qty= 12.00, items with id 83 . in counter (1) at 2020-08-23 10:48:08','41.212.116.2',1),(19,'7','2020-08-23 10:48:44','User Changed the price of RINA 2 LITRES to: buyingprice =318 ,sellingprice =400, qty= 12.00, items with id 87 . in counter (1) at 2020-08-23 10:48:44','41.212.116.2',1),(20,'7','2020-08-23 10:49:17','User Changed the price of RINA 3 LITRES to: buyingprice =442 ,sellingprice =525, qty= 6.00, items with id 85 . in counter (1) at 2020-08-23 10:49:17','41.212.116.2',1),(21,'7','2020-08-23 10:50:16','User Changed the price of RINA 5 LITRES to: buyingprice =769 ,sellingprice =860, qty= 21.00, items with id 86 . in counter (1) at 2020-08-23 10:50:16','41.212.116.2',1),(22,'7','2020-08-23 10:55:47','User Changed the price of FRESH FRI 2 LITRES to: buyingprice =315.83 ,sellingprice =350, qty= 1.00, items with id 107 . in counter (1) at 2020-08-23 10:55:47','41.212.116.2',1),(23,'7','2020-08-23 10:56:29','User Changed the price of FRESH FRI 3LITRES to: buyingprice =452.5 ,sellingprice =510, qty= 10.00, items with id 108 . in counter (1) at 2020-08-23 10:56:29','41.212.116.2',1),(24,'7','2020-08-23 10:57:19','User Changed the price of RINA 500ML to: buyingprice =97.5 ,sellingprice =120, qty= 0.00, items with id 83 . in counter (1) at 2020-08-23 10:57:19','41.212.116.2',1),(25,'7','2020-08-23 10:58:27','User Changed the price of RINA 2 LITRES to: buyingprice =317.5 ,sellingprice =400, qty= 4.00, items with id 87 . in counter (1) at 2020-08-23 10:58:27','41.212.116.2',1),(26,'7','2020-08-23 10:59:08','User Changed the price of RINA 3 LITRES to: buyingprice =441.66 ,sellingprice =525, qty= 0.00, items with id 85 . in counter (1) at 2020-08-23 10:59:08','41.212.116.2',1),(27,'7','2020-08-23 11:00:06','User Changed the price of RINA 5 LITRES to: buyingprice =768.75 ,sellingprice =860, qty= 17.00, items with id 86 . in counter (1) at 2020-08-23 11:00:06','41.212.116.2',1),(28,'7','2020-08-23 11:00:26','User Changed the price of RINA 5 LITRES to: buyingprice =768.75 ,sellingprice =860, qty= 18.00, items with id 86 . in Main level at 2020-08-23 11:00:26','41.212.116.2',1),(29,'7','2020-08-24 16:35:48','User Changed the price of REAL TASTE CHILLI SAUCE 250G to: buyingprice =40 ,sellingprice =50, qty= 4.00, items with id 382 . in Main level at 2020-08-24 16:35:48','41.212.116.2',1),(30,'7','2020-08-24 18:36:19','User Changed the price of FESTIVE BROWN 600G to: buyingprice =63 ,sellingprice =70, qty= 12.00, items with id 237 . in counter (1) at 2020-08-24 18:36:19','41.212.116.2',1),(31,'7','2020-08-24 18:36:29','User Changed the price of FESTIVE BROWN 600G to: buyingprice =63 ,sellingprice =70, qty= 12.00, items with id 237 . in counter (1) at 2020-08-24 18:36:29','41.212.116.2',1),(32,'7','2020-08-24 18:38:42','User Changed the price of FESTIVE BROWN 600G to: buyingprice =63 ,sellingprice =70, qty= 1, items with id 237 . in counter (1) at 2020-08-24 18:38:42','41.212.116.2',1),(33,'7','2020-08-25 23:36:36','User Changed the price of BROWN SUGAR 1/2KG to: buyingprice =47 ,sellingprice =60, qty= 0.00, items with id 328 . in Main level at 2020-08-25 23:36:36','41.212.116.2',1),(34,'7','2020-08-25 23:39:44','User Changed the price of BROWN SUGAR 1KG to: buyingprice =93 ,sellingprice =120, qty= 3.00, items with id 327 . in counter (1) at 2020-08-25 23:39:44','41.212.116.2',1),(35,'4','2020-08-27 17:40:22','User Returned 1 BANTU MAIZE FLOUR 2KG with code (745114762979) at 2020-08-27 17:40:22','41.80.154.87',1),(36,'4','2020-08-28 11:34:44','User Returned 2 ZERO WATER 1LITRE with code (99) at 2020-08-28 11:34:44','41.80.154.87',1),(37,'4','2020-08-28 14:47:34','User Returned 1 RINA 1 LITRE with code (6161101661232) at 2020-08-28 14:47:34','41.80.154.87',1),(38,'4','2020-08-28 18:56:06','User Returned 1 BROWN SUGAR 1KG with code (101) at 2020-08-28 18:56:06','41.80.46.229',1),(39,'7','2020-08-29 19:06:21','User Changed the price of PEMBE NGANO 2KGS to: buyingprice =104.58 ,sellingprice =120, qty= 20.00, items with id 42 . in counter (1) at 2020-08-29 19:06:21','41.212.116.2',1),(40,'7','2020-08-29 19:07:16','User Changed the price of SOKO UGALI 2KGS to: buyingprice =107.5 ,sellingprice =125, qty= 13.00, items with id 93 . in counter (1) at 2020-08-29 19:07:16','41.212.116.2',1),(41,'7','2020-08-29 19:09:06','User Changed the price of MACCOFFE INSTANT COFFEE SACHETTES to: buyingprice =4.3 ,sellingprice =5, qty= 121.00, items with id 411 . in counter (1) at 2020-08-29 19:09:06','41.212.116.2',1),(42,'7','2020-08-29 19:09:59','User Changed the price of RHINO KUBWA MATCHBOX to: buyingprice =34 ,sellingprice =50, qty= 31.00, items with id 38 . in counter (1) at 2020-08-29 19:09:59','41.212.116.2',1),(43,'7','2020-08-29 19:10:50','User Changed the price of KENSALT 1KG to: buyingprice =28.5 ,sellingprice =40, qty= 20.00, items with id 81 . in counter (1) at 2020-08-29 19:10:50','41.212.116.2',1),(44,'7','2020-08-29 19:11:30','User Changed the price of KENSALT 1KG to: buyingprice =28.5 ,sellingprice =40, qty= 5.00, items with id 81 . in Main level at 2020-08-29 19:11:30','41.212.116.2',1),(45,'7','2020-08-29 19:12:41','User Changed the price of PEMBE UGALI 2KGS to: buyingprice =107.08 ,sellingprice =120, qty= 0.00, items with id 40 . in Main level at 2020-08-29 19:12:41','41.212.116.2',1),(46,'7','2020-08-29 19:13:14','User Changed the price of PEMBE NGANO 2KGS to: buyingprice =104.58 ,sellingprice =120, qty= 15.00, items with id 42 . in Main level at 2020-08-29 19:13:14','41.212.116.2',1),(47,'7','2020-08-29 19:13:44','User Changed the price of SOKO UGALI 2KGS to: buyingprice =107.5 ,sellingprice =125, qty= 0.00, items with id 93 . in Main level at 2020-08-29 19:13:44','41.212.116.2',1),(48,'7','2020-08-29 19:14:13','User Changed the price of MACCOFFE INSTANT COFFEE SACHETTES to: buyingprice =4.3 ,sellingprice =5, qty= 0.00, items with id 411 . in Main level at 2020-08-29 19:14:13','41.212.116.2',1),(49,'7','2020-08-29 19:14:39','User Changed the price of RHINO KUBWA MATCHBOX to: buyingprice =34 ,sellingprice =50, qty= 37.00, items with id 38 . in Main level at 2020-08-29 19:14:39','41.212.116.2',1),(50,'7','2020-08-29 19:24:56','User Changed the price of KENSALT 1KG to: buyingprice =28.5 ,sellingprice =40, qty= 5.00, items with id 81 . in Main level at 2020-08-29 19:24:56','41.212.116.2',1),(51,'7','2020-08-29 19:25:16','User Changed the price of MACCOFFE INSTANT COFFEE SACHETTES to: buyingprice =4.33 ,sellingprice =5, qty= 0.00, items with id 411 . in Main level at 2020-08-29 19:25:16','41.212.116.2',1),(52,'7','2020-08-29 19:26:42','User Changed the price of RHINO KUBWA MATCHBOX PCS to: buyingprice =3.4 ,sellingprice =5, qty= 0.00, items with id 415 . in Main level at 2020-08-29 19:26:42','41.212.116.2',1),(53,'7','2020-08-31 19:34:43','User Changed the price of MENENGAI BAR SOAP 1KG to: buyingprice =136 ,sellingprice =150, qty= 11.00, items with id 349 . in Main level at 2020-08-31 19:34:43','41.212.116.2',1),(54,'7','2020-08-31 19:36:00','User Changed the price of MENENGAI BAR SOAP 800G to: buyingprice =110 ,sellingprice =125, qty= 0.00, items with id 348 . in Main level at 2020-08-31 19:36:00','41.212.116.2',1),(55,'7','2020-08-31 20:04:17','User Deleted PK NDOGO with code of 58 and available quantity of 6.00 .The Buying price = 5.4 and selling price = 6 from Main store and all branches at 2020-08-31 20:04:17','41.212.116.2',1),(56,'7','2020-08-31 20:11:34','User Changed the price of PK BLUE to: buyingprice =4.2 ,sellingprice =6, qty= 0.00, items with id 441 . in Main level at 2020-08-31 20:11:34','41.212.116.2',1),(57,'7','2020-08-31 20:12:13','User Changed the price of PK CINNAMON to: buyingprice =4.2 ,sellingprice =6, qty= 0.00, items with id 442 . in Main level at 2020-08-31 20:12:13','41.212.116.2',1),(58,'7','2020-08-31 20:15:52','User Changed the price of SAWA BATHING SOAP 250G to: buyingprice =38.33 ,sellingprice =45, qty= 21.00, items with id 338 . in Main level at 2020-08-31 20:15:52','41.212.116.2',1),(59,'7','2020-08-31 20:16:42','User Changed the price of TROPICAL MINTS to: buyingprice =3.33 ,sellingprice =5, qty= 10.00, items with id 395 . in Main level at 2020-08-31 20:16:42','41.212.116.2',1),(60,'7','2020-08-31 20:22:54','User Changed the price of PK YELLOW to: buyingprice =4.6 ,sellingprice =6, qty= 0.00, items with id 443 . in Main level at 2020-08-31 20:22:54','41.212.116.2',1),(61,'4','2020-09-01 13:03:31','User Returned 1 DANEEL SERVIETTES with code (172) at 2020-09-01 13:03:31','41.80.245.224',1),(62,'7','2020-09-01 20:59:22','User Deleted FRESH CHEWING GUMS with code of 59 and available quantity of 0.00 .The Buying price = 4.5 and selling price = 5 from Main store and all branches at 2020-09-01 20:59:22','41.212.116.2',1),(63,'4','2020-09-02 08:51:04','User Returned 1 DANEEL SERVIETTES with code (172) at 2020-09-02 08:51:04','41.80.46.229',1),(64,'4','2020-09-02 17:36:37','User Returned 1 FANTA ORANGE 1.25LITRES with code (77) at 2020-09-02 17:36:37','41.80.245.224',1),(65,'7','2020-09-02 19:11:32','User Changed the price of EGGS to: buyingprice =10 ,sellingprice =12, qty= 5.00, items with id 10 . in Main level at 2020-09-02 19:11:32','41.212.116.2',1),(66,'4','2020-09-03 12:08:42','User Returned 1 COKE 1.25LITRES with code (79) at 2020-09-03 12:08:42','41.80.46.229',1),(67,'4','2020-09-03 15:01:06','User Returned 1 DANEEL SERVIETTES with code (172) at 2020-09-03 15:01:06','41.80.135.120',1),(68,'4','2020-09-04 09:06:28','User Returned 1 DANEEL SERVIETTES with code (172) at 2020-09-04 09:06:28','41.90.41.14',1),(69,'4','2020-09-04 11:05:50','User Returned 2 TOOTHPICKS with code (13) at 2020-09-04 11:05:50','41.90.41.14',1),(70,'4','2020-09-04 13:03:28','User Returned 2 DELAMERE STRAWBERRY 250ML with code (6164000033070) at 2020-09-04 13:03:28','41.90.41.14',1),(71,'4','2020-09-05 14:59:24','User Returned 1 DANEEL SERVIETTES with code (172) at 2020-09-05 14:59:24','41.80.151.19',1),(72,'4','2020-09-05 17:31:39','User Returned 1 PEMBE NGANO 2KGS with code (6009627050034) at 2020-09-05 17:31:39','41.80.130.34',1),(73,'4','2020-09-06 11:17:07','User Returned 1 DANEEL SERVIETTES with code (172) at 2020-09-06 11:17:07','41.80.130.34',1),(74,'4','2020-09-06 15:19:07','User Returned 1 DANEEL SERVIETTES with code (172) at 2020-09-06 15:19:07','41.80.231.96',1),(75,'4','2020-09-07 09:23:54','User Returned 1 DANEEL SERVIETTES with code (172) at 2020-09-07 09:23:54','41.80.145.81',1),(76,'4','2020-09-07 17:39:02','User Returned 1 FRESH FRI 5 LITRES with code (6161106610259) at 2020-09-07 17:39:02','41.80.231.96',1),(77,'4','2020-09-09 14:45:50','User Returned 1 SUNLIGHT BAR SOAP 900G with code (6162006602771) at 2020-09-09 14:45:50','41.90.56.137',1),(78,'4','2020-09-12 15:38:27','User Returned 2 FESTIVE WHITE 600G with code (31) at 2020-09-12 15:38:27','105.163.22.106',1),(79,'4','2020-09-12 15:38:33','User Returned 1 MAXBRITE SCOURING PADS with code (6161106002146) at 2020-09-12 15:38:33','105.163.22.106',1),(80,'4','2020-09-12 15:38:40','User Returned 1 SUNLIGHT POWDER PINK 1KG with code (6161109724038) at 2020-09-12 15:38:40','105.163.22.106',1),(81,'4','2020-09-13 12:20:13','User Returned 1 MENENGAI BAR SOAP 1KG with code (123) at 2020-09-13 12:20:13','105.163.22.106',1),(82,'4','2020-09-13 12:20:27','User Returned 4 DAAWAT RICE 1KG with code (137) at 2020-09-13 12:20:27','105.163.22.106',1),(83,'4','2020-09-13 12:20:32','User Returned 1 DANEEL SERVIETTES with code (172) at 2020-09-13 12:20:32','105.163.22.106',1),(84,'4','2020-09-15 13:05:42','User Returned 1 PARLE NICE 72.25G with code (8901719903427) at 2020-09-15 13:05:42','105.163.31.120',1),(85,'7','2020-09-15 15:48:35','User Changed the price of ROXY CHOCOLATES to: buyingprice =15 ,sellingprice =20, qty= 22.00, items with id 400 . in Main level at 2020-09-15 15:48:35','41.212.116.2',1),(86,'7','2020-09-15 18:52:57','User Changed the price of YELLOW SOLID OIL 1KG to: buyingprice =108 ,sellingprice =110, qty= 0.00, items with id 447 . in Main level at 2020-09-15 18:52:57','41.212.116.2',1),(87,'4','2020-09-15 19:33:02','User Returned 1 KENSALT 500G with code (6161101280013) at 2020-09-15 19:33:02','105.163.22.106',1),(88,'4','2020-09-15 19:33:12','User Returned 1 FRESH PEPPER MINT with code (429) at 2020-09-15 19:33:12','105.163.22.106',1),(89,'4','2020-09-15 19:33:31','User Returned 1 FRESH PEPPER MINT with code (429) at 2020-09-15 19:33:31','105.163.22.106',1),(90,'4','2020-09-16 09:45:49','User Returned 1 DANEEL SERVIETTES with code (172) at 2020-09-16 09:45:49','105.163.31.120',1),(91,'7','2020-09-16 21:50:37','User Deleted PANADOL ADVANCE with code of 268 and available quantity of 153.00 .The Buying price = 10 and selling price = 12 from branch 1 at 2020-09-16 21:50:37','41.212.116.2',1),(92,'4','2020-09-17 13:42:26','User Returned 4 PK CINNAMON with code (432) at 2020-09-17 13:42:26','105.163.31.120',1),(93,'4','2020-09-17 18:57:55','User Returned 1 PARLE NICE 72.25G with code (8901719903427) at 2020-09-17 18:57:55','105.163.22.106',1),(94,'4','2020-09-17 18:57:58','User Returned 1 PARLE MILK POWER 72.25G with code (8901719903434) at 2020-09-17 18:57:58','105.163.22.106',1),(95,'4','2020-09-18 17:32:16','User Returned 1 AJAB NGANO 2KGS with code (6161113940141) at 2020-09-18 17:32:16','105.163.22.106',1),(96,'4','2020-09-19 13:18:20','User Returned 1 KRACKLES BANG BANG CHILLI 30G with code (6164000072048) at 2020-09-19 13:18:20','105.163.45.49',1),(97,'4','2020-09-19 13:18:24','User Returned 1 MINUTE MAID MANGO 400ML with code (94) at 2020-09-19 13:18:24','105.163.45.49',1),(98,'4','2020-09-19 13:18:27','User Returned 1 KRACKLES BANG BANG CHILLI 30G with code (6164000072048) at 2020-09-19 13:18:27','105.163.45.49',1),(99,'7','2020-09-20 14:12:33','User Deleted ROXY CHOCOLATES with code of 174 and available quantity of 39.00 .The Buying price = 15 and selling price = 20 from branch 1 at 2020-09-20 14:12:33','105.163.37.181',1),(100,'7','2020-09-21 17:59:03','User Deleted ROXY CHOCOLATES with code of 174 and available quantity of 10.00 .The Buying price = 15 and selling price = 20 from Main store and all branches at 2020-09-21 17:59:03','41.212.116.2',1),(101,'7','2020-09-21 20:25:59','User Changed the price of RHINO NDOGO MATCHBOX PCS to: buyingprice =2.3 ,sellingprice =3, qty= 21.00, items with id 416 . in Main level at 2020-09-21 20:25:59','41.212.116.2',1),(102,'4','2020-09-22 19:59:31','User Returned 1 DELAMERE STRAWBERRY 450G with code (6164000033179) at 2020-09-22 19:59:31','105.163.21.195',1),(103,'4','2020-09-23 14:47:47','User Returned 1 SAF 20 with code (494) at 2020-09-23 14:47:47','105.163.37.181',1),(104,'7','2020-09-25 14:49:51','User Changed the price of AJAB NGANO 2KGS to: buyingprice =116.67 ,sellingprice =125, qty= 4.00, items with id 143 . in Main level at 2020-09-25 14:49:51','105.163.31.186',1),(105,'7','2020-09-25 14:52:57','User Changed the price of SAWA BATHING SOAP 250G to: buyingprice =37.5 ,sellingprice =45, qty= 21.00, items with id 338 . in Main level at 2020-09-25 14:52:57','105.163.31.186',1),(106,'7','2020-09-25 15:00:15','User Deleted SAWA COCNUT with code of 6161106611805 and available quantity of 0.00 .The Buying price = 35 and selling price = 45 from Main store and all branches at 2020-09-25 15:00:15','105.163.31.186',1),(107,'7','2020-09-25 15:00:45','User Deleted SAWA PINK with code of 6161106610723 and available quantity of 0.00 .The Buying price = 35 and selling price = 45 from Main store and all branches at 2020-09-25 15:00:45','105.163.31.186',1),(108,'7','2020-09-25 19:26:59','User Changed the price of MILK POWER BISCUIT 195.5 G to: buyingprice =55 ,sellingprice =65, qty= 0.00, items with id 478 . in Main level at 2020-09-25 19:26:59','41.212.116.2',1),(109,'7','2020-09-28 17:18:10','User Changed the price of BUTTERFLY SPAGHETTI to: buyingprice =36.45 ,sellingprice =50, qty= 1.00, items with id 384 . in Main level at 2020-09-28 17:18:10','41.212.116.2',1),(110,'4','2020-09-30 15:21:37','User Returned 1 SAF 100 with code (492) at 2020-09-30 15:21:37','105.163.24.6',1),(111,'7','2020-09-30 18:58:56','User Changed the price of sonaplast to: buyingprice =3 ,sellingprice =5, qty= 35.00, items with id 460 . in Main level at 2020-09-30 18:58:56','41.212.116.2',1),(112,'4','2020-09-30 20:23:14','User Returned 1 BROOKSIDE LONG LIFE 500ML with code (6161101000543) at 2020-09-30 20:23:14','105.163.24.6',1),(113,'4','2020-10-03 16:11:59','User Returned 1 AFIA JUICE 500ML with code (6008459000453) at 2020-10-03 16:11:59','105.163.24.6',1),(114,'4','2020-10-05 15:13:19','User Returned 1 SODA RETURNABLE 300ML with code (16) at 2020-10-05 15:13:19','105.163.56.78',1),(115,'4','2020-10-06 14:13:58','User Returned 1 SODA RETURNABLE 300ML with code (16) at 2020-10-06 14:13:58','105.163.56.78',1),(116,'4','2020-10-06 14:14:27','User Returned 1 SODA RETURNABLE 300ML with code (16) at 2020-10-06 14:14:27','105.163.56.78',1),(117,'4','2020-10-06 14:15:13','User Returned 1 SODA RETURNABLE 300ML with code (16) at 2020-10-06 14:15:13','105.163.56.78',1),(118,'4','2020-10-07 15:28:13','User Returned 1 SODA RETURNABLE 300ML with code (16) at 2020-10-07 15:28:13','105.163.56.78',1),(119,'4','2020-10-07 15:55:32','User Returned 1 AFIA JUICE 300ML with code (6008459000507) at 2020-10-07 15:55:32','105.163.56.78',1),(120,'4','2020-10-09 19:18:32','User Returned 2 ROXY CHOCOLATES with code (174) at 2020-10-09 19:18:32','196.216.95.122',1),(121,'4','2020-10-11 13:26:26','User Returned 4 KINANGOP MILK 500ML with code (6164001166272) at 2020-10-11 13:26:26','105.163.42.1',1),(122,'4','2020-10-11 13:26:34','User Returned 1 BELLA TISSUE 4 PACK with code (184) at 2020-10-11 13:26:34','105.163.42.1',1),(123,'7','2020-10-12 19:37:44','User Changed the price of ZERO WATER 20LITRES to: buyingprice =350 ,sellingprice =450, qty= 0, items with id 250 . in Main level at 2020-10-12 19:37:44','41.212.14.138',1),(124,'7','2020-10-12 19:39:24','User Changed the price of ZERO WATER 10LITRES to: buyingprice =200 ,sellingprice =250, qty= 0.00, items with id 249 . in Main level at 2020-10-12 19:39:24','41.212.14.138',1),(125,'4','2020-10-12 19:40:41','User Returned 1 BROWN SUGAR 1KG with code (101) at 2020-10-12 19:40:41','105.163.42.1',1),(126,'7','2020-10-12 19:41:23','User Changed the price of ZERO WATER 500ML to: buyingprice =14.58 ,sellingprice =25, qty= 1.00, items with id 324 . in Main level at 2020-10-12 19:41:23','41.212.14.138',1),(127,'7','2020-10-12 19:42:38','User Changed the price of ZERO WATER 5LITRES to: buyingprice =87.5 ,sellingprice =120, qty= 15.00, items with id 248 . in Main level at 2020-10-12 19:42:38','41.212.14.138',1),(128,'4','2020-10-13 14:42:22','User Returned 1 FANTA ORANGE 500ML with code (83) at 2020-10-13 14:42:22','105.163.42.1',1),(129,'4','2020-10-14 13:14:11','User Returned 1 ROYCO CHICKEN SATCHET with code (37) at 2020-10-14 13:14:11','105.163.42.1',1),(130,'4','2020-10-16 11:34:30','User Returned 1 SALAD OIL 1/2 LITRE with code (105) at 2020-10-16 11:34:30','41.60.237.20',1),(131,'4','2020-10-16 11:34:34','User Returned 1 SINDANO RICE 1KG with code (143) at 2020-10-16 11:34:34','41.60.237.20',1),(132,'4','2020-10-16 19:20:36','User Returned 1 RINA 1 LITRE with code (6161101661232) at 2020-10-16 19:20:36','41.60.237.20',1),(133,'4','2020-10-17 12:34:27','User Returned 1 PARLE MILK POWER 72.25G with code (8901719903434) at 2020-10-17 12:34:27','41.60.237.20',1),(134,'4','2020-10-17 16:06:52','User Returned 1 BROWN SUGAR 1KG with code (101) at 2020-10-17 16:06:52','41.60.237.20',1),(135,'4','2020-10-17 19:58:52','User Returned 0.5 ZENTA SOAP 1KG with code (512) at 2020-10-17 19:58:52','41.60.237.20',1),(136,'4','2020-10-19 09:54:08','User Returned 1 AIRTEL 20 with code (498) at 2020-10-19 09:54:08','41.60.237.20',1),(137,'4','2020-10-19 18:10:59','User Returned 1 30 BOB BAG with code (201) at 2020-10-19 18:10:59','41.60.237.20',1),(138,'4','2020-10-19 18:11:05','User Returned 1 10 BOB BAG with code (17) at 2020-10-19 18:11:05','41.60.237.20',1),(139,'4','2020-10-22 18:47:35','User Returned 1 DANEEL SERVIETTES with code (172) at 2020-10-22 18:47:35','105.163.36.90',1),(140,'4','2020-10-23 19:22:20','User Returned 1 FESTIVE WHITE 400G with code (32) at 2020-10-23 19:22:20','196.216.94.205',1),(141,'4','2020-10-23 19:22:24','User Returned 1 15 BOB BAG with code (18) at 2020-10-23 19:22:24','196.216.94.205',1),(142,'4','2020-10-23 19:23:38','User Returned 1 BELLA JUMBO ROLL with code (6164000242595) at 2020-10-23 19:23:38','196.216.94.205',1),(143,'4','2020-10-24 12:30:19','User Returned 1 PARLE MILK POWER 72.25G with code (8901719903434) at 2020-10-24 12:30:19','105.163.36.90',1),(144,'4','2020-10-24 12:30:31','User Returned 1 AJAB NGANO 1KG with code (6161113940134) at 2020-10-24 12:30:31','105.163.36.90',1),(145,'4','2020-10-24 18:33:25','User Returned 1 FESTIVE WHITE 400G with code (32) at 2020-10-24 18:33:25','196.216.94.205',1),(146,'4','2020-10-24 18:33:29','User Returned 1 ERIPRIDE APRICOT HANDWASH with code (6164003349239) at 2020-10-24 18:33:29','196.216.94.205',1),(147,'4','2020-10-24 19:55:43','User Returned 1 SODA RETURNABLE 300ML with code (16) at 2020-10-24 19:55:43','105.163.36.90',1),(148,'4','2020-10-26 17:04:42','User Returned 1 SAF 50 with code (493) at 2020-10-26 17:04:42','105.163.27.65',1),(149,'4','2020-10-26 17:04:44','User Returned 1 TRUFFES CHOCOLATE with code (513) at 2020-10-26 17:04:44','105.163.27.65',1),(150,'4','2020-10-26 17:04:45','User Returned 1 SAF 10 with code (495) at 2020-10-26 17:04:45','105.163.27.65',1),(151,'4','2020-10-26 17:04:48','User Returned 1 SAF 20 with code (494) at 2020-10-26 17:04:48','105.163.27.65',1),(152,'4','2020-11-02 11:14:52','User Returned 1 FESTIVE WHITE 400G with code (32) at 2020-11-02 11:14:52','41.90.42.83',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 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assets` -- LOCK TABLES `assets` WRITE; /*!40000 ALTER TABLE `assets` DISABLE KEYS */; /*!40000 ALTER TABLE `assets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assignbranches` -- DROP TABLE IF EXISTS `assignbranches`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assignbranches` ( `id` int(11) NOT NULL AUTO_INCREMENT, `branchid` int(11) DEFAULT NULL, `employeeno` int(11) DEFAULT NULL, `status` int(11) NOT NULL, `description` text DEFAULT NULL COMMENT 'Description of a credit / debit', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `updateddate` varchar(40) NOT NULL, PRIMARY KEY (`id`), KEY `contract` (`branchid`), KEY `employee` (`employeeno`), KEY `type` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assignbranches` -- LOCK TABLES `assignbranches` WRITE; /*!40000 ALTER TABLE `assignbranches` DISABLE KEYS */; /*!40000 ALTER TABLE `assignbranches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assigntask` -- DROP TABLE IF EXISTS `assigntask`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assigntask` ( `id` int(30) NOT NULL, `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, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `branch` -- LOCK TABLES `branch` WRITE; /*!40000 ALTER TABLE `branch` DISABLE KEYS */; INSERT INTO `branch` VALUES (1,'Counter','<H1 style=\"margin:0px;\">ROBISEARCH LTD</H1>\r\nP.O BOX 159-50404 JUJA\r\nTELEPHONE:0780655987\r\nTILL NO::0708325411\r\n<center><h1>PAYBILL NO:XXXX</h1></center>','2020-05-15 13:15:48','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=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `collection` -- LOCK TABLES `collection` WRITE; /*!40000 ALTER TABLE `collection` DISABLE KEYS */; INSERT INTO `collection` VALUES (1,'2020-08-06 15:48:12','41596717980','2000','','68800','4','1',1030,'','paid','',NULL,NULL),(2,'2020-08-12 14:59:57','71597170413','747','','0','7','1',1050,'','paid','',NULL,NULL),(3,'2020-08-12 15:01:18','71597167612','12132','','0','7','1',1050,'','paid','',NULL,NULL); /*!40000 ALTER TABLE `collection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `commission` -- DROP TABLE IF EXISTS `commission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `commission` ( `id` int(11) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `name` varchar(50) NOT NULL, `datesold` varchar(40) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `profit` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `paymentdate` varchar(50) NOT NULL, `rate` varchar(30) NOT NULL, `customer` varchar(30) NOT NULL, `customerphone` varchar(50) NOT NULL, `customeremail` varchar(50) NOT NULL, `customerlocation` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` varchar(40) NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'New', `paid` decimal(10,2) NOT NULL, `expcommission` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `commission` -- LOCK TABLES `commission` WRITE; /*!40000 ALTER TABLE `commission` DISABLE KEYS */; /*!40000 ALTER TABLE `commission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `complain` -- DROP TABLE IF EXISTS `complain`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `complain` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `type` varchar(30) NOT NULL, `messageid` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `complain` -- LOCK TABLES `complain` WRITE; /*!40000 ALTER TABLE `complain` DISABLE KEYS */; /*!40000 ALTER TABLE `complain` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `complaindata` -- DROP TABLE IF EXISTS `complaindata`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `complaindata` ( `id` int(30) NOT NULL, `description` text NOT NULL, `date` varchar(50) NOT NULL, `taskid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `complaindata` -- LOCK TABLES `complaindata` WRITE; /*!40000 ALTER TABLE `complaindata` DISABLE KEYS */; /*!40000 ALTER TABLE `complaindata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `constants` -- DROP TABLE IF EXISTS `constants`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `constants` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(30) NOT NULL, `amount` decimal(10,2) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `category` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `constants` -- LOCK TABLES `constants` WRITE; /*!40000 ALTER TABLE `constants` DISABLE KEYS */; INSERT INTO `constants` VALUES (1,'Relief',2400.00,'active',1,1,'Relief'),(2,'Pension',200.00,'active',1,1,'Pension'),(3,'NSSF',200.00,'oldrate',1,1,'NSSF'),(4,'Minimum Paye',24000.00,'active',1,1,'MinimumPaye'); /*!40000 ALTER TABLE `constants` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contact` -- DROP TABLE IF EXISTS `contact`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `contact` ( `id` int(50) NOT NULL AUTO_INCREMENT, `country` varchar(60) NOT NULL, `firstname` varchar(50) NOT NULL, `lastname` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contact` -- LOCK TABLES `contact` WRITE; /*!40000 ALTER TABLE `contact` DISABLE KEYS */; INSERT INTO `contact` VALUES (1,'','karen makena','kinoti','karenmakena3@gmail.com','0702400635','','hi i want to be a shujaa also','2016-12-13 06:47:33am',''); /*!40000 ALTER TABLE `contact` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contactdetails` -- DROP TABLE IF EXISTS `contactdetails`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `contactdetails` ( `id` int(50) NOT NULL AUTO_INCREMENT, `title` text NOT NULL, `website` text NOT NULL, `contactdetails` text NOT NULL, `email` text NOT NULL, `phone` text NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `facebook` text NOT NULL, `twitter` text NOT NULL, `instagram` text NOT NULL, `linkedin` text NOT NULL, `youtube` text NOT NULL, `location` text NOT NULL, `aboutustitle` text NOT NULL, `aboutus` text NOT NULL, `whyustitle` text NOT NULL, `whyus` text NOT NULL, `whatsapp` text NOT NULL, `websites` text NOT NULL, `otherlinks` text NOT NULL, `termstitle` text NOT NULL, `terms` text NOT NULL, `deliverytitle` text NOT NULL, `delivery` text NOT NULL, `privacytitle` text NOT NULL, `privacy` text NOT NULL, `branches` text NOT NULL, `telegram` text NOT NULL, `otherlinktitle` text NOT NULL, `aboutuslogo` text NOT NULL, `businessname` text NOT NULL, `business` varchar(30) NOT NULL, `vision` text NOT NULL, `mission` text NOT NULL, `corevalues` text NOT NULL, `ourpromise` text NOT NULL, `returnpolicy` text NOT NULL, `workinghours` text NOT NULL, `updatedat` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `careertitle` text NOT NULL, `career` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contactdetails` -- LOCK TABLES `contactdetails` WRITE; /*!40000 ALTER TABLE `contactdetails` DISABLE KEYS */; INSERT INTO `contactdetails` VALUES (1,'','https://robisearch.com/','kinoti','karenmakena3@gmail.com','0754413386, 0716413386,0780655987','','We have from 01/07/2020 to 31/8/2010','2016-12-13 06:47:33am','1',1,0,'https://web.facebook.com/Robiearch/','https://twitter.com/robisearch','https://www.linkedin.com/in/robert-manyala-995177122/','https://www.linkedin.com/in/robert-manyala-995177122/','https://www.youtube.com/channel/UC9Z1YpMKlCgwqn4H1nT1hLg/featured','Nairobi -Nara Fourth Floor,</br> Kisii-Oyondi Building','<b>About Us </b>','Robisearch Ltd is an ICT company that begun in 2011 as a result of innovations that transform lives globally. We are a member of the Nairobi Chambers (KNCCI) organization.We have great experience in dealing with customers having handled over 500 clients in all Kenyan towns such as Juja, Nairobi, Mombasa and Kisumu as well as beyond the country.We provide our clients with adequate support thus providing more value to our customers .Our systems are customized to fit a clients particular need.We are the company behind various innovations like…..</br>','Why Us ','We have a well-organized support and maintenance structure that we will sign with you as a Service Level Agreement that guarantees you;','https://api.whatsapp.com/send?phone=254716413386&text=&source=&data=&app_absent=','','POS.robisearch.com/','Terms and Condition ','karenmakena3@gmail.com','Delivery Information','Shipping Agents and Times</br>\r\n\r\nOur products ordered before 3pm are shipped within 24 Hours using the following carriers, Umash Bus Sacco, Easy Coach Sacco, North Rift Sacco or any other of your choice. Orders Placed in later hours are shipped on the following days</br>\r\nZipping Zones and Costs</br>\r\n\r\nOur shipping Zones are categorized into Coast Region, Rift Valley Region, Nairobi Region, North Easter Region and Nyanza Region. All orders to be collected at our shop are not chargeable any shipping cost. However all the other places we charge shipping cost depending with what our shipping agents charges; basically a shipping cost of between Ksh300- 400 applies except for regions within Nairobi County where a fee of roughly Ksh 150 – 200 applies. All shipping cost is subject to change without any notice.</br>','Privacy Details','PRIVACY POLICY</br>\r\n\r\nThis Privacy Policy explains what personal data is collected when you use the jiji.ng any jiji.ng mobile application, or website (“Jiji”, \"Website\", or \"App\") and the services provided through it (together with the Website and the App, the “Service”), how such personal data will be used, shared.</br>\r\n\r\nBY USING THE SERVICE, YOU PROMISE US THAT (I) YOU HAVE READ, UNDERSTOOD AND AGREED TO THIS PRIVACY POLICY, AND (II) YOU ARE OVER 16 YEARS OF AGE (OR HAVE HAD YOUR PARENT OR GUARDIAN READ AND AGREED TO THIS PRIVACY POLICY FOR YOU). If you do not agree or you are unable to make this promise, you must not use the Service. In such case, you must contact the support team via online chat or email to request deletion of your account and data.</br>\r\n\r\nProcess in respect of personal data, means to collect, store, and disclose to others.</br>\r\n\r\nTABLE OF CONTENTS</br>\r\n\r\n1. PERSONAL DATA CONTROLLER</br>\r\n\r\n2. CATEGORIES OF PERSONAL DATA WE COLLECT</br>\r\n\r\n3. FOR WHAT PURPOSES WE PROCESS PERSONAL DATA</br>\r\n\r\n4. AUTHORISED REQUIREMENT FOR PROCESSING YOUR PERSONAL DATA</br>\r\n\r\n5. WHO WE SHARE YOUR PERSONAL DATA WITH\r\n</br>\r\n6. HOW YOU CAN EXERCISE YOUR PRIVACY RIGHTS</br>\r\n\r\n7. AGE LIMITATION</br>\r\n\r\n8. CHANGES TO THIS PRIVACY POLICY</br>\r\n\r\n9. DATA RETENTION\r\n</br>\r\n10. CONTACT US</br>','Juja, Kisii','https://api.whatsapp.com/send?phone=254716413386&text=&source=&data=&app_absent=','POS LINK','2147483647','Robisearch is an ICT business organization that deals ICT based solutions. We have been in the industry since 2011. Our main activity is software developement. ','ROBISEARCH LTD',' Transforming the world through innovation',' To be the best ICT company offering innovate services globally.','nnovation, Integrity, hardwork, commitment, honesty, equality, justice, fairness, love.','To Give the best services at all times','Return Policy</br>\r\n\r\nAll defined terms used below shall have the meanings set forth in our Terms and Conditions. If you are not happy with your purchase, we will accept a return of a unused product within 7 days. Once we receive the returned item Breejoz Baby Shop & Maternity Collections will then give a full refund (excluding shipping as we are unable to refund the initial shipping cost of your order). Please allow 1-2 weeks for your return to be processed.</br>',' WORKING HOURS</br>\r\n\r\n Mon 8:00am - 6:00pm</br>\r\n Tue 8:00am - 6:00pm</br>\r\n Wed 8:00am - 6:00pm</br>\r\n Thur 8:00am - 6:00pm</br>\r\n Fri 8:00am - 6:00pm</br>\r\n Sat 8:00am - 6:00pm</br>\r\n\r\n','2020-07-04 08:44:24',1,'Job Vacancy','Join our sales team as online marketers'); /*!40000 ALTER TABLE `contactdetails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `county` -- DROP TABLE IF EXISTS `county`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `county` ( `id` int(40) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `name` varchar(255) DEFAULT NULL, `provincecode` varchar(50) NOT NULL, `description` text NOT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `county` -- LOCK TABLES `county` WRITE; /*!40000 ALTER TABLE `county` DISABLE KEYS */; INSERT INTO `county` VALUES (1,'1','Mombasa','2','Mombasa','0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'2','Kwale','2','Kwale','0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,'3','Kilifi','2','Kilifi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,'4','Tana River','2','Tana River','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,'5','Lamu','2','Lamu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,'6','Taita-Taveta','2','Taita-Taveta','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,'7','Garissa','5','Garissa','0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,'8','Wajir','5','Wajir','0000-00-00 00:00:00','0000-00-00 00:00:00'),(9,'9','Mandera','5','Mandera','0000-00-00 00:00:00','0000-00-00 00:00:00'),(10,'10','Marsabit','3','Marsabit','0000-00-00 00:00:00','0000-00-00 00:00:00'),(11,'11','Isiolo','3','Isiolo','0000-00-00 00:00:00','0000-00-00 00:00:00'),(12,'12','Meru','3','Meru','0000-00-00 00:00:00','0000-00-00 00:00:00'),(13,'13','Tharaka-Nithi','3','Tharaka-Nithi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(14,'14','Embu','3','Embu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(15,'15','Kitui','3','Kitui','0000-00-00 00:00:00','0000-00-00 00:00:00'),(16,'16','Machakos','3','Machakos','0000-00-00 00:00:00','0000-00-00 00:00:00'),(17,'17','Makueni','3','Makueni','0000-00-00 00:00:00','0000-00-00 00:00:00'),(18,'18','Nyandarua','1','Nyandarua','0000-00-00 00:00:00','0000-00-00 00:00:00'),(19,'19','Nyeri','1','Nyeri','0000-00-00 00:00:00','0000-00-00 00:00:00'),(20,'20','Kirinyaga','1','Kirinyaga','0000-00-00 00:00:00','0000-00-00 00:00:00'),(21,'21','Murang\'a','1','Murang\'a','0000-00-00 00:00:00','0000-00-00 00:00:00'),(22,'22','Kiambu','1','Kiambu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(23,'23','Turkana','7','Turkana','0000-00-00 00:00:00','0000-00-00 00:00:00'),(24,'24','West Pokot','7','West Pokot','0000-00-00 00:00:00','0000-00-00 00:00:00'),(25,'25','Samburu','7','Samburu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(26,'26','Trans-Nzoia','7','Trans-Nzoia','0000-00-00 00:00:00','0000-00-00 00:00:00'),(27,'27','Uasin Gishu','7','Uasin Gishu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(28,'28','Elgeyo-Marakwet','7','Elgeyo-Marakwet','0000-00-00 00:00:00','0000-00-00 00:00:00'),(29,'29','Nandi','7','Nandi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(30,'30','Baringo','7','Baringo','0000-00-00 00:00:00','0000-00-00 00:00:00'),(31,'31','Laikipia','7','Laikipia','0000-00-00 00:00:00','0000-00-00 00:00:00'),(32,'32','Nakuru','7','Nakuru','0000-00-00 00:00:00','0000-00-00 00:00:00'),(33,'33','Narok','7','Narok','0000-00-00 00:00:00','0000-00-00 00:00:00'),(34,'34','Kajiado','7','Kajiado','0000-00-00 00:00:00','0000-00-00 00:00:00'),(35,'35','Kericho','7','Kericho','0000-00-00 00:00:00','0000-00-00 00:00:00'),(36,'36','Bomet','7','Bomet','0000-00-00 00:00:00','0000-00-00 00:00:00'),(37,'37','Kakamega','8','Kakamega','0000-00-00 00:00:00','0000-00-00 00:00:00'),(38,'38','Vihiga','8','Vihiga','0000-00-00 00:00:00','0000-00-00 00:00:00'),(39,'39','Bungoma','8','Bungoma','0000-00-00 00:00:00','0000-00-00 00:00:00'),(40,'40','Busia','8','Busia','0000-00-00 00:00:00','0000-00-00 00:00:00'),(41,'41','Siaya','6','Siaya','0000-00-00 00:00:00','0000-00-00 00:00:00'),(42,'42','Kisumu','6','Kisumu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(43,'43','Homa Bay','6','Homa Bay','0000-00-00 00:00:00','0000-00-00 00:00:00'),(44,'44','Migori','6','Migori','0000-00-00 00:00:00','0000-00-00 00:00:00'),(45,'45','Kisii','6','Kisii','0000-00-00 00:00:00','0000-00-00 00:00:00'),(46,'46','Nyamira','6','Nyamira','0000-00-00 00:00:00','0000-00-00 00:00:00'),(47,'47','Nairobi','4','Nairobi','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `county` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `currency` -- DROP TABLE IF EXISTS `currency`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `currency` ( `id` int(11) NOT NULL, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `currency` -- LOCK TABLES `currency` WRITE; /*!40000 ALTER TABLE `currency` DISABLE KEYS */; INSERT INTO `currency` VALUES (1,'Ksh','','2018-03-06 19:44:07pm','active','1','','1'),(2,'URO','','','active','','','1'),(3,'USD','','','active','','','1'); /*!40000 ALTER TABLE `currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `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 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `damages` -- LOCK TABLES `damages` WRITE; /*!40000 ALTER TABLE `damages` DISABLE KEYS */; /*!40000 ALTER TABLE `damages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `deals` -- DROP TABLE IF EXISTS `deals`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `deals` ( `id` int(50) NOT NULL AUTO_INCREMENT, `owner` varchar(100) NOT NULL, `title` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `nextstep` text NOT NULL, `contactname` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `fromdate` datetime NOT NULL, `todate` datetime NOT NULL, `probability` varchar(100) NOT NULL, `expectedrevenue` varchar(100) NOT NULL, `stage` varchar(100) NOT NULL, `status` varchar(100) NOT NULL DEFAULT 'active', `comments` text NOT NULL, `userid` varchar(100) NOT NULL, `dateposted` datetime NOT NULL, `companyid` varchar(100) NOT NULL, `allsteps` text NOT NULL, `dealowner` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `deals` -- LOCK TABLES `deals` WRITE; /*!40000 ALTER TABLE `deals` DISABLE KEYS */; /*!40000 ALTER TABLE `deals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `debitcredit` -- DROP TABLE IF EXISTS `debitcredit`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `debitcredit` ( `id` int(30) NOT NULL AUTO_INCREMENT, `account` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `crateddate` datetime NOT NULL, `debit` decimal(10,2) DEFAULT NULL, `credit` decimal(10,2) DEFAULT NULL, `balance` varchar(20) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `description` text NOT NULL, `branch` varchar(30) NOT NULL, `supplier` varchar(30) NOT NULL, `type` varchar(30) NOT NULL, `refno` varchar(30) NOT NULL, `mode` varchar(50) NOT NULL, `confirm` varchar(30) NOT NULL DEFAULT 'No', `updatedat` varchar(30) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL, `transactioncode` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=18351 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','41597072776','2020-08-10 19:11:11',4555.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2,'4000','41597072776','2020-08-10 19:11:11',NULL,145.00,'','4','1','Good sold','1','','sales','6001067000419','','No',NULL,NULL,''),(3,'4000','41597072776','2020-08-10 19:11:11',NULL,40.00,'','4','1','Good sold','1','','sales','6008677000549','','No',NULL,NULL,''),(4,'4000','41597072776','2020-08-10 19:11:11',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(5,'4000','41597072776','2020-08-10 19:11:11',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050034','','No',NULL,NULL,''),(6,'4000','41597072776','2020-08-10 19:11:11',NULL,90.00,'','4','1','Good sold','1','','sales','6161100602267','','No',NULL,NULL,''),(7,'4000','41597072776','2020-08-10 19:11:11',NULL,35.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(8,'4000','41597072776','2020-08-10 19:11:11',NULL,400.00,'','4','1','Good sold','1','','sales','6161101661300','','No',NULL,NULL,''),(9,'4000','41597072776','2020-08-10 19:11:11',NULL,180.00,'','4','1','Good sold','1','','sales','6161106610228','','No',NULL,NULL,''),(10,'4000','41597072776','2020-08-10 19:11:11',NULL,340.00,'','4','1','Good sold','1','','sales','6161106610235','','No',NULL,NULL,''),(11,'4000','41597072776','2020-08-10 19:11:11',NULL,15.00,'','4','1','Good sold','1','','sales','6161106961979','','No',NULL,NULL,''),(12,'4000','41597072776','2020-08-10 19:11:11',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440030','','No',NULL,NULL,''),(13,'4000','41597072776','2020-08-10 19:11:11',NULL,75.00,'','4','1','Good sold','1','','sales','6161113440061','','No',NULL,NULL,''),(14,'4000','41597072776','2020-08-10 19:11:11',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(15,'4000','41597072776','2020-08-10 19:11:11',NULL,50.00,'','4','1','Good sold','1','','sales','6162006607998','','No',NULL,NULL,''),(16,'4000','41597072776','2020-08-10 19:11:11',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033179','','No',NULL,NULL,''),(17,'4000','41597072776','2020-08-10 19:11:11',NULL,10.00,'','4','1','Good sold','1','','sales','6164000184048','','No',NULL,NULL,''),(18,'4000','41597072776','2020-08-10 19:11:11',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(19,'4000','41597072776','2020-08-10 19:11:11',NULL,50.00,'','4','1','Good sold','1','','sales','6164004554199','','No',NULL,NULL,''),(20,'4000','41597072776','2020-08-10 19:11:11',NULL,25.00,'','4','1','Good sold','1','','sales','6164004554199','','No',NULL,NULL,''),(21,'4000','41597072776','2020-08-10 19:11:11',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(22,'4000','41597072776','2020-08-10 19:11:11',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(23,'4000','41597072776','2020-08-10 19:11:11',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(24,'4000','41597072776','2020-08-10 19:11:11',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(25,'4000','41597072776','2020-08-10 19:11:11',NULL,30.00,'','4','1','Good sold','1','','sales','6923564532289','','No',NULL,NULL,''),(26,'4000','41597072776','2020-08-10 19:11:11',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903427','','No',NULL,NULL,''),(27,'4000','41597072776','2020-08-10 19:11:11',NULL,65.00,'','4','1','Good sold','1','','sales','8901719908583','','No',NULL,NULL,''),(28,'4000','41597072776','2020-08-10 19:11:11',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(29,'4000','41597072776','2020-08-10 19:11:11',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(30,'4000','41597072776','2020-08-10 19:11:11',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(31,'4000','41597072776','2020-08-10 19:11:11',NULL,250.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(32,'4000','41597072776','2020-08-10 19:11:11',NULL,450.00,'','4','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(33,'4000','41597072776','2020-08-10 19:11:11',NULL,50.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(34,'4000','41597072776','2020-08-10 19:11:11',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(35,'4000','41597072776','2020-08-10 19:11:11',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(36,'4000','41597072776','2020-08-10 19:11:11',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(37,'4000','41597072776','2020-08-10 19:11:11',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(38,'4000','41597072776','2020-08-10 19:11:11',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(39,'4000','41597072776','2020-08-10 19:11:11',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(40,'4000','41597072776','2020-08-10 19:11:11',NULL,110.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(41,'4000','41597072776','2020-08-10 19:11:11',NULL,65.00,'','4','1','Good sold','1','','sales','82','','No',NULL,NULL,''),(42,'4000','41597072776','2020-08-10 19:11:11',NULL,40.00,'','4','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(43,'4000','41597072776','2020-08-10 19:11:11',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(44,'4000','41597072776','2020-08-10 19:11:11',NULL,240.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(45,'4000','41597072776','2020-08-10 19:11:11',NULL,50.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(46,'4000','41597072776','2020-08-10 19:11:11',NULL,115.00,'','4','1','Good sold','1','','sales','124','','No',NULL,NULL,''),(47,'4000','41597072776','2020-08-10 19:11:11',NULL,160.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(48,'4000','41597072776','2020-08-10 19:11:11',NULL,15.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(49,'4000','41597072776','2020-08-10 19:11:11',NULL,130.00,'','4','1','Good sold','1','','sales','171','','No',NULL,NULL,''),(50,'4000','41597072776','2020-08-10 19:11:11',NULL,65.00,'','4','1','Good sold','1','','sales','183','','No',NULL,NULL,''),(51,'4000','41597072776','2020-08-10 19:11:11',NULL,10.00,'','4','1','Good sold','1','','sales','191','','No',NULL,NULL,''),(52,'4000','41597072776','2020-08-10 19:11:11',NULL,25.00,'','4','1','Good sold','1','','sales','191','','No',NULL,NULL,''),(53,'1110','41597072776','2020-08-10 19:11:11',NULL,130.50,'','4','1','Inventory sold','1','','sales','6001067000419','','No',NULL,NULL,''),(54,'1110','41597072776','2020-08-10 19:11:11',NULL,36.00,'','4','1','Inventory sold','1','','sales','6008677000549','','No',NULL,NULL,''),(55,'1110','41597072776','2020-08-10 19:11:11',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(56,'1110','41597072776','2020-08-10 19:11:11',NULL,108.00,'','4','1','Inventory sold','1','','sales','6009627050034','','No',NULL,NULL,''),(57,'1110','41597072776','2020-08-10 19:11:11',NULL,81.00,'','4','1','Inventory sold','1','','sales','6161100602267','','No',NULL,NULL,''),(58,'1110','41597072776','2020-08-10 19:11:11',NULL,31.50,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(59,'1110','41597072776','2020-08-10 19:11:11',NULL,360.00,'','4','1','Inventory sold','1','','sales','6161101661300','','No',NULL,NULL,''),(60,'1110','41597072776','2020-08-10 19:11:11',NULL,162.00,'','4','1','Inventory sold','1','','sales','6161106610228','','No',NULL,NULL,''),(61,'1110','41597072776','2020-08-10 19:11:11',NULL,306.00,'','4','1','Inventory sold','1','','sales','6161106610235','','No',NULL,NULL,''),(62,'1110','41597072776','2020-08-10 19:11:11',NULL,13.50,'','4','1','Inventory sold','1','','sales','6161106961979','','No',NULL,NULL,''),(63,'1110','41597072776','2020-08-10 19:11:11',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440030','','No',NULL,NULL,''),(64,'1110','41597072776','2020-08-10 19:11:11',NULL,67.50,'','4','1','Inventory sold','1','','sales','6161113440061','','No',NULL,NULL,''),(65,'1110','41597072776','2020-08-10 19:11:11',NULL,112.50,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(66,'1110','41597072776','2020-08-10 19:11:11',NULL,45.00,'','4','1','Inventory sold','1','','sales','6162006607998','','No',NULL,NULL,''),(67,'1110','41597072776','2020-08-10 19:11:11',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033179','','No',NULL,NULL,''),(68,'1110','41597072776','2020-08-10 19:11:11',NULL,9.00,'','4','1','Inventory sold','1','','sales','6164000184048','','No',NULL,NULL,''),(69,'1110','41597072776','2020-08-10 19:11:11',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(70,'1110','41597072776','2020-08-10 19:11:11',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164004554199','','No',NULL,NULL,''),(71,'1110','41597072776','2020-08-10 19:11:11',NULL,22.50,'','4','1','Inventory sold','1','','sales','6164004554199','','No',NULL,NULL,''),(72,'1110','41597072776','2020-08-10 19:11:11',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(73,'1110','41597072776','2020-08-10 19:11:11',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(74,'1110','41597072776','2020-08-10 19:11:11',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(75,'1110','41597072776','2020-08-10 19:11:11',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(76,'1110','41597072776','2020-08-10 19:11:11',NULL,27.00,'','4','1','Inventory sold','1','','sales','6923564532289','','No',NULL,NULL,''),(77,'1110','41597072776','2020-08-10 19:11:11',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903427','','No',NULL,NULL,''),(78,'1110','41597072776','2020-08-10 19:11:11',NULL,58.50,'','4','1','Inventory sold','1','','sales','8901719908583','','No',NULL,NULL,''),(79,'1110','41597072776','2020-08-10 19:11:11',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(80,'1110','41597072776','2020-08-10 19:11:11',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(81,'1110','41597072776','2020-08-10 19:11:11',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(82,'1110','41597072776','2020-08-10 19:11:11',NULL,225.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(83,'1110','41597072776','2020-08-10 19:11:11',NULL,405.00,'','4','1','Inventory sold','1','','sales','24','','No',NULL,NULL,''),(84,'1110','41597072776','2020-08-10 19:11:11',NULL,45.00,'','4','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(85,'1110','41597072776','2020-08-10 19:11:11',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(86,'1110','41597072776','2020-08-10 19:11:11',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(87,'1110','41597072776','2020-08-10 19:11:11',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(88,'1110','41597072776','2020-08-10 19:11:11',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(89,'1110','41597072776','2020-08-10 19:11:11',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(90,'1110','41597072776','2020-08-10 19:11:11',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(91,'1110','41597072776','2020-08-10 19:11:11',NULL,99.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(92,'1110','41597072776','2020-08-10 19:11:11',NULL,58.50,'','4','1','Inventory sold','1','','sales','82','','No',NULL,NULL,''),(93,'1110','41597072776','2020-08-10 19:11:11',NULL,36.00,'','4','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(94,'1110','41597072776','2020-08-10 19:11:11',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(95,'1110','41597072776','2020-08-10 19:11:11',NULL,216.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(96,'1110','41597072776','2020-08-10 19:11:11',NULL,45.00,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(97,'1110','41597072776','2020-08-10 19:11:11',NULL,103.50,'','4','1','Inventory sold','1','','sales','124','','No',NULL,NULL,''),(98,'1110','41597072776','2020-08-10 19:11:11',NULL,144.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(99,'1110','41597072776','2020-08-10 19:11:11',NULL,13.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(100,'1110','41597072776','2020-08-10 19:11:11',NULL,117.00,'','4','1','Inventory sold','1','','sales','171','','No',NULL,NULL,''),(101,'1110','41597072776','2020-08-10 19:11:11',NULL,58.50,'','4','1','Inventory sold','1','','sales','183','','No',NULL,NULL,''),(102,'1110','41597072776','2020-08-10 19:11:11',NULL,9.00,'','4','1','Inventory sold','1','','sales','191','','No',NULL,NULL,''),(103,'1110','41597072776','2020-08-10 19:11:11',NULL,22.50,'','4','1','Inventory sold','1','','sales','191','','No',NULL,NULL,''),(104,'5500','41597072776','2020-08-10 19:11:11',4099.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(105,'1000','41597076013','2020-08-10 19:15:00',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(106,'4000','41597076013','2020-08-10 19:15:00',NULL,115.00,'','4','1','Good sold','1','','sales','6161113440092','','No',NULL,NULL,''),(107,'4000','41597076013','2020-08-10 19:15:00',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(108,'1110','41597076013','2020-08-10 19:15:00',NULL,103.50,'','4','1','Inventory sold','1','','sales','6161113440092','','No',NULL,NULL,''),(109,'1110','41597076013','2020-08-10 19:15:00',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(110,'5500','41597076013','2020-08-10 19:15:00',112.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(111,'1000','41597077493','2020-08-10 19:41:48',685.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(112,'4000','41597077493','2020-08-10 19:41:48',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(113,'4000','41597077493','2020-08-10 19:41:48',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(114,'4000','41597077493','2020-08-10 19:41:48',NULL,170.00,'','4','1','Good sold','1','','sales','6162006602740','','No',NULL,NULL,''),(115,'4000','41597077493','2020-08-10 19:41:48',NULL,45.00,'','4','1','Good sold','1','','sales','6164000009570','','No',NULL,NULL,''),(116,'4000','41597077493','2020-08-10 19:41:48',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(117,'4000','41597077493','2020-08-10 19:41:48',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(118,'4000','41597077493','2020-08-10 19:41:48',NULL,250.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(119,'1110','41597077493','2020-08-10 19:41:48',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(120,'1110','41597077493','2020-08-10 19:41:48',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(121,'1110','41597077493','2020-08-10 19:41:48',NULL,153.00,'','4','1','Inventory sold','1','','sales','6162006602740','','No',NULL,NULL,''),(122,'1110','41597077493','2020-08-10 19:41:48',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000009570','','No',NULL,NULL,''),(123,'1110','41597077493','2020-08-10 19:41:48',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(124,'1110','41597077493','2020-08-10 19:41:48',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(125,'1110','41597077493','2020-08-10 19:41:48',NULL,225.00,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(126,'5500','41597077493','2020-08-10 19:41:48',616.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(127,'1000','41597078008','2020-08-10 19:52:01',250.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(128,'4000','41597078008','2020-08-10 19:52:01',NULL,250.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(129,'1110','41597078008','2020-08-10 19:52:01',NULL,225.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(130,'5500','41597078008','2020-08-10 19:52:01',225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(131,'1000','41597079091','2020-08-10 20:05:49',455.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(132,'4000','41597079091','2020-08-10 20:05:49',NULL,240.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(133,'4000','41597079091','2020-08-10 20:05:49',NULL,115.00,'','4','1','Good sold','1','','sales','6008792500061','','No',NULL,NULL,''),(134,'4000','41597079091','2020-08-10 20:05:49',NULL,240.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(135,'4000','41597079091','2020-08-10 20:05:49',NULL,100.00,'','4','1','Good sold','1','','sales','184','','No',NULL,NULL,''),(136,'1110','41597079091','2020-08-10 20:05:49',NULL,216.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(137,'1110','41597079091','2020-08-10 20:05:49',NULL,103.50,'','4','1','Inventory sold','1','','sales','6008792500061','','No',NULL,NULL,''),(138,'1110','41597079091','2020-08-10 20:05:49',NULL,216.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(139,'1110','41597079091','2020-08-10 20:05:49',NULL,90.00,'','4','1','Inventory sold','1','','sales','184','','No',NULL,NULL,''),(140,'5500','41597079091','2020-08-10 20:05:49',625.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(141,'1000','41597124966','2020-08-11 08:50:38',240.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(142,'4000','41597124966','2020-08-11 08:50:38',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(143,'4000','41597124966','2020-08-11 08:50:38',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(144,'4000','41597124966','2020-08-11 08:50:38',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(145,'1110','41597124966','2020-08-11 08:50:38',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(146,'1110','41597124966','2020-08-11 08:50:38',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(147,'1110','41597124966','2020-08-11 08:50:38',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(148,'5500','41597124966','2020-08-11 08:50:38',216.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(149,'1000','41597125044','2020-08-11 08:51:48',195.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(150,'4000','41597125044','2020-08-11 08:51:48',NULL,75.00,'','4','1','Good sold','1','','sales','6164000033643','','No',NULL,NULL,''),(151,'4000','41597125044','2020-08-11 08:51:48',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(152,'1110','41597125044','2020-08-11 08:51:48',NULL,67.50,'','4','1','Inventory sold','1','','sales','6164000033643','','No',NULL,NULL,''),(153,'1110','41597125044','2020-08-11 08:51:48',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(154,'5500','41597125044','2020-08-11 08:51:48',175.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(155,'1000','41597125826','2020-08-11 09:04:15',95.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(156,'4000','41597125826','2020-08-11 09:04:15',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(157,'4000','41597125826','2020-08-11 09:04:15',NULL,25.00,'','4','1','Good sold','1','','sales','6164000184031','','No',NULL,NULL,''),(158,'1110','41597125826','2020-08-11 09:04:15',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(159,'1110','41597125826','2020-08-11 09:04:15',NULL,22.50,'','4','1','Inventory sold','1','','sales','6164000184031','','No',NULL,NULL,''),(160,'5500','41597125826','2020-08-11 09:04:15',85.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(161,'1000','41597127155','2020-08-11 09:43:04',40.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(162,'4000','41597127155','2020-08-11 09:43:04',NULL,35.00,'','4','1','Good sold','1','','sales','6164000009358','','No',NULL,NULL,''),(163,'4000','41597127155','2020-08-11 09:43:04',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(164,'1110','41597127155','2020-08-11 09:43:04',NULL,31.50,'','4','1','Inventory sold','1','','sales','6164000009358','','No',NULL,NULL,''),(165,'1110','41597127155','2020-08-11 09:43:04',NULL,4.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(166,'5500','41597127155','2020-08-11 09:43:04',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(167,'1000','41597127155','2020-08-11 09:43:04',40.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(168,'4000','41597127155','2020-08-11 09:43:04',NULL,35.00,'','4','1','Good sold','1','','sales','6164000009358','','No',NULL,NULL,''),(169,'4000','41597127155','2020-08-11 09:43:04',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(170,'1110','41597127155','2020-08-11 09:43:04',NULL,31.50,'','4','1','Inventory sold','1','','sales','6164000009358','','No',NULL,NULL,''),(171,'1110','41597127155','2020-08-11 09:43:04',NULL,4.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(172,'5500','41597127155','2020-08-11 09:43:04',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(173,'1000','41597128452','2020-08-11 09:51:27',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(174,'4000','41597128452','2020-08-11 09:51:27',NULL,20.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(175,'1110','41597128452','2020-08-11 09:51:27',NULL,18.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(176,'5500','41597128452','2020-08-11 09:51:27',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(177,'1000','41597128743','2020-08-11 09:52:46',45.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(178,'4000','41597128743','2020-08-11 09:52:46',NULL,45.00,'','4','1','Good sold','1','','sales','6164000009556','','No',NULL,NULL,''),(179,'1110','41597128743','2020-08-11 09:52:46',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000009556','','No',NULL,NULL,''),(180,'5500','41597128743','2020-08-11 09:52:46',40.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(181,'1000','41597128771','2020-08-11 09:59:40',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(182,'4000','41597128771','2020-08-11 09:59:40',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(183,'1110','41597128771','2020-08-11 09:59:40',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(184,'5500','41597128771','2020-08-11 09:59:40',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(185,'1000','41597129273','2020-08-11 10:03:20',340.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(186,'4000','41597129273','2020-08-11 10:03:20',NULL,340.00,'','4','1','Good sold','1','','sales','6161106610235','','No',NULL,NULL,''),(187,'1110','41597129273','2020-08-11 10:03:20',NULL,306.00,'','4','1','Inventory sold','1','','sales','6161106610235','','No',NULL,NULL,''),(188,'5500','41597129273','2020-08-11 10:03:20',306.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(189,'1000','41597129504','2020-08-11 10:05:22',85.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(190,'4000','41597129504','2020-08-11 10:05:22',NULL,85.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(191,'1110','41597129504','2020-08-11 10:05:22',NULL,76.50,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(192,'5500','41597129504','2020-08-11 10:05:22',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(193,'1000','41597129577','2020-08-11 10:24:42',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(194,'4000','41597129577','2020-08-11 10:24:42',NULL,25.00,'','4','1','Good sold','1','','sales','6008677000532','','No',NULL,NULL,''),(195,'1110','41597129577','2020-08-11 10:24:42',NULL,22.50,'','4','1','Inventory sold','1','','sales','6008677000532','','No',NULL,NULL,''),(196,'5500','41597129577','2020-08-11 10:24:42',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(197,'1000','41597130800','2020-08-11 10:40:34',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(198,'4000','41597130800','2020-08-11 10:40:34',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(199,'1110','41597130800','2020-08-11 10:40:34',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(200,'5500','41597130800','2020-08-11 10:40:34',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(201,'1000','41597133232','2020-08-11 11:20:41',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(202,'4000','41597133232','2020-08-11 11:20:41',NULL,150.00,'','4','1','Good sold','1','','sales','0000901626026','','No',NULL,NULL,''),(203,'4000','41597133232','2020-08-11 11:20:41',NULL,50.00,'','4','1','Good sold','1','','sales','6009607673345','','No',NULL,NULL,''),(204,'1110','41597133232','2020-08-11 11:20:41',NULL,135.00,'','4','1','Inventory sold','1','','sales','0000901626026','','No',NULL,NULL,''),(205,'1110','41597133232','2020-08-11 11:20:41',NULL,45.00,'','4','1','Inventory sold','1','','sales','6009607673345','','No',NULL,NULL,''),(206,'5500','41597133232','2020-08-11 11:20:41',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(207,'1000','41597133232','2020-08-11 11:20:41',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(208,'4000','41597133232','2020-08-11 11:20:41',NULL,150.00,'','4','1','Good sold','1','','sales','0000901626026','','No',NULL,NULL,''),(209,'4000','41597133232','2020-08-11 11:20:41',NULL,50.00,'','4','1','Good sold','1','','sales','6009607673345','','No',NULL,NULL,''),(210,'1110','41597133232','2020-08-11 11:20:41',NULL,135.00,'','4','1','Inventory sold','1','','sales','0000901626026','','No',NULL,NULL,''),(211,'1110','41597133232','2020-08-11 11:20:41',NULL,45.00,'','4','1','Inventory sold','1','','sales','6009607673345','','No',NULL,NULL,''),(212,'5500','41597133232','2020-08-11 11:20:41',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(213,'1000','41597136148','2020-08-11 11:56:11',85.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(214,'4000','41597136148','2020-08-11 11:56:11',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440023','','No',NULL,NULL,''),(215,'1110','41597136148','2020-08-11 11:56:11',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440023','','No',NULL,NULL,''),(216,'5500','41597136148','2020-08-11 11:56:11',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(217,'1000','41597136186','2020-08-11 12:06:16',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(218,'4000','41597136186','2020-08-11 12:06:16',NULL,30.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(219,'1110','41597136186','2020-08-11 12:06:16',NULL,27.00,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(220,'5500','41597136186','2020-08-11 12:06:16',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(221,'1000','41597136781','2020-08-11 12:25:11',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(222,'4000','41597136781','2020-08-11 12:25:11',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(223,'1110','41597136781','2020-08-11 12:25:11',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(224,'5500','41597136781','2020-08-11 12:25:11',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(225,'1000','41597137919','2020-08-11 12:43:02',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(226,'4000','41597137919','2020-08-11 12:43:02',NULL,25.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(227,'4000','41597137919','2020-08-11 12:43:02',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(228,'1110','41597137919','2020-08-11 12:43:02',NULL,22.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(229,'1110','41597137919','2020-08-11 12:43:02',NULL,4.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(230,'5500','41597137919','2020-08-11 12:43:02',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(231,'1000','41597138988','2020-08-11 13:05:36',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(232,'4000','41597138988','2020-08-11 13:05:36',NULL,25.00,'','4','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(233,'1110','41597138988','2020-08-11 13:05:36',NULL,22.50,'','4','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(234,'5500','41597138988','2020-08-11 13:05:36',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(235,'1000','41597138988','2020-08-11 13:05:36',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(236,'4000','41597138988','2020-08-11 13:05:36',NULL,75.00,'','4','1','Good sold','1','','sales','6161107150730','','No',NULL,NULL,''),(237,'4000','41597138988','2020-08-11 13:05:36',NULL,25.00,'','4','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(238,'1110','41597138988','2020-08-11 13:05:36',NULL,67.50,'','4','1','Inventory sold','1','','sales','6161107150730','','No',NULL,NULL,''),(239,'1110','41597138988','2020-08-11 13:05:36',NULL,22.50,'','4','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(240,'5500','41597138988','2020-08-11 13:05:36',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(241,'1000','41597143380','2020-08-11 14:25:30',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(242,'4000','41597143380','2020-08-11 14:25:30',NULL,10.00,'','4','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(243,'1110','41597143380','2020-08-11 14:25:30',NULL,9.00,'','4','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(244,'5500','41597143380','2020-08-11 14:25:30',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(245,'1000','41597145150','2020-08-11 14:35:24',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(246,'4000','41597145150','2020-08-11 14:35:24',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(247,'1110','41597145150','2020-08-11 14:35:24',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(248,'5500','41597145150','2020-08-11 14:35:24',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(249,'1000','41597145731','2020-08-11 15:06:55',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(250,'4000','41597145731','2020-08-11 15:06:55',NULL,65.00,'','4','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(251,'4000','41597145731','2020-08-11 15:06:55',NULL,65.00,'','4','1','Good sold','1','','sales','183','','No',NULL,NULL,''),(252,'1110','41597145731','2020-08-11 15:06:55',NULL,58.50,'','4','1','Inventory sold','1','','sales','87','','No',NULL,NULL,''),(253,'1110','41597145731','2020-08-11 15:06:55',NULL,58.50,'','4','1','Inventory sold','1','','sales','183','','No',NULL,NULL,''),(254,'5500','41597145731','2020-08-11 15:06:55',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(255,'1000','41597147621','2020-08-11 15:55:38',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(256,'4000','41597147621','2020-08-11 15:55:38',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(257,'1110','41597147621','2020-08-11 15:55:38',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(258,'5500','41597147621','2020-08-11 15:55:38',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(259,'1000','41597150588','2020-08-11 16:10:25',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(260,'4000','41597150588','2020-08-11 16:10:25',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(261,'1110','41597150588','2020-08-11 16:10:25',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(262,'5500','41597150588','2020-08-11 16:10:25',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(263,'1000','41597151866','2020-08-11 16:34:11',180.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(264,'4000','41597151866','2020-08-11 16:34:11',NULL,120.00,'','4','1','Good sold','1','','sales','6161103620077','','No',NULL,NULL,''),(265,'4000','41597151866','2020-08-11 16:34:11',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(266,'1110','41597151866','2020-08-11 16:34:11',NULL,108.00,'','4','1','Inventory sold','1','','sales','6161103620077','','No',NULL,NULL,''),(267,'1110','41597151866','2020-08-11 16:34:11',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(268,'5500','41597151866','2020-08-11 16:34:11',162.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(269,'1000','41597152885','2020-08-11 16:42:16',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(270,'4000','41597152885','2020-08-11 16:42:16',NULL,20.00,'','4','1','Good sold','1','','sales','6161103941271','','No',NULL,NULL,''),(271,'4000','41597152885','2020-08-11 16:42:16',NULL,85.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(272,'1110','41597152885','2020-08-11 16:42:16',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161103941271','','No',NULL,NULL,''),(273,'1110','41597152885','2020-08-11 16:42:16',NULL,76.50,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(274,'5500','41597152885','2020-08-11 16:42:16',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(275,'1000','41597153342','2020-08-11 16:45:07',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(276,'4000','41597153342','2020-08-11 16:45:07',NULL,25.00,'','4','1','Good sold','1','','sales','6008677000532','','No',NULL,NULL,''),(277,'4000','41597153342','2020-08-11 16:45:07',NULL,10.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(278,'1110','41597153342','2020-08-11 16:45:07',NULL,22.50,'','4','1','Inventory sold','1','','sales','6008677000532','','No',NULL,NULL,''),(279,'1110','41597153342','2020-08-11 16:45:07',NULL,9.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(280,'5500','41597153342','2020-08-11 16:45:07',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(281,'1000','41597153525','2020-08-11 17:10:27',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(282,'4000','41597153525','2020-08-11 17:10:27',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(283,'1110','41597153525','2020-08-11 17:10:27',NULL,112.50,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(284,'5500','41597153525','2020-08-11 17:10:27',112.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(285,'1000','41597155030','2020-08-11 17:15:36',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(286,'4000','41597155030','2020-08-11 17:15:36',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903465','','No',NULL,NULL,''),(287,'1110','41597155030','2020-08-11 17:15:36',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903465','','No',NULL,NULL,''),(288,'5500','41597155030','2020-08-11 17:15:36',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(289,'1000','41597156141','2020-08-11 18:05:02',230.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(290,'4000','41597156141','2020-08-11 18:05:02',NULL,230.00,'','4','1','Good sold','1','','sales','57','','No',NULL,NULL,''),(291,'1110','41597156141','2020-08-11 18:05:02',NULL,207.00,'','4','1','Inventory sold','1','','sales','57','','No',NULL,NULL,''),(292,'5500','41597156141','2020-08-11 18:05:02',207.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(293,'1000','41597158308','2020-08-11 18:32:06',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(294,'4000','41597158308','2020-08-11 18:32:06',NULL,50.00,'','4','1','Good sold','1','','sales','6161100100084','','No',NULL,NULL,''),(295,'1110','41597158308','2020-08-11 18:32:06',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161100100084','','No',NULL,NULL,''),(296,'5500','41597158308','2020-08-11 18:32:06',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(297,'1000','41597159932','2020-08-11 18:46:15',84.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(298,'4000','41597159932','2020-08-11 18:46:15',NULL,24.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(299,'4000','41597159932','2020-08-11 18:46:15',NULL,60.00,'','4','1','Good sold','1','','sales','7622210304520','','No',NULL,NULL,''),(300,'4000','41597159932','2020-08-11 18:46:15',NULL,24.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(301,'1110','41597159932','2020-08-11 18:46:15',NULL,21.60,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(302,'1110','41597159932','2020-08-11 18:46:15',NULL,54.00,'','4','1','Inventory sold','1','','sales','7622210304520','','No',NULL,NULL,''),(303,'1110','41597159932','2020-08-11 18:46:15',NULL,21.60,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(304,'5500','41597159932','2020-08-11 18:46:15',97.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(305,'1000','41597161037','2020-08-11 18:53:20',505.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(306,'4000','41597161037','2020-08-11 18:53:20',NULL,400.00,'','4','1','Good sold','1','','sales','6161101661300','','No',NULL,NULL,''),(307,'4000','41597161037','2020-08-11 18:53:20',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(308,'4000','41597161037','2020-08-11 18:53:20',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(309,'1110','41597161037','2020-08-11 18:53:20',NULL,360.00,'','4','1','Inventory sold','1','','sales','6161101661300','','No',NULL,NULL,''),(310,'1110','41597161037','2020-08-11 18:53:20',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(311,'1110','41597161037','2020-08-11 18:53:20',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(312,'5500','41597161037','2020-08-11 18:53:20',454.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(313,'1000','41597161237','2020-08-11 19:01:05',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(314,'4000','41597161237','2020-08-11 19:01:05',NULL,10.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(315,'1110','41597161237','2020-08-11 19:01:05',NULL,9.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(316,'5500','41597161237','2020-08-11 19:01:05',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(317,'1000','41597161999','2020-08-11 19:06:54',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(318,'4000','41597161999','2020-08-11 19:06:54',NULL,70.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(319,'1110','41597161999','2020-08-11 19:06:54',NULL,63.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(320,'5500','41597161999','2020-08-11 19:06:54',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(321,'1000','41597162107','2020-08-11 19:08:43',45.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(322,'4000','41597162107','2020-08-11 19:08:43',NULL,45.00,'','4','1','Good sold','1','','sales','0792382445790','','No',NULL,NULL,''),(323,'1110','41597162107','2020-08-11 19:08:43',NULL,40.50,'','4','1','Inventory sold','1','','sales','0792382445790','','No',NULL,NULL,''),(324,'5500','41597162107','2020-08-11 19:08:43',40.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(325,'1000','41597163562','2020-08-11 19:32:55',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(326,'4000','41597163562','2020-08-11 19:32:55',NULL,50.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(327,'1110','41597163562','2020-08-11 19:32:55',NULL,45.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(328,'5500','41597163562','2020-08-11 19:32:55',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(329,'1000','41597163580','2020-08-11 19:33:37',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(330,'4000','41597163580','2020-08-11 19:33:37',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(331,'1110','41597163580','2020-08-11 19:33:37',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(332,'5500','41597163580','2020-08-11 19:33:37',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(333,'1000','41597163766','2020-08-11 19:41:53',570.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(334,'4000','41597163766','2020-08-11 19:41:53',NULL,320.00,'','4','1','Good sold','1','','sales','6161107770853','','No',NULL,NULL,''),(335,'4000','41597163766','2020-08-11 19:41:53',NULL,250.00,'','4','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(336,'1110','41597163766','2020-08-11 19:41:53',NULL,288.00,'','4','1','Inventory sold','1','','sales','6161107770853','','No',NULL,NULL,''),(337,'1110','41597163766','2020-08-11 19:41:53',NULL,225.00,'','4','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(338,'5500','41597163766','2020-08-11 19:41:53',513.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(339,'1000','41597164177','2020-08-11 19:49:55',400.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(340,'4000','41597164177','2020-08-11 19:49:55',NULL,400.00,'','4','1','Good sold','1','','sales','168','','No',NULL,NULL,''),(341,'1110','41597164177','2020-08-11 19:49:55',NULL,360.00,'','4','1','Inventory sold','1','','sales','168','','No',NULL,NULL,''),(342,'5500','41597164177','2020-08-11 19:49:55',360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(343,'1000','41597164644','2020-08-11 19:50:54',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(344,'4000','41597164644','2020-08-11 19:50:54',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(345,'1110','41597164644','2020-08-11 19:50:54',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(346,'5500','41597164644','2020-08-11 19:50:54',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(374,'1000','41597214472','2020-08-12 10:22:03',250.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(375,'4000','41597214472','2020-08-12 10:22:03',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(376,'4000','41597214472','2020-08-12 10:22:03',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(377,'1110','41597214472','2020-08-12 10:22:03',NULL,112.50,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(378,'1110','41597214472','2020-08-12 10:22:03',NULL,112.50,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(379,'5500','41597214472','2020-08-12 10:22:03',225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(380,'1000','41597214472','2020-08-12 10:22:03',250.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(381,'4000','41597214472','2020-08-12 10:22:03',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(382,'4000','41597214472','2020-08-12 10:22:03',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(383,'1110','41597214472','2020-08-12 10:22:03',NULL,112.50,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(384,'1110','41597214472','2020-08-12 10:22:03',NULL,112.50,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(385,'5500','41597214472','2020-08-12 10:22:03',225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(386,'1000','41597220834','2020-08-12 11:45:41',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(387,'4000','41597220834','2020-08-12 11:45:41',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(388,'1110','41597220834','2020-08-12 11:45:41',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(389,'5500','41597220834','2020-08-12 11:45:41',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(390,'1000','41597223469','2020-08-12 12:11:36',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(391,'4000','41597223469','2020-08-12 12:11:36',NULL,50.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(392,'1110','41597223469','2020-08-12 12:11:36',NULL,45.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(393,'5500','41597223469','2020-08-12 12:11:36',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(394,'1000','41597223508','2020-08-12 12:24:33',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(395,'4000','41597223508','2020-08-12 12:24:33',NULL,50.00,'','4','1','Good sold','1','','sales','6161100760615','','No',NULL,NULL,''),(396,'1110','41597223508','2020-08-12 12:24:33',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161100760615','','No',NULL,NULL,''),(397,'5500','41597223508','2020-08-12 12:24:33',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(398,'1000','41597224281','2020-08-12 12:53:14',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(399,'4000','41597224281','2020-08-12 12:53:14',NULL,10.00,'','4','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(400,'1110','41597224281','2020-08-12 12:53:14',NULL,9.00,'','4','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(401,'5500','41597224281','2020-08-12 12:53:14',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(402,'1000','41597226024','2020-08-12 12:55:46',90.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(403,'4000','41597226024','2020-08-12 12:55:46',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(404,'4000','41597226024','2020-08-12 12:55:46',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(405,'1110','41597226024','2020-08-12 12:55:46',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(406,'1110','41597226024','2020-08-12 12:55:46',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(407,'5500','41597226024','2020-08-12 12:55:46',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(408,'1000','41597226223','2020-08-12 12:58:07',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(409,'4000','41597226223','2020-08-12 12:58:07',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(410,'1110','41597226223','2020-08-12 12:58:07',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(411,'5500','41597226223','2020-08-12 12:58:07',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(412,'1000','41597226223','2020-08-12 12:58:07',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(413,'4000','41597226223','2020-08-12 12:58:07',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(414,'1110','41597226223','2020-08-12 12:58:07',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(415,'5500','41597226223','2020-08-12 12:58:07',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(416,'1000','41597226297','2020-08-12 13:09:45',30.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(417,'4000','41597226297','2020-08-12 13:09:45',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(418,'1110','41597226297','2020-08-12 13:09:45',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(419,'5500','41597226297','2020-08-12 13:09:45',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(420,'1000','41597226297','2020-08-12 13:09:45',30.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(421,'4000','41597226297','2020-08-12 13:09:45',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(422,'1110','41597226297','2020-08-12 13:09:45',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(423,'5500','41597226297','2020-08-12 13:09:45',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(424,'1000','41597226997','2020-08-12 13:30:13',390.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(425,'4000','41597226997','2020-08-12 13:30:13',NULL,360.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(426,'4000','41597226997','2020-08-12 13:30:13',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(427,'1110','41597226997','2020-08-12 13:30:13',NULL,324.00,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(428,'1110','41597226997','2020-08-12 13:30:13',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(429,'5500','41597226997','2020-08-12 13:30:13',351.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(430,'1000','41597228221','2020-08-12 13:38:00',295.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(431,'4000','41597228221','2020-08-12 13:38:00',NULL,90.00,'','4','1','Good sold','1','','sales','6161100602267','','No',NULL,NULL,''),(432,'4000','41597228221','2020-08-12 13:38:00',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(433,'4000','41597228221','2020-08-12 13:38:00',NULL,50.00,'','4','1','Good sold','1','','sales','6161107772222','','No',NULL,NULL,''),(434,'4000','41597228221','2020-08-12 13:38:00',NULL,75.00,'','4','1','Good sold','1','','sales','6164000009075','','No',NULL,NULL,''),(435,'4000','41597228221','2020-08-12 13:38:00',NULL,10.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(436,'1110','41597228221','2020-08-12 13:38:00',NULL,81.00,'','4','1','Inventory sold','1','','sales','6161100602267','','No',NULL,NULL,''),(437,'1110','41597228221','2020-08-12 13:38:00',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(438,'1110','41597228221','2020-08-12 13:38:00',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161107772222','','No',NULL,NULL,''),(439,'1110','41597228221','2020-08-12 13:38:00',NULL,67.50,'','4','1','Inventory sold','1','','sales','6164000009075','','No',NULL,NULL,''),(440,'1110','41597228221','2020-08-12 13:38:00',NULL,9.00,'','4','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(441,'5500','41597228221','2020-08-12 13:38:00',265.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(450,'1000','41597230222','2020-08-12 14:04:29',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(451,'4000','41597230222','2020-08-12 14:04:29',NULL,150.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(452,'1110','41597230222','2020-08-12 14:04:29',NULL,135.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(453,'5500','41597230222','2020-08-12 14:04:29',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(454,'1000','41597230869','2020-08-12 14:14:48',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(455,'4000','41597230869','2020-08-12 14:14:48',NULL,160.00,'','4','1','Good sold','1','','sales','6164000009006','','No',NULL,NULL,''),(456,'1110','41597230869','2020-08-12 14:14:48',NULL,144.00,'','4','1','Inventory sold','1','','sales','6164000009006','','No',NULL,NULL,''),(457,'5500','41597230869','2020-08-12 14:14:48',144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(458,'1000','41597230891','2020-08-12 14:17:10',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(459,'4000','41597230891','2020-08-12 14:17:10',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(460,'1110','41597230891','2020-08-12 14:17:10',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(461,'5500','41597230891','2020-08-12 14:17:10',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(462,'1110','71597170413','2020-08-11 21:26:00',315.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','32','','No',NULL,NULL,''),(463,'1110','71597170413','2020-08-11 21:26:00',189.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','31','','No',NULL,NULL,''),(464,'1110','71597170413','2020-08-11 21:26:00',243.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','30','','No',NULL,NULL,''),(465,'2130','71597170413','2020-08-11 21:26:00',NULL,747.00,'','7','1','Account payable for inventory','1','8','Purchases','','','No',NULL,NULL,''),(466,'1000','41597231034','2020-08-12 14:32:12',173.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(467,'4000','41597231034','2020-08-12 14:32:12',NULL,48.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(468,'4000','41597231034','2020-08-12 14:32:12',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(469,'4000','41597231034','2020-08-12 14:32:12',NULL,48.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(470,'4000','41597231034','2020-08-12 14:32:12',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(471,'1110','41597231034','2020-08-12 14:32:12',NULL,43.20,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(472,'1110','41597231034','2020-08-12 14:32:12',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(473,'1110','41597231034','2020-08-12 14:32:12',NULL,43.20,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(474,'1110','41597231034','2020-08-12 14:32:12',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(475,'5500','41597231034','2020-08-12 14:32:12',198.90,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(476,'1050','71597170413','2020-08-12 14:59:57',NULL,747.00,'','7','1','','1','8','supplier payment','','','No',NULL,NULL,''),(477,'2130','71597170413','2020-08-12 14:59:57',747.00,NULL,'','7','1','','1','8','supplier payment','','','No',NULL,NULL,''),(480,'1110','71597167612','2020-08-11 20:40:00',2916.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6161102170023','','No',NULL,NULL,''),(481,'1110','71597167612','2020-08-11 20:40:00',2592.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6009627050010','','No',NULL,NULL,''),(482,'1110','71597167612','2020-08-11 20:40:00',486.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6164000072000','','No',NULL,NULL,''),(483,'1110','71597167612','2020-08-11 20:40:00',324.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6164000072024','','No',NULL,NULL,''),(484,'1110','71597167612','2020-08-11 20:40:00',324.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6164000072017','','No',NULL,NULL,''),(485,'1110','71597167612','2020-08-11 20:40:00',486.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6164000072031','','No',NULL,NULL,''),(486,'1110','71597167612','2020-08-11 20:40:00',40.50,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6164000072055','','No',NULL,NULL,''),(487,'1110','71597167612','2020-08-11 20:40:00',216.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6161107150815','','No',NULL,NULL,''),(488,'1110','71597167612','2020-08-11 20:40:00',216.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6161107151010','','No',NULL,NULL,''),(489,'1110','71597167612','2020-08-11 20:40:00',216.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6161101000833','','No',NULL,NULL,''),(490,'1110','71597167612','2020-08-11 20:40:00',216.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6161101000840','','No',NULL,NULL,''),(491,'1110','71597167612','2020-08-11 20:40:00',283.50,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6161107151027','','No',NULL,NULL,''),(492,'1110','71597167612','2020-08-11 20:40:00',283.50,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6161107150853','','No',NULL,NULL,''),(493,'1110','71597167612','2020-08-11 20:40:00',283.50,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6161101000901','','No',NULL,NULL,''),(494,'1110','71597167612','2020-08-11 20:40:00',283.50,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6161101000895','','No',NULL,NULL,''),(495,'1110','71597167612','2020-08-11 20:40:00',189.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6164000033483','','No',NULL,NULL,''),(496,'1110','71597167612','2020-08-11 20:40:00',189.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6164000033070','','No',NULL,NULL,''),(497,'1110','71597167612','2020-08-11 20:40:00',189.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6164000033230','','No',NULL,NULL,''),(498,'1110','71597167612','2020-08-11 20:40:00',202.50,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6164000033643','','No',NULL,NULL,''),(499,'1110','71597167612','2020-08-11 20:40:00',189.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6164000033490','','No',NULL,NULL,''),(500,'1110','71597167612','2020-08-11 20:40:00',351.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6164000033186','','No',NULL,NULL,''),(501,'1110','71597167612','2020-08-11 20:40:00',351.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6164000033209','','No',NULL,NULL,''),(502,'1110','71597167612','2020-08-11 20:40:00',351.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6164000033179','','No',NULL,NULL,''),(503,'1110','71597167612','2020-08-11 20:40:00',351.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6164000033223','','No',NULL,NULL,''),(504,'1110','71597167612','2020-08-11 20:40:00',252.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6164000033636','','No',NULL,NULL,''),(505,'1110','71597167612','2020-08-11 20:40:00',351.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6164000033193','','No',NULL,NULL,''),(506,'2130','71597167612','2020-08-11 20:40:00',NULL,12132.00,'','7','1','Account payable for inventory','1','11','Purchases','','','No',NULL,NULL,''),(507,'1000','41597231942','2020-08-12 15:05:41',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(508,'4000','41597231942','2020-08-12 15:05:41',NULL,5.00,'','4','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(509,'4000','41597231942','2020-08-12 15:05:41',NULL,5.00,'','4','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(510,'1110','41597231942','2020-08-12 15:05:41',NULL,4.50,'','4','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(511,'1110','41597231942','2020-08-12 15:05:41',NULL,4.50,'','4','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(512,'5500','41597231942','2020-08-12 15:05:41',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(513,'1000','41597233953','2020-08-12 15:07:53',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(514,'4000','41597233953','2020-08-12 15:07:53',NULL,5.00,'','4','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(515,'1110','41597233953','2020-08-12 15:07:53',NULL,4.50,'','4','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(516,'5500','41597233953','2020-08-12 15:07:53',4.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(517,'1000','41597234076','2020-08-12 15:16:30',720.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(518,'4000','41597234076','2020-08-12 15:16:30',NULL,680.00,'','4','1','Good sold','1','','sales','6161106610235','','No',NULL,NULL,''),(519,'4000','41597234076','2020-08-12 15:16:30',NULL,40.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(520,'1110','41597234076','2020-08-12 15:16:30',NULL,612.00,'','4','1','Inventory sold','1','','sales','6161106610235','','No',NULL,NULL,''),(521,'1110','41597234076','2020-08-12 15:16:30',NULL,36.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(522,'5500','41597234076','2020-08-12 15:16:30',648.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(523,'1000','41597236082','2020-08-12 15:41:59',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(524,'4000','41597236082','2020-08-12 15:41:59',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(525,'1110','41597236082','2020-08-12 15:41:59',NULL,9.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(526,'5500','41597236082','2020-08-12 15:41:59',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(527,'1000','41597236123','2020-08-12 16:26:28',115.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(528,'4000','41597236123','2020-08-12 16:26:28',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033490','','No',NULL,NULL,''),(529,'4000','41597236123','2020-08-12 16:26:28',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072055','','No',NULL,NULL,''),(530,'1110','41597236123','2020-08-12 16:26:28',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033490','','No',NULL,NULL,''),(531,'1110','41597236123','2020-08-12 16:26:28',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072055','','No',NULL,NULL,''),(532,'5500','41597236123','2020-08-12 16:26:28',103.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(533,'1000','41597239396','2020-08-12 16:47:33',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(534,'4000','41597239396','2020-08-12 16:47:33',NULL,45.00,'','4','1','Good sold','1','','sales','6164000009570','','No',NULL,NULL,''),(535,'4000','41597239396','2020-08-12 16:47:33',NULL,20.00,'','4','1','Good sold','1','','sales','6164000184048','','No',NULL,NULL,''),(536,'4000','41597239396','2020-08-12 16:47:33',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(537,'4000','41597239396','2020-08-12 16:47:33',NULL,5.00,'','4','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(538,'1110','41597239396','2020-08-12 16:47:33',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000009570','','No',NULL,NULL,''),(539,'1110','41597239396','2020-08-12 16:47:33',NULL,18.00,'','4','1','Inventory sold','1','','sales','6164000184048','','No',NULL,NULL,''),(540,'1110','41597239396','2020-08-12 16:47:33',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(541,'1110','41597239396','2020-08-12 16:47:33',NULL,4.50,'','4','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(542,'5500','41597239396','2020-08-12 16:47:33',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(543,'1000','41597240068','2020-08-12 16:51:40',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(544,'4000','41597240068','2020-08-12 16:51:40',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(545,'4000','41597240068','2020-08-12 16:51:40',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(546,'1110','41597240068','2020-08-12 16:51:40',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(547,'1110','41597240068','2020-08-12 16:51:40',NULL,9.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(548,'5500','41597240068','2020-08-12 16:51:40',72.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(549,'1000','41597247133','2020-08-12 18:47:37',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(550,'4000','41597247133','2020-08-12 18:47:37',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(551,'1110','41597247133','2020-08-12 18:47:37',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(552,'5500','41597247133','2020-08-12 18:47:37',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(553,'1000','41597247262','2020-08-12 18:58:53',300.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(554,'4000','41597247262','2020-08-12 18:58:53',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(555,'4000','41597247262','2020-08-12 18:58:53',NULL,220.00,'','4','1','Good sold','1','','sales','6161101661232','','No',NULL,NULL,''),(556,'4000','41597247262','2020-08-12 18:58:53',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(557,'1110','41597247262','2020-08-12 18:58:53',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(558,'1110','41597247262','2020-08-12 18:58:53',NULL,198.00,'','4','1','Inventory sold','1','','sales','6161101661232','','No',NULL,NULL,''),(559,'1110','41597247262','2020-08-12 18:58:53',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(560,'5500','41597247262','2020-08-12 18:58:53',270.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(561,'1000','41597247939','2020-08-12 19:12:24',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(562,'4000','41597247939','2020-08-12 19:12:24',NULL,10.00,'','4','1','Good sold','1','','sales','191','','No',NULL,NULL,''),(563,'1110','41597247939','2020-08-12 19:12:24',NULL,9.00,'','4','1','Inventory sold','1','','sales','191','','No',NULL,NULL,''),(564,'5500','41597247939','2020-08-12 19:12:24',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(565,'1000','41597249832','2020-08-12 19:31:28',210.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(566,'4000','41597249832','2020-08-12 19:31:28',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(567,'4000','41597249832','2020-08-12 19:31:28',NULL,90.00,'','4','1','Good sold','1','','sales','6164000072000','','No',NULL,NULL,''),(568,'1110','41597249832','2020-08-12 19:31:28',NULL,108.00,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(569,'1110','41597249832','2020-08-12 19:31:28',NULL,81.00,'','4','1','Inventory sold','1','','sales','6164000072000','','No',NULL,NULL,''),(570,'5500','41597249832','2020-08-12 19:31:28',189.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(571,'1000','41597250216','2020-08-12 19:47:45',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(572,'4000','41597250216','2020-08-12 19:47:45',NULL,30.00,'','4','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(573,'1110','41597250216','2020-08-12 19:47:45',NULL,27.00,'','4','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(574,'5500','41597250216','2020-08-12 19:47:45',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(575,'1000','41597250875','2020-08-12 19:51:21',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(576,'4000','41597250875','2020-08-12 19:51:21',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(577,'1110','41597250875','2020-08-12 19:51:21',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(578,'5500','41597250875','2020-08-12 19:51:21',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(579,'1000','41597251085','2020-08-12 19:55:20',185.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(580,'4000','41597251085','2020-08-12 19:55:20',NULL,80.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(581,'4000','41597251085','2020-08-12 19:55:20',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(582,'4000','41597251085','2020-08-12 19:55:20',NULL,80.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(583,'4000','41597251085','2020-08-12 19:55:20',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(584,'1110','41597251085','2020-08-12 19:55:20',NULL,72.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(585,'1110','41597251085','2020-08-12 19:55:20',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(586,'1110','41597251085','2020-08-12 19:55:20',NULL,72.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(587,'1110','41597251085','2020-08-12 19:55:20',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(588,'5500','41597251085','2020-08-12 19:55:20',238.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(589,'1110','71597291166','2020-08-13 06:59:00',315.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','32','','No',NULL,NULL,''),(590,'1110','71597291166','2020-08-13 06:59:00',189.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','31','','No',NULL,NULL,''),(591,'1110','71597291166','2020-08-13 06:59:00',243.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','30','','No',NULL,NULL,''),(592,'2130','71597291166','2020-08-13 06:59:00',NULL,747.00,'','7','1','Account payable for inventory','1','11','Purchases','','','No',NULL,NULL,''),(593,'1000','41597299325','2020-08-13 09:17:36',255.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(594,'4000','41597299325','2020-08-13 09:17:36',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(595,'4000','41597299325','2020-08-13 09:17:36',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(596,'4000','41597299325','2020-08-13 09:17:36',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(597,'4000','41597299325','2020-08-13 09:17:36',NULL,15.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(598,'4000','41597299325','2020-08-13 09:17:36',NULL,15.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(599,'1110','41597299325','2020-08-13 09:17:36',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(600,'1110','41597299325','2020-08-13 09:17:36',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(601,'1110','41597299325','2020-08-13 09:17:36',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(602,'1110','41597299325','2020-08-13 09:17:36',NULL,13.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(603,'1110','41597299325','2020-08-13 09:17:36',NULL,13.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(604,'5500','41597299325','2020-08-13 09:17:36',229.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(605,'1000','41597301285','2020-08-13 09:49:29',330.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(606,'4000','41597301285','2020-08-13 09:49:29',NULL,250.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(607,'4000','41597301285','2020-08-13 09:49:29',NULL,80.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(608,'1110','41597301285','2020-08-13 09:49:29',NULL,225.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(609,'1110','41597301285','2020-08-13 09:49:29',NULL,72.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(610,'5500','41597301285','2020-08-13 09:49:29',297.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(611,'1000','41597301446','2020-08-13 09:52:26',430.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(612,'4000','41597301446','2020-08-13 09:52:26',NULL,360.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(613,'4000','41597301446','2020-08-13 09:52:26',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(614,'1110','41597301446','2020-08-13 09:52:26',NULL,324.00,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(615,'1110','41597301446','2020-08-13 09:52:26',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(616,'5500','41597301446','2020-08-13 09:52:26',387.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(617,'1000','41597301979','2020-08-13 09:59:46',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(618,'4000','41597301979','2020-08-13 09:59:46',NULL,10.00,'','4','1','Good sold','1','','sales','8924122012340','','No',NULL,NULL,''),(619,'1110','41597301979','2020-08-13 09:59:46',NULL,9.00,'','4','1','Inventory sold','1','','sales','8924122012340','','No',NULL,NULL,''),(620,'5500','41597301979','2020-08-13 09:59:46',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(621,'1000','41597307644','2020-08-13 11:34:39',155.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(622,'4000','41597307644','2020-08-13 11:34:39',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(623,'4000','41597307644','2020-08-13 11:34:39',NULL,85.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(624,'1110','41597307644','2020-08-13 11:34:39',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(625,'1110','41597307644','2020-08-13 11:34:39',NULL,76.50,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(626,'5500','41597307644','2020-08-13 11:34:39',139.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(627,'1000','41597307686','2020-08-13 11:35:56',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(628,'4000','41597307686','2020-08-13 11:35:56',NULL,600.00,'','4','1','Good sold','1','','sales','5410076189571','','No',NULL,NULL,''),(629,'4000','41597307686','2020-08-13 11:35:56',NULL,100.00,'','4','1','Good sold','1','','sales','6161100100084','','No',NULL,NULL,''),(630,'4000','41597307686','2020-08-13 11:35:56',NULL,100.00,'','4','1','Good sold','1','','sales','6161100760615','','No',NULL,NULL,''),(631,'1110','41597307686','2020-08-13 11:35:56',NULL,540.00,'','4','1','Inventory sold','1','','sales','5410076189571','','No',NULL,NULL,''),(632,'1110','41597307686','2020-08-13 11:35:56',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161100100084','','No',NULL,NULL,''),(633,'1110','41597307686','2020-08-13 11:35:56',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161100760615','','No',NULL,NULL,''),(634,'5500','41597307686','2020-08-13 11:35:56',720.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(635,'1000','41597307950','2020-08-13 11:39:20',80.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(636,'4000','41597307950','2020-08-13 11:39:20',NULL,80.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(637,'4000','41597307950','2020-08-13 11:39:20',NULL,80.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(638,'1110','41597307950','2020-08-13 11:39:20',NULL,72.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(639,'1110','41597307950','2020-08-13 11:39:20',NULL,72.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(640,'5500','41597307950','2020-08-13 11:39:20',144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(641,'4000','41597307686','2020-08-13 11:41:34',600.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(642,'1000','41597307686','2020-08-13 11:41:34',NULL,600.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(643,'5500','41597307686','2020-08-13 11:41:34',NULL,540.00,'','4','1','Cost of goods returned','1','','sales','5410076189571','','No',NULL,NULL,''),(644,'1110','41597307686','2020-08-13 11:41:34',540.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(645,'1000','41597308363','2020-08-13 11:46:14',600.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(646,'4000','41597308363','2020-08-13 11:46:14',NULL,600.00,'','4','1','Good sold','1','','sales','5410076189571','','No',NULL,NULL,''),(647,'1110','41597308363','2020-08-13 11:46:14',NULL,540.00,'','4','1','Inventory sold','1','','sales','5410076189571','','No',NULL,NULL,''),(648,'5500','41597308363','2020-08-13 11:46:14',540.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(649,'1000','41597308379','2020-08-13 11:46:55',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(650,'4000','41597308379','2020-08-13 11:46:55',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(651,'4000','41597308379','2020-08-13 11:46:55',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(652,'1110','41597308379','2020-08-13 11:46:55',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(653,'1110','41597308379','2020-08-13 11:46:55',NULL,54.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(654,'5500','41597308379','2020-08-13 11:46:55',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(655,'1110','71597308522','2020-08-13 11:48:00',351.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','83','','No',NULL,NULL,''),(656,'1110','71597308522','2020-08-13 11:48:00',175.50,NULL,'','7','1','Inventory Purchased','1','10','Purchases','82','','No',NULL,NULL,''),(657,'1110','71597308522','2020-08-13 11:48:00',234.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','86','','No',NULL,NULL,''),(658,'1110','71597308522','2020-08-13 11:48:00',234.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','87','','No',NULL,NULL,''),(659,'1110','71597308522','2020-08-13 11:48:00',409.50,NULL,'','7','1','Inventory Purchased','1','10','Purchases','85','','No',NULL,NULL,''),(660,'2130','71597308522','2020-08-13 11:48:00',NULL,1404.00,'','7','1','Account payable for inventory','1','10','Purchases','','','No',NULL,NULL,''),(661,'1000','41597309350','2020-08-13 12:02:55',140.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(662,'4000','41597309350','2020-08-13 12:02:55',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033193','','No',NULL,NULL,''),(663,'4000','41597309350','2020-08-13 12:02:55',NULL,10.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(664,'1110','41597309350','2020-08-13 12:02:55',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033193','','No',NULL,NULL,''),(665,'1110','41597309350','2020-08-13 12:02:55',NULL,9.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(666,'5500','41597309350','2020-08-13 12:02:55',126.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(667,'1110','71597310475','2020-08-13 12:21:00',810.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6161100100084','','No',NULL,NULL,''),(668,'2130','71597310475','2020-08-13 12:21:00',NULL,810.00,'','7','1','Account payable for inventory','1','8','Purchases','','','No',NULL,NULL,''),(669,'1000','41597310845','2020-08-13 12:29:12',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(670,'4000','41597310845','2020-08-13 12:29:12',NULL,50.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(671,'4000','41597310845','2020-08-13 12:29:12',NULL,70.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(672,'4000','41597310845','2020-08-13 12:29:12',NULL,70.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(673,'4000','41597310845','2020-08-13 12:29:12',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(674,'1110','41597310845','2020-08-13 12:29:12',NULL,45.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(675,'1110','41597310845','2020-08-13 12:29:12',NULL,63.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(676,'1110','41597310845','2020-08-13 12:29:12',NULL,63.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(677,'1110','41597310845','2020-08-13 12:29:12',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(678,'5500','41597310845','2020-08-13 12:29:12',216.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(679,'1000','41597311130','2020-08-13 12:32:38',185.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(680,'4000','41597311130','2020-08-13 12:32:38',NULL,40.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(681,'4000','41597311130','2020-08-13 12:32:38',NULL,65.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(682,'4000','41597311130','2020-08-13 12:32:38',NULL,80.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(683,'1110','41597311130','2020-08-13 12:32:38',NULL,36.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(684,'1110','41597311130','2020-08-13 12:32:38',NULL,58.50,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(685,'1110','41597311130','2020-08-13 12:32:38',NULL,72.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(686,'5500','41597311130','2020-08-13 12:32:38',166.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(687,'1000','41597323214','2020-08-13 15:55:08',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(688,'4000','41597323214','2020-08-13 15:55:08',NULL,50.00,'','4','1','Good sold','1','','sales','6161100100084','','No',NULL,NULL,''),(689,'4000','41597323214','2020-08-13 15:55:08',NULL,65.00,'','4','1','Good sold','1','','sales','8901719908583','','No',NULL,NULL,''),(690,'4000','41597323214','2020-08-13 15:55:08',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(691,'1110','41597323214','2020-08-13 15:55:08',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161100100084','','No',NULL,NULL,''),(692,'1110','41597323214','2020-08-13 15:55:08',NULL,58.50,'','4','1','Inventory sold','1','','sales','8901719908583','','No',NULL,NULL,''),(693,'1110','41597323214','2020-08-13 15:55:08',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(694,'5500','41597323214','2020-08-13 15:55:08',112.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(695,'1000','41597323311','2020-08-13 15:59:59',260.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(696,'4000','41597323311','2020-08-13 15:59:59',NULL,50.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(697,'4000','41597323311','2020-08-13 15:59:59',NULL,10.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(698,'4000','41597323311','2020-08-13 15:59:59',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(699,'4000','41597323311','2020-08-13 15:59:59',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033230','','No',NULL,NULL,''),(700,'4000','41597323311','2020-08-13 15:59:59',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(701,'4000','41597323311','2020-08-13 15:59:59',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(702,'4000','41597323311','2020-08-13 15:59:59',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(703,'4000','41597323311','2020-08-13 15:59:59',NULL,5.00,'','4','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(704,'1110','41597323311','2020-08-13 15:59:59',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(705,'1110','41597323311','2020-08-13 15:59:59',NULL,9.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(706,'1110','41597323311','2020-08-13 15:59:59',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(707,'1110','41597323311','2020-08-13 15:59:59',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033230','','No',NULL,NULL,''),(708,'1110','41597323311','2020-08-13 15:59:59',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(709,'1110','41597323311','2020-08-13 15:59:59',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(710,'1110','41597323311','2020-08-13 15:59:59',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(711,'1110','41597323311','2020-08-13 15:59:59',NULL,4.50,'','4','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(712,'5500','41597323311','2020-08-13 15:59:59',234.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(713,'1000','41597324105','2020-08-13 16:08:35',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(714,'4000','41597324105','2020-08-13 16:08:35',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(715,'4000','41597324105','2020-08-13 16:08:35',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(716,'1110','41597324105','2020-08-13 16:08:35',NULL,9.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(717,'1110','41597324105','2020-08-13 16:08:35',NULL,9.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(718,'5500','41597324105','2020-08-13 16:08:35',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(719,'1000','41597330417','2020-08-13 17:55:43',915.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(720,'4000','41597330417','2020-08-13 17:55:43',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(721,'4000','41597330417','2020-08-13 17:55:43',NULL,45.00,'','4','1','Good sold','1','','sales','6164000009570','','No',NULL,NULL,''),(722,'4000','41597330417','2020-08-13 17:55:43',NULL,590.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(723,'4000','41597330417','2020-08-13 17:55:43',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(724,'4000','41597330417','2020-08-13 17:55:43',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(725,'4000','41597330417','2020-08-13 17:55:43',NULL,5.00,'','4','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(726,'4000','41597330417','2020-08-13 17:55:43',NULL,50.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(727,'4000','41597330417','2020-08-13 17:55:43',NULL,55.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(728,'1110','41597330417','2020-08-13 17:55:43',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(729,'1110','41597330417','2020-08-13 17:55:43',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000009570','','No',NULL,NULL,''),(730,'1110','41597330417','2020-08-13 17:55:43',NULL,531.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(731,'1110','41597330417','2020-08-13 17:55:43',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(732,'1110','41597330417','2020-08-13 17:55:43',NULL,45.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(733,'1110','41597330417','2020-08-13 17:55:43',NULL,4.50,'','4','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(734,'1110','41597330417','2020-08-13 17:55:43',NULL,45.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(735,'1110','41597330417','2020-08-13 17:55:43',NULL,49.50,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(736,'5500','41597330417','2020-08-13 17:55:43',823.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(737,'1000','41597330548','2020-08-13 17:58:39',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(738,'4000','41597330548','2020-08-13 17:58:39',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(739,'1110','41597330548','2020-08-13 17:58:39',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(740,'5500','41597330548','2020-08-13 17:58:39',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(741,'1000','41597331085','2020-08-13 18:10:12',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(742,'4000','41597331085','2020-08-13 18:10:12',NULL,30.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(743,'1110','41597331085','2020-08-13 18:10:12',NULL,27.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(744,'5500','41597331085','2020-08-13 18:10:12',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(745,'1000','41597331424','2020-08-13 18:23:28',450.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(746,'4000','41597331424','2020-08-13 18:23:28',NULL,155.00,'','4','1','Good sold','1','','sales','5410076189540','','No',NULL,NULL,''),(747,'4000','41597331424','2020-08-13 18:23:28',NULL,195.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(748,'4000','41597331424','2020-08-13 18:23:28',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(749,'4000','41597331424','2020-08-13 18:23:28',NULL,85.00,'','4','1','Good sold','1','','sales','125','','No',NULL,NULL,''),(750,'1110','41597331424','2020-08-13 18:23:28',NULL,139.50,'','4','1','Inventory sold','1','','sales','5410076189540','','No',NULL,NULL,''),(751,'1110','41597331424','2020-08-13 18:23:28',NULL,175.50,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(752,'1110','41597331424','2020-08-13 18:23:28',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(753,'1110','41597331424','2020-08-13 18:23:28',NULL,76.50,'','4','1','Inventory sold','1','','sales','125','','No',NULL,NULL,''),(754,'5500','41597331424','2020-08-13 18:23:28',405.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(755,'1000','41597332941','2020-08-13 18:43:14',335.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(756,'4000','41597332941','2020-08-13 18:43:14',NULL,45.00,'','4','1','Good sold','1','','sales','0792382445790','','No',NULL,NULL,''),(757,'4000','41597332941','2020-08-13 18:43:14',NULL,130.00,'','4','1','Good sold','1','','sales','5449000180247','','No',NULL,NULL,''),(758,'4000','41597332941','2020-08-13 18:43:14',NULL,60.00,'','4','1','Good sold','1','','sales','6164000009549','','No',NULL,NULL,''),(759,'4000','41597332941','2020-08-13 18:43:14',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(760,'4000','41597332941','2020-08-13 18:43:14',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(761,'1110','41597332941','2020-08-13 18:43:14',NULL,40.50,'','4','1','Inventory sold','1','','sales','0792382445790','','No',NULL,NULL,''),(762,'1110','41597332941','2020-08-13 18:43:14',NULL,117.00,'','4','1','Inventory sold','1','','sales','5449000180247','','No',NULL,NULL,''),(763,'1110','41597332941','2020-08-13 18:43:14',NULL,54.00,'','4','1','Inventory sold','1','','sales','6164000009549','','No',NULL,NULL,''),(764,'1110','41597332941','2020-08-13 18:43:14',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(765,'1110','41597332941','2020-08-13 18:43:14',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(766,'5500','41597332941','2020-08-13 18:43:14',301.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(767,'1000','41597333587','2020-08-13 19:12:11',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(768,'4000','41597333587','2020-08-13 19:12:11',NULL,50.00,'','4','1','Good sold','1','','sales','6161100100084','','No',NULL,NULL,''),(769,'4000','41597333587','2020-08-13 19:12:11',NULL,80.00,'','4','1','Good sold','1','','sales','8901719903465','','No',NULL,NULL,''),(770,'1110','41597333587','2020-08-13 19:12:11',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161100100084','','No',NULL,NULL,''),(771,'1110','41597333587','2020-08-13 19:12:11',NULL,72.00,'','4','1','Inventory sold','1','','sales','8901719903465','','No',NULL,NULL,''),(772,'5500','41597333587','2020-08-13 19:12:11',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(773,'1000','41597335373','2020-08-13 19:17:07',45.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(774,'4000','41597335373','2020-08-13 19:17:07',NULL,45.00,'','4','1','Good sold','1','','sales','6164000009570','','No',NULL,NULL,''),(775,'1110','41597335373','2020-08-13 19:17:07',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000009570','','No',NULL,NULL,''),(776,'5500','41597335373','2020-08-13 19:17:07',40.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(777,'1000','41597335447','2020-08-13 19:25:43',145.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(778,'4000','41597335447','2020-08-13 19:25:43',NULL,25.00,'','4','1','Good sold','1','','sales','6008677000532','','No',NULL,NULL,''),(779,'4000','41597335447','2020-08-13 19:25:43',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(780,'4000','41597335447','2020-08-13 19:25:43',NULL,50.00,'','4','1','Good sold','1','','sales','6162006607998','','No',NULL,NULL,''),(781,'4000','41597335447','2020-08-13 19:25:43',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072024','','No',NULL,NULL,''),(782,'1110','41597335447','2020-08-13 19:25:43',NULL,22.50,'','4','1','Inventory sold','1','','sales','6008677000532','','No',NULL,NULL,''),(783,'1110','41597335447','2020-08-13 19:25:43',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(784,'1110','41597335447','2020-08-13 19:25:43',NULL,45.00,'','4','1','Inventory sold','1','','sales','6162006607998','','No',NULL,NULL,''),(785,'1110','41597335447','2020-08-13 19:25:43',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072024','','No',NULL,NULL,''),(786,'5500','41597335447','2020-08-13 19:25:43',130.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(787,'1000','41597336102','2020-08-13 19:28:42',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(788,'4000','41597336102','2020-08-13 19:28:42',NULL,100.00,'','4','1','Good sold','1','','sales','6164000009082','','No',NULL,NULL,''),(789,'1110','41597336102','2020-08-13 19:28:42',NULL,90.00,'','4','1','Inventory sold','1','','sales','6164000009082','','No',NULL,NULL,''),(790,'5500','41597336102','2020-08-13 19:28:42',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(791,'1000','41597336951','2020-08-13 19:50:15',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(792,'4000','41597336951','2020-08-13 19:50:15',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(793,'1110','41597336951','2020-08-13 19:50:15',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(794,'5500','41597336951','2020-08-13 19:50:15',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(799,'1000','41597386884','2020-08-14 09:35:48',385.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(800,'4000','41597386884','2020-08-14 09:35:48',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(801,'4000','41597386884','2020-08-14 09:35:48',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(802,'4000','41597386884','2020-08-14 09:35:48',NULL,170.00,'','4','1','Good sold','1','','sales','6164003349215','','No',NULL,NULL,''),(803,'4000','41597386884','2020-08-14 09:35:48',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(804,'1110','41597386884','2020-08-14 09:35:48',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(805,'1110','41597386884','2020-08-14 09:35:48',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(806,'1110','41597386884','2020-08-14 09:35:48',NULL,153.00,'','4','1','Inventory sold','1','','sales','6164003349215','','No',NULL,NULL,''),(807,'1110','41597386884','2020-08-14 09:35:48',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(808,'5500','41597386884','2020-08-14 09:35:48',346.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(809,'1000','41597386950','2020-08-14 09:56:49',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(810,'4000','41597386950','2020-08-14 09:56:49',NULL,250.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(811,'1110','41597386950','2020-08-14 09:56:49',NULL,225.00,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(812,'5500','41597386950','2020-08-14 09:56:49',225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(813,'1000','41597388213','2020-08-14 10:04:23',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(814,'4000','41597388213','2020-08-14 10:04:23',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(815,'1110','41597388213','2020-08-14 10:04:23',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(816,'5500','41597388213','2020-08-14 10:04:23',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(817,'1000','41597389503','2020-08-14 10:27:04',185.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(818,'4000','41597389503','2020-08-14 10:27:04',NULL,100.00,'','4','1','Good sold','1','','sales','0000616009978','','No',NULL,NULL,''),(819,'4000','41597389503','2020-08-14 10:27:04',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(820,'4000','41597389503','2020-08-14 10:27:04',NULL,30.00,'','4','1','Good sold','1','','sales','6923564532289','','No',NULL,NULL,''),(821,'4000','41597389503','2020-08-14 10:27:04',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(822,'4000','41597389503','2020-08-14 10:27:04',NULL,15.00,'','4','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(823,'1110','41597389503','2020-08-14 10:27:04',NULL,90.00,'','4','1','Inventory sold','1','','sales','0000616009978','','No',NULL,NULL,''),(824,'1110','41597389503','2020-08-14 10:27:04',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(825,'1110','41597389503','2020-08-14 10:27:04',NULL,27.00,'','4','1','Inventory sold','1','','sales','6923564532289','','No',NULL,NULL,''),(826,'1110','41597389503','2020-08-14 10:27:04',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(827,'1110','41597389503','2020-08-14 10:27:04',NULL,13.50,'','4','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(828,'5500','41597389503','2020-08-14 10:27:04',166.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(829,'1000','41597391029','2020-08-14 10:47:12',70.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(830,'4000','41597391029','2020-08-14 10:47:12',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(831,'1110','41597391029','2020-08-14 10:47:12',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(832,'5500','41597391029','2020-08-14 10:47:12',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(833,'1000','41597391242','2020-08-14 10:49:21',290.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(834,'4000','41597391242','2020-08-14 10:49:21',NULL,120.00,'','4','1','Good sold','1','','sales','8901719908590','','No',NULL,NULL,''),(835,'4000','41597391242','2020-08-14 10:49:21',NULL,170.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(836,'1110','41597391242','2020-08-14 10:49:21',NULL,108.00,'','4','1','Inventory sold','1','','sales','8901719908590','','No',NULL,NULL,''),(837,'1110','41597391242','2020-08-14 10:49:21',NULL,153.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(838,'5500','41597391242','2020-08-14 10:49:21',261.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(839,'1000','41597391390','2020-08-14 11:25:22',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(840,'4000','41597391390','2020-08-14 11:25:22',NULL,65.00,'','4','1','Good sold','1','','sales','6164000009020','','No',NULL,NULL,''),(841,'1110','41597391390','2020-08-14 11:25:22',NULL,58.50,'','4','1','Inventory sold','1','','sales','6164000009020','','No',NULL,NULL,''),(842,'5500','41597391390','2020-08-14 11:25:22',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(843,'1000','41597393561','2020-08-14 11:54:16',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(844,'4000','41597393561','2020-08-14 11:54:16',NULL,110.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(845,'1110','41597393561','2020-08-14 11:54:16',NULL,99.00,'','4','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(846,'5500','41597393561','2020-08-14 11:54:16',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(847,'1000','41597395613','2020-08-14 12:25:21',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(848,'4000','41597395613','2020-08-14 12:25:21',NULL,100.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(849,'1110','41597395613','2020-08-14 12:25:21',NULL,90.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(850,'5500','41597395613','2020-08-14 12:25:21',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(851,'1000','41597397268','2020-08-14 12:36:40',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(852,'4000','41597397268','2020-08-14 12:36:40',NULL,160.00,'','4','1','Good sold','1','','sales','6164000009006','','No',NULL,NULL,''),(853,'1110','41597397268','2020-08-14 12:36:40',NULL,144.00,'','4','1','Inventory sold','1','','sales','6164000009006','','No',NULL,NULL,''),(854,'5500','41597397268','2020-08-14 12:36:40',144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(855,'1000','41597398754','2020-08-14 12:52:44',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(856,'4000','41597398754','2020-08-14 12:52:44',NULL,85.00,'','4','1','Good sold','1','','sales','6161100912281','','No',NULL,NULL,''),(857,'1110','41597398754','2020-08-14 12:52:44',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161100912281','','No',NULL,NULL,''),(858,'5500','41597398754','2020-08-14 12:52:44',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(859,'1000','41597399843','2020-08-14 13:10:54',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(860,'4000','41597399843','2020-08-14 13:10:54',NULL,40.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(861,'1110','41597399843','2020-08-14 13:10:54',NULL,36.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(862,'5500','41597399843','2020-08-14 13:10:54',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(870,'1000','41597403219','2020-08-14 14:09:16',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(871,'4000','41597403219','2020-08-14 14:09:16',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(872,'1110','41597403219','2020-08-14 14:09:16',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(873,'5500','41597403219','2020-08-14 14:09:16',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(874,'1110','71597341378','2020-08-13 20:56:00',630.00,NULL,'','7','1','Inventory Purchased','1','12','Purchases','6166000090213','','No',NULL,NULL,''),(875,'1110','71597341378','2020-08-13 20:56:00',202.50,NULL,'','7','1','Inventory Purchased','1','12','Purchases','6161113440061','','No',NULL,NULL,''),(876,'1110','71597341378','2020-08-13 20:56:00',310.50,NULL,'','7','1','Inventory Purchased','1','12','Purchases','6161113440092','','No',NULL,NULL,''),(877,'2130','71597341378','2020-08-13 20:56:00',NULL,1143.00,'','7','1','Account payable for inventory','1','12','Purchases','','','No',NULL,NULL,''),(878,'1000','41597403363','2020-08-14 14:16:29',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(879,'4000','41597403363','2020-08-14 14:16:29',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(880,'4000','41597403363','2020-08-14 14:16:29',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(881,'1110','41597403363','2020-08-14 14:16:29',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(882,'1110','41597403363','2020-08-14 14:16:29',NULL,4.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(883,'5500','41597403363','2020-08-14 14:16:29',67.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(884,'1000','41597403803','2020-08-14 14:29:27',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(885,'4000','41597403803','2020-08-14 14:29:27',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(886,'1110','41597403803','2020-08-14 14:29:27',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(887,'5500','41597403803','2020-08-14 14:29:27',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(888,'1000','41597404579','2020-08-14 14:31:46',180.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(889,'4000','41597404579','2020-08-14 14:31:46',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033209','','No',NULL,NULL,''),(890,'4000','41597404579','2020-08-14 14:31:46',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(891,'1110','41597404579','2020-08-14 14:31:46',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033209','','No',NULL,NULL,''),(892,'1110','41597404579','2020-08-14 14:31:46',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(893,'5500','41597404579','2020-08-14 14:31:46',162.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(894,'1000','41597406970','2020-08-14 15:13:14',1155.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(895,'4000','41597406970','2020-08-14 15:13:14',NULL,135.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(896,'4000','41597406970','2020-08-14 15:13:14',NULL,480.00,'','4','1','Good sold','1','','sales','6161102170917','','No',NULL,NULL,''),(897,'4000','41597406970','2020-08-14 15:13:14',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033483','','No',NULL,NULL,''),(898,'4000','41597406970','2020-08-14 15:13:14',NULL,135.00,'','4','1','Good sold','1','','sales','7622210304537','','No',NULL,NULL,''),(899,'4000','41597406970','2020-08-14 15:13:14',NULL,50.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(900,'4000','41597406970','2020-08-14 15:13:14',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(901,'4000','41597406970','2020-08-14 15:13:14',NULL,65.00,'','4','1','Good sold','1','','sales','86','','No',NULL,NULL,''),(902,'4000','41597406970','2020-08-14 15:13:14',NULL,130.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(903,'1110','41597406970','2020-08-14 15:13:14',NULL,121.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(904,'1110','41597406970','2020-08-14 15:13:14',NULL,432.00,'','4','1','Inventory sold','1','','sales','6161102170917','','No',NULL,NULL,''),(905,'1110','41597406970','2020-08-14 15:13:14',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033483','','No',NULL,NULL,''),(906,'1110','41597406970','2020-08-14 15:13:14',NULL,121.50,'','4','1','Inventory sold','1','','sales','7622210304537','','No',NULL,NULL,''),(907,'1110','41597406970','2020-08-14 15:13:14',NULL,45.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(908,'1110','41597406970','2020-08-14 15:13:14',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(909,'1110','41597406970','2020-08-14 15:13:14',NULL,58.50,'','4','1','Inventory sold','1','','sales','86','','No',NULL,NULL,''),(910,'1110','41597406970','2020-08-14 15:13:14',NULL,117.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(911,'5500','41597406970','2020-08-14 15:13:14',1039.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(912,'1000','41597408368','2020-08-14 15:35:25',115.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(913,'4000','41597408368','2020-08-14 15:35:25',NULL,5.00,'','4','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(914,'4000','41597408368','2020-08-14 15:35:25',NULL,110.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(915,'1110','41597408368','2020-08-14 15:35:25',NULL,4.50,'','4','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(916,'1110','41597408368','2020-08-14 15:35:25',NULL,99.00,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(917,'5500','41597408368','2020-08-14 15:35:25',103.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(918,'1000','41597408530','2020-08-14 15:59:30',185.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(919,'4000','41597408530','2020-08-14 15:59:30',NULL,60.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(920,'4000','41597408530','2020-08-14 15:59:30',NULL,125.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(921,'1110','41597408530','2020-08-14 15:59:30',NULL,54.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(922,'1110','41597408530','2020-08-14 15:59:30',NULL,112.50,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(923,'5500','41597408530','2020-08-14 15:59:30',166.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(924,'1000','41597409974','2020-08-14 16:01:55',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(925,'4000','41597409974','2020-08-14 16:01:55',NULL,5.00,'','4','1','Good sold','1','','sales','191','','No',NULL,NULL,''),(926,'1110','41597409974','2020-08-14 16:01:55',NULL,4.50,'','4','1','Inventory sold','1','','sales','191','','No',NULL,NULL,''),(927,'5500','41597409974','2020-08-14 16:01:55',4.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(928,'1000','41597410122','2020-08-14 16:19:04',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(929,'4000','41597410122','2020-08-14 16:19:04',NULL,10.00,'','4','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(930,'4000','41597410122','2020-08-14 16:19:04',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(931,'1110','41597410122','2020-08-14 16:19:04',NULL,9.00,'','4','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(932,'1110','41597410122','2020-08-14 16:19:04',NULL,9.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(933,'5500','41597410122','2020-08-14 16:19:04',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(934,'1000','41597415421','2020-08-14 17:31:04',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(935,'4000','41597415421','2020-08-14 17:31:04',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(936,'4000','41597415421','2020-08-14 17:31:04',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(937,'1110','41597415421','2020-08-14 17:31:04',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(938,'1110','41597415421','2020-08-14 17:31:04',NULL,4.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(939,'5500','41597415421','2020-08-14 17:31:04',112.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(940,'1000','41597415466','2020-08-14 17:35:30',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(941,'4000','41597415466','2020-08-14 17:35:30',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(942,'1110','41597415466','2020-08-14 17:35:30',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(943,'5500','41597415466','2020-08-14 17:35:30',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(944,'1000','41597415734','2020-08-14 17:37:58',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(945,'4000','41597415734','2020-08-14 17:37:58',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(946,'1110','41597415734','2020-08-14 17:37:58',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(947,'5500','41597415734','2020-08-14 17:37:58',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(948,'1000','41597415907','2020-08-14 17:38:45',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(949,'4000','41597415907','2020-08-14 17:38:45',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(950,'4000','41597415907','2020-08-14 17:38:45',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(951,'1110','41597415907','2020-08-14 17:38:45',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(952,'1110','41597415907','2020-08-14 17:38:45',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(953,'5500','41597415907','2020-08-14 17:38:45',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(954,'1000','41597416010','2020-08-14 17:42:06',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(955,'4000','41597416010','2020-08-14 17:42:06',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(956,'4000','41597416010','2020-08-14 17:42:06',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(957,'1110','41597416010','2020-08-14 17:42:06',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(958,'1110','41597416010','2020-08-14 17:42:06',NULL,4.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(959,'5500','41597416010','2020-08-14 17:42:06',67.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(960,'1000','41597416129','2020-08-14 17:54:22',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(961,'4000','41597416129','2020-08-14 17:54:22',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440078','','No',NULL,NULL,''),(962,'4000','41597416129','2020-08-14 17:54:22',NULL,85.00,'','4','1','Good sold','1','','sales','6164000993008','','No',NULL,NULL,''),(963,'4000','41597416129','2020-08-14 17:54:22',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(964,'4000','41597416129','2020-08-14 17:54:22',NULL,40.00,'','4','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(965,'1110','41597416129','2020-08-14 17:54:22',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440078','','No',NULL,NULL,''),(966,'1110','41597416129','2020-08-14 17:54:22',NULL,76.50,'','4','1','Inventory sold','1','','sales','6164000993008','','No',NULL,NULL,''),(967,'1110','41597416129','2020-08-14 17:54:22',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(968,'1110','41597416129','2020-08-14 17:54:22',NULL,36.00,'','4','1','Inventory sold','1','','sales','21','','No',NULL,NULL,''),(969,'5500','41597416129','2020-08-14 17:54:22',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(970,'1000','41597418514','2020-08-14 18:34:04',370.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(971,'4000','41597418514','2020-08-14 18:34:04',NULL,135.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(972,'4000','41597418514','2020-08-14 18:34:04',NULL,90.00,'','4','1','Good sold','1','','sales','6164000072031','','No',NULL,NULL,''),(973,'4000','41597418514','2020-08-14 18:34:04',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072055','','No',NULL,NULL,''),(974,'4000','41597418514','2020-08-14 18:34:04',NULL,100.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(975,'1110','41597418514','2020-08-14 18:34:04',NULL,121.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(976,'1110','41597418514','2020-08-14 18:34:04',NULL,81.00,'','4','1','Inventory sold','1','','sales','6164000072031','','No',NULL,NULL,''),(977,'1110','41597418514','2020-08-14 18:34:04',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072055','','No',NULL,NULL,''),(978,'1110','41597418514','2020-08-14 18:34:04',NULL,90.00,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(979,'5500','41597418514','2020-08-14 18:34:04',333.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(980,'1000','41597419247','2020-08-14 18:36:11',360.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(981,'4000','41597419247','2020-08-14 18:36:11',NULL,100.00,'','4','1','Good sold','1','','sales','6164000009068','','No',NULL,NULL,''),(982,'4000','41597419247','2020-08-14 18:36:11',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(983,'4000','41597419247','2020-08-14 18:36:11',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(984,'4000','41597419247','2020-08-14 18:36:11',NULL,125.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(985,'1110','41597419247','2020-08-14 18:36:11',NULL,90.00,'','4','1','Inventory sold','1','','sales','6164000009068','','No',NULL,NULL,''),(986,'1110','41597419247','2020-08-14 18:36:11',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(987,'1110','41597419247','2020-08-14 18:36:11',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(988,'1110','41597419247','2020-08-14 18:36:11',NULL,112.50,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(989,'5500','41597419247','2020-08-14 18:36:11',324.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(990,'1000','41597422258','2020-08-14 19:25:07',140.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(991,'4000','41597422258','2020-08-14 19:25:07',NULL,90.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(992,'4000','41597422258','2020-08-14 19:25:07',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(993,'1110','41597422258','2020-08-14 19:25:07',NULL,81.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(994,'1110','41597422258','2020-08-14 19:25:07',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(995,'5500','41597422258','2020-08-14 19:25:07',126.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(996,'1000','41597422788','2020-08-14 19:41:46',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(997,'4000','41597422788','2020-08-14 19:41:46',NULL,65.00,'','4','1','Good sold','1','','sales','6161100760257','','No',NULL,NULL,''),(998,'1110','41597422788','2020-08-14 19:41:46',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161100760257','','No',NULL,NULL,''),(999,'5500','41597422788','2020-08-14 19:41:46',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1000,'1000','41597475513','2020-08-15 10:12:24',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1001,'4000','41597475513','2020-08-15 10:12:24',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760226','','No',NULL,NULL,''),(1002,'4000','41597475513','2020-08-15 10:12:24',NULL,10.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(1003,'1110','41597475513','2020-08-15 10:12:24',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100760226','','No',NULL,NULL,''),(1004,'1110','41597475513','2020-08-15 10:12:24',NULL,9.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(1005,'5500','41597475513','2020-08-15 10:12:24',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1006,'1000','41597480966','2020-08-15 11:43:04',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1007,'4000','41597480966','2020-08-15 11:43:04',NULL,60.00,'','4','1','Good sold','1','','sales','6009627050027','','No',NULL,NULL,''),(1008,'1110','41597480966','2020-08-15 11:43:04',NULL,54.00,'','4','1','Inventory sold','1','','sales','6009627050027','','No',NULL,NULL,''),(1009,'5500','41597480966','2020-08-15 11:43:04',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1010,'1000','41597480988','2020-08-15 11:45:55',415.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1011,'4000','41597480988','2020-08-15 11:45:55',NULL,120.00,'','4','1','Good sold','1','','sales','6161106610594','','No',NULL,NULL,''),(1012,'4000','41597480988','2020-08-15 11:45:55',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(1013,'4000','41597480988','2020-08-15 11:45:55',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(1014,'4000','41597480988','2020-08-15 11:45:55',NULL,125.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(1015,'1110','41597480988','2020-08-15 11:45:55',NULL,108.00,'','4','1','Inventory sold','1','','sales','6161106610594','','No',NULL,NULL,''),(1016,'1110','41597480988','2020-08-15 11:45:55',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(1017,'1110','41597480988','2020-08-15 11:45:55',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(1018,'1110','41597480988','2020-08-15 11:45:55',NULL,112.50,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(1019,'5500','41597480988','2020-08-15 11:45:55',373.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1020,'1000','41597480988','2020-08-15 11:45:55',415.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1021,'4000','41597480988','2020-08-15 11:45:55',NULL,120.00,'','4','1','Good sold','1','','sales','6161106610594','','No',NULL,NULL,''),(1022,'4000','41597480988','2020-08-15 11:45:55',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(1023,'4000','41597480988','2020-08-15 11:45:55',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(1024,'4000','41597480988','2020-08-15 11:45:55',NULL,125.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(1025,'1110','41597480988','2020-08-15 11:45:55',NULL,108.00,'','4','1','Inventory sold','1','','sales','6161106610594','','No',NULL,NULL,''),(1026,'1110','41597480988','2020-08-15 11:45:55',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(1027,'1110','41597480988','2020-08-15 11:45:55',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(1028,'1110','41597480988','2020-08-15 11:45:55',NULL,112.50,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(1029,'5500','41597480988','2020-08-15 11:45:55',373.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1030,'1000','41597482497','2020-08-15 12:10:14',750.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1031,'4000','41597482497','2020-08-15 12:10:14',NULL,750.00,'','4','1','Good sold','1','','sales','6161106610259','','No',NULL,NULL,''),(1032,'1110','41597482497','2020-08-15 12:10:14',NULL,675.00,'','4','1','Inventory sold','1','','sales','6161106610259','','No',NULL,NULL,''),(1033,'5500','41597482497','2020-08-15 12:10:14',675.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1034,'1000','41597482647','2020-08-15 12:11:22',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1035,'4000','41597482647','2020-08-15 12:11:22',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(1036,'1110','41597482647','2020-08-15 12:11:22',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(1037,'5500','41597482647','2020-08-15 12:11:22',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1038,'1000','41597482899','2020-08-15 12:16:53',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1039,'4000','41597482899','2020-08-15 12:16:53',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(1040,'1110','41597482899','2020-08-15 12:16:53',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(1041,'5500','41597482899','2020-08-15 12:16:53',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1042,'1000','41597483017','2020-08-15 12:38:04',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1043,'4000','41597483017','2020-08-15 12:38:04',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903465','','No',NULL,NULL,''),(1044,'1110','41597483017','2020-08-15 12:38:04',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903465','','No',NULL,NULL,''),(1045,'5500','41597483017','2020-08-15 12:38:04',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1055,'1000','41597488068','2020-08-15 13:42:36',315.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1056,'4000','41597488068','2020-08-15 13:42:36',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072000','','No',NULL,NULL,''),(1057,'4000','41597488068','2020-08-15 13:42:36',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(1058,'4000','41597488068','2020-08-15 13:42:36',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1059,'4000','41597488068','2020-08-15 13:42:36',NULL,60.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(1060,'4000','41597488068','2020-08-15 13:42:36',NULL,110.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(1061,'4000','41597488068','2020-08-15 13:42:36',NULL,5.00,'','4','1','Good sold','1','','sales','191','','No',NULL,NULL,''),(1062,'1110','41597488068','2020-08-15 13:42:36',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072000','','No',NULL,NULL,''),(1063,'1110','41597488068','2020-08-15 13:42:36',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(1064,'1110','41597488068','2020-08-15 13:42:36',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(1065,'1110','41597488068','2020-08-15 13:42:36',NULL,54.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(1066,'1110','41597488068','2020-08-15 13:42:36',NULL,99.00,'','4','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(1067,'1110','41597488068','2020-08-15 13:42:36',NULL,4.50,'','4','1','Inventory sold','1','','sales','191','','No',NULL,NULL,''),(1068,'5500','41597488068','2020-08-15 13:42:36',283.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1069,'1000','41597488167','2020-08-15 13:48:07',265.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1070,'4000','41597488167','2020-08-15 13:48:07',NULL,40.00,'','4','1','Good sold','1','','sales','6161101280020','','No',NULL,NULL,''),(1071,'4000','41597488167','2020-08-15 13:48:07',NULL,135.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(1072,'4000','41597488167','2020-08-15 13:48:07',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1073,'1110','41597488167','2020-08-15 13:48:07',NULL,36.00,'','4','1','Inventory sold','1','','sales','6161101280020','','No',NULL,NULL,''),(1074,'1110','41597488167','2020-08-15 13:48:07',NULL,121.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(1075,'1110','41597488167','2020-08-15 13:48:07',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(1076,'5500','41597488167','2020-08-15 13:48:07',238.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1077,'1110','71597399901','2020-08-14 13:11:00',135.00,NULL,'','7','1','Inventory Purchased','1','7','Purchases','32','','No',NULL,NULL,''),(1078,'1110','71597399901','2020-08-14 13:11:00',90.00,NULL,'','7','1','Inventory Purchased','1','7','Purchases','33','','No',NULL,NULL,''),(1079,'1110','71597399901','2020-08-14 13:11:00',72.00,NULL,'','7','1','Inventory Purchased','1','7','Purchases','11','','No',NULL,NULL,''),(1080,'1110','71597399901','2020-08-14 13:11:00',189.00,NULL,'','7','1','Inventory Purchased','1','7','Purchases','31','','No',NULL,NULL,''),(1081,'1110','71597399901','2020-08-14 13:11:00',162.00,NULL,'','7','1','Inventory Purchased','1','7','Purchases','30','','No',NULL,NULL,''),(1082,'1110','71597399901','2020-08-14 13:11:00',144.00,NULL,'','7','1','Inventory Purchased','1','7','Purchases','11','','No',NULL,NULL,''),(1083,'1110','71597399901','2020-08-14 13:11:00',648.00,NULL,'','7','1','Inventory Purchased','1','7','Purchases','6161113940530','','No',NULL,NULL,''),(1084,'1110','71597399901','2020-08-14 13:11:00',1890.00,NULL,'','7','1','Inventory Purchased','1','7','Purchases','6164004575910','','No',NULL,NULL,''),(1085,'1110','71597399901','2020-08-14 13:11:00',1125.00,NULL,'','7','1','Inventory Purchased','1','7','Purchases','6161113940141','','No',NULL,NULL,''),(1086,'2130','71597399901','2020-08-14 13:11:00',NULL,4455.00,'','7','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(1087,'1000','41597488501','2020-08-15 13:56:07',330.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1088,'4000','41597488501','2020-08-15 13:56:07',NULL,330.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(1089,'1110','41597488501','2020-08-15 13:56:07',NULL,297.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(1090,'5500','41597488501','2020-08-15 13:56:07',297.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1091,'1000','41597489043','2020-08-15 14:02:13',30.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1092,'4000','41597489043','2020-08-15 14:02:13',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1093,'1110','41597489043','2020-08-15 14:02:13',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(1094,'5500','41597489043','2020-08-15 14:02:13',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1095,'1000','41597489336','2020-08-15 15:10:44',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1096,'4000','41597489336','2020-08-15 15:10:44',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1097,'4000','41597489336','2020-08-15 15:10:44',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1098,'4000','41597489336','2020-08-15 15:10:44',NULL,10.00,'','4','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1099,'1110','41597489336','2020-08-15 15:10:44',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(1100,'1110','41597489336','2020-08-15 15:10:44',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(1101,'1110','41597489336','2020-08-15 15:10:44',NULL,9.00,'','4','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(1102,'5500','41597489336','2020-08-15 15:10:44',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1103,'1000','41597493446','2020-08-15 15:20:54',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1104,'4000','41597493446','2020-08-15 15:20:54',NULL,130.00,'','4','1','Good sold','1','','sales','6161102170030','','No',NULL,NULL,''),(1105,'1110','41597493446','2020-08-15 15:20:54',NULL,117.00,'','4','1','Inventory sold','1','','sales','6161102170030','','No',NULL,NULL,''),(1106,'5500','41597493446','2020-08-15 15:20:54',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1107,'1000','41597501914','2020-08-15 17:35:42',840.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1108,'4000','41597501914','2020-08-15 17:35:42',NULL,90.00,'','4','1','Good sold','1','','sales','0792382445790','','No',NULL,NULL,''),(1109,'4000','41597501914','2020-08-15 17:35:42',NULL,75.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(1110,'4000','41597501914','2020-08-15 17:35:42',NULL,590.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1111,'4000','41597501914','2020-08-15 17:35:42',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1112,'4000','41597501914','2020-08-15 17:35:42',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(1113,'4000','41597501914','2020-08-15 17:35:42',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(1114,'1110','41597501914','2020-08-15 17:35:42',NULL,81.00,'','4','1','Inventory sold','1','','sales','0792382445790','','No',NULL,NULL,''),(1115,'1110','41597501914','2020-08-15 17:35:42',NULL,67.50,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(1116,'1110','41597501914','2020-08-15 17:35:42',NULL,531.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1117,'1110','41597501914','2020-08-15 17:35:42',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(1118,'1110','41597501914','2020-08-15 17:35:42',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(1119,'1110','41597501914','2020-08-15 17:35:42',NULL,9.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(1120,'5500','41597501914','2020-08-15 17:35:42',756.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1121,'1000','41597502154','2020-08-15 17:37:23',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1122,'4000','41597502154','2020-08-15 17:37:23',NULL,5.00,'','4','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1123,'4000','41597502154','2020-08-15 17:37:23',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(1124,'1110','41597502154','2020-08-15 17:37:23',NULL,4.50,'','4','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(1125,'1110','41597502154','2020-08-15 17:37:23',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(1126,'5500','41597502154','2020-08-15 17:37:23',112.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1127,'1000','41597502725','2020-08-15 17:47:08',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1128,'4000','41597502725','2020-08-15 17:47:08',NULL,40.00,'','4','1','Good sold','1','','sales','6008677000549','','No',NULL,NULL,''),(1129,'4000','41597502725','2020-08-15 17:47:08',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903465','','No',NULL,NULL,''),(1130,'1110','41597502725','2020-08-15 17:47:08',NULL,36.00,'','4','1','Inventory sold','1','','sales','6008677000549','','No',NULL,NULL,''),(1131,'1110','41597502725','2020-08-15 17:47:08',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903465','','No',NULL,NULL,''),(1132,'5500','41597502725','2020-08-15 17:47:08',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1133,'1000','41597502895','2020-08-15 17:49:04',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1134,'4000','41597502895','2020-08-15 17:49:04',NULL,40.00,'','4','1','Good sold','1','','sales','8901719903465','','No',NULL,NULL,''),(1135,'1110','41597502895','2020-08-15 17:49:04',NULL,36.00,'','4','1','Inventory sold','1','','sales','8901719903465','','No',NULL,NULL,''),(1136,'5500','41597502895','2020-08-15 17:49:04',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1137,'1000','41597502957','2020-08-15 17:50:11',400.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1138,'4000','41597502957','2020-08-15 17:50:11',NULL,400.00,'','4','1','Good sold','1','','sales','168','','No',NULL,NULL,''),(1139,'1110','41597502957','2020-08-15 17:50:11',NULL,360.00,'','4','1','Inventory sold','1','','sales','168','','No',NULL,NULL,''),(1140,'5500','41597502957','2020-08-15 17:50:11',360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1141,'1000','41597503018','2020-08-15 17:51:07',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1142,'4000','41597503018','2020-08-15 17:51:07',NULL,110.00,'','4','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(1143,'1110','41597503018','2020-08-15 17:51:07',NULL,99.00,'','4','1','Inventory sold','1','','sales','52','','No',NULL,NULL,''),(1144,'5500','41597503018','2020-08-15 17:51:07',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1145,'1000','41597503075','2020-08-15 17:51:42',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1146,'4000','41597503075','2020-08-15 17:51:42',NULL,65.00,'','4','1','Good sold','1','','sales','6161100760257','','No',NULL,NULL,''),(1147,'4000','41597503075','2020-08-15 17:51:42',NULL,65.00,'','4','1','Good sold','1','','sales','6161100760257','','No',NULL,NULL,''),(1148,'1110','41597503075','2020-08-15 17:51:42',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161100760257','','No',NULL,NULL,''),(1149,'1110','41597503075','2020-08-15 17:51:42',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161100760257','','No',NULL,NULL,''),(1150,'5500','41597503075','2020-08-15 17:51:42',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1151,'1000','41597503611','2020-08-15 18:03:35',315.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1152,'4000','41597503611','2020-08-15 18:03:35',NULL,70.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1153,'4000','41597503611','2020-08-15 18:03:35',NULL,60.00,'','4','1','Good sold','1','','sales','6161100760066','','No',NULL,NULL,''),(1154,'4000','41597503611','2020-08-15 18:03:35',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1155,'4000','41597503611','2020-08-15 18:03:35',NULL,10.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(1156,'4000','41597503611','2020-08-15 18:03:35',NULL,90.00,'','4','1','Good sold','1','','sales','6203012970123','','No',NULL,NULL,''),(1157,'4000','41597503611','2020-08-15 18:03:35',NULL,70.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1158,'4000','41597503611','2020-08-15 18:03:35',NULL,15.00,'','4','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1159,'1110','41597503611','2020-08-15 18:03:35',NULL,63.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1160,'1110','41597503611','2020-08-15 18:03:35',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161100760066','','No',NULL,NULL,''),(1161,'1110','41597503611','2020-08-15 18:03:35',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1162,'1110','41597503611','2020-08-15 18:03:35',NULL,9.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(1163,'1110','41597503611','2020-08-15 18:03:35',NULL,81.00,'','4','1','Inventory sold','1','','sales','6203012970123','','No',NULL,NULL,''),(1164,'1110','41597503611','2020-08-15 18:03:35',NULL,63.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1165,'1110','41597503611','2020-08-15 18:03:35',NULL,13.50,'','4','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(1166,'5500','41597503611','2020-08-15 18:03:35',346.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1167,'1000','41597503611','2020-08-15 18:03:35',315.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1168,'4000','41597503611','2020-08-15 18:03:35',NULL,70.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1169,'4000','41597503611','2020-08-15 18:03:35',NULL,60.00,'','4','1','Good sold','1','','sales','6161100760066','','No',NULL,NULL,''),(1170,'4000','41597503611','2020-08-15 18:03:35',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1171,'4000','41597503611','2020-08-15 18:03:35',NULL,10.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(1172,'4000','41597503611','2020-08-15 18:03:35',NULL,90.00,'','4','1','Good sold','1','','sales','6203012970123','','No',NULL,NULL,''),(1173,'4000','41597503611','2020-08-15 18:03:35',NULL,70.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1174,'4000','41597503611','2020-08-15 18:03:35',NULL,15.00,'','4','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1175,'1110','41597503611','2020-08-15 18:03:35',NULL,63.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1176,'1110','41597503611','2020-08-15 18:03:35',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161100760066','','No',NULL,NULL,''),(1177,'1110','41597503611','2020-08-15 18:03:35',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1178,'1110','41597503611','2020-08-15 18:03:35',NULL,9.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(1179,'1110','41597503611','2020-08-15 18:03:35',NULL,81.00,'','4','1','Inventory sold','1','','sales','6203012970123','','No',NULL,NULL,''),(1180,'1110','41597503611','2020-08-15 18:03:35',NULL,63.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1181,'1110','41597503611','2020-08-15 18:03:35',NULL,13.50,'','4','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(1182,'5500','41597503611','2020-08-15 18:03:35',346.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1183,'1000','41597504327','2020-08-15 18:12:19',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1184,'4000','41597504327','2020-08-15 18:12:19',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(1185,'1110','41597504327','2020-08-15 18:12:19',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(1186,'5500','41597504327','2020-08-15 18:12:19',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1187,'1000','41597504343','2020-08-15 18:40:25',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1188,'4000','41597504343','2020-08-15 18:40:25',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(1189,'4000','41597504343','2020-08-15 18:40:25',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903427','','No',NULL,NULL,''),(1190,'4000','41597504343','2020-08-15 18:40:25',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(1191,'1110','41597504343','2020-08-15 18:40:25',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(1192,'1110','41597504343','2020-08-15 18:40:25',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903427','','No',NULL,NULL,''),(1193,'1110','41597504343','2020-08-15 18:40:25',NULL,4.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(1194,'5500','41597504343','2020-08-15 18:40:25',72.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1195,'1000','41597506028','2020-08-15 18:47:04',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1196,'4000','41597506028','2020-08-15 18:47:04',NULL,50.00,'','4','1','Good sold','1','','sales','0000616009800','','No',NULL,NULL,''),(1197,'4000','41597506028','2020-08-15 18:47:04',NULL,25.00,'','4','1','Good sold','1','','sales','6164000242533','','No',NULL,NULL,''),(1198,'1110','41597506028','2020-08-15 18:47:04',NULL,45.00,'','4','1','Inventory sold','1','','sales','0000616009800','','No',NULL,NULL,''),(1199,'1110','41597506028','2020-08-15 18:47:04',NULL,22.50,'','4','1','Inventory sold','1','','sales','6164000242533','','No',NULL,NULL,''),(1200,'5500','41597506028','2020-08-15 18:47:04',67.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1201,'1000','41597506427','2020-08-15 19:08:00',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1202,'4000','41597506427','2020-08-15 19:08:00',NULL,10.00,'','4','1','Good sold','1','','sales','191','','No',NULL,NULL,''),(1203,'1110','41597506427','2020-08-15 19:08:00',NULL,9.00,'','4','1','Inventory sold','1','','sales','191','','No',NULL,NULL,''),(1204,'5500','41597506427','2020-08-15 19:08:00',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1205,'1000','41597507689','2020-08-15 19:47:26',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1206,'4000','41597507689','2020-08-15 19:47:26',NULL,100.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(1207,'1110','41597507689','2020-08-15 19:47:26',NULL,90.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(1208,'5500','41597507689','2020-08-15 19:47:26',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1209,'1000','41597510056','2020-08-15 19:49:05',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1210,'4000','41597510056','2020-08-15 19:49:05',NULL,20.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(1211,'1110','41597510056','2020-08-15 19:49:05',NULL,18.00,'','4','1','Inventory sold','1','','sales','185','','No',NULL,NULL,''),(1212,'5500','41597510056','2020-08-15 19:49:05',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1213,'1110','71597516282','2020-08-15 21:31:00',202.50,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6164000072017','','No',NULL,NULL,''),(1214,'1110','71597516282','2020-08-15 21:31:00',324.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6164000072024','','No',NULL,NULL,''),(1215,'1110','71597516282','2020-08-15 21:31:00',283.50,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6164000072000','','No',NULL,NULL,''),(1216,'1110','71597516282','2020-08-15 21:31:00',283.50,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6164000072055','','No',NULL,NULL,''),(1217,'1110','71597516282','2020-08-15 21:31:00',283.50,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6164000072031','','No',NULL,NULL,''),(1218,'1110','71597516282','2020-08-15 21:31:00',243.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6164000072048','','No',NULL,NULL,''),(1219,'2130','71597516282','2020-08-15 21:31:00',NULL,1620.00,'','7','1','Account payable for inventory','1','11','Purchases','','','No',NULL,NULL,''),(1220,'1000','41597556160','2020-08-16 08:49:06',310.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1221,'4000','41597556160','2020-08-16 08:49:06',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1222,'4000','41597556160','2020-08-16 08:49:06',NULL,70.00,'','4','1','Good sold','1','','sales','6161100912380','','No',NULL,NULL,''),(1223,'4000','41597556160','2020-08-16 08:49:06',NULL,160.00,'','4','1','Good sold','1','','sales','6164000009006','','No',NULL,NULL,''),(1224,'4000','41597556160','2020-08-16 08:49:06',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1225,'1110','41597556160','2020-08-16 08:49:06',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1226,'1110','41597556160','2020-08-16 08:49:06',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100912380','','No',NULL,NULL,''),(1227,'1110','41597556160','2020-08-16 08:49:06',NULL,144.00,'','4','1','Inventory sold','1','','sales','6164000009006','','No',NULL,NULL,''),(1228,'1110','41597556160','2020-08-16 08:49:06',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(1229,'5500','41597556160','2020-08-16 08:49:06',279.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1230,'1000','41597556953','2020-08-16 09:04:18',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1231,'4000','41597556953','2020-08-16 09:04:18',NULL,50.00,'','4','1','Good sold','1','','sales','6161100100084','','No',NULL,NULL,''),(1232,'1110','41597556953','2020-08-16 09:04:18',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161100100084','','No',NULL,NULL,''),(1233,'5500','41597556953','2020-08-16 09:04:18',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1234,'1000','41597557921','2020-08-16 09:52:12',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1235,'4000','41597557921','2020-08-16 09:52:12',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(1236,'1110','41597557921','2020-08-16 09:52:12',NULL,9.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(1237,'5500','41597557921','2020-08-16 09:52:12',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1238,'1000','41597560742','2020-08-16 09:59:46',65.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1239,'4000','41597560742','2020-08-16 09:59:46',NULL,65.00,'','4','1','Good sold','1','','sales','144','','No',NULL,NULL,''),(1240,'1110','41597560742','2020-08-16 09:59:46',NULL,58.50,'','4','1','Inventory sold','1','','sales','144','','No',NULL,NULL,''),(1241,'5500','41597560742','2020-08-16 09:59:46',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1242,'1000','41597561287','2020-08-16 10:16:59',70.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1243,'4000','41597561287','2020-08-16 10:16:59',NULL,70.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1244,'4000','41597561287','2020-08-16 10:16:59',NULL,70.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1245,'1110','41597561287','2020-08-16 10:16:59',NULL,63.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1246,'1110','41597561287','2020-08-16 10:16:59',NULL,63.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1247,'5500','41597561287','2020-08-16 10:16:59',126.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1248,'1000','41597561287','2020-08-16 10:16:59',70.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1249,'4000','41597561287','2020-08-16 10:16:59',NULL,70.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1250,'4000','41597561287','2020-08-16 10:16:59',NULL,70.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1251,'1110','41597561287','2020-08-16 10:16:59',NULL,63.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1252,'1110','41597561287','2020-08-16 10:16:59',NULL,63.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1253,'5500','41597561287','2020-08-16 10:16:59',126.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1254,'1000','41597562947','2020-08-16 10:43:30',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1255,'4000','41597562947','2020-08-16 10:43:30',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1256,'4000','41597562947','2020-08-16 10:43:30',NULL,10.00,'','4','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(1257,'1110','41597562947','2020-08-16 10:43:30',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(1258,'1110','41597562947','2020-08-16 10:43:30',NULL,9.00,'','4','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(1259,'5500','41597562947','2020-08-16 10:43:30',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1260,'1000','41597562947','2020-08-16 10:43:30',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1261,'4000','41597562947','2020-08-16 10:43:30',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1262,'4000','41597562947','2020-08-16 10:43:30',NULL,10.00,'','4','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(1263,'1110','41597562947','2020-08-16 10:43:30',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(1264,'1110','41597562947','2020-08-16 10:43:30',NULL,9.00,'','4','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(1265,'5500','41597562947','2020-08-16 10:43:30',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1266,'1000','41597563818','2020-08-16 10:57:41',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1267,'4000','41597563818','2020-08-16 10:57:41',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440030','','No',NULL,NULL,''),(1268,'1110','41597563818','2020-08-16 10:57:41',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440030','','No',NULL,NULL,''),(1269,'5500','41597563818','2020-08-16 10:57:41',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1270,'1000','41597563818','2020-08-16 10:57:41',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1271,'4000','41597563818','2020-08-16 10:57:41',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440030','','No',NULL,NULL,''),(1272,'4000','41597563818','2020-08-16 10:57:41',NULL,10.00,'','4','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1273,'4000','41597563818','2020-08-16 10:57:41',NULL,20.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(1274,'1110','41597563818','2020-08-16 10:57:41',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440030','','No',NULL,NULL,''),(1275,'1110','41597563818','2020-08-16 10:57:41',NULL,9.00,'','4','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(1276,'1110','41597563818','2020-08-16 10:57:41',NULL,18.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(1277,'5500','41597563818','2020-08-16 10:57:41',103.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1278,'1000','41597568172','2020-08-16 11:56:25',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1279,'4000','41597568172','2020-08-16 11:56:25',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(1280,'1110','41597568172','2020-08-16 11:56:25',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(1281,'5500','41597568172','2020-08-16 11:56:25',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1282,'1000','41597568325','2020-08-16 11:59:22',255.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1283,'4000','41597568325','2020-08-16 11:59:22',NULL,120.00,'','4','1','Good sold','1','','sales','6161106610594','','No',NULL,NULL,''),(1284,'4000','41597568325','2020-08-16 11:59:22',NULL,135.00,'','4','1','Good sold','1','','sales','7622210304537','','No',NULL,NULL,''),(1285,'1110','41597568325','2020-08-16 11:59:22',NULL,108.00,'','4','1','Inventory sold','1','','sales','6161106610594','','No',NULL,NULL,''),(1286,'1110','41597568325','2020-08-16 11:59:22',NULL,121.50,'','4','1','Inventory sold','1','','sales','7622210304537','','No',NULL,NULL,''),(1287,'5500','41597568325','2020-08-16 11:59:22',229.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1288,'1000','41597568526','2020-08-16 12:16:17',260.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1289,'4000','41597568526','2020-08-16 12:16:17',NULL,60.00,'','4','1','Good sold','1','','sales','6161101000840','','No',NULL,NULL,''),(1290,'4000','41597568526','2020-08-16 12:16:17',NULL,60.00,'','4','1','Good sold','1','','sales','6161101000840','','No',NULL,NULL,''),(1291,'4000','41597568526','2020-08-16 12:16:17',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1292,'4000','41597568526','2020-08-16 12:16:17',NULL,130.00,'','4','1','Good sold','1','','sales','171','','No',NULL,NULL,''),(1293,'1110','41597568526','2020-08-16 12:16:17',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161101000840','','No',NULL,NULL,''),(1294,'1110','41597568526','2020-08-16 12:16:17',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161101000840','','No',NULL,NULL,''),(1295,'1110','41597568526','2020-08-16 12:16:17',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(1296,'1110','41597568526','2020-08-16 12:16:17',NULL,117.00,'','4','1','Inventory sold','1','','sales','171','','No',NULL,NULL,''),(1297,'5500','41597568526','2020-08-16 12:16:17',234.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1298,'1000','41597569420','2020-08-16 12:38:31',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1299,'4000','41597569420','2020-08-16 12:38:31',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(1300,'1110','41597569420','2020-08-16 12:38:31',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(1301,'5500','41597569420','2020-08-16 12:38:31',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1302,'1000','41597570715','2020-08-16 12:48:34',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1303,'4000','41597570715','2020-08-16 12:48:34',NULL,60.00,'','4','1','Good sold','1','','sales','6161107150815','','No',NULL,NULL,''),(1304,'4000','41597570715','2020-08-16 12:48:34',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1305,'1110','41597570715','2020-08-16 12:48:34',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161107150815','','No',NULL,NULL,''),(1306,'1110','41597570715','2020-08-16 12:48:34',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(1307,'5500','41597570715','2020-08-16 12:48:34',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1308,'1000','41597574155','2020-08-16 13:37:03',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1309,'4000','41597574155','2020-08-16 13:37:03',NULL,130.00,'','4','1','Good sold','1','','sales','5449000180247','','No',NULL,NULL,''),(1310,'1110','41597574155','2020-08-16 13:37:03',NULL,117.00,'','4','1','Inventory sold','1','','sales','5449000180247','','No',NULL,NULL,''),(1311,'5500','41597574155','2020-08-16 13:37:03',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1312,'1000','41597576531','2020-08-16 14:16:12',925.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1313,'4000','41597576531','2020-08-16 14:16:12',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(1314,'4000','41597576531','2020-08-16 14:16:12',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(1315,'4000','41597576531','2020-08-16 14:16:12',NULL,260.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(1316,'4000','41597576531','2020-08-16 14:16:12',NULL,260.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(1317,'4000','41597576531','2020-08-16 14:16:12',NULL,160.00,'','4','1','Good sold','1','','sales','159','','No',NULL,NULL,''),(1318,'1110','41597576531','2020-08-16 14:16:12',NULL,108.00,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(1319,'1110','41597576531','2020-08-16 14:16:12',NULL,112.50,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(1320,'1110','41597576531','2020-08-16 14:16:12',NULL,234.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(1321,'1110','41597576531','2020-08-16 14:16:12',NULL,234.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(1322,'1110','41597576531','2020-08-16 14:16:12',NULL,144.00,'','4','1','Inventory sold','1','','sales','159','','No',NULL,NULL,''),(1323,'5500','41597576531','2020-08-16 14:16:12',832.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1324,'1000','41597576637','2020-08-16 14:17:58',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1325,'4000','41597576637','2020-08-16 14:17:58',NULL,15.00,'','4','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1326,'1110','41597576637','2020-08-16 14:17:58',NULL,13.50,'','4','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(1327,'5500','41597576637','2020-08-16 14:17:58',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1328,'4000','41597576531','2020-08-16 14:18:44',260.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(1329,'1000','41597576531','2020-08-16 14:18:44',NULL,260.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(1330,'5500','41597576531','2020-08-16 14:18:44',NULL,234.00,'','4','1','Cost of goods returned','1','','sales','104','','No',NULL,NULL,''),(1331,'1110','41597576531','2020-08-16 14:18:44',234.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(1332,'1000','41597578929','2020-08-16 14:55:59',115.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1333,'4000','41597578929','2020-08-16 14:55:59',NULL,35.00,'','4','1','Good sold','1','','sales','6164000009358','','No',NULL,NULL,''),(1334,'4000','41597578929','2020-08-16 14:55:59',NULL,40.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(1335,'4000','41597578929','2020-08-16 14:55:59',NULL,40.00,'','4','1','Good sold','1','','sales','182','','No',NULL,NULL,''),(1336,'1110','41597578929','2020-08-16 14:55:59',NULL,31.50,'','4','1','Inventory sold','1','','sales','6164000009358','','No',NULL,NULL,''),(1337,'1110','41597578929','2020-08-16 14:55:59',NULL,36.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(1338,'1110','41597578929','2020-08-16 14:55:59',NULL,36.00,'','4','1','Inventory sold','1','','sales','182','','No',NULL,NULL,''),(1339,'5500','41597578929','2020-08-16 14:55:59',103.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1340,'1000','41597578967','2020-08-16 14:57:34',695.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1341,'4000','41597578967','2020-08-16 14:57:34',NULL,50.00,'','4','1','Good sold','1','','sales','0792382472789','','No',NULL,NULL,''),(1342,'4000','41597578967','2020-08-16 14:57:34',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(1343,'4000','41597578967','2020-08-16 14:57:34',NULL,220.00,'','4','1','Good sold','1','','sales','6161101661232','','No',NULL,NULL,''),(1344,'4000','41597578967','2020-08-16 14:57:34',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1345,'4000','41597578967','2020-08-16 14:57:34',NULL,130.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(1346,'4000','41597578967','2020-08-16 14:57:34',NULL,160.00,'','4','1','Good sold','1','','sales','159','','No',NULL,NULL,''),(1347,'1110','41597578967','2020-08-16 14:57:34',NULL,45.00,'','4','1','Inventory sold','1','','sales','0792382472789','','No',NULL,NULL,''),(1348,'1110','41597578967','2020-08-16 14:57:34',NULL,108.00,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(1349,'1110','41597578967','2020-08-16 14:57:34',NULL,198.00,'','4','1','Inventory sold','1','','sales','6161101661232','','No',NULL,NULL,''),(1350,'1110','41597578967','2020-08-16 14:57:34',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(1351,'1110','41597578967','2020-08-16 14:57:34',NULL,117.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(1352,'1110','41597578967','2020-08-16 14:57:34',NULL,144.00,'','4','1','Inventory sold','1','','sales','159','','No',NULL,NULL,''),(1353,'5500','41597578967','2020-08-16 14:57:34',625.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1354,'1000','41597582944','2020-08-16 16:07:18',490.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1355,'4000','41597582944','2020-08-16 16:07:18',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1356,'4000','41597582944','2020-08-16 16:07:18',NULL,35.00,'','4','1','Good sold','1','','sales','6164000009358','','No',NULL,NULL,''),(1357,'4000','41597582944','2020-08-16 16:07:18',NULL,65.00,'','4','1','Good sold','1','','sales','82','','No',NULL,NULL,''),(1358,'4000','41597582944','2020-08-16 16:07:18',NULL,40.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(1359,'4000','41597582944','2020-08-16 16:07:18',NULL,100.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(1360,'4000','41597582944','2020-08-16 16:07:18',NULL,40.00,'','4','1','Good sold','1','','sales','182','','No',NULL,NULL,''),(1361,'4000','41597582944','2020-08-16 16:07:18',NULL,100.00,'','4','1','Good sold','1','','sales','184','','No',NULL,NULL,''),(1362,'4000','41597582944','2020-08-16 16:07:18',NULL,40.00,'','4','1','Good sold','1','','sales','8888','','No',NULL,NULL,''),(1363,'1110','41597582944','2020-08-16 16:07:18',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1364,'1110','41597582944','2020-08-16 16:07:18',NULL,31.50,'','4','1','Inventory sold','1','','sales','6164000009358','','No',NULL,NULL,''),(1365,'1110','41597582944','2020-08-16 16:07:18',NULL,58.50,'','4','1','Inventory sold','1','','sales','82','','No',NULL,NULL,''),(1366,'1110','41597582944','2020-08-16 16:07:18',NULL,36.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(1367,'1110','41597582944','2020-08-16 16:07:18',NULL,90.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(1368,'1110','41597582944','2020-08-16 16:07:18',NULL,36.00,'','4','1','Inventory sold','1','','sales','182','','No',NULL,NULL,''),(1369,'1110','41597582944','2020-08-16 16:07:18',NULL,90.00,'','4','1','Inventory sold','1','','sales','184','','No',NULL,NULL,''),(1370,'1110','41597582944','2020-08-16 16:07:18',NULL,36.00,'','4','1','Inventory sold','1','','sales','8888','','No',NULL,NULL,''),(1371,'5500','41597582944','2020-08-16 16:07:18',441.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1372,'1000','41597583808','2020-08-16 16:17:58',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1373,'4000','41597583808','2020-08-16 16:17:58',NULL,70.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(1374,'1110','41597583808','2020-08-16 16:17:58',NULL,63.00,'','4','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(1375,'5500','41597583808','2020-08-16 16:17:58',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1376,'1000','41597583880','2020-08-16 16:24:27',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1377,'4000','41597583880','2020-08-16 16:24:27',NULL,70.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(1378,'1110','41597583880','2020-08-16 16:24:27',NULL,63.00,'','4','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(1379,'5500','41597583880','2020-08-16 16:24:27',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1380,'1000','41597584294','2020-08-16 16:30:53',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1381,'4000','41597584294','2020-08-16 16:30:53',NULL,100.00,'','4','1','Good sold','1','','sales','6161100100084','','No',NULL,NULL,''),(1382,'1110','41597584294','2020-08-16 16:30:53',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161100100084','','No',NULL,NULL,''),(1383,'5500','41597584294','2020-08-16 16:30:53',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1384,'1000','41597584688','2020-08-16 16:46:55',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1385,'4000','41597584688','2020-08-16 16:46:55',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903465','','No',NULL,NULL,''),(1386,'4000','41597584688','2020-08-16 16:46:55',NULL,5.00,'','4','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1387,'4000','41597584688','2020-08-16 16:46:55',NULL,25.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(1388,'1110','41597584688','2020-08-16 16:46:55',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903465','','No',NULL,NULL,''),(1389,'1110','41597584688','2020-08-16 16:46:55',NULL,4.50,'','4','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(1390,'1110','41597584688','2020-08-16 16:46:55',NULL,22.50,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(1391,'5500','41597584688','2020-08-16 16:46:55',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1392,'1000','41597585708','2020-08-16 16:52:11',180.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1393,'4000','41597585708','2020-08-16 16:52:11',NULL,60.00,'','4','1','Good sold','1','','sales','6161101000833','','No',NULL,NULL,''),(1394,'4000','41597585708','2020-08-16 16:52:11',NULL,60.00,'','4','1','Good sold','1','','sales','6161107150815','','No',NULL,NULL,''),(1395,'4000','41597585708','2020-08-16 16:52:11',NULL,60.00,'','4','1','Good sold','1','','sales','6161107151010','','No',NULL,NULL,''),(1396,'1110','41597585708','2020-08-16 16:52:11',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161101000833','','No',NULL,NULL,''),(1397,'1110','41597585708','2020-08-16 16:52:11',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161107150815','','No',NULL,NULL,''),(1398,'1110','41597585708','2020-08-16 16:52:11',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161107151010','','No',NULL,NULL,''),(1399,'5500','41597585708','2020-08-16 16:52:11',162.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1400,'1000','41597585954','2020-08-16 16:54:53',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1401,'4000','41597585954','2020-08-16 16:54:53',NULL,130.00,'','4','1','Good sold','1','','sales','5449000180247','','No',NULL,NULL,''),(1402,'1110','41597585954','2020-08-16 16:54:53',NULL,117.00,'','4','1','Inventory sold','1','','sales','5449000180247','','No',NULL,NULL,''),(1403,'5500','41597585954','2020-08-16 16:54:53',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1404,'1000','41597586128','2020-08-16 17:20:25',180.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1405,'4000','41597586128','2020-08-16 17:20:25',NULL,60.00,'','4','1','Good sold','1','','sales','6161101000833','','No',NULL,NULL,''),(1406,'4000','41597586128','2020-08-16 17:20:25',NULL,60.00,'','4','1','Good sold','1','','sales','6161101000833','','No',NULL,NULL,''),(1407,'4000','41597586128','2020-08-16 17:20:25',NULL,60.00,'','4','1','Good sold','1','','sales','6161101000840','','No',NULL,NULL,''),(1408,'1110','41597586128','2020-08-16 17:20:25',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161101000833','','No',NULL,NULL,''),(1409,'1110','41597586128','2020-08-16 17:20:25',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161101000833','','No',NULL,NULL,''),(1410,'1110','41597586128','2020-08-16 17:20:25',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161101000840','','No',NULL,NULL,''),(1411,'5500','41597586128','2020-08-16 17:20:25',162.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1412,'1000','41597587638','2020-08-16 17:29:26',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1413,'4000','41597587638','2020-08-16 17:29:26',NULL,50.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(1414,'4000','41597587638','2020-08-16 17:29:26',NULL,40.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(1415,'1110','41597587638','2020-08-16 17:29:26',NULL,45.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(1416,'1110','41597587638','2020-08-16 17:29:26',NULL,36.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(1417,'5500','41597587638','2020-08-16 17:29:26',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1418,'1000','41597588169','2020-08-16 17:33:18',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1419,'4000','41597588169','2020-08-16 17:33:18',NULL,125.00,'','4','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(1420,'1110','41597588169','2020-08-16 17:33:18',NULL,112.50,'','4','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(1421,'5500','41597588169','2020-08-16 17:33:18',112.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1422,'1000','41597593642','2020-08-16 19:01:37',715.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1423,'4000','41597593642','2020-08-16 19:01:37',NULL,115.00,'','4','1','Good sold','1','','sales','6161113440092','','No',NULL,NULL,''),(1424,'4000','41597593642','2020-08-16 19:01:37',NULL,100.00,'','4','1','Good sold','1','','sales','6164000009068','','No',NULL,NULL,''),(1425,'4000','41597593642','2020-08-16 19:01:37',NULL,500.00,'','4','1','Good sold','1','','sales','157','','No',NULL,NULL,''),(1426,'1110','41597593642','2020-08-16 19:01:37',NULL,103.50,'','4','1','Inventory sold','1','','sales','6161113440092','','No',NULL,NULL,''),(1427,'1110','41597593642','2020-08-16 19:01:37',NULL,90.00,'','4','1','Inventory sold','1','','sales','6164000009068','','No',NULL,NULL,''),(1428,'1110','41597593642','2020-08-16 19:01:37',NULL,450.00,'','4','1','Inventory sold','1','','sales','157','','No',NULL,NULL,''),(1429,'5500','41597593642','2020-08-16 19:01:37',643.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1430,'1000','41597641026','2020-08-17 08:11:17',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1431,'4000','41597641026','2020-08-17 08:11:17',NULL,5.00,'','4','1','Good sold','1','','sales','189','','No',NULL,NULL,''),(1432,'4000','41597641026','2020-08-17 08:11:17',NULL,5.00,'','4','1','Good sold','1','','sales','191','','No',NULL,NULL,''),(1433,'1110','41597641026','2020-08-17 08:11:17',NULL,4.50,'','4','1','Inventory sold','1','','sales','189','','No',NULL,NULL,''),(1434,'1110','41597641026','2020-08-17 08:11:17',NULL,4.50,'','4','1','Inventory sold','1','','sales','191','','No',NULL,NULL,''),(1435,'5500','41597641026','2020-08-17 08:11:17',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1436,'1000','41597641084','2020-08-17 09:02:31',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1437,'4000','41597641084','2020-08-17 09:02:31',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1438,'4000','41597641084','2020-08-17 09:02:31',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(1439,'4000','41597641084','2020-08-17 09:02:31',NULL,10.00,'','4','1','Good sold','1','','sales','191','','No',NULL,NULL,''),(1440,'1110','41597641084','2020-08-17 09:02:31',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1441,'1110','41597641084','2020-08-17 09:02:31',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(1442,'1110','41597641084','2020-08-17 09:02:31',NULL,9.00,'','4','1','Inventory sold','1','','sales','191','','No',NULL,NULL,''),(1443,'5500','41597641084','2020-08-17 09:02:31',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1444,'1000','41597646377','2020-08-17 09:51:33',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1445,'4000','41597646377','2020-08-17 09:51:33',NULL,50.00,'','4','1','Good sold','1','','sales','6009607673345','','No',NULL,NULL,''),(1446,'4000','41597646377','2020-08-17 09:51:33',NULL,20.00,'','4','1','Good sold','1','','sales','6161103941271','','No',NULL,NULL,''),(1447,'4000','41597646377','2020-08-17 09:51:33',NULL,25.00,'','4','1','Good sold','1','','sales','6164004554182','','No',NULL,NULL,''),(1448,'4000','41597646377','2020-08-17 09:51:33',NULL,25.00,'','4','1','Good sold','1','','sales','128','','No',NULL,NULL,''),(1449,'1110','41597646377','2020-08-17 09:51:33',NULL,45.00,'','4','1','Inventory sold','1','','sales','6009607673345','','No',NULL,NULL,''),(1450,'1110','41597646377','2020-08-17 09:51:33',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161103941271','','No',NULL,NULL,''),(1451,'1110','41597646377','2020-08-17 09:51:33',NULL,22.50,'','4','1','Inventory sold','1','','sales','6164004554182','','No',NULL,NULL,''),(1452,'1110','41597646377','2020-08-17 09:51:33',NULL,22.50,'','4','1','Inventory sold','1','','sales','128','','No',NULL,NULL,''),(1453,'5500','41597646377','2020-08-17 09:51:33',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1454,'1000','41597649020','2020-08-17 10:38:30',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1455,'4000','41597649020','2020-08-17 10:38:30',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(1456,'4000','41597649020','2020-08-17 10:38:30',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(1457,'4000','41597649020','2020-08-17 10:38:30',NULL,50.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(1458,'1110','41597649020','2020-08-17 10:38:30',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(1459,'1110','41597649020','2020-08-17 10:38:30',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(1460,'1110','41597649020','2020-08-17 10:38:30',NULL,45.00,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(1461,'5500','41597649020','2020-08-17 10:38:30',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1462,'1000','41597650126','2020-08-17 11:23:58',445.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1463,'4000','41597650126','2020-08-17 11:23:58',NULL,320.00,'','4','1','Good sold','1','','sales','6161107770853','','No',NULL,NULL,''),(1464,'4000','41597650126','2020-08-17 11:23:58',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(1465,'1110','41597650126','2020-08-17 11:23:58',NULL,288.00,'','4','1','Inventory sold','1','','sales','6161107770853','','No',NULL,NULL,''),(1466,'1110','41597650126','2020-08-17 11:23:58',NULL,112.50,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(1467,'5500','41597650126','2020-08-17 11:23:58',400.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1468,'1000','41597650126','2020-08-17 11:23:58',445.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1469,'4000','41597650126','2020-08-17 11:23:58',NULL,320.00,'','4','1','Good sold','1','','sales','6161107770853','','No',NULL,NULL,''),(1470,'4000','41597650126','2020-08-17 11:23:58',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(1471,'1110','41597650126','2020-08-17 11:23:58',NULL,288.00,'','4','1','Inventory sold','1','','sales','6161107770853','','No',NULL,NULL,''),(1472,'1110','41597650126','2020-08-17 11:23:58',NULL,112.50,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(1473,'5500','41597650126','2020-08-17 11:23:58',400.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1474,'1000','41597658239','2020-08-17 13:18:57',425.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1475,'4000','41597658239','2020-08-17 13:18:57',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1476,'4000','41597658239','2020-08-17 13:18:57',NULL,100.00,'','4','1','Good sold','1','','sales','6161100913011','','No',NULL,NULL,''),(1477,'4000','41597658239','2020-08-17 13:18:57',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440009','','No',NULL,NULL,''),(1478,'4000','41597658239','2020-08-17 13:18:57',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1479,'4000','41597658239','2020-08-17 13:18:57',NULL,40.00,'','4','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(1480,'4000','41597658239','2020-08-17 13:18:57',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(1481,'1110','41597658239','2020-08-17 13:18:57',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1482,'1110','41597658239','2020-08-17 13:18:57',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161100913011','','No',NULL,NULL,''),(1483,'1110','41597658239','2020-08-17 13:18:57',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440009','','No',NULL,NULL,''),(1484,'1110','41597658239','2020-08-17 13:18:57',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(1485,'1110','41597658239','2020-08-17 13:18:57',NULL,36.00,'','4','1','Inventory sold','1','','sales','93','','No',NULL,NULL,''),(1486,'1110','41597658239','2020-08-17 13:18:57',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(1487,'5500','41597658239','2020-08-17 13:18:57',382.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1488,'1000','41597663851','2020-08-17 14:31:38',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1489,'4000','41597663851','2020-08-17 14:31:38',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1490,'4000','41597663851','2020-08-17 14:31:38',NULL,40.00,'','4','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(1491,'1110','41597663851','2020-08-17 14:31:38',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(1492,'1110','41597663851','2020-08-17 14:31:38',NULL,36.00,'','4','1','Inventory sold','1','','sales','93','','No',NULL,NULL,''),(1493,'5500','41597663851','2020-08-17 14:31:38',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1494,'1000','41597663904','2020-08-17 15:25:13',155.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1495,'4000','41597663904','2020-08-17 15:25:13',NULL,65.00,'','4','1','Good sold','1','','sales','6164000009020','','No',NULL,NULL,''),(1496,'4000','41597663904','2020-08-17 15:25:13',NULL,65.00,'','4','1','Good sold','1','','sales','86','','No',NULL,NULL,''),(1497,'4000','41597663904','2020-08-17 15:25:13',NULL,25.00,'','4','1','Good sold','1','','sales','128','','No',NULL,NULL,''),(1498,'1110','41597663904','2020-08-17 15:25:13',NULL,58.50,'','4','1','Inventory sold','1','','sales','6164000009020','','No',NULL,NULL,''),(1499,'1110','41597663904','2020-08-17 15:25:13',NULL,58.50,'','4','1','Inventory sold','1','','sales','86','','No',NULL,NULL,''),(1500,'1110','41597663904','2020-08-17 15:25:13',NULL,22.50,'','4','1','Inventory sold','1','','sales','128','','No',NULL,NULL,''),(1501,'5500','41597663904','2020-08-17 15:25:13',139.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1502,'1000','41597672995','2020-08-17 17:07:13',650.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1503,'4000','41597672995','2020-08-17 17:07:13',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760226','','No',NULL,NULL,''),(1504,'4000','41597672995','2020-08-17 17:07:13',NULL,60.00,'','4','1','Good sold','1','','sales','6161101000840','','No',NULL,NULL,''),(1505,'4000','41597672995','2020-08-17 17:07:13',NULL,60.00,'','4','1','Good sold','1','','sales','6161107151010','','No',NULL,NULL,''),(1506,'4000','41597672995','2020-08-17 17:07:13',NULL,135.00,'','4','1','Good sold','1','','sales','6164000072024','','No',NULL,NULL,''),(1507,'4000','41597672995','2020-08-17 17:07:13',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903465','','No',NULL,NULL,''),(1508,'4000','41597672995','2020-08-17 17:07:13',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903465','','No',NULL,NULL,''),(1509,'4000','41597672995','2020-08-17 17:07:13',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1510,'4000','41597672995','2020-08-17 17:07:13',NULL,65.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(1511,'4000','41597672995','2020-08-17 17:07:13',NULL,65.00,'','4','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(1512,'4000','41597672995','2020-08-17 17:07:13',NULL,130.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(1513,'4000','41597672995','2020-08-17 17:07:13',NULL,65.00,'','4','1','Good sold','1','','sales','86','','No',NULL,NULL,''),(1514,'1110','41597672995','2020-08-17 17:07:13',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100760226','','No',NULL,NULL,''),(1515,'1110','41597672995','2020-08-17 17:07:13',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161101000840','','No',NULL,NULL,''),(1516,'1110','41597672995','2020-08-17 17:07:13',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161107151010','','No',NULL,NULL,''),(1517,'1110','41597672995','2020-08-17 17:07:13',NULL,121.50,'','4','1','Inventory sold','1','','sales','6164000072024','','No',NULL,NULL,''),(1518,'1110','41597672995','2020-08-17 17:07:13',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903465','','No',NULL,NULL,''),(1519,'1110','41597672995','2020-08-17 17:07:13',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903465','','No',NULL,NULL,''),(1520,'1110','41597672995','2020-08-17 17:07:13',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(1521,'1110','41597672995','2020-08-17 17:07:13',NULL,58.50,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(1522,'1110','41597672995','2020-08-17 17:07:13',NULL,58.50,'','4','1','Inventory sold','1','','sales','84','','No',NULL,NULL,''),(1523,'1110','41597672995','2020-08-17 17:07:13',NULL,117.00,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(1524,'1110','41597672995','2020-08-17 17:07:13',NULL,58.50,'','4','1','Inventory sold','1','','sales','86','','No',NULL,NULL,''),(1525,'5500','41597672995','2020-08-17 17:07:13',585.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1526,'1000','41597673300','2020-08-17 17:23:06',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1527,'4000','41597673300','2020-08-17 17:23:06',NULL,10.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(1528,'1110','41597673300','2020-08-17 17:23:06',NULL,9.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(1529,'5500','41597673300','2020-08-17 17:23:06',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1530,'1000','41597674190','2020-08-17 17:28:17',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1531,'4000','41597674190','2020-08-17 17:28:17',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(1532,'1110','41597674190','2020-08-17 17:28:17',NULL,112.50,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(1533,'5500','41597674190','2020-08-17 17:28:17',112.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1534,'1000','41597674511','2020-08-17 18:06:26',155.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1535,'4000','41597674511','2020-08-17 18:06:26',NULL,70.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1536,'4000','41597674511','2020-08-17 18:06:26',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1537,'4000','41597674511','2020-08-17 18:06:26',NULL,70.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1538,'4000','41597674511','2020-08-17 18:06:26',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1539,'1110','41597674511','2020-08-17 18:06:26',NULL,63.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1540,'1110','41597674511','2020-08-17 18:06:26',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1541,'1110','41597674511','2020-08-17 18:06:26',NULL,63.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1542,'1110','41597674511','2020-08-17 18:06:26',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(1543,'5500','41597674511','2020-08-17 18:06:26',202.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1544,'1000','41597679502','2020-08-17 18:52:30',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1545,'4000','41597679502','2020-08-17 18:52:30',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(1546,'4000','41597679502','2020-08-17 18:52:30',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(1547,'1110','41597679502','2020-08-17 18:52:30',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(1548,'1110','41597679502','2020-08-17 18:52:30',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(1549,'5500','41597679502','2020-08-17 18:52:30',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1550,'1000','41597684164','2020-08-17 20:10:11',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1551,'4000','41597684164','2020-08-17 20:10:11',NULL,120.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(1552,'1110','41597684164','2020-08-17 20:10:11',NULL,108.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(1553,'5500','41597684164','2020-08-17 20:10:11',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1554,'1110','71597691075','2020-08-17 22:04:00',225.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','32','','No',NULL,NULL,''),(1555,'1110','71597691075','2020-08-17 22:04:00',90.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','33','','No',NULL,NULL,''),(1556,'1110','71597691075','2020-08-17 22:04:00',252.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','31','','No',NULL,NULL,''),(1557,'1110','71597691075','2020-08-17 22:04:00',144.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','11','','No',NULL,NULL,''),(1558,'1110','71597691075','2020-08-17 22:04:00',243.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','30','','No',NULL,NULL,''),(1559,'1110','71597691075','2020-08-17 22:04:00',243.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','30','','No',NULL,NULL,''),(1560,'1110','71597691075','2020-08-17 22:04:00',450.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','175','','No',NULL,NULL,''),(1561,'1110','71597691075','2020-08-17 22:04:00',121.50,NULL,'','7','1','Inventory Purchased','1','11','Purchases','169','','No',NULL,NULL,''),(1562,'2130','71597691075','2020-08-17 22:04:00',NULL,1768.50,'','7','1','Account payable for inventory','1','11','Purchases','','','No',NULL,NULL,''),(1563,'1000','41597729128','2020-08-18 08:39:14',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1564,'4000','41597729128','2020-08-18 08:39:14',NULL,20.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(1565,'1110','41597729128','2020-08-18 08:39:14',NULL,18.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(1566,'5500','41597729128','2020-08-18 08:39:14',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1567,'1000','41597729221','2020-08-18 09:19:26',290.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1568,'4000','41597729221','2020-08-18 09:19:26',NULL,240.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(1569,'4000','41597729221','2020-08-18 09:19:26',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(1570,'1110','41597729221','2020-08-18 09:19:26',NULL,216.00,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(1571,'1110','41597729221','2020-08-18 09:19:26',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(1572,'5500','41597729221','2020-08-18 09:19:26',261.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1573,'1000','41597729221','2020-08-18 09:19:26',290.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1574,'4000','41597729221','2020-08-18 09:19:26',NULL,240.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(1575,'4000','41597729221','2020-08-18 09:19:26',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(1576,'1110','41597729221','2020-08-18 09:19:26',NULL,216.00,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(1577,'1110','41597729221','2020-08-18 09:19:26',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(1578,'5500','41597729221','2020-08-18 09:19:26',261.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1579,'1000','41597731576','2020-08-18 10:49:12',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1580,'4000','41597731576','2020-08-18 10:49:12',NULL,15.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(1581,'4000','41597731576','2020-08-18 10:49:12',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(1582,'1110','41597731576','2020-08-18 10:49:12',NULL,13.50,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(1583,'1110','41597731576','2020-08-18 10:49:12',NULL,4.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(1584,'5500','41597731576','2020-08-18 10:49:12',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1585,'1000','41597737487','2020-08-18 10:58:56',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1586,'4000','41597737487','2020-08-18 10:58:56',NULL,70.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(1587,'4000','41597737487','2020-08-18 10:58:56',NULL,50.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(1588,'1110','41597737487','2020-08-18 10:58:56',NULL,63.00,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(1589,'1110','41597737487','2020-08-18 10:58:56',NULL,45.00,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(1590,'5500','41597737487','2020-08-18 10:58:56',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1591,'1000','41597739213','2020-08-18 11:30:23',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1592,'4000','41597739213','2020-08-18 11:30:23',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(1593,'1110','41597739213','2020-08-18 11:30:23',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(1594,'5500','41597739213','2020-08-18 11:30:23',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1595,'1000','41597739498','2020-08-18 12:01:58',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1596,'4000','41597739498','2020-08-18 12:01:58',NULL,50.00,'','4','1','Good sold','1','','sales','6161100100084','','No',NULL,NULL,''),(1597,'4000','41597739498','2020-08-18 12:01:58',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1598,'1110','41597739498','2020-08-18 12:01:58',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161100100084','','No',NULL,NULL,''),(1599,'1110','41597739498','2020-08-18 12:01:58',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(1600,'5500','41597739498','2020-08-18 12:01:58',72.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1601,'1000','41597744852','2020-08-18 13:03:48',565.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1602,'4000','41597744852','2020-08-18 13:03:48',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1603,'4000','41597744852','2020-08-18 13:03:48',NULL,195.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(1604,'4000','41597744852','2020-08-18 13:03:48',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(1605,'4000','41597744852','2020-08-18 13:03:48',NULL,160.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(1606,'1110','41597744852','2020-08-18 13:03:48',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(1607,'1110','41597744852','2020-08-18 13:03:48',NULL,175.50,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(1608,'1110','41597744852','2020-08-18 13:03:48',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(1609,'1110','41597744852','2020-08-18 13:03:48',NULL,144.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(1610,'5500','41597744852','2020-08-18 13:03:48',508.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1611,'1000','41597745406','2020-08-18 13:10:26',180.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1612,'4000','41597745406','2020-08-18 13:10:26',NULL,180.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1613,'1110','41597745406','2020-08-18 13:10:26',NULL,162.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(1614,'5500','41597745406','2020-08-18 13:10:26',162.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1615,'1000','41597753660','2020-08-18 15:27:50',125.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1616,'4000','41597753660','2020-08-18 15:27:50',NULL,125.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(1617,'1110','41597753660','2020-08-18 15:27:50',NULL,112.50,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(1618,'5500','41597753660','2020-08-18 15:27:50',112.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1619,'1000','41597754381','2020-08-18 16:06:27',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1620,'4000','41597754381','2020-08-18 16:06:27',NULL,105.00,'','4','1','Good sold','1','','sales','6161107150853','','No',NULL,NULL,''),(1621,'1110','41597754381','2020-08-18 16:06:27',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161107150853','','No',NULL,NULL,''),(1622,'5500','41597754381','2020-08-18 16:06:27',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1623,'1000','41597760248','2020-08-18 17:23:22',190.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1624,'4000','41597760248','2020-08-18 17:23:22',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1625,'4000','41597760248','2020-08-18 17:23:22',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(1626,'1110','41597760248','2020-08-18 17:23:22',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1627,'1110','41597760248','2020-08-18 17:23:22',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(1628,'5500','41597760248','2020-08-18 17:23:22',171.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1629,'1000','41597760248','2020-08-18 17:23:22',190.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1630,'4000','41597760248','2020-08-18 17:23:22',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1631,'4000','41597760248','2020-08-18 17:23:22',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(1632,'1110','41597760248','2020-08-18 17:23:22',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1633,'1110','41597760248','2020-08-18 17:23:22',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(1634,'5500','41597760248','2020-08-18 17:23:22',171.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1635,'1000','41597760631','2020-08-18 17:38:34',250.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1636,'4000','41597760631','2020-08-18 17:38:34',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1637,'4000','41597760631','2020-08-18 17:38:34',NULL,170.00,'','4','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(1638,'4000','41597760631','2020-08-18 17:38:34',NULL,65.00,'','4','1','Good sold','1','','sales','144','','No',NULL,NULL,''),(1639,'1110','41597760631','2020-08-18 17:38:34',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(1640,'1110','41597760631','2020-08-18 17:38:34',NULL,153.00,'','4','1','Inventory sold','1','','sales','75','','No',NULL,NULL,''),(1641,'1110','41597760631','2020-08-18 17:38:34',NULL,58.50,'','4','1','Inventory sold','1','','sales','144','','No',NULL,NULL,''),(1642,'5500','41597760631','2020-08-18 17:38:34',225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1643,'1000','41597760631','2020-08-18 17:38:34',250.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1644,'4000','41597760631','2020-08-18 17:38:34',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1645,'4000','41597760631','2020-08-18 17:38:34',NULL,170.00,'','4','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(1646,'4000','41597760631','2020-08-18 17:38:34',NULL,65.00,'','4','1','Good sold','1','','sales','144','','No',NULL,NULL,''),(1647,'1110','41597760631','2020-08-18 17:38:34',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(1648,'1110','41597760631','2020-08-18 17:38:34',NULL,153.00,'','4','1','Inventory sold','1','','sales','75','','No',NULL,NULL,''),(1649,'1110','41597760631','2020-08-18 17:38:34',NULL,58.50,'','4','1','Inventory sold','1','','sales','144','','No',NULL,NULL,''),(1650,'5500','41597760631','2020-08-18 17:38:34',225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1651,'1000','41597761540','2020-08-18 18:19:09',460.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1652,'4000','41597761540','2020-08-18 18:19:09',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760226','','No',NULL,NULL,''),(1653,'4000','41597761540','2020-08-18 18:19:09',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1654,'4000','41597761540','2020-08-18 18:19:09',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(1655,'4000','41597761540','2020-08-18 18:19:09',NULL,40.00,'','4','1','Good sold','1','','sales','8901719903465','','No',NULL,NULL,''),(1656,'4000','41597761540','2020-08-18 18:19:09',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903465','','No',NULL,NULL,''),(1657,'4000','41597761540','2020-08-18 18:19:09',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1658,'4000','41597761540','2020-08-18 18:19:09',NULL,10.00,'','4','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1659,'4000','41597761540','2020-08-18 18:19:09',NULL,40.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(1660,'4000','41597761540','2020-08-18 18:19:09',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(1661,'4000','41597761540','2020-08-18 18:19:09',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(1662,'4000','41597761540','2020-08-18 18:19:09',NULL,40.00,'','4','1','Good sold','1','','sales','182','','No',NULL,NULL,''),(1663,'1110','41597761540','2020-08-18 18:19:09',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100760226','','No',NULL,NULL,''),(1664,'1110','41597761540','2020-08-18 18:19:09',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1665,'1110','41597761540','2020-08-18 18:19:09',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(1666,'1110','41597761540','2020-08-18 18:19:09',NULL,36.00,'','4','1','Inventory sold','1','','sales','8901719903465','','No',NULL,NULL,''),(1667,'1110','41597761540','2020-08-18 18:19:09',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903465','','No',NULL,NULL,''),(1668,'1110','41597761540','2020-08-18 18:19:09',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(1669,'1110','41597761540','2020-08-18 18:19:09',NULL,9.00,'','4','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(1670,'1110','41597761540','2020-08-18 18:19:09',NULL,36.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(1671,'1110','41597761540','2020-08-18 18:19:09',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(1672,'1110','41597761540','2020-08-18 18:19:09',NULL,4.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(1673,'1110','41597761540','2020-08-18 18:19:09',NULL,36.00,'','4','1','Inventory sold','1','','sales','182','','No',NULL,NULL,''),(1674,'5500','41597761540','2020-08-18 18:19:09',414.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1675,'1000','41597763957','2020-08-18 18:20:16',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1676,'4000','41597763957','2020-08-18 18:20:16',NULL,90.00,'','4','1','Good sold','1','','sales','6164000072055','','No',NULL,NULL,''),(1677,'1110','41597763957','2020-08-18 18:20:16',NULL,81.00,'','4','1','Inventory sold','1','','sales','6164000072055','','No',NULL,NULL,''),(1678,'5500','41597763957','2020-08-18 18:20:16',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1679,'1000','41597764080','2020-08-18 18:21:42',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1680,'4000','41597764080','2020-08-18 18:21:42',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1681,'1110','41597764080','2020-08-18 18:21:42',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(1682,'5500','41597764080','2020-08-18 18:21:42',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1683,'1000','41597764496','2020-08-18 18:28:31',360.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1684,'4000','41597764496','2020-08-18 18:28:31',NULL,360.00,'','4','1','Good sold','1','','sales','6161106610228','','No',NULL,NULL,''),(1685,'1110','41597764496','2020-08-18 18:28:31',NULL,324.00,'','4','1','Inventory sold','1','','sales','6161106610228','','No',NULL,NULL,''),(1686,'5500','41597764496','2020-08-18 18:28:31',324.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1687,'1000','41597764524','2020-08-18 18:32:12',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1688,'4000','41597764524','2020-08-18 18:32:12',NULL,50.00,'','4','1','Good sold','1','','sales','6161100100084','','No',NULL,NULL,''),(1689,'4000','41597764524','2020-08-18 18:32:12',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(1690,'1110','41597764524','2020-08-18 18:32:12',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161100100084','','No',NULL,NULL,''),(1691,'1110','41597764524','2020-08-18 18:32:12',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(1692,'5500','41597764524','2020-08-18 18:32:12',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1693,'1000','41597764736','2020-08-18 18:34:12',180.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1694,'4000','41597764736','2020-08-18 18:34:12',NULL,180.00,'','4','1','Good sold','1','','sales','6161106610228','','No',NULL,NULL,''),(1695,'1110','41597764736','2020-08-18 18:34:12',NULL,162.00,'','4','1','Inventory sold','1','','sales','6161106610228','','No',NULL,NULL,''),(1696,'5500','41597764736','2020-08-18 18:34:12',162.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1697,'1000','41597765309','2020-08-18 18:42:37',215.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1698,'4000','41597765309','2020-08-18 18:42:37',NULL,90.00,'','4','1','Good sold','1','','sales','6161100602267','','No',NULL,NULL,''),(1699,'4000','41597765309','2020-08-18 18:42:37',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(1700,'1110','41597765309','2020-08-18 18:42:37',NULL,81.00,'','4','1','Inventory sold','1','','sales','6161100602267','','No',NULL,NULL,''),(1701,'1110','41597765309','2020-08-18 18:42:37',NULL,121.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(1702,'5500','41597765309','2020-08-18 18:42:37',202.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1703,'1000','41597765400','2020-08-18 18:53:48',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1704,'4000','41597765400','2020-08-18 18:53:48',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(1705,'1110','41597765400','2020-08-18 18:53:48',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(1706,'5500','41597765400','2020-08-18 18:53:48',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1707,'1000','41597766031','2020-08-18 18:55:46',215.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1708,'4000','41597766031','2020-08-18 18:55:46',NULL,25.00,'','4','1','Good sold','1','','sales','6008677000532','','No',NULL,NULL,''),(1709,'4000','41597766031','2020-08-18 18:55:46',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(1710,'4000','41597766031','2020-08-18 18:55:46',NULL,70.00,'','4','1','Good sold','1','','sales','166','','No',NULL,NULL,''),(1711,'1110','41597766031','2020-08-18 18:55:46',NULL,22.50,'','4','1','Inventory sold','1','','sales','6008677000532','','No',NULL,NULL,''),(1712,'1110','41597766031','2020-08-18 18:55:46',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(1713,'1110','41597766031','2020-08-18 18:55:46',NULL,63.00,'','4','1','Inventory sold','1','','sales','166','','No',NULL,NULL,''),(1714,'5500','41597766031','2020-08-18 18:55:46',193.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1715,'1000','41597766152','2020-08-18 18:58:06',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1716,'4000','41597766152','2020-08-18 18:58:06',NULL,60.00,'','4','1','Good sold','1','','sales','6161101000833','','No',NULL,NULL,''),(1717,'4000','41597766152','2020-08-18 18:58:06',NULL,60.00,'','4','1','Good sold','1','','sales','6161107150815','','No',NULL,NULL,''),(1718,'1110','41597766152','2020-08-18 18:58:06',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161101000833','','No',NULL,NULL,''),(1719,'1110','41597766152','2020-08-18 18:58:06',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161107150815','','No',NULL,NULL,''),(1720,'5500','41597766152','2020-08-18 18:58:06',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1721,'1000','41597766291','2020-08-18 19:28:39',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1722,'4000','41597766291','2020-08-18 19:28:39',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(1723,'1110','41597766291','2020-08-18 19:28:39',NULL,4.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(1724,'5500','41597766291','2020-08-18 19:28:39',4.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1725,'1000','41597819299','2020-08-19 10:02:47',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1726,'4000','41597819299','2020-08-19 10:02:47',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1727,'1110','41597819299','2020-08-19 10:02:47',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(1728,'5500','41597819299','2020-08-19 10:02:47',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1729,'1000','41597828273','2020-08-19 12:14:46',610.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1730,'4000','41597828273','2020-08-19 12:14:46',NULL,360.00,'','4','1','Good sold','1','','sales','6161106610228','','No',NULL,NULL,''),(1731,'4000','41597828273','2020-08-19 12:14:46',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(1732,'4000','41597828273','2020-08-19 12:14:46',NULL,125.00,'','4','1','Good sold','1','','sales','6164004597103','','No',NULL,NULL,''),(1733,'1110','41597828273','2020-08-19 12:14:46',NULL,324.00,'','4','1','Inventory sold','1','','sales','6161106610228','','No',NULL,NULL,''),(1734,'1110','41597828273','2020-08-19 12:14:46',NULL,112.50,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(1735,'1110','41597828273','2020-08-19 12:14:46',NULL,112.50,'','4','1','Inventory sold','1','','sales','6164004597103','','No',NULL,NULL,''),(1736,'5500','41597828273','2020-08-19 12:14:46',549.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1737,'1000','41597828500','2020-08-19 12:25:56',480.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1738,'4000','41597828500','2020-08-19 12:25:56',NULL,360.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(1739,'4000','41597828500','2020-08-19 12:25:56',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(1740,'1110','41597828500','2020-08-19 12:25:56',NULL,324.00,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(1741,'1110','41597828500','2020-08-19 12:25:56',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(1742,'5500','41597828500','2020-08-19 12:25:56',432.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1743,'1000','41597829180','2020-08-19 14:00:11',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1744,'4000','41597829180','2020-08-19 14:00:11',NULL,20.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(1745,'4000','41597829180','2020-08-19 14:00:11',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(1746,'1110','41597829180','2020-08-19 14:00:11',NULL,18.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(1747,'1110','41597829180','2020-08-19 14:00:11',NULL,9.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(1748,'5500','41597829180','2020-08-19 14:00:11',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1749,'1000','41597834814','2020-08-19 14:02:15',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1750,'4000','41597834814','2020-08-19 14:02:15',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1751,'1110','41597834814','2020-08-19 14:02:15',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1752,'5500','41597834814','2020-08-19 14:02:15',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1753,'1000','41597834940','2020-08-19 14:17:36',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1754,'4000','41597834940','2020-08-19 14:17:36',NULL,50.00,'','4','1','Good sold','1','','sales','6009607673345','','No',NULL,NULL,''),(1755,'4000','41597834940','2020-08-19 14:17:36',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(1756,'1110','41597834940','2020-08-19 14:17:36',NULL,45.00,'','4','1','Inventory sold','1','','sales','6009607673345','','No',NULL,NULL,''),(1757,'1110','41597834940','2020-08-19 14:17:36',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(1758,'5500','41597834940','2020-08-19 14:17:36',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1759,'1000','41597836550','2020-08-19 14:31:58',1500.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1760,'4000','41597836550','2020-08-19 14:31:58',NULL,300.00,'','4','1','Good sold','1','','sales','5410076189571','','No',NULL,NULL,''),(1761,'4000','41597836550','2020-08-19 14:31:58',NULL,90.00,'','4','1','Good sold','1','','sales','6161100912519','','No',NULL,NULL,''),(1762,'4000','41597836550','2020-08-19 14:31:58',NULL,860.00,'','4','1','Good sold','1','','sales','6161101661256','','No',NULL,NULL,''),(1763,'4000','41597836550','2020-08-19 14:31:58',NULL,250.00,'','4','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(1764,'1110','41597836550','2020-08-19 14:31:58',NULL,270.00,'','4','1','Inventory sold','1','','sales','5410076189571','','No',NULL,NULL,''),(1765,'1110','41597836550','2020-08-19 14:31:58',NULL,81.00,'','4','1','Inventory sold','1','','sales','6161100912519','','No',NULL,NULL,''),(1766,'1110','41597836550','2020-08-19 14:31:58',NULL,774.00,'','4','1','Inventory sold','1','','sales','6161101661256','','No',NULL,NULL,''),(1767,'1110','41597836550','2020-08-19 14:31:58',NULL,225.00,'','4','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(1768,'5500','41597836550','2020-08-19 14:31:58',1350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1769,'1110','71597841893','2020-08-19 15:58:00',324.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','30','','No',NULL,NULL,''),(1770,'1110','71597841893','2020-08-19 15:58:00',126.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','31','','No',NULL,NULL,''),(1771,'1110','71597841893','2020-08-19 15:58:00',144.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','11','','No',NULL,NULL,''),(1772,'1110','71597841893','2020-08-19 15:58:00',90.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','33','','No',NULL,NULL,''),(1773,'2130','71597841893','2020-08-19 15:58:00',NULL,684.00,'','7','1','Account payable for inventory','1','11','Purchases','','','No',NULL,NULL,''),(1774,'1000','41597842995','2020-08-19 16:21:08',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1775,'4000','41597842995','2020-08-19 16:21:08',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1776,'1110','41597842995','2020-08-19 16:21:08',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(1777,'5500','41597842995','2020-08-19 16:21:08',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1778,'1000','41597843744','2020-08-19 16:31:18',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1779,'4000','41597843744','2020-08-19 16:31:18',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1780,'1110','41597843744','2020-08-19 16:31:18',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(1781,'5500','41597843744','2020-08-19 16:31:18',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1782,'1000','41597844757','2020-08-19 16:46:04',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1783,'4000','41597844757','2020-08-19 16:46:04',NULL,100.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(1784,'1110','41597844757','2020-08-19 16:46:04',NULL,90.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(1785,'5500','41597844757','2020-08-19 16:46:04',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1786,'1000','41597844797','2020-08-19 17:02:55',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1787,'4000','41597844797','2020-08-19 17:02:55',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(1788,'1110','41597844797','2020-08-19 17:02:55',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(1789,'5500','41597844797','2020-08-19 17:02:55',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1790,'1000','41597845779','2020-08-19 17:07:14',340.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1791,'4000','41597845779','2020-08-19 17:07:14',NULL,120.00,'','4','1','Good sold','1','','sales','0792382429769','','No',NULL,NULL,''),(1792,'4000','41597845779','2020-08-19 17:07:14',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1793,'4000','41597845779','2020-08-19 17:07:14',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(1794,'4000','41597845779','2020-08-19 17:07:14',NULL,5.00,'','4','1','Good sold','1','','sales','191','','No',NULL,NULL,''),(1795,'4000','41597845779','2020-08-19 17:07:14',NULL,5.00,'','4','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(1796,'1110','41597845779','2020-08-19 17:07:14',NULL,108.00,'','4','1','Inventory sold','1','','sales','0792382429769','','No',NULL,NULL,''),(1797,'1110','41597845779','2020-08-19 17:07:14',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(1798,'1110','41597845779','2020-08-19 17:07:14',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(1799,'1110','41597845779','2020-08-19 17:07:14',NULL,4.50,'','4','1','Inventory sold','1','','sales','191','','No',NULL,NULL,''),(1800,'1110','41597845779','2020-08-19 17:07:14',NULL,4.50,'','4','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(1801,'5500','41597845779','2020-08-19 17:07:14',306.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1802,'1000','41597846046','2020-08-19 17:10:52',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1803,'4000','41597846046','2020-08-19 17:10:52',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(1804,'1110','41597846046','2020-08-19 17:10:52',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(1805,'5500','41597846046','2020-08-19 17:10:52',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1806,'1000','41597846255','2020-08-19 17:16:04',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1807,'4000','41597846255','2020-08-19 17:16:04',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(1808,'4000','41597846255','2020-08-19 17:16:04',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(1809,'4000','41597846255','2020-08-19 17:16:04',NULL,5.00,'','4','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(1810,'1110','41597846255','2020-08-19 17:16:04',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(1811,'1110','41597846255','2020-08-19 17:16:04',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(1812,'1110','41597846255','2020-08-19 17:16:04',NULL,4.50,'','4','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(1813,'5500','41597846255','2020-08-19 17:16:04',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1814,'1000','41597846770','2020-08-19 17:26:42',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1815,'4000','41597846770','2020-08-19 17:26:42',NULL,90.00,'','4','1','Good sold','1','','sales','0792382445790','','No',NULL,NULL,''),(1816,'1110','41597846770','2020-08-19 17:26:42',NULL,81.00,'','4','1','Inventory sold','1','','sales','0792382445790','','No',NULL,NULL,''),(1817,'5500','41597846770','2020-08-19 17:26:42',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1818,'4000','41597834940','2020-08-19 17:40:42',120.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(1819,'1000','41597834940','2020-08-19 17:40:42',NULL,120.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(1820,'5500','41597834940','2020-08-19 17:40:42',NULL,108.00,'','4','1','Cost of goods returned','1','','sales','101','','No',NULL,NULL,''),(1821,'1110','41597834940','2020-08-19 17:40:42',108.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(1822,'1000','41597847220','2020-08-19 17:41:16',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1823,'4000','41597847220','2020-08-19 17:41:16',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(1824,'4000','41597847220','2020-08-19 17:41:16',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(1825,'1110','41597847220','2020-08-19 17:41:16',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(1826,'1110','41597847220','2020-08-19 17:41:16',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(1827,'5500','41597847220','2020-08-19 17:41:16',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1828,'1000','41597848836','2020-08-19 17:55:33',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1829,'4000','41597848836','2020-08-19 17:55:33',NULL,40.00,'','4','1','Good sold','1','','sales','8901719903465','','No',NULL,NULL,''),(1830,'1110','41597848836','2020-08-19 17:55:33',NULL,36.00,'','4','1','Inventory sold','1','','sales','8901719903465','','No',NULL,NULL,''),(1831,'5500','41597848836','2020-08-19 17:55:33',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1832,'1000','41597848938','2020-08-19 18:26:30',490.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1833,'4000','41597848938','2020-08-19 18:26:30',NULL,140.00,'','4','1','Good sold','1','','sales','6164004575910','','No',NULL,NULL,''),(1834,'4000','41597848938','2020-08-19 18:26:30',NULL,230.00,'','4','1','Good sold','1','','sales','57','','No',NULL,NULL,''),(1835,'4000','41597848938','2020-08-19 18:26:30',NULL,120.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(1836,'1110','41597848938','2020-08-19 18:26:30',NULL,126.00,'','4','1','Inventory sold','1','','sales','6164004575910','','No',NULL,NULL,''),(1837,'1110','41597848938','2020-08-19 18:26:30',NULL,207.00,'','4','1','Inventory sold','1','','sales','57','','No',NULL,NULL,''),(1838,'1110','41597848938','2020-08-19 18:26:30',NULL,108.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(1839,'5500','41597848938','2020-08-19 18:26:30',441.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1840,'1000','41597850975','2020-08-19 18:30:21',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1841,'4000','41597850975','2020-08-19 18:30:21',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033223','','No',NULL,NULL,''),(1842,'4000','41597850975','2020-08-19 18:30:21',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(1843,'1110','41597850975','2020-08-19 18:30:21',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033223','','No',NULL,NULL,''),(1844,'1110','41597850975','2020-08-19 18:30:21',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(1845,'5500','41597850975','2020-08-19 18:30:21',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1846,'1000','41597851085','2020-08-19 18:55:28',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1847,'4000','41597851085','2020-08-19 18:55:28',NULL,55.00,'','4','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(1848,'1110','41597851085','2020-08-19 18:55:28',NULL,49.50,'','4','1','Inventory sold','1','','sales','52','','No',NULL,NULL,''),(1849,'5500','41597851085','2020-08-19 18:55:28',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1850,'1000','41597852535','2020-08-19 19:04:35',240.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1851,'4000','41597852535','2020-08-19 19:04:35',NULL,240.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(1852,'1110','41597852535','2020-08-19 19:04:35',NULL,216.00,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(1853,'5500','41597852535','2020-08-19 19:04:35',216.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1854,'1000','41597853097','2020-08-19 19:16:49',190.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1855,'4000','41597853097','2020-08-19 19:16:49',NULL,90.00,'','4','1','Good sold','1','','sales','6161100602267','','No',NULL,NULL,''),(1856,'4000','41597853097','2020-08-19 19:16:49',NULL,100.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1857,'1110','41597853097','2020-08-19 19:16:49',NULL,81.00,'','4','1','Inventory sold','1','','sales','6161100602267','','No',NULL,NULL,''),(1858,'1110','41597853097','2020-08-19 19:16:49',NULL,90.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(1859,'5500','41597853097','2020-08-19 19:16:49',171.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1860,'1000','41597853833','2020-08-19 19:25:52',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1861,'4000','41597853833','2020-08-19 19:25:52',NULL,100.00,'','4','1','Good sold','1','','sales','6161100762473','','No',NULL,NULL,''),(1862,'1110','41597853833','2020-08-19 19:25:52',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161100762473','','No',NULL,NULL,''),(1863,'5500','41597853833','2020-08-19 19:25:52',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1864,'1000','41597854478','2020-08-19 19:47:24',145.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1865,'4000','41597854478','2020-08-19 19:47:24',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(1866,'4000','41597854478','2020-08-19 19:47:24',NULL,55.00,'','4','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(1867,'4000','41597854478','2020-08-19 19:47:24',NULL,40.00,'','4','1','Good sold','1','','sales','8888','','No',NULL,NULL,''),(1868,'1110','41597854478','2020-08-19 19:47:24',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(1869,'1110','41597854478','2020-08-19 19:47:24',NULL,49.50,'','4','1','Inventory sold','1','','sales','52','','No',NULL,NULL,''),(1870,'1110','41597854478','2020-08-19 19:47:24',NULL,36.00,'','4','1','Inventory sold','1','','sales','8888','','No',NULL,NULL,''),(1871,'5500','41597854478','2020-08-19 19:47:24',130.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1872,'1000','41597855651','2020-08-19 19:56:46',360.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1873,'4000','41597855651','2020-08-19 19:56:46',NULL,220.00,'','4','1','Good sold','1','','sales','6161101661232','','No',NULL,NULL,''),(1874,'4000','41597855651','2020-08-19 19:56:46',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1875,'4000','41597855651','2020-08-19 19:56:46',NULL,130.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(1876,'1110','41597855651','2020-08-19 19:56:46',NULL,198.00,'','4','1','Inventory sold','1','','sales','6161101661232','','No',NULL,NULL,''),(1877,'1110','41597855651','2020-08-19 19:56:46',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(1878,'1110','41597855651','2020-08-19 19:56:46',NULL,117.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(1879,'5500','41597855651','2020-08-19 19:56:46',324.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1880,'4000','41597855651','2020-08-19 19:57:41',10.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(1881,'1000','41597855651','2020-08-19 19:57:41',NULL,10.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(1882,'5500','41597855651','2020-08-19 19:57:41',NULL,9.00,'','4','1','Cost of goods returned','1','','sales','17','','No',NULL,NULL,''),(1883,'1110','41597855651','2020-08-19 19:57:41',9.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(1884,'4000','41597855651','2020-08-19 19:57:44',130.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(1885,'1000','41597855651','2020-08-19 19:57:44',NULL,130.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(1886,'5500','41597855651','2020-08-19 19:57:44',NULL,117.00,'','4','1','Cost of goods returned','1','','sales','104','','No',NULL,NULL,''),(1887,'1110','41597855651','2020-08-19 19:57:44',117.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(1888,'1000','41597856269','2020-08-19 19:58:32',185.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1889,'4000','41597856269','2020-08-19 19:58:32',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1890,'4000','41597856269','2020-08-19 19:58:32',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1891,'4000','41597856269','2020-08-19 19:58:32',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(1892,'1110','41597856269','2020-08-19 19:58:32',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(1893,'1110','41597856269','2020-08-19 19:58:32',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(1894,'1110','41597856269','2020-08-19 19:58:32',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(1895,'5500','41597856269','2020-08-19 19:58:32',166.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1896,'1000','41597902606','2020-08-20 08:51:43',430.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1897,'4000','41597902606','2020-08-20 08:51:43',NULL,360.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(1898,'4000','41597902606','2020-08-20 08:51:43',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1899,'1110','41597902606','2020-08-20 08:51:43',NULL,324.00,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(1900,'1110','41597902606','2020-08-20 08:51:43',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1901,'5500','41597902606','2020-08-20 08:51:43',387.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1902,'1000','41597904852','2020-08-20 09:27:57',280.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1903,'4000','41597904852','2020-08-20 09:27:57',NULL,90.00,'','4','1','Good sold','1','','sales','6161100602267','','No',NULL,NULL,''),(1904,'4000','41597904852','2020-08-20 09:27:57',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1905,'4000','41597904852','2020-08-20 09:27:57',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(1906,'1110','41597904852','2020-08-20 09:27:57',NULL,81.00,'','4','1','Inventory sold','1','','sales','6161100602267','','No',NULL,NULL,''),(1907,'1110','41597904852','2020-08-20 09:27:57',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1908,'1110','41597904852','2020-08-20 09:27:57',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(1909,'5500','41597904852','2020-08-20 09:27:57',252.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1910,'1000','41597904880','2020-08-20 09:48:03',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1911,'4000','41597904880','2020-08-20 09:48:03',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(1912,'1110','41597904880','2020-08-20 09:48:03',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(1913,'5500','41597904880','2020-08-20 09:48:03',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1914,'1000','41597906087','2020-08-20 09:48:19',130.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1915,'4000','41597906087','2020-08-20 09:48:19',NULL,130.00,'','4','1','Good sold','1','','sales','144','','No',NULL,NULL,''),(1916,'1110','41597906087','2020-08-20 09:48:19',NULL,117.00,'','4','1','Inventory sold','1','','sales','144','','No',NULL,NULL,''),(1917,'5500','41597906087','2020-08-20 09:48:19',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1918,'1000','41597906104','2020-08-20 09:49:41',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1919,'4000','41597906104','2020-08-20 09:49:41',NULL,10.00,'','4','1','Good sold','1','','sales','8924122012340','','No',NULL,NULL,''),(1920,'1110','41597906104','2020-08-20 09:49:41',NULL,9.00,'','4','1','Inventory sold','1','','sales','8924122012340','','No',NULL,NULL,''),(1921,'5500','41597906104','2020-08-20 09:49:41',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1922,'1000','41597906186','2020-08-20 09:57:55',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1923,'4000','41597906186','2020-08-20 09:57:55',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(1924,'1110','41597906186','2020-08-20 09:57:55',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(1925,'5500','41597906186','2020-08-20 09:57:55',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1926,'1000','41597906677','2020-08-20 10:42:58',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1927,'4000','41597906677','2020-08-20 10:42:58',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1928,'1110','41597906677','2020-08-20 10:42:58',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(1929,'5500','41597906677','2020-08-20 10:42:58',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1930,'1000','41597909381','2020-08-20 10:46:33',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1931,'4000','41597909381','2020-08-20 10:46:33',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(1932,'1110','41597909381','2020-08-20 10:46:33',NULL,54.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(1933,'5500','41597909381','2020-08-20 10:46:33',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1934,'1000','41597909598','2020-08-20 11:07:36',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1935,'4000','41597909598','2020-08-20 11:07:36',NULL,80.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(1936,'4000','41597909598','2020-08-20 11:07:36',NULL,80.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(1937,'4000','41597909598','2020-08-20 11:07:36',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(1938,'1110','41597909598','2020-08-20 11:07:36',NULL,72.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(1939,'1110','41597909598','2020-08-20 11:07:36',NULL,72.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(1940,'1110','41597909598','2020-08-20 11:07:36',NULL,9.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(1941,'5500','41597909598','2020-08-20 11:07:36',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1942,'4000','41597909598','2020-08-20 11:08:57',80.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(1943,'1000','41597909598','2020-08-20 11:08:57',NULL,80.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(1944,'5500','41597909598','2020-08-20 11:08:57',NULL,72.00,'','4','1','Cost of goods returned','1','','sales','14','','No',NULL,NULL,''),(1945,'1110','41597909598','2020-08-20 11:08:57',72.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(1946,'1000','41597910947','2020-08-20 11:20:16',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1947,'4000','41597910947','2020-08-20 11:20:16',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050034','','No',NULL,NULL,''),(1948,'1110','41597910947','2020-08-20 11:20:16',NULL,108.00,'','4','1','Inventory sold','1','','sales','6009627050034','','No',NULL,NULL,''),(1949,'5500','41597910947','2020-08-20 11:20:16',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1950,'1000','41597911654','2020-08-20 11:34:53',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1951,'4000','41597911654','2020-08-20 11:34:53',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1952,'1110','41597911654','2020-08-20 11:34:53',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(1953,'5500','41597911654','2020-08-20 11:34:53',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1954,'1000','41597912790','2020-08-20 11:40:03',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1955,'4000','41597912790','2020-08-20 11:40:03',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(1956,'1110','41597912790','2020-08-20 11:40:03',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(1957,'5500','41597912790','2020-08-20 11:40:03',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1958,'1000','41597912808','2020-08-20 12:18:27',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1959,'4000','41597912808','2020-08-20 12:18:27',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1960,'1110','41597912808','2020-08-20 12:18:27',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(1961,'5500','41597912808','2020-08-20 12:18:27',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1962,'1000','41597915112','2020-08-20 13:39:03',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1963,'4000','41597915112','2020-08-20 13:39:03',NULL,25.00,'','4','1','Good sold','1','','sales','6161101661713','','No',NULL,NULL,''),(1964,'4000','41597915112','2020-08-20 13:39:03',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(1965,'1110','41597915112','2020-08-20 13:39:03',NULL,22.50,'','4','1','Inventory sold','1','','sales','6161101661713','','No',NULL,NULL,''),(1966,'1110','41597915112','2020-08-20 13:39:03',NULL,4.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(1967,'5500','41597915112','2020-08-20 13:39:03',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1968,'1000','41597920590','2020-08-20 14:22:32',1090.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1969,'4000','41597920590','2020-08-20 14:22:32',NULL,60.00,'','4','1','Good sold','1','','sales','6161100760066','','No',NULL,NULL,''),(1970,'4000','41597920590','2020-08-20 14:22:32',NULL,220.00,'','4','1','Good sold','1','','sales','6161101661232','','No',NULL,NULL,''),(1971,'4000','41597920590','2020-08-20 14:22:32',NULL,150.00,'','4','1','Good sold','1','','sales','6162006602771','','No',NULL,NULL,''),(1972,'4000','41597920590','2020-08-20 14:22:32',NULL,250.00,'','4','1','Good sold','1','','sales','6164004575903','','No',NULL,NULL,''),(1973,'4000','41597920590','2020-08-20 14:22:32',NULL,100.00,'','4','1','Good sold','1','','sales','8718951340664','','No',NULL,NULL,''),(1974,'4000','41597920590','2020-08-20 14:22:32',NULL,50.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(1975,'4000','41597920590','2020-08-20 14:22:32',NULL,130.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(1976,'4000','41597920590','2020-08-20 14:22:32',NULL,95.00,'','4','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(1977,'4000','41597920590','2020-08-20 14:22:32',NULL,30.00,'','4','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(1978,'4000','41597920590','2020-08-20 14:22:32',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(1979,'1110','41597920590','2020-08-20 14:22:32',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161100760066','','No',NULL,NULL,''),(1980,'1110','41597920590','2020-08-20 14:22:32',NULL,198.00,'','4','1','Inventory sold','1','','sales','6161101661232','','No',NULL,NULL,''),(1981,'1110','41597920590','2020-08-20 14:22:32',NULL,135.00,'','4','1','Inventory sold','1','','sales','6162006602771','','No',NULL,NULL,''),(1982,'1110','41597920590','2020-08-20 14:22:32',NULL,225.00,'','4','1','Inventory sold','1','','sales','6164004575903','','No',NULL,NULL,''),(1983,'1110','41597920590','2020-08-20 14:22:32',NULL,90.00,'','4','1','Inventory sold','1','','sales','8718951340664','','No',NULL,NULL,''),(1984,'1110','41597920590','2020-08-20 14:22:32',NULL,45.00,'','4','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(1985,'1110','41597920590','2020-08-20 14:22:32',NULL,117.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(1986,'1110','41597920590','2020-08-20 14:22:32',NULL,85.50,'','4','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(1987,'1110','41597920590','2020-08-20 14:22:32',NULL,27.00,'','4','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(1988,'1110','41597920590','2020-08-20 14:22:32',NULL,4.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(1989,'5500','41597920590','2020-08-20 14:22:32',981.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1990,'1000','41597923325','2020-08-20 14:58:38',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(1991,'4000','41597923325','2020-08-20 14:58:38',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760226','','No',NULL,NULL,''),(1992,'4000','41597923325','2020-08-20 14:58:38',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033223','','No',NULL,NULL,''),(1993,'1110','41597923325','2020-08-20 14:58:38',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100760226','','No',NULL,NULL,''),(1994,'1110','41597923325','2020-08-20 14:58:38',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033223','','No',NULL,NULL,''),(1995,'5500','41597923325','2020-08-20 14:58:38',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2003,'1000','41597925242','2020-08-20 15:15:07',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2004,'4000','41597925242','2020-08-20 15:15:07',NULL,110.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(2005,'1110','41597925242','2020-08-20 15:15:07',NULL,99.00,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(2006,'5500','41597925242','2020-08-20 15:15:07',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2007,'1110','71597924975','2020-08-20 15:02:00',315.00,NULL,'','7','1','Inventory Purchased','1','12','Purchases','6166000090213','','No',NULL,NULL,''),(2008,'1110','71597924975','2020-08-20 15:02:00',117.00,NULL,'','7','1','Inventory Purchased','1','12','Purchases','6161113440009','','No',NULL,NULL,''),(2009,'1110','71597924975','2020-08-20 15:02:00',153.00,NULL,'','7','1','Inventory Purchased','1','12','Purchases','6161113440023','','No',NULL,NULL,''),(2010,'1110','71597924975','2020-08-20 15:02:00',117.00,NULL,'','7','1','Inventory Purchased','1','12','Purchases','6161113440016','','No',NULL,NULL,''),(2011,'1110','71597924975','2020-08-20 15:02:00',153.00,NULL,'','7','1','Inventory Purchased','1','12','Purchases','6161113440030','','No',NULL,NULL,''),(2012,'1110','71597924975','2020-08-20 15:02:00',148.50,NULL,'','7','1','Inventory Purchased','1','12','Purchases','6161113440054','','No',NULL,NULL,''),(2013,'2130','71597924975','2020-08-20 15:02:00',NULL,1003.50,'','7','1','Account payable for inventory','1','12','Purchases','','','No',NULL,NULL,''),(2014,'1000','41597928580','2020-08-20 16:04:39',300.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2015,'4000','41597928580','2020-08-20 16:04:39',NULL,170.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(2016,'4000','41597928580','2020-08-20 16:04:39',NULL,130.00,'','4','1','Good sold','1','','sales','171','','No',NULL,NULL,''),(2017,'1110','41597928580','2020-08-20 16:04:39',NULL,153.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(2018,'1110','41597928580','2020-08-20 16:04:39',NULL,117.00,'','4','1','Inventory sold','1','','sales','171','','No',NULL,NULL,''),(2019,'5500','41597928580','2020-08-20 16:04:39',270.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2020,'1000','41597934181','2020-08-20 17:44:20',250.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2021,'4000','41597934181','2020-08-20 17:44:20',NULL,25.00,'','4','1','Good sold','1','','sales','6009629720072','','No',NULL,NULL,''),(2022,'4000','41597934181','2020-08-20 17:44:20',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2023,'4000','41597934181','2020-08-20 17:44:20',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2024,'4000','41597934181','2020-08-20 17:44:20',NULL,15.00,'','4','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2025,'4000','41597934181','2020-08-20 17:44:20',NULL,150.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(2026,'4000','41597934181','2020-08-20 17:44:20',NULL,15.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(2027,'1110','41597934181','2020-08-20 17:44:20',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009629720072','','No',NULL,NULL,''),(2028,'1110','41597934181','2020-08-20 17:44:20',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(2029,'1110','41597934181','2020-08-20 17:44:20',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(2030,'1110','41597934181','2020-08-20 17:44:20',NULL,13.50,'','4','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(2031,'1110','41597934181','2020-08-20 17:44:20',NULL,135.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(2032,'1110','41597934181','2020-08-20 17:44:20',NULL,13.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(2033,'5500','41597934181','2020-08-20 17:44:20',225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2034,'1000','41597939587','2020-08-20 19:10:15',785.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2035,'4000','41597939587','2020-08-20 19:10:15',NULL,400.00,'','4','1','Good sold','1','','sales','6161101661300','','No',NULL,NULL,''),(2036,'4000','41597939587','2020-08-20 19:10:15',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(2037,'4000','41597939587','2020-08-20 19:10:15',NULL,50.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(2038,'4000','41597939587','2020-08-20 19:10:15',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(2039,'4000','41597939587','2020-08-20 19:10:15',NULL,100.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(2040,'4000','41597939587','2020-08-20 19:10:15',NULL,70.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(2041,'4000','41597939587','2020-08-20 19:10:15',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(2042,'4000','41597939587','2020-08-20 19:10:15',NULL,20.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(2043,'4000','41597939587','2020-08-20 19:10:15',NULL,20.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(2044,'1110','41597939587','2020-08-20 19:10:15',NULL,360.00,'','4','1','Inventory sold','1','','sales','6161101661300','','No',NULL,NULL,''),(2045,'1110','41597939587','2020-08-20 19:10:15',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(2046,'1110','41597939587','2020-08-20 19:10:15',NULL,45.00,'','4','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(2047,'1110','41597939587','2020-08-20 19:10:15',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(2048,'1110','41597939587','2020-08-20 19:10:15',NULL,90.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(2049,'1110','41597939587','2020-08-20 19:10:15',NULL,63.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(2050,'1110','41597939587','2020-08-20 19:10:15',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(2051,'1110','41597939587','2020-08-20 19:10:15',NULL,18.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(2052,'1110','41597939587','2020-08-20 19:10:15',NULL,18.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(2053,'5500','41597939587','2020-08-20 19:10:15',706.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2054,'1000','41597939821','2020-08-20 19:20:51',225.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2055,'4000','41597939821','2020-08-20 19:20:51',NULL,45.00,'','4','1','Good sold','1','','sales','0792382445790','','No',NULL,NULL,''),(2056,'4000','41597939821','2020-08-20 19:20:51',NULL,130.00,'','4','1','Good sold','1','','sales','5449000180247','','No',NULL,NULL,''),(2057,'4000','41597939821','2020-08-20 19:20:51',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(2058,'1110','41597939821','2020-08-20 19:20:51',NULL,40.50,'','4','1','Inventory sold','1','','sales','0792382445790','','No',NULL,NULL,''),(2059,'1110','41597939821','2020-08-20 19:20:51',NULL,117.00,'','4','1','Inventory sold','1','','sales','5449000180247','','No',NULL,NULL,''),(2060,'1110','41597939821','2020-08-20 19:20:51',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(2061,'5500','41597939821','2020-08-20 19:20:51',202.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2062,'1000','41597940643','2020-08-20 19:28:10',255.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2063,'4000','41597940643','2020-08-20 19:28:10',NULL,115.00,'','4','1','Good sold','1','','sales','6161113440092','','No',NULL,NULL,''),(2064,'4000','41597940643','2020-08-20 19:28:10',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2065,'4000','41597940643','2020-08-20 19:28:10',NULL,130.00,'','4','1','Good sold','1','','sales','171','','No',NULL,NULL,''),(2066,'1110','41597940643','2020-08-20 19:28:10',NULL,103.50,'','4','1','Inventory sold','1','','sales','6161113440092','','No',NULL,NULL,''),(2067,'1110','41597940643','2020-08-20 19:28:10',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(2068,'1110','41597940643','2020-08-20 19:28:10',NULL,117.00,'','4','1','Inventory sold','1','','sales','171','','No',NULL,NULL,''),(2069,'5500','41597940643','2020-08-20 19:28:10',229.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2070,'1000','41597942403','2020-08-20 19:53:31',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2071,'4000','41597942403','2020-08-20 19:53:31',NULL,50.00,'','4','1','Good sold','1','','sales','6161100100084','','No',NULL,NULL,''),(2072,'1110','41597942403','2020-08-20 19:53:31',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161100100084','','No',NULL,NULL,''),(2073,'5500','41597942403','2020-08-20 19:53:31',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2078,'1000','41597988266','2020-08-21 08:37:55',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2079,'4000','41597988266','2020-08-21 08:37:55',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(2080,'1110','41597988266','2020-08-21 08:37:55',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(2081,'5500','41597988266','2020-08-21 08:37:55',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2082,'1000','41597988281','2020-08-21 08:38:40',430.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2083,'4000','41597988281','2020-08-21 08:38:40',NULL,220.00,'','4','1','Good sold','1','','sales','6161101661232','','No',NULL,NULL,''),(2084,'4000','41597988281','2020-08-21 08:38:40',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2085,'4000','41597988281','2020-08-21 08:38:40',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(2086,'1110','41597988281','2020-08-21 08:38:40',NULL,198.00,'','4','1','Inventory sold','1','','sales','6161101661232','','No',NULL,NULL,''),(2087,'1110','41597988281','2020-08-21 08:38:40',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(2088,'1110','41597988281','2020-08-21 08:38:40',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(2089,'5500','41597988281','2020-08-21 08:38:40',387.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2090,'1000','41597988335','2020-08-21 09:05:18',240.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2091,'4000','41597988335','2020-08-21 09:05:18',NULL,240.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(2092,'1110','41597988335','2020-08-21 09:05:18',NULL,216.00,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(2093,'5500','41597988335','2020-08-21 09:05:18',216.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2094,'1000','41597989944','2020-08-21 09:16:45',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2095,'4000','41597989944','2020-08-21 09:16:45',NULL,20.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(2096,'1110','41597989944','2020-08-21 09:16:45',NULL,18.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(2097,'5500','41597989944','2020-08-21 09:16:45',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2098,'1000','41597990622','2020-08-21 09:29:46',225.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2099,'4000','41597990622','2020-08-21 09:29:46',NULL,75.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(2100,'4000','41597990622','2020-08-21 09:29:46',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(2101,'1110','41597990622','2020-08-21 09:29:46',NULL,67.50,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(2102,'1110','41597990622','2020-08-21 09:29:46',NULL,135.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(2103,'5500','41597990622','2020-08-21 09:29:46',202.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2104,'1000','41597991485','2020-08-21 09:36:42',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2105,'4000','41597991485','2020-08-21 09:36:42',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(2106,'1110','41597991485','2020-08-21 09:36:42',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(2107,'5500','41597991485','2020-08-21 09:36:42',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2108,'1000','41597991809','2020-08-21 09:38:20',305.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2109,'4000','41597991809','2020-08-21 09:38:20',NULL,105.00,'','4','1','Good sold','1','','sales','6161107151027','','No',NULL,NULL,''),(2110,'4000','41597991809','2020-08-21 09:38:20',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(2111,'4000','41597991809','2020-08-21 09:38:20',NULL,165.00,'','4','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(2112,'1110','41597991809','2020-08-21 09:38:20',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161107151027','','No',NULL,NULL,''),(2113,'1110','41597991809','2020-08-21 09:38:20',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(2114,'1110','41597991809','2020-08-21 09:38:20',NULL,148.50,'','4','1','Inventory sold','1','','sales','52','','No',NULL,NULL,''),(2115,'5500','41597991809','2020-08-21 09:38:20',274.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2116,'1000','41597991979','2020-08-21 10:34:33',90.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2117,'4000','41597991979','2020-08-21 10:34:33',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2118,'1110','41597991979','2020-08-21 10:34:33',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(2119,'5500','41597991979','2020-08-21 10:34:33',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2120,'1000','41597995279','2020-08-21 10:35:49',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2121,'4000','41597995279','2020-08-21 10:35:49',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(2122,'1110','41597995279','2020-08-21 10:35:49',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(2123,'5500','41597995279','2020-08-21 10:35:49',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2124,'1000','41597995424','2020-08-21 10:45:39',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2125,'4000','41597995424','2020-08-21 10:45:39',NULL,10.00,'','4','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2126,'1110','41597995424','2020-08-21 10:45:39',NULL,9.00,'','4','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(2127,'5500','41597995424','2020-08-21 10:45:39',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2132,'1110','71597851015','2020-08-19 18:30:00',1237.50,NULL,'','7','1','Inventory Purchased','1','11','Purchases','106','','No',NULL,NULL,''),(2133,'1110','71597851015','2020-08-19 18:30:00',675.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','105','','No',NULL,NULL,''),(2134,'1110','71597851015','2020-08-19 18:30:00',675.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','186','','No',NULL,NULL,''),(2135,'2130','71597851015','2020-08-19 18:30:00',NULL,2587.50,'','7','1','Account payable for inventory','1','11','Purchases','','','No',NULL,NULL,''),(2136,'1000','41597995942','2020-08-21 11:28:56',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2137,'4000','41597995942','2020-08-21 11:28:56',NULL,65.00,'','4','1','Good sold','1','','sales','6164000009020','','No',NULL,NULL,''),(2138,'4000','41597995942','2020-08-21 11:28:56',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(2139,'1110','41597995942','2020-08-21 11:28:56',NULL,58.50,'','4','1','Inventory sold','1','','sales','6164000009020','','No',NULL,NULL,''),(2140,'1110','41597995942','2020-08-21 11:28:56',NULL,4.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(2141,'5500','41597995942','2020-08-21 11:28:56',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2142,'1000','41597998546','2020-08-21 12:30:43',325.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2143,'4000','41597998546','2020-08-21 12:30:43',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(2144,'4000','41597998546','2020-08-21 12:30:43',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(2145,'4000','41597998546','2020-08-21 12:30:43',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2146,'4000','41597998546','2020-08-21 12:30:43',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(2147,'4000','41597998546','2020-08-21 12:30:43',NULL,130.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(2148,'1110','41597998546','2020-08-21 12:30:43',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(2149,'1110','41597998546','2020-08-21 12:30:43',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(2150,'1110','41597998546','2020-08-21 12:30:43',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(2151,'1110','41597998546','2020-08-21 12:30:43',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(2152,'1110','41597998546','2020-08-21 12:30:43',NULL,117.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(2153,'5500','41597998546','2020-08-21 12:30:43',292.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2154,'1000','41598002335','2020-08-21 13:10:45',275.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2155,'4000','41598002335','2020-08-21 13:10:45',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050034','','No',NULL,NULL,''),(2156,'4000','41598002335','2020-08-21 13:10:45',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(2157,'4000','41598002335','2020-08-21 13:10:45',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(2158,'1110','41598002335','2020-08-21 13:10:45',NULL,108.00,'','4','1','Inventory sold','1','','sales','6009627050034','','No',NULL,NULL,''),(2159,'1110','41598002335','2020-08-21 13:10:45',NULL,121.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(2160,'1110','41598002335','2020-08-21 13:10:45',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(2161,'5500','41598002335','2020-08-21 13:10:45',249.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2162,'1000','41598004673','2020-08-21 14:20:49',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2163,'4000','41598004673','2020-08-21 14:20:49',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2164,'4000','41598004673','2020-08-21 14:20:49',NULL,60.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(2165,'4000','41598004673','2020-08-21 14:20:49',NULL,10.00,'','4','1','Good sold','1','','sales','224000497606','','No',NULL,NULL,''),(2166,'1110','41598004673','2020-08-21 14:20:49',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(2167,'1110','41598004673','2020-08-21 14:20:49',NULL,54.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(2168,'1110','41598004673','2020-08-21 14:20:49',NULL,7.50,'','4','1','Inventory sold','1','','sales','224000497606','','No',NULL,NULL,''),(2169,'5500','41598004673','2020-08-21 14:20:49',70.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2176,'1110','71598008089','2020-08-21 14:08:00',189.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6164000033483','','No',NULL,NULL,''),(2177,'1110','71598008089','2020-08-21 14:08:00',315.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6164000033070','','No',NULL,NULL,''),(2178,'1110','71598008089','2020-08-21 14:08:00',63.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6164000033230','','No',NULL,NULL,''),(2179,'1110','71598008089','2020-08-21 14:08:00',189.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6164000033490','','No',NULL,NULL,''),(2180,'1110','71598008089','2020-08-21 14:08:00',216.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6161101000833','','No',NULL,NULL,''),(2181,'1110','71598008089','2020-08-21 14:08:00',180.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','616400033506','','No',NULL,NULL,''),(2182,'2130','71598008089','2020-08-21 14:08:00',NULL,1152.00,'','7','1','Account payable for inventory','1','8','Purchases','','','No',NULL,NULL,''),(2183,'1000','41598008863','2020-08-21 16:02:54',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2184,'4000','41598008863','2020-08-21 16:02:54',NULL,25.00,'','4','1','Good sold','1','','sales','6164000184031','','No',NULL,NULL,''),(2185,'1110','41598008863','2020-08-21 16:02:54',NULL,22.50,'','4','1','Inventory sold','1','','sales','6164000184031','','No',NULL,NULL,''),(2186,'5500','41598008863','2020-08-21 16:02:54',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2187,'1000','41598014998','2020-08-21 16:03:25',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2188,'4000','41598014998','2020-08-21 16:03:25',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2189,'1110','41598014998','2020-08-21 16:03:25',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(2190,'5500','41598014998','2020-08-21 16:03:25',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2191,'1000','41598015008','2020-08-21 16:49:51',230.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2192,'4000','41598015008','2020-08-21 16:49:51',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033209','','No',NULL,NULL,''),(2193,'4000','41598015008','2020-08-21 16:49:51',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(2194,'4000','41598015008','2020-08-21 16:49:51',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(2195,'1110','41598015008','2020-08-21 16:49:51',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033209','','No',NULL,NULL,''),(2196,'1110','41598015008','2020-08-21 16:49:51',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(2197,'1110','41598015008','2020-08-21 16:49:51',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(2198,'5500','41598015008','2020-08-21 16:49:51',207.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2199,'1000','41598017888','2020-08-21 17:39:07',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2200,'4000','41598017888','2020-08-21 17:39:07',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(2201,'1110','41598017888','2020-08-21 17:39:07',NULL,54.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(2202,'5500','41598017888','2020-08-21 17:39:07',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2203,'1000','41598020749','2020-08-21 17:46:44',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2204,'4000','41598020749','2020-08-21 17:46:44',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050034','','No',NULL,NULL,''),(2205,'4000','41598020749','2020-08-21 17:46:44',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2206,'1110','41598020749','2020-08-21 17:46:44',NULL,108.00,'','4','1','Inventory sold','1','','sales','6009627050034','','No',NULL,NULL,''),(2207,'1110','41598020749','2020-08-21 17:46:44',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(2208,'5500','41598020749','2020-08-21 17:46:44',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2209,'1000','41598027071','2020-08-21 19:29:07',480.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2210,'4000','41598027071','2020-08-21 19:29:07',NULL,200.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(2211,'4000','41598027071','2020-08-21 19:29:07',NULL,50.00,'','4','1','Good sold','1','','sales','6161107772222','','No',NULL,NULL,''),(2212,'4000','41598027071','2020-08-21 19:29:07',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(2213,'4000','41598027071','2020-08-21 19:29:07',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(2214,'4000','41598027071','2020-08-21 19:29:07',NULL,75.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(2215,'4000','41598027071','2020-08-21 19:29:07',NULL,85.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(2216,'1110','41598027071','2020-08-21 19:29:07',NULL,180.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(2217,'1110','41598027071','2020-08-21 19:29:07',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161107772222','','No',NULL,NULL,''),(2218,'1110','41598027071','2020-08-21 19:29:07',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(2219,'1110','41598027071','2020-08-21 19:29:07',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(2220,'1110','41598027071','2020-08-21 19:29:07',NULL,67.50,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(2221,'1110','41598027071','2020-08-21 19:29:07',NULL,76.50,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(2222,'5500','41598027071','2020-08-21 19:29:07',432.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2223,'1000','41598027370','2020-08-21 19:33:27',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2224,'4000','41598027370','2020-08-21 19:33:27',NULL,10.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(2225,'4000','41598027370','2020-08-21 19:33:27',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(2226,'1110','41598027370','2020-08-21 19:33:27',NULL,9.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(2227,'1110','41598027370','2020-08-21 19:33:27',NULL,4.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(2228,'5500','41598027370','2020-08-21 19:33:27',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2229,'1000','41598027686','2020-08-21 19:37:59',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2230,'4000','41598027686','2020-08-21 19:37:59',NULL,100.00,'','4','1','Good sold','1','','sales','8718951340664','','No',NULL,NULL,''),(2231,'4000','41598027686','2020-08-21 19:37:59',NULL,50.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(2232,'1110','41598027686','2020-08-21 19:37:59',NULL,90.00,'','4','1','Inventory sold','1','','sales','8718951340664','','No',NULL,NULL,''),(2233,'1110','41598027686','2020-08-21 19:37:59',NULL,45.00,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(2234,'5500','41598027686','2020-08-21 19:37:59',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2235,'1000','41598074679','2020-08-22 08:50:48',190.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2236,'4000','41598074679','2020-08-22 08:50:48',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(2237,'4000','41598074679','2020-08-22 08:50:48',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(2238,'4000','41598074679','2020-08-22 08:50:48',NULL,20.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(2239,'1110','41598074679','2020-08-22 08:50:48',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(2240,'1110','41598074679','2020-08-22 08:50:48',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(2241,'1110','41598074679','2020-08-22 08:50:48',NULL,18.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(2242,'5500','41598074679','2020-08-22 08:50:48',171.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2243,'1000','41598075508','2020-08-22 09:28:26',560.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2244,'4000','41598075508','2020-08-22 09:28:26',NULL,360.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(2245,'4000','41598075508','2020-08-22 09:28:26',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(2246,'4000','41598075508','2020-08-22 09:28:26',NULL,130.00,'','4','1','Good sold','1','','sales','144','','No',NULL,NULL,''),(2247,'1110','41598075508','2020-08-22 09:28:26',NULL,324.00,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(2248,'1110','41598075508','2020-08-22 09:28:26',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(2249,'1110','41598075508','2020-08-22 09:28:26',NULL,117.00,'','4','1','Inventory sold','1','','sales','144','','No',NULL,NULL,''),(2250,'5500','41598075508','2020-08-22 09:28:26',504.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2251,'1000','41598075508','2020-08-22 09:28:26',560.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2252,'4000','41598075508','2020-08-22 09:28:26',NULL,360.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(2253,'4000','41598075508','2020-08-22 09:28:26',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(2254,'4000','41598075508','2020-08-22 09:28:26',NULL,130.00,'','4','1','Good sold','1','','sales','144','','No',NULL,NULL,''),(2255,'1110','41598075508','2020-08-22 09:28:26',NULL,324.00,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(2256,'1110','41598075508','2020-08-22 09:28:26',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(2257,'1110','41598075508','2020-08-22 09:28:26',NULL,117.00,'','4','1','Inventory sold','1','','sales','144','','No',NULL,NULL,''),(2258,'5500','41598075508','2020-08-22 09:28:26',504.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2259,'1000','41598077713','2020-08-22 09:35:05',140.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2260,'4000','41598077713','2020-08-22 09:35:05',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(2261,'4000','41598077713','2020-08-22 09:35:05',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(2262,'4000','41598077713','2020-08-22 09:35:05',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(2263,'1110','41598077713','2020-08-22 09:35:05',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(2264,'1110','41598077713','2020-08-22 09:35:05',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(2265,'1110','41598077713','2020-08-22 09:35:05',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(2266,'5564','41598077713','2020-08-22 09:35:05',124.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2267,'1000','41598078108','2020-08-22 09:54:06',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2268,'4000','41598078108','2020-08-22 09:54:06',NULL,30.00,'','4','1','Good sold','1','','sales','6161109510389','','No',NULL,NULL,''),(2269,'1110','41598078108','2020-08-22 09:54:06',NULL,27.00,'','4','1','Inventory sold','1','','sales','6161109510389','','No',NULL,NULL,''),(2270,'5500','41598078108','2020-08-22 09:54:06',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2271,'1110','71598008311','2020-08-21 14:11:00',72.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','427','','No',NULL,NULL,''),(2272,'1110','71598008311','2020-08-21 14:11:00',252.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','31','','No',NULL,NULL,''),(2273,'1110','71598008311','2020-08-21 14:11:00',243.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','30','','No',NULL,NULL,''),(2274,'2130','71598008311','2020-08-21 14:11:00',NULL,567.00,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(2275,'1000','41598079249','2020-08-22 10:23:02',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2276,'4000','41598079249','2020-08-22 10:23:02',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(2277,'1110','41598079249','2020-08-22 10:23:02',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(2278,'5500','41598079249','2020-08-22 10:23:02',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2279,'1000','41598087722','2020-08-22 12:50:41',470.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2280,'4000','41598087722','2020-08-22 12:50:41',NULL,155.00,'','4','1','Good sold','1','','sales','5410076189540','','No',NULL,NULL,''),(2281,'4000','41598087722','2020-08-22 12:50:41',NULL,65.00,'','4','1','Good sold','1','','sales','6161100760257','','No',NULL,NULL,''),(2282,'4000','41598087722','2020-08-22 12:50:41',NULL,220.00,'','4','1','Good sold','1','','sales','7622210304544','','No',NULL,NULL,''),(2283,'4000','41598087722','2020-08-22 12:50:41',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(2284,'1110','41598087722','2020-08-22 12:50:41',NULL,139.50,'','4','1','Inventory sold','1','','sales','5410076189540','','No',NULL,NULL,''),(2285,'1110','41598087722','2020-08-22 12:50:41',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161100760257','','No',NULL,NULL,''),(2286,'1110','41598087722','2020-08-22 12:50:41',NULL,198.00,'','4','1','Inventory sold','1','','sales','7622210304544','','No',NULL,NULL,''),(2287,'1110','41598087722','2020-08-22 12:50:41',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(2288,'5500','41598087722','2020-08-22 12:50:41',416.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2289,'1000','41598098285','2020-08-22 15:12:47',410.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2290,'4000','41598098285','2020-08-22 15:12:47',NULL,375.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(2291,'4000','41598098285','2020-08-22 15:12:47',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(2292,'4000','41598098285','2020-08-22 15:12:47',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(2293,'1110','41598098285','2020-08-22 15:12:47',NULL,364.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(2294,'1110','41598098285','2020-08-22 15:12:47',NULL,4.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(2295,'1110','41598098285','2020-08-22 15:12:47',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(2296,'5500','41598098285','2020-08-22 15:12:47',389.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2297,'1000','41598098396','2020-08-22 15:56:29',685.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2298,'4000','41598098396','2020-08-22 15:56:29',NULL,50.00,'','4','1','Good sold','1','','sales','6009607673345','','No',NULL,NULL,''),(2299,'4000','41598098396','2020-08-22 15:56:29',NULL,115.00,'','4','1','Good sold','1','','sales','6161113440092','','No',NULL,NULL,''),(2300,'4000','41598098396','2020-08-22 15:56:29',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072048','','No',NULL,NULL,''),(2301,'4000','41598098396','2020-08-22 15:56:29',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072055','','No',NULL,NULL,''),(2302,'4000','41598098396','2020-08-22 15:56:29',NULL,200.00,'','4','1','Good sold','1','','sales','6920354817823','','No',NULL,NULL,''),(2303,'4000','41598098396','2020-08-22 15:56:29',NULL,65.00,'','4','1','Good sold','1','','sales','82','','No',NULL,NULL,''),(2304,'4000','41598098396','2020-08-22 15:56:29',NULL,65.00,'','4','1','Good sold','1','','sales','82','','No',NULL,NULL,''),(2305,'4000','41598098396','2020-08-22 15:56:29',NULL,65.00,'','4','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(2306,'4000','41598098396','2020-08-22 15:56:29',NULL,25.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(2307,'4000','41598098396','2020-08-22 15:56:29',NULL,10.00,'','4','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(2308,'1110','41598098396','2020-08-22 15:56:29',NULL,45.00,'','4','1','Inventory sold','1','','sales','6009607673345','','No',NULL,NULL,''),(2309,'1110','41598098396','2020-08-22 15:56:29',NULL,103.50,'','4','1','Inventory sold','1','','sales','6161113440092','','No',NULL,NULL,''),(2310,'1110','41598098396','2020-08-22 15:56:29',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072048','','No',NULL,NULL,''),(2311,'1110','41598098396','2020-08-22 15:56:29',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072055','','No',NULL,NULL,''),(2312,'1110','41598098396','2020-08-22 15:56:29',NULL,180.00,'','4','1','Inventory sold','1','','sales','6920354817823','','No',NULL,NULL,''),(2313,'1110','41598098396','2020-08-22 15:56:29',NULL,58.50,'','4','1','Inventory sold','1','','sales','82','','No',NULL,NULL,''),(2314,'1110','41598098396','2020-08-22 15:56:29',NULL,58.50,'','4','1','Inventory sold','1','','sales','82','','No',NULL,NULL,''),(2315,'1110','41598098396','2020-08-22 15:56:29',NULL,58.50,'','4','1','Inventory sold','1','','sales','84','','No',NULL,NULL,''),(2316,'1110','41598098396','2020-08-22 15:56:29',NULL,22.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(2317,'1110','41598098396','2020-08-22 15:56:29',NULL,9.00,'','4','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(2318,'5500','41598098396','2020-08-22 15:56:29',616.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2319,'1000','41598102344','2020-08-22 16:20:04',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2320,'4000','41598102344','2020-08-22 16:20:04',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(2321,'4000','41598102344','2020-08-22 16:20:04',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(2322,'1110','41598102344','2020-08-22 16:20:04',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(2323,'1110','41598102344','2020-08-22 16:20:04',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(2324,'5500','41598102344','2020-08-22 16:20:04',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2325,'1000','41598102408','2020-08-22 16:40:34',310.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2326,'4000','41598102408','2020-08-22 16:40:34',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050034','','No',NULL,NULL,''),(2327,'4000','41598102408','2020-08-22 16:40:34',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(2328,'4000','41598102408','2020-08-22 16:40:34',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440016','','No',NULL,NULL,''),(2329,'1110','41598102408','2020-08-22 16:40:34',NULL,108.00,'','4','1','Inventory sold','1','','sales','6009627050034','','No',NULL,NULL,''),(2330,'1110','41598102408','2020-08-22 16:40:34',NULL,121.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(2331,'1110','41598102408','2020-08-22 16:40:34',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440016','','No',NULL,NULL,''),(2332,'5500','41598102408','2020-08-22 16:40:34',288.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2333,'1000','41598108407','2020-08-22 18:02:19',315.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2334,'4000','41598108407','2020-08-22 18:02:19',NULL,45.00,'','4','1','Good sold','1','','sales','0792382445790','','No',NULL,NULL,''),(2335,'4000','41598108407','2020-08-22 18:02:19',NULL,130.00,'','4','1','Good sold','1','','sales','5449000180247','','No',NULL,NULL,''),(2336,'4000','41598108407','2020-08-22 18:02:19',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440009','','No',NULL,NULL,''),(2337,'4000','41598108407','2020-08-22 18:02:19',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(2338,'4000','41598108407','2020-08-22 18:02:19',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(2339,'1110','41598108407','2020-08-22 18:02:19',NULL,40.50,'','4','1','Inventory sold','1','','sales','0792382445790','','No',NULL,NULL,''),(2340,'1110','41598108407','2020-08-22 18:02:19',NULL,117.00,'','4','1','Inventory sold','1','','sales','5449000180247','','No',NULL,NULL,''),(2341,'1110','41598108407','2020-08-22 18:02:19',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440009','','No',NULL,NULL,''),(2342,'1110','41598108407','2020-08-22 18:02:19',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(2343,'1110','41598108407','2020-08-22 18:02:19',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(2344,'5500','41598108407','2020-08-22 18:02:19',283.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2345,'1000','41598108575','2020-08-22 18:16:46',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2346,'4000','41598108575','2020-08-22 18:16:46',NULL,40.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(2347,'1110','41598108575','2020-08-22 18:16:46',NULL,36.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(2348,'5500','41598108575','2020-08-22 18:16:46',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2349,'1000','41598109455','2020-08-22 18:20:44',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2350,'4000','41598109455','2020-08-22 18:20:44',NULL,50.00,'','4','1','Good sold','1','','sales','6009607673345','','No',NULL,NULL,''),(2351,'1110','41598109455','2020-08-22 18:20:44',NULL,45.00,'','4','1','Inventory sold','1','','sales','6009607673345','','No',NULL,NULL,''),(2352,'5500','41598109455','2020-08-22 18:20:44',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2353,'1000','41598109647','2020-08-22 18:32:03',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2354,'4000','41598109647','2020-08-22 18:32:03',NULL,70.00,'','4','1','Good sold','1','','sales','6161100950825','','No',NULL,NULL,''),(2355,'1110','41598109647','2020-08-22 18:32:03',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100950825','','No',NULL,NULL,''),(2356,'5500','41598109647','2020-08-22 18:32:03',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2357,'1000','41598110533','2020-08-22 18:37:24',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2358,'4000','41598110533','2020-08-22 18:37:24',NULL,60.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(2359,'1110','41598110533','2020-08-22 18:37:24',NULL,54.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(2360,'5500','41598110533','2020-08-22 18:37:24',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2361,'1000','41598110665','2020-08-22 18:44:44',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2362,'4000','41598110665','2020-08-22 18:44:44',NULL,50.00,'','4','1','Good sold','1','','sales','6161100100084','','No',NULL,NULL,''),(2363,'1110','41598110665','2020-08-22 18:44:44',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161100100084','','No',NULL,NULL,''),(2364,'5500','41598110665','2020-08-22 18:44:44',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2365,'1000','41598111088','2020-08-22 18:51:12',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2366,'4000','41598111088','2020-08-22 18:51:12',NULL,10.00,'','4','1','Good sold','1','','sales','224000497606','','No',NULL,NULL,''),(2367,'1110','41598111088','2020-08-22 18:51:12',NULL,7.50,'','4','1','Inventory sold','1','','sales','224000497606','','No',NULL,NULL,''),(2368,'5500','41598111088','2020-08-22 18:51:12',7.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2369,'1000','41598111539','2020-08-22 19:09:42',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2370,'4000','41598111539','2020-08-22 19:09:42',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(2371,'4000','41598111539','2020-08-22 19:09:42',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(2372,'1110','41598111539','2020-08-22 19:09:42',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(2373,'1110','41598111539','2020-08-22 19:09:42',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(2374,'5500','41598111539','2020-08-22 19:09:42',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2375,'1000','41598112585','2020-08-22 19:20:39',190.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2376,'4000','41598112585','2020-08-22 19:20:39',NULL,90.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2377,'4000','41598112585','2020-08-22 19:20:39',NULL,100.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(2378,'1110','41598112585','2020-08-22 19:20:39',NULL,81.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(2379,'1110','41598112585','2020-08-22 19:20:39',NULL,90.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(2380,'5500','41598112585','2020-08-22 19:20:39',171.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2381,'1000','41598113367','2020-08-22 19:33:18',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2382,'4000','41598113367','2020-08-22 19:33:18',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2383,'1110','41598113367','2020-08-22 19:33:18',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(2384,'5500','41598113367','2020-08-22 19:33:18',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2385,'1000','41598114029','2020-08-22 19:34:45',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2386,'4000','41598114029','2020-08-22 19:34:45',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(2387,'1110','41598114029','2020-08-22 19:34:45',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(2388,'5500','41598114029','2020-08-22 19:34:45',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2389,'1000','41598114099','2020-08-22 19:37:09',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2390,'4000','41598114099','2020-08-22 19:37:09',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(2391,'1110','41598114099','2020-08-22 19:37:09',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(2392,'5500','41598114099','2020-08-22 19:37:09',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2393,'1000','41598114247','2020-08-22 19:39:01',570.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2394,'4000','41598114247','2020-08-22 19:39:01',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(2395,'4000','41598114247','2020-08-22 19:39:01',NULL,170.00,'','4','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(2396,'4000','41598114247','2020-08-22 19:39:01',NULL,130.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(2397,'4000','41598114247','2020-08-22 19:39:01',NULL,200.00,'','4','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(2398,'1110','41598114247','2020-08-22 19:39:01',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(2399,'1110','41598114247','2020-08-22 19:39:01',NULL,153.00,'','4','1','Inventory sold','1','','sales','75','','No',NULL,NULL,''),(2400,'1110','41598114247','2020-08-22 19:39:01',NULL,117.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(2401,'1110','41598114247','2020-08-22 19:39:01',NULL,180.00,'','4','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(2402,'5500','41598114247','2020-08-22 19:39:01',513.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2403,'1000','41598114378','2020-08-22 19:39:57',180.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2404,'4000','41598114378','2020-08-22 19:39:57',NULL,180.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2405,'1110','41598114378','2020-08-22 19:39:57',NULL,162.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(2406,'5500','41598114378','2020-08-22 19:39:57',162.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2407,'1000','41598114826','2020-08-22 19:54:55',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2408,'4000','41598114826','2020-08-22 19:54:55',NULL,160.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(2409,'1110','41598114826','2020-08-22 19:54:55',NULL,144.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(2410,'5500','41598114826','2020-08-22 19:54:55',144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2411,'1000','41598115318','2020-08-22 19:58:55',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2412,'4000','41598115318','2020-08-22 19:58:55',NULL,110.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(2413,'1110','41598115318','2020-08-22 19:58:55',NULL,99.00,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(2414,'5500','41598115318','2020-08-22 19:58:55',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2431,'1110','71598116548','2020-08-22 20:15:00',1812.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','266','','No',NULL,NULL,''),(2432,'1110','71598116548','2020-08-22 20:15:00',1894.98,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6161106610235','','No',NULL,NULL,''),(2433,'1110','71598116548','2020-08-22 20:15:00',2715.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6161106610242','','No',NULL,NULL,''),(2434,'1110','71598116548','2020-08-22 20:15:00',1170.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6161101661218','','No',NULL,NULL,''),(2435,'1110','71598116548','2020-08-22 20:15:00',2540.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6161101661300','','No',NULL,NULL,''),(2436,'1110','71598116548','2020-08-22 20:15:00',2649.96,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6161101661249','','No',NULL,NULL,''),(2437,'1110','71598116548','2020-08-22 20:15:00',3075.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6161101661256','','No',NULL,NULL,''),(2438,'2130','71598116548','2020-08-22 20:15:00',NULL,15856.94,'','7','1','Account payable for inventory','1','11','Purchases','','','No',NULL,NULL,''),(2439,'1000','41598246657','2020-08-24 08:30:20',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2440,'4000','41598246657','2020-08-24 08:30:20',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(2441,'1110','41598246657','2020-08-24 08:30:20',NULL,9.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(2442,'5500','41598246657','2020-08-24 08:30:20',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2443,'1000','41598247023','2020-08-24 08:32:51',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2444,'4000','41598247023','2020-08-24 08:32:51',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(2445,'1110','41598247023','2020-08-24 08:32:51',NULL,9.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(2446,'5500','41598247023','2020-08-24 08:32:51',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2447,'1000','41598247196','2020-08-24 09:20:06',70.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2448,'4000','41598247196','2020-08-24 09:20:06',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(2449,'1110','41598247196','2020-08-24 09:20:06',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(2450,'5500','41598247196','2020-08-24 09:20:06',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2451,'1000','41598247196','2020-08-24 09:20:06',70.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2452,'4000','41598247196','2020-08-24 09:20:06',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(2453,'1110','41598247196','2020-08-24 09:20:06',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(2454,'5500','41598247196','2020-08-24 09:20:06',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2455,'1000','41598250017','2020-08-24 09:36:15',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2456,'4000','41598250017','2020-08-24 09:36:15',NULL,10.00,'','4','1','Good sold','1','','sales','191','','No',NULL,NULL,''),(2457,'4000','41598250017','2020-08-24 09:36:15',NULL,40.00,'','4','1','Good sold','1','','sales','224000497606','','No',NULL,NULL,''),(2458,'1110','41598250017','2020-08-24 09:36:15',NULL,9.00,'','4','1','Inventory sold','1','','sales','191','','No',NULL,NULL,''),(2459,'1110','41598250017','2020-08-24 09:36:15',NULL,30.00,'','4','1','Inventory sold','1','','sales','224000497606','','No',NULL,NULL,''),(2460,'5500','41598250017','2020-08-24 09:36:15',39.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2461,'1000','41598251581','2020-08-24 09:47:49',650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2462,'4000','41598251581','2020-08-24 09:47:49',NULL,70.00,'','4','1','Good sold','1','','sales','6161100760387','','No',NULL,NULL,''),(2463,'4000','41598251581','2020-08-24 09:47:49',NULL,500.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(2464,'4000','41598251581','2020-08-24 09:47:49',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(2465,'4000','41598251581','2020-08-24 09:47:49',NULL,30.00,'','4','1','Good sold','1','','sales','167','','No',NULL,NULL,''),(2466,'1110','41598251581','2020-08-24 09:47:49',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100760387','','No',NULL,NULL,''),(2467,'1110','41598251581','2020-08-24 09:47:49',NULL,486.00,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(2468,'1110','41598251581','2020-08-24 09:47:49',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(2469,'1110','41598251581','2020-08-24 09:47:49',NULL,27.00,'','4','1','Inventory sold','1','','sales','167','','No',NULL,NULL,''),(2470,'5500','41598251581','2020-08-24 09:47:49',621.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2471,'1110','71598254149','2020-08-24 10:29:00',180.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','32','','No',NULL,NULL,''),(2472,'1110','71598254149','2020-08-24 10:29:00',45.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','33','','No',NULL,NULL,''),(2473,'1110','71598254149','2020-08-24 10:29:00',126.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','31','','No',NULL,NULL,''),(2474,'1110','71598254149','2020-08-24 10:29:00',243.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','30','','No',NULL,NULL,''),(2475,'1110','71598254149','2020-08-24 10:29:00',1710.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','145','','No',NULL,NULL,''),(2476,'1110','71598254149','2020-08-24 10:29:00',900.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','146','','No',NULL,NULL,''),(2477,'2130','71598254149','2020-08-24 10:29:00',NULL,3204.00,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(2478,'1000','41598258372','2020-08-24 12:12:27',615.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2479,'4000','41598258372','2020-08-24 12:12:27',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(2480,'4000','41598258372','2020-08-24 12:12:27',NULL,250.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(2481,'4000','41598258372','2020-08-24 12:12:27',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2482,'4000','41598258372','2020-08-24 12:12:27',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(2483,'4000','41598258372','2020-08-24 12:12:27',NULL,130.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(2484,'1110','41598258372','2020-08-24 12:12:27',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(2485,'1110','41598258372','2020-08-24 12:12:27',NULL,243.00,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(2486,'1110','41598258372','2020-08-24 12:12:27',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(2487,'1110','41598258372','2020-08-24 12:12:27',NULL,108.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(2488,'1110','41598258372','2020-08-24 12:12:27',NULL,117.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(2489,'5500','41598258372','2020-08-24 12:12:27',571.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2490,'1000','41598260443','2020-08-24 12:54:12',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2491,'4000','41598260443','2020-08-24 12:54:12',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050034','','No',NULL,NULL,''),(2492,'1110','41598260443','2020-08-24 12:54:12',NULL,108.00,'','4','1','Inventory sold','1','','sales','6009627050034','','No',NULL,NULL,''),(2493,'5500','41598260443','2020-08-24 12:54:12',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2494,'1000','41598262867','2020-08-24 12:56:03',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2495,'4000','41598262867','2020-08-24 12:56:03',NULL,20.00,'','4','1','Good sold','1','','sales','189','','No',NULL,NULL,''),(2496,'1110','41598262867','2020-08-24 12:56:03',NULL,18.00,'','4','1','Inventory sold','1','','sales','189','','No',NULL,NULL,''),(2497,'5500','41598262867','2020-08-24 12:56:03',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2498,'1110','71598262988','2020-08-24 12:56:00',234.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6164000033223','','No',NULL,NULL,''),(2499,'1110','71598262988','2020-08-24 12:56:00',234.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6164000033193','','No',NULL,NULL,''),(2500,'1110','71598262988','2020-08-24 12:56:00',234.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6164000033179','','No',NULL,NULL,''),(2501,'1110','71598262988','2020-08-24 12:56:00',472.50,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6161101000901','','No',NULL,NULL,''),(2502,'1110','71598262988','2020-08-24 12:56:00',94.50,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6161101000895','','No',NULL,NULL,''),(2503,'2130','71598262988','2020-08-24 12:56:00',NULL,1269.00,'','7','1','Account payable for inventory','1','8','Purchases','','','No',NULL,NULL,''),(2504,'1000','41598267599','2020-08-24 15:40:33',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2505,'4000','41598267599','2020-08-24 15:40:33',NULL,65.00,'','4','1','Good sold','1','','sales','6161102170030','','No',NULL,NULL,''),(2506,'1110','41598267599','2020-08-24 15:40:33',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161102170030','','No',NULL,NULL,''),(2507,'5500','41598267599','2020-08-24 15:40:33',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2508,'1110','71598276430','2020-08-24 16:40:00',240.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','156','','No',NULL,NULL,''),(2509,'2130','71598276430','2020-08-24 16:40:00',NULL,240.00,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(2510,'1000','41598277690','2020-08-24 17:01:46',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2511,'4000','41598277690','2020-08-24 17:01:46',NULL,55.00,'','4','1','Good sold','1','','sales','6161113440054','','No',NULL,NULL,''),(2512,'1110','41598277690','2020-08-24 17:01:46',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161113440054','','No',NULL,NULL,''),(2513,'5500','41598277690','2020-08-24 17:01:46',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2514,'1000','41598282738','2020-08-24 18:26:57',365.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2515,'4000','41598282738','2020-08-24 18:26:57',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(2516,'4000','41598282738','2020-08-24 18:26:57',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(2517,'4000','41598282738','2020-08-24 18:26:57',NULL,65.00,'','4','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(2518,'4000','41598282738','2020-08-24 18:26:57',NULL,40.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(2519,'4000','41598282738','2020-08-24 18:26:57',NULL,40.00,'','4','1','Good sold','1','','sales','182','','No',NULL,NULL,''),(2520,'4000','41598282738','2020-08-24 18:26:57',NULL,100.00,'','4','1','Good sold','1','','sales','184','','No',NULL,NULL,''),(2521,'1110','41598282738','2020-08-24 18:26:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(2522,'1110','41598282738','2020-08-24 18:26:57',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(2523,'1110','41598282738','2020-08-24 18:26:57',NULL,58.50,'','4','1','Inventory sold','1','','sales','87','','No',NULL,NULL,''),(2524,'1110','41598282738','2020-08-24 18:26:57',NULL,36.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(2525,'1110','41598282738','2020-08-24 18:26:57',NULL,36.00,'','4','1','Inventory sold','1','','sales','182','','No',NULL,NULL,''),(2526,'1110','41598282738','2020-08-24 18:26:57',NULL,90.00,'','4','1','Inventory sold','1','','sales','184','','No',NULL,NULL,''),(2527,'5500','41598282738','2020-08-24 18:26:57',328.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2528,'1000','41598282834','2020-08-24 18:27:52',245.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2529,'4000','41598282834','2020-08-24 18:27:52',NULL,45.00,'','4','1','Good sold','1','','sales','0792382445790','','No',NULL,NULL,''),(2530,'4000','41598282834','2020-08-24 18:27:52',NULL,130.00,'','4','1','Good sold','1','','sales','5449000180247','','No',NULL,NULL,''),(2531,'4000','41598282834','2020-08-24 18:27:52',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(2532,'1110','41598282834','2020-08-24 18:27:52',NULL,40.50,'','4','1','Inventory sold','1','','sales','0792382445790','','No',NULL,NULL,''),(2533,'1110','41598282834','2020-08-24 18:27:52',NULL,117.00,'','4','1','Inventory sold','1','','sales','5449000180247','','No',NULL,NULL,''),(2534,'1110','41598282834','2020-08-24 18:27:52',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(2535,'5500','41598282834','2020-08-24 18:27:52',220.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2536,'1000','41598282948','2020-08-24 18:31:05',140.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2537,'4000','41598282948','2020-08-24 18:31:05',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2538,'4000','41598282948','2020-08-24 18:31:05',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(2539,'1110','41598282948','2020-08-24 18:31:05',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(2540,'1110','41598282948','2020-08-24 18:31:05',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(2541,'5500','41598282948','2020-08-24 18:31:05',126.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2542,'1000','41598283074','2020-08-24 18:51:54',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2543,'4000','41598283074','2020-08-24 18:51:54',NULL,70.00,'','4','1','Good sold','1','','sales','427','','No',NULL,NULL,''),(2544,'1110','41598283074','2020-08-24 18:51:54',NULL,63.00,'','4','1','Inventory sold','1','','sales','427','','No',NULL,NULL,''),(2545,'5500','41598283074','2020-08-24 18:51:54',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2546,'1000','41598284400','2020-08-24 19:07:10',40.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2547,'4000','41598284400','2020-08-24 19:07:10',NULL,40.00,'','4','1','Good sold','1','','sales','6161101280020','','No',NULL,NULL,''),(2548,'1110','41598284400','2020-08-24 19:07:10',NULL,36.00,'','4','1','Inventory sold','1','','sales','6161101280020','','No',NULL,NULL,''),(2549,'5500','41598284400','2020-08-24 19:07:10',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2550,'1000','41598285554','2020-08-24 19:13:05',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2551,'4000','41598285554','2020-08-24 19:13:05',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(2552,'1110','41598285554','2020-08-24 19:13:05',NULL,135.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(2553,'5500','41598285554','2020-08-24 19:13:05',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2554,'1000','41598285734','2020-08-24 19:15:51',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2555,'4000','41598285734','2020-08-24 19:15:51',NULL,120.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(2556,'1110','41598285734','2020-08-24 19:15:51',NULL,108.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(2557,'5500','41598285734','2020-08-24 19:15:51',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2558,'1000','41598285762','2020-08-24 19:22:33',500.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2559,'4000','41598285762','2020-08-24 19:22:33',NULL,50.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2560,'4000','41598285762','2020-08-24 19:22:33',NULL,450.00,'','4','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(2561,'1110','41598285762','2020-08-24 19:22:33',NULL,45.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2562,'1110','41598285762','2020-08-24 19:22:33',NULL,405.00,'','4','1','Inventory sold','1','','sales','24','','No',NULL,NULL,''),(2563,'5500','41598285762','2020-08-24 19:22:33',450.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2564,'1000','41598286216','2020-08-24 19:25:33',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2565,'4000','41598286216','2020-08-24 19:25:33',NULL,50.00,'','4','1','Good sold','1','','sales','224000497606','','No',NULL,NULL,''),(2566,'1110','41598286216','2020-08-24 19:25:33',NULL,37.50,'','4','1','Inventory sold','1','','sales','224000497606','','No',NULL,NULL,''),(2567,'5500','41598286216','2020-08-24 19:25:33',37.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2568,'1000','41598286346','2020-08-24 19:27:45',530.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2569,'4000','41598286346','2020-08-24 19:27:45',NULL,480.00,'','4','1','Good sold','1','','sales','6161102170900','','No',NULL,NULL,''),(2570,'4000','41598286346','2020-08-24 19:27:45',NULL,50.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(2571,'1110','41598286346','2020-08-24 19:27:45',NULL,432.00,'','4','1','Inventory sold','1','','sales','6161102170900','','No',NULL,NULL,''),(2572,'1110','41598286346','2020-08-24 19:27:45',NULL,45.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(2573,'5500','41598286346','2020-08-24 19:27:45',477.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2574,'1000','41598286474','2020-08-24 19:28:26',135.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2575,'4000','41598286474','2020-08-24 19:28:26',NULL,135.00,'','4','1','Good sold','1','','sales','7622210304537','','No',NULL,NULL,''),(2576,'1110','41598286474','2020-08-24 19:28:26',NULL,121.50,'','4','1','Inventory sold','1','','sales','7622210304537','','No',NULL,NULL,''),(2577,'5500','41598286474','2020-08-24 19:28:26',121.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2578,'1000','41598286722','2020-08-24 19:41:59',140.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2579,'4000','41598286722','2020-08-24 19:41:59',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033179','','No',NULL,NULL,''),(2580,'4000','41598286722','2020-08-24 19:41:59',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2581,'1110','41598286722','2020-08-24 19:41:59',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033179','','No',NULL,NULL,''),(2582,'1110','41598286722','2020-08-24 19:41:59',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(2583,'5500','41598286722','2020-08-24 19:41:59',126.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2584,'1000','41598335718','2020-08-25 09:10:26',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2585,'4000','41598335718','2020-08-25 09:10:26',NULL,20.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(2586,'1110','41598335718','2020-08-25 09:10:26',NULL,18.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(2587,'5500','41598335718','2020-08-25 09:10:26',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2588,'1000','41598335833','2020-08-25 09:16:03',425.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2589,'4000','41598335833','2020-08-25 09:16:03',NULL,375.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(2590,'4000','41598335833','2020-08-25 09:16:03',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(2591,'1110','41598335833','2020-08-25 09:16:03',NULL,364.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(2592,'1110','41598335833','2020-08-25 09:16:03',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(2593,'5500','41598335833','2020-08-25 09:16:03',409.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2594,'1000','41598336206','2020-08-25 09:23:03',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2595,'4000','41598336206','2020-08-25 09:23:03',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2596,'1110','41598336206','2020-08-25 09:23:03',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(2597,'5500','41598336206','2020-08-25 09:23:03',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2598,'1000','41598336600','2020-08-25 10:24:27',245.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2599,'4000','41598336600','2020-08-25 10:24:27',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2600,'4000','41598336600','2020-08-25 10:24:27',NULL,230.00,'','4','1','Good sold','1','','sales','57','','No',NULL,NULL,''),(2601,'1110','41598336600','2020-08-25 10:24:27',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(2602,'1110','41598336600','2020-08-25 10:24:27',NULL,207.00,'','4','1','Inventory sold','1','','sales','57','','No',NULL,NULL,''),(2603,'5500','41598336600','2020-08-25 10:24:27',220.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2604,'1110','71598340887','2020-08-25 10:34:00',540.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6164001166272','','No',NULL,NULL,''),(2605,'2130','71598340887','2020-08-25 10:34:00',NULL,540.00,'','7','1','Account payable for inventory','1','8','Purchases','','','No',NULL,NULL,''),(2606,'1000','41598341097','2020-08-25 11:12:34',180.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2607,'4000','41598341097','2020-08-25 11:12:34',NULL,60.00,'','4','1','Good sold','1','','sales','6009627050027','','No',NULL,NULL,''),(2608,'4000','41598341097','2020-08-25 11:12:34',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(2609,'4000','41598341097','2020-08-25 11:12:34',NULL,70.00,'','4','1','Good sold','1','','sales','616400033506','','No',NULL,NULL,''),(2610,'1110','41598341097','2020-08-25 11:12:34',NULL,54.00,'','4','1','Inventory sold','1','','sales','6009627050027','','No',NULL,NULL,''),(2611,'1110','41598341097','2020-08-25 11:12:34',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(2612,'1110','41598341097','2020-08-25 11:12:34',NULL,60.00,'','4','1','Inventory sold','1','','sales','616400033506','','No',NULL,NULL,''),(2613,'5500','41598341097','2020-08-25 11:12:34',159.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2614,'1000','41598343158','2020-08-25 11:42:19',95.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2615,'4000','41598343158','2020-08-25 11:42:19',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(2616,'4000','41598343158','2020-08-25 11:42:19',NULL,60.00,'','4','1','Good sold','1','','sales','161102794700','','No',NULL,NULL,''),(2617,'1110','41598343158','2020-08-25 11:42:19',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(2618,'1110','41598343158','2020-08-25 11:42:19',NULL,48.00,'','4','1','Inventory sold','1','','sales','161102794700','','No',NULL,NULL,''),(2619,'5500','41598343158','2020-08-25 11:42:19',79.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2620,'1000','41598344949','2020-08-25 12:00:40',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2621,'4000','41598344949','2020-08-25 12:00:40',NULL,110.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(2622,'1110','41598344949','2020-08-25 12:00:40',NULL,99.00,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(2623,'5500','41598344949','2020-08-25 12:00:40',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2624,'1000','41598346315','2020-08-25 12:08:40',605.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2625,'4000','41598346315','2020-08-25 12:08:40',NULL,350.00,'','4','1','Good sold','1','','sales','6161106610235','','No',NULL,NULL,''),(2626,'4000','41598346315','2020-08-25 12:08:40',NULL,130.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(2627,'4000','41598346315','2020-08-25 12:08:40',NULL,125.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(2628,'1110','41598346315','2020-08-25 12:08:40',NULL,315.83,'','4','1','Inventory sold','1','','sales','6161106610235','','No',NULL,NULL,''),(2629,'1110','41598346315','2020-08-25 12:08:40',NULL,117.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(2630,'1110','41598346315','2020-08-25 12:08:40',NULL,112.50,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(2631,'5500','41598346315','2020-08-25 12:08:40',545.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2632,'1000','41598346621','2020-08-25 12:10:38',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2633,'4000','41598346621','2020-08-25 12:10:38',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(2634,'1110','41598346621','2020-08-25 12:10:38',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(2635,'5500','41598346621','2020-08-25 12:10:38',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2636,'1000','41598346644','2020-08-25 12:29:16',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2637,'4000','41598346644','2020-08-25 12:29:16',NULL,160.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(2638,'1110','41598346644','2020-08-25 12:29:16',NULL,144.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(2639,'5500','41598346644','2020-08-25 12:29:16',144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2640,'1000','41598347859','2020-08-25 13:29:21',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2641,'4000','41598347859','2020-08-25 13:29:21',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(2642,'1110','41598347859','2020-08-25 13:29:21',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(2643,'5500','41598347859','2020-08-25 13:29:21',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2644,'1000','41598351380','2020-08-25 14:02:39',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2645,'4000','41598351380','2020-08-25 14:02:39',NULL,85.00,'','4','1','Good sold','1','','sales','6164000993008','','No',NULL,NULL,''),(2646,'1110','41598351380','2020-08-25 14:02:39',NULL,76.50,'','4','1','Inventory sold','1','','sales','6164000993008','','No',NULL,NULL,''),(2647,'5500','41598351380','2020-08-25 14:02:39',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2648,'1000','41598353378','2020-08-25 14:47:15',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2649,'4000','41598353378','2020-08-25 14:47:15',NULL,55.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(2650,'1110','41598353378','2020-08-25 14:47:15',NULL,49.50,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(2651,'5500','41598353378','2020-08-25 14:47:15',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2652,'1000','41598356047','2020-08-25 14:53:11',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2653,'4000','41598356047','2020-08-25 14:53:11',NULL,20.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(2654,'1110','41598356047','2020-08-25 14:53:11',NULL,18.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(2655,'5500','41598356047','2020-08-25 14:53:11',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2656,'1000','41598356395','2020-08-25 15:10:09',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2657,'4000','41598356395','2020-08-25 15:10:09',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(2658,'1110','41598356395','2020-08-25 15:10:09',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(2659,'5500','41598356395','2020-08-25 15:10:09',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2660,'1000','41598370265','2020-08-25 18:46:17',155.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2661,'4000','41598370265','2020-08-25 18:46:17',NULL,50.00,'','4','1','Good sold','1','','sales','6161100100084','','No',NULL,NULL,''),(2662,'4000','41598370265','2020-08-25 18:46:17',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(2663,'4000','41598370265','2020-08-25 18:46:17',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2664,'4000','41598370265','2020-08-25 18:46:17',NULL,40.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(2665,'1110','41598370265','2020-08-25 18:46:17',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161100100084','','No',NULL,NULL,''),(2666,'1110','41598370265','2020-08-25 18:46:17',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(2667,'1110','41598370265','2020-08-25 18:46:17',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(2668,'1110','41598370265','2020-08-25 18:46:17',NULL,36.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(2669,'5500','41598370265','2020-08-25 18:46:17',139.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2670,'1000','41598370398','2020-08-25 18:47:03',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2671,'4000','41598370398','2020-08-25 18:47:03',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2672,'1110','41598370398','2020-08-25 18:47:03',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(2673,'5500','41598370398','2020-08-25 18:47:03',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2674,'1000','41598370428','2020-08-25 18:48:37',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2675,'4000','41598370428','2020-08-25 18:48:37',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(2676,'1110','41598370428','2020-08-25 18:48:37',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(2677,'5500','41598370428','2020-08-25 18:48:37',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2678,'1000','41598371036','2020-08-25 19:12:37',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2679,'4000','41598371036','2020-08-25 19:12:37',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000901','','No',NULL,NULL,''),(2680,'1110','41598371036','2020-08-25 19:12:37',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000901','','No',NULL,NULL,''),(2681,'5500','41598371036','2020-08-25 19:12:37',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2682,'1000','41598371967','2020-08-25 19:34:54',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2683,'4000','41598371967','2020-08-25 19:34:54',NULL,60.00,'','4','1','Good sold','1','','sales','6161104110225','','No',NULL,NULL,''),(2684,'1110','41598371967','2020-08-25 19:34:54',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161104110225','','No',NULL,NULL,''),(2685,'5500','41598371967','2020-08-25 19:34:54',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2696,'1000','41598419583','2020-08-26 08:29:14',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2697,'4000','41598419583','2020-08-26 08:29:14',NULL,45.00,'','4','1','Good sold','1','','sales','0000616003174','','No',NULL,NULL,''),(2698,'4000','41598419583','2020-08-26 08:29:14',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(2699,'4000','41598419583','2020-08-26 08:29:14',NULL,25.00,'','4','1','Good sold','1','','sales','173','','No',NULL,NULL,''),(2700,'1110','41598419583','2020-08-26 08:29:14',NULL,40.50,'','4','1','Inventory sold','1','','sales','0000616003174','','No',NULL,NULL,''),(2701,'1110','41598419583','2020-08-26 08:29:14',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(2702,'1110','41598419583','2020-08-26 08:29:14',NULL,22.50,'','4','1','Inventory sold','1','','sales','173','','No',NULL,NULL,''),(2703,'5500','41598419583','2020-08-26 08:29:14',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2704,'1000','41598419768','2020-08-26 08:46:27',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2705,'4000','41598419768','2020-08-26 08:46:27',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(2706,'4000','41598419768','2020-08-26 08:46:27',NULL,120.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(2707,'1110','41598419768','2020-08-26 08:46:27',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(2708,'1110','41598419768','2020-08-26 08:46:27',NULL,94.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(2709,'5500','41598419768','2020-08-26 08:46:27',130.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2710,'1000','41598420791','2020-08-26 08:46:52',375.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2711,'4000','41598420791','2020-08-26 08:46:52',NULL,375.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(2712,'1110','41598420791','2020-08-26 08:46:52',NULL,364.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(2713,'5500','41598420791','2020-08-26 08:46:52',364.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2714,'1110','71598426130','2020-08-26 10:15:00',243.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','30','','No',NULL,NULL,''),(2715,'1110','71598426130','2020-08-26 10:15:00',189.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','31','','No',NULL,NULL,''),(2716,'1110','71598426130','2020-08-26 10:15:00',225.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','32','','No',NULL,NULL,''),(2717,'1110','71598426130','2020-08-26 10:15:00',90.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','33','','No',NULL,NULL,''),(2718,'2130','71598426130','2020-08-26 10:15:00',NULL,747.00,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(2719,'1000','41598420878','2020-08-26 10:44:10',225.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2720,'4000','41598420878','2020-08-26 10:44:10',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(2721,'4000','41598420878','2020-08-26 10:44:10',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(2722,'4000','41598420878','2020-08-26 10:44:10',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(2723,'1110','41598420878','2020-08-26 10:44:10',NULL,121.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(2724,'1110','41598420878','2020-08-26 10:44:10',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(2725,'1110','41598420878','2020-08-26 10:44:10',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(2726,'5500','41598420878','2020-08-26 10:44:10',211.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2727,'1000','41598430110','2020-08-26 11:25:31',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2728,'4000','41598430110','2020-08-26 11:25:31',NULL,40.00,'','4','1','Good sold','1','','sales','6161101280020','','No',NULL,NULL,''),(2729,'4000','41598430110','2020-08-26 11:25:31',NULL,40.00,'','4','1','Good sold','1','','sales','6161101280020','','No',NULL,NULL,''),(2730,'4000','41598430110','2020-08-26 11:25:31',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(2731,'4000','41598430110','2020-08-26 11:25:31',NULL,200.00,'','4','1','Good sold','1','','sales','6920354817823','','No',NULL,NULL,''),(2732,'4000','41598430110','2020-08-26 11:25:31',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(2733,'4000','41598430110','2020-08-26 11:25:31',NULL,120.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(2734,'4000','41598430110','2020-08-26 11:25:31',NULL,125.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(2735,'4000','41598430110','2020-08-26 11:25:31',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(2736,'1110','41598430110','2020-08-26 11:25:31',NULL,36.00,'','4','1','Inventory sold','1','','sales','6161101280020','','No',NULL,NULL,''),(2737,'1110','41598430110','2020-08-26 11:25:31',NULL,36.00,'','4','1','Inventory sold','1','','sales','6161101280020','','No',NULL,NULL,''),(2738,'1110','41598430110','2020-08-26 11:25:31',NULL,121.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(2739,'1110','41598430110','2020-08-26 11:25:31',NULL,180.00,'','4','1','Inventory sold','1','','sales','6920354817823','','No',NULL,NULL,''),(2740,'1110','41598430110','2020-08-26 11:25:31',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(2741,'1110','41598430110','2020-08-26 11:25:31',NULL,94.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(2742,'1110','41598430110','2020-08-26 11:25:31',NULL,112.50,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(2743,'1110','41598430110','2020-08-26 11:25:31',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(2744,'5500','41598430110','2020-08-26 11:25:31',693.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2750,'1110','71598387672','2020-08-25 23:34:00',2340.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','104','','No',NULL,NULL,''),(2751,'1110','71598387672','2020-08-25 23:34:00',2250.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','103','','No',NULL,NULL,''),(2752,'1110','71598387672','2020-08-25 23:34:00',3813.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','101','','No',NULL,NULL,''),(2753,'1110','71598387672','2020-08-25 23:34:00',987.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','102','','No',NULL,NULL,''),(2754,'1110','71598387672','2020-08-25 23:34:00',810.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','268','','No',NULL,NULL,''),(2755,'2130','71598387672','2020-08-25 23:34:00',NULL,10200.00,'','7','1','Account payable for inventory','1','18','Purchases','','','No',NULL,NULL,''),(2756,'1000','41598452225','2020-08-26 17:40:37',1145.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2757,'4000','41598452225','2020-08-26 17:40:37',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(2758,'4000','41598452225','2020-08-26 17:40:37',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(2759,'4000','41598452225','2020-08-26 17:40:37',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072000','','No',NULL,NULL,''),(2760,'4000','41598452225','2020-08-26 17:40:37',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072055','','No',NULL,NULL,''),(2761,'4000','41598452225','2020-08-26 17:40:37',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(2762,'4000','41598452225','2020-08-26 17:40:37',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(2763,'4000','41598452225','2020-08-26 17:40:37',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2764,'4000','41598452225','2020-08-26 17:40:37',NULL,5.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(2765,'4000','41598452225','2020-08-26 17:40:37',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(2766,'4000','41598452225','2020-08-26 17:40:37',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(2767,'4000','41598452225','2020-08-26 17:40:37',NULL,65.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(2768,'4000','41598452225','2020-08-26 17:40:37',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(2769,'4000','41598452225','2020-08-26 17:40:37',NULL,40.00,'','4','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(2770,'4000','41598452225','2020-08-26 17:40:37',NULL,55.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(2771,'4000','41598452225','2020-08-26 17:40:37',NULL,100.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(2772,'4000','41598452225','2020-08-26 17:40:37',NULL,250.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(2773,'4000','41598452225','2020-08-26 17:40:37',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(2774,'4000','41598452225','2020-08-26 17:40:37',NULL,5.00,'','4','1','Good sold','1','','sales','191','','No',NULL,NULL,''),(2775,'4000','41598452225','2020-08-26 17:40:37',NULL,5.00,'','4','1','Good sold','1','','sales','191','','No',NULL,NULL,''),(2776,'4000','41598452225','2020-08-26 17:40:37',NULL,10.00,'','4','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(2777,'4000','41598452225','2020-08-26 17:40:37',NULL,110.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(2778,'4000','41598452225','2020-08-26 17:40:37',NULL,85.00,'','4','1','Good sold','1','','sales','6161100911598','','No',NULL,NULL,''),(2779,'1110','41598452225','2020-08-26 17:40:37',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(2780,'1110','41598452225','2020-08-26 17:40:37',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(2781,'1110','41598452225','2020-08-26 17:40:37',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072000','','No',NULL,NULL,''),(2782,'1110','41598452225','2020-08-26 17:40:37',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072055','','No',NULL,NULL,''),(2783,'1110','41598452225','2020-08-26 17:40:37',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(2784,'1110','41598452225','2020-08-26 17:40:37',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(2785,'1110','41598452225','2020-08-26 17:40:37',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(2786,'1110','41598452225','2020-08-26 17:40:37',NULL,4.50,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(2787,'1110','41598452225','2020-08-26 17:40:37',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(2788,'1110','41598452225','2020-08-26 17:40:37',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(2789,'1110','41598452225','2020-08-26 17:40:37',NULL,58.50,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(2790,'1110','41598452225','2020-08-26 17:40:37',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(2791,'1110','41598452225','2020-08-26 17:40:37',NULL,36.00,'','4','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(2792,'1110','41598452225','2020-08-26 17:40:37',NULL,49.50,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(2793,'1110','41598452225','2020-08-26 17:40:37',NULL,90.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(2794,'1110','41598452225','2020-08-26 17:40:37',NULL,225.00,'','4','1','Inventory sold','1','','sales','147','','No',NULL,NULL,''),(2795,'1110','41598452225','2020-08-26 17:40:37',NULL,4.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(2796,'1110','41598452225','2020-08-26 17:40:37',NULL,4.50,'','4','1','Inventory sold','1','','sales','191','','No',NULL,NULL,''),(2797,'1110','41598452225','2020-08-26 17:40:37',NULL,4.50,'','4','1','Inventory sold','1','','sales','191','','No',NULL,NULL,''),(2798,'1110','41598452225','2020-08-26 17:40:37',NULL,9.00,'','4','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(2799,'1110','41598452225','2020-08-26 17:40:37',NULL,99.00,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(2800,'1110','41598452225','2020-08-26 17:40:37',NULL,80.00,'','4','1','Inventory sold','1','','sales','6161100911598','','No',NULL,NULL,''),(2801,'5500','41598452225','2020-08-26 17:40:37',1034.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2802,'1110','71598452559','2020-08-26 17:35:00',2352.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','745114762979','','No',NULL,NULL,''),(2803,'1110','71598452559','2020-08-26 17:35:00',540.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','39','','No',NULL,NULL,''),(2804,'1110','71598452559','2020-08-26 17:35:00',648.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','66','','No',NULL,NULL,''),(2805,'1110','71598452559','2020-08-26 17:35:00',432.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','67','','No',NULL,NULL,''),(2806,'2130','71598452559','2020-08-26 17:35:00',NULL,3972.00,'','7','1','Account payable for inventory','1','18','Purchases','','','No',NULL,NULL,''),(2807,'1000','41598453013','2020-08-26 17:48:51',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2808,'4000','41598453013','2020-08-26 17:48:51',NULL,25.00,'','4','1','Good sold','1','','sales','6164000242533','','No',NULL,NULL,''),(2809,'1110','41598453013','2020-08-26 17:48:51',NULL,22.50,'','4','1','Inventory sold','1','','sales','6164000242533','','No',NULL,NULL,''),(2810,'5500','41598453013','2020-08-26 17:48:51',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2811,'1000','41598453336','2020-08-26 17:58:45',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2812,'4000','41598453336','2020-08-26 17:58:45',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(2813,'4000','41598453336','2020-08-26 17:58:45',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(2814,'1110','41598453336','2020-08-26 17:58:45',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(2815,'1110','41598453336','2020-08-26 17:58:45',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(2816,'5500','41598453336','2020-08-26 17:58:45',29.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2817,'1000','41598453937','2020-08-26 18:03:06',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2818,'4000','41598453937','2020-08-26 18:03:06',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440023','','No',NULL,NULL,''),(2819,'4000','41598453937','2020-08-26 18:03:06',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2820,'4000','41598453937','2020-08-26 18:03:06',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(2821,'1110','41598453937','2020-08-26 18:03:06',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440023','','No',NULL,NULL,''),(2822,'1110','41598453937','2020-08-26 18:03:06',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(2823,'1110','41598453937','2020-08-26 18:03:06',NULL,4.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(2824,'5500','41598453937','2020-08-26 18:03:06',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2825,'1000','41598454193','2020-08-26 18:11:50',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2826,'4000','41598454193','2020-08-26 18:11:50',NULL,110.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(2827,'1110','41598454193','2020-08-26 18:11:50',NULL,99.00,'','4','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(2828,'5500','41598454193','2020-08-26 18:11:50',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2829,'1000','41598454750','2020-08-26 18:14:59',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2830,'4000','41598454750','2020-08-26 18:14:59',NULL,10.00,'','4','1','Good sold','1','','sales','6164000184048','','No',NULL,NULL,''),(2831,'4000','41598454750','2020-08-26 18:14:59',NULL,25.00,'','4','1','Good sold','1','','sales','128','','No',NULL,NULL,''),(2832,'1110','41598454750','2020-08-26 18:14:59',NULL,9.00,'','4','1','Inventory sold','1','','sales','6164000184048','','No',NULL,NULL,''),(2833,'1110','41598454750','2020-08-26 18:14:59',NULL,22.50,'','4','1','Inventory sold','1','','sales','128','','No',NULL,NULL,''),(2834,'5500','41598454750','2020-08-26 18:14:59',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2835,'1000','41598454905','2020-08-26 18:15:44',320.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2836,'4000','41598454905','2020-08-26 18:15:44',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2837,'4000','41598454905','2020-08-26 18:15:44',NULL,230.00,'','4','1','Good sold','1','','sales','57','','No',NULL,NULL,''),(2838,'1110','41598454905','2020-08-26 18:15:44',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(2839,'1110','41598454905','2020-08-26 18:15:44',NULL,207.00,'','4','1','Inventory sold','1','','sales','57','','No',NULL,NULL,''),(2840,'5500','41598454905','2020-08-26 18:15:44',288.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2841,'1000','41598455336','2020-08-26 18:25:38',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2842,'4000','41598455336','2020-08-26 18:25:38',NULL,65.00,'','4','1','Good sold','1','','sales','6161100450127','','No',NULL,NULL,''),(2843,'4000','41598455336','2020-08-26 18:25:38',NULL,5.00,'','4','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(2844,'1110','41598455336','2020-08-26 18:25:38',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161100450127','','No',NULL,NULL,''),(2845,'1110','41598455336','2020-08-26 18:25:38',NULL,4.50,'','4','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(2846,'5500','41598455336','2020-08-26 18:25:38',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2847,'1000','41598462283','2020-08-26 20:23:01',565.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2848,'4000','41598462283','2020-08-26 20:23:01',NULL,50.00,'','4','1','Good sold','1','','sales','0792382472789','','No',NULL,NULL,''),(2849,'4000','41598462283','2020-08-26 20:23:01',NULL,60.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(2850,'4000','41598462283','2020-08-26 20:23:01',NULL,20.00,'','4','1','Good sold','1','','sales','6161101280013','','No',NULL,NULL,''),(2851,'4000','41598462283','2020-08-26 20:23:01',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(2852,'4000','41598462283','2020-08-26 20:23:01',NULL,90.00,'','4','1','Good sold','1','','sales','6164000072055','','No',NULL,NULL,''),(2853,'4000','41598462283','2020-08-26 20:23:01',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903427','','No',NULL,NULL,''),(2854,'4000','41598462283','2020-08-26 20:23:01',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(2855,'4000','41598462283','2020-08-26 20:23:01',NULL,65.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(2856,'4000','41598462283','2020-08-26 20:23:01',NULL,40.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(2857,'4000','41598462283','2020-08-26 20:23:01',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(2858,'4000','41598462283','2020-08-26 20:23:01',NULL,80.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(2859,'1110','41598462283','2020-08-26 20:23:01',NULL,45.00,'','4','1','Inventory sold','1','','sales','0792382472789','','No',NULL,NULL,''),(2860,'1110','41598462283','2020-08-26 20:23:01',NULL,54.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(2861,'1110','41598462283','2020-08-26 20:23:01',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161101280013','','No',NULL,NULL,''),(2862,'1110','41598462283','2020-08-26 20:23:01',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(2863,'1110','41598462283','2020-08-26 20:23:01',NULL,81.00,'','4','1','Inventory sold','1','','sales','6164000072055','','No',NULL,NULL,''),(2864,'1110','41598462283','2020-08-26 20:23:01',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903427','','No',NULL,NULL,''),(2865,'1110','41598462283','2020-08-26 20:23:01',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(2866,'1110','41598462283','2020-08-26 20:23:01',NULL,58.50,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(2867,'1110','41598462283','2020-08-26 20:23:01',NULL,36.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(2868,'1110','41598462283','2020-08-26 20:23:01',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(2869,'1110','41598462283','2020-08-26 20:23:01',NULL,72.00,'','4','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(2870,'5500','41598462283','2020-08-26 20:23:01',508.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2871,'1000','41598506416','2020-08-27 08:34:19',275.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2872,'4000','41598506416','2020-08-27 08:34:19',NULL,60.00,'','4','1','Good sold','1','','sales','6009627050027','','No',NULL,NULL,''),(2873,'4000','41598506416','2020-08-27 08:34:19',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2874,'4000','41598506416','2020-08-27 08:34:19',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(2875,'4000','41598506416','2020-08-27 08:34:19',NULL,5.00,'','4','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(2876,'1110','41598506416','2020-08-27 08:34:19',NULL,54.00,'','4','1','Inventory sold','1','','sales','6009627050027','','No',NULL,NULL,''),(2877,'1110','41598506416','2020-08-27 08:34:19',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(2878,'1110','41598506416','2020-08-27 08:34:19',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(2879,'1110','41598506416','2020-08-27 08:34:19',NULL,4.50,'','4','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(2880,'5500','41598506416','2020-08-27 08:34:19',232.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2881,'1000','41598506466','2020-08-27 09:02:39',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2882,'4000','41598506466','2020-08-27 09:02:39',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(2883,'4000','41598506466','2020-08-27 09:02:39',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(2884,'1110','41598506466','2020-08-27 09:02:39',NULL,4.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(2885,'1110','41598506466','2020-08-27 09:02:39',NULL,4.50,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(2886,'5500','41598506466','2020-08-27 09:02:39',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2887,'1000','41598508165','2020-08-27 09:14:19',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2888,'4000','41598508165','2020-08-27 09:14:19',NULL,120.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(2889,'1110','41598508165','2020-08-27 09:14:19',NULL,108.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(2890,'5500','41598508165','2020-08-27 09:14:19',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2891,'1000','41598512643','2020-08-27 10:17:43',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2892,'4000','41598512643','2020-08-27 10:17:43',NULL,55.00,'','4','1','Good sold','1','','sales','6161113440054','','No',NULL,NULL,''),(2893,'1110','41598512643','2020-08-27 10:17:43',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161113440054','','No',NULL,NULL,''),(2894,'5500','41598512643','2020-08-27 10:17:43',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2895,'1000','41598523097','2020-08-27 13:15:31',535.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2896,'4000','41598523097','2020-08-27 13:15:31',NULL,25.00,'','4','1','Good sold','1','','sales','6161101661713','','No',NULL,NULL,''),(2897,'4000','41598523097','2020-08-27 13:15:31',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033070','','No',NULL,NULL,''),(2898,'4000','41598523097','2020-08-27 13:15:31',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(2899,'4000','41598523097','2020-08-27 13:15:31',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(2900,'4000','41598523097','2020-08-27 13:15:31',NULL,110.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(2901,'4000','41598523097','2020-08-27 13:15:31',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(2902,'4000','41598523097','2020-08-27 13:15:31',NULL,30.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(2903,'4000','41598523097','2020-08-27 13:15:31',NULL,80.00,'','4','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(2904,'1110','41598523097','2020-08-27 13:15:31',NULL,22.50,'','4','1','Inventory sold','1','','sales','6161101661713','','No',NULL,NULL,''),(2905,'1110','41598523097','2020-08-27 13:15:31',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033070','','No',NULL,NULL,''),(2906,'1110','41598523097','2020-08-27 13:15:31',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(2907,'1110','41598523097','2020-08-27 13:15:31',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(2908,'1110','41598523097','2020-08-27 13:15:31',NULL,99.00,'','4','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(2909,'1110','41598523097','2020-08-27 13:15:31',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(2910,'1110','41598523097','2020-08-27 13:15:31',NULL,27.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(2911,'1110','41598523097','2020-08-27 13:15:31',NULL,60.00,'','4','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(2912,'5500','41598523097','2020-08-27 13:15:31',454.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2913,'1000','41598523384','2020-08-27 13:16:36',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2914,'4000','41598523384','2020-08-27 13:16:36',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(2915,'1110','41598523384','2020-08-27 13:16:36',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(2916,'5500','41598523384','2020-08-27 13:16:36',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2917,'1000','41598523400','2020-08-27 13:35:39',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2918,'4000','41598523400','2020-08-27 13:35:39',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2919,'1110','41598523400','2020-08-27 13:35:39',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(2920,'5500','41598523400','2020-08-27 13:35:39',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2921,'1000','41598524823','2020-08-27 13:50:16',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2922,'4000','41598524823','2020-08-27 13:50:16',NULL,5.00,'','4','1','Good sold','1','','sales','191','','No',NULL,NULL,''),(2923,'4000','41598524823','2020-08-27 13:50:16',NULL,5.00,'','4','1','Good sold','1','','sales','191','','No',NULL,NULL,''),(2924,'1110','41598524823','2020-08-27 13:50:16',NULL,4.50,'','4','1','Inventory sold','1','','sales','191','','No',NULL,NULL,''),(2925,'1110','41598524823','2020-08-27 13:50:16',NULL,4.50,'','4','1','Inventory sold','1','','sales','191','','No',NULL,NULL,''),(2926,'5500','41598524823','2020-08-27 13:50:16',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2927,'1000','41598525419','2020-08-27 14:36:25',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2928,'4000','41598525419','2020-08-27 14:36:25',NULL,5.00,'','4','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(2929,'4000','41598525419','2020-08-27 14:36:25',NULL,5.00,'','4','1','Good sold','1','','sales','189','','No',NULL,NULL,''),(2930,'1110','41598525419','2020-08-27 14:36:25',NULL,4.50,'','4','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(2931,'1110','41598525419','2020-08-27 14:36:25',NULL,4.50,'','4','1','Inventory sold','1','','sales','189','','No',NULL,NULL,''),(2932,'5500','41598525419','2020-08-27 14:36:25',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2933,'1000','41598528247','2020-08-27 14:44:58',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2934,'4000','41598528247','2020-08-27 14:44:58',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(2935,'1110','41598528247','2020-08-27 14:44:58',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(2936,'5500','41598528247','2020-08-27 14:44:58',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2937,'1000','41598528833','2020-08-27 14:47:36',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2938,'4000','41598528833','2020-08-27 14:47:36',NULL,60.00,'','4','1','Good sold','1','','sales','6161101000833','','No',NULL,NULL,''),(2939,'4000','41598528833','2020-08-27 14:47:36',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072017','','No',NULL,NULL,''),(2940,'1110','41598528833','2020-08-27 14:47:36',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161101000833','','No',NULL,NULL,''),(2941,'1110','41598528833','2020-08-27 14:47:36',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072017','','No',NULL,NULL,''),(2942,'5500','41598528833','2020-08-27 14:47:36',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2943,'1000','41598531973','2020-08-27 15:40:22',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2944,'4000','41598531973','2020-08-27 15:40:22',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760226','','No',NULL,NULL,''),(2945,'4000','41598531973','2020-08-27 15:40:22',NULL,110.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(2946,'1110','41598531973','2020-08-27 15:40:22',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100760226','','No',NULL,NULL,''),(2947,'1110','41598531973','2020-08-27 15:40:22',NULL,99.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(2948,'5500','41598531973','2020-08-27 15:40:22',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2949,'1110','71598532812','2020-08-27 15:53:00',472.50,NULL,'','7','1','Inventory Purchased','1','12','Purchases','6166000090213','','No',NULL,NULL,''),(2950,'2130','71598532812','2020-08-27 15:53:00',NULL,472.50,'','7','1','Account payable for inventory','1','12','Purchases','','','No',NULL,NULL,''),(2951,'1000','41598533111','2020-08-27 16:00:48',885.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2952,'4000','41598533111','2020-08-27 16:00:48',NULL,510.00,'','4','1','Good sold','1','','sales','6161106610242','','No',NULL,NULL,''),(2953,'4000','41598533111','2020-08-27 16:00:48',NULL,190.00,'','4','1','Good sold','1','','sales','6164003153256','','No',NULL,NULL,''),(2954,'4000','41598533111','2020-08-27 16:00:48',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2955,'4000','41598533111','2020-08-27 16:00:48',NULL,170.00,'','4','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(2956,'1110','41598533111','2020-08-27 16:00:48',NULL,452.50,'','4','1','Inventory sold','1','','sales','6161106610242','','No',NULL,NULL,''),(2957,'1110','41598533111','2020-08-27 16:00:48',NULL,171.00,'','4','1','Inventory sold','1','','sales','6164003153256','','No',NULL,NULL,''),(2958,'1110','41598533111','2020-08-27 16:00:48',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(2959,'1110','41598533111','2020-08-27 16:00:48',NULL,153.00,'','4','1','Inventory sold','1','','sales','75','','No',NULL,NULL,''),(2960,'5500','41598533111','2020-08-27 16:00:48',790.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2961,'1000','41598534873','2020-08-27 16:45:19',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2962,'4000','41598534873','2020-08-27 16:45:19',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(2963,'4000','41598534873','2020-08-27 16:45:19',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(2964,'1110','41598534873','2020-08-27 16:45:19',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(2965,'1110','41598534873','2020-08-27 16:45:19',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(2966,'5500','41598534873','2020-08-27 16:45:19',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2980,'1000','41598536430','2020-08-27 17:24:32',830.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2981,'4000','41598536430','2020-08-27 17:24:32',NULL,40.00,'','4','1','Good sold','1','','sales','6161101280020','','No',NULL,NULL,''),(2982,'4000','41598536430','2020-08-27 17:24:32',NULL,15.00,'','4','1','Good sold','1','','sales','6161109510389','','No',NULL,NULL,''),(2983,'4000','41598536430','2020-08-27 17:24:32',NULL,220.00,'','4','1','Good sold','1','','sales','7622210304544','','No',NULL,NULL,''),(2984,'4000','41598536430','2020-08-27 17:24:32',NULL,250.00,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(2985,'4000','41598536430','2020-08-27 17:24:32',NULL,275.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(2986,'4000','41598536430','2020-08-27 17:24:32',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(2987,'1110','41598536430','2020-08-27 17:24:32',NULL,36.00,'','4','1','Inventory sold','1','','sales','6161101280020','','No',NULL,NULL,''),(2988,'1110','41598536430','2020-08-27 17:24:32',NULL,13.50,'','4','1','Inventory sold','1','','sales','6161109510389','','No',NULL,NULL,''),(2989,'1110','41598536430','2020-08-27 17:24:32',NULL,198.00,'','4','1','Inventory sold','1','','sales','7622210304544','','No',NULL,NULL,''),(2990,'1110','41598536430','2020-08-27 17:24:32',NULL,225.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(2991,'1110','41598536430','2020-08-27 17:24:32',NULL,247.50,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(2992,'1110','41598536430','2020-08-27 17:24:32',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(2993,'5500','41598536430','2020-08-27 17:24:32',740.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2994,'1000','41598536430','2020-08-27 17:24:32',830.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(2995,'4000','41598536430','2020-08-27 17:24:32',NULL,40.00,'','4','1','Good sold','1','','sales','6161101280020','','No',NULL,NULL,''),(2996,'4000','41598536430','2020-08-27 17:24:32',NULL,15.00,'','4','1','Good sold','1','','sales','6161109510389','','No',NULL,NULL,''),(2997,'4000','41598536430','2020-08-27 17:24:32',NULL,220.00,'','4','1','Good sold','1','','sales','7622210304544','','No',NULL,NULL,''),(2998,'4000','41598536430','2020-08-27 17:24:32',NULL,250.00,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(2999,'4000','41598536430','2020-08-27 17:24:32',NULL,275.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(3000,'4000','41598536430','2020-08-27 17:24:32',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(3001,'1110','41598536430','2020-08-27 17:24:32',NULL,36.00,'','4','1','Inventory sold','1','','sales','6161101280020','','No',NULL,NULL,''),(3002,'1110','41598536430','2020-08-27 17:24:32',NULL,13.50,'','4','1','Inventory sold','1','','sales','6161109510389','','No',NULL,NULL,''),(3003,'1110','41598536430','2020-08-27 17:24:32',NULL,198.00,'','4','1','Inventory sold','1','','sales','7622210304544','','No',NULL,NULL,''),(3004,'1110','41598536430','2020-08-27 17:24:32',NULL,225.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(3005,'1110','41598536430','2020-08-27 17:24:32',NULL,247.50,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(3006,'1110','41598536430','2020-08-27 17:24:32',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(3007,'5500','41598536430','2020-08-27 17:24:32',740.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3008,'1000','41598538648','2020-08-27 17:31:00',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3009,'4000','41598538648','2020-08-27 17:31:00',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(3010,'1110','41598538648','2020-08-27 17:31:00',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(3011,'5500','41598538648','2020-08-27 17:31:00',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3012,'1000','41598538663','2020-08-27 17:34:31',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3013,'4000','41598538663','2020-08-27 17:34:31',NULL,110.00,'','4','1','Good sold','1','','sales','745114762979','','No',NULL,NULL,''),(3014,'1110','41598538663','2020-08-27 17:34:31',NULL,98.00,'','4','1','Inventory sold','1','','sales','745114762979','','No',NULL,NULL,''),(3015,'5500','41598538663','2020-08-27 17:34:31',98.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3016,'1000','41598538663','2020-08-27 17:34:31',65.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3017,'4000','41598538663','2020-08-27 17:34:31',NULL,65.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(3018,'4000','41598538663','2020-08-27 17:34:31',NULL,110.00,'','4','1','Good sold','1','','sales','745114762979','','No',NULL,NULL,''),(3019,'1110','41598538663','2020-08-27 17:34:31',NULL,58.50,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(3020,'1110','41598538663','2020-08-27 17:34:31',NULL,98.00,'','4','1','Inventory sold','1','','sales','745114762979','','No',NULL,NULL,''),(3021,'5500','41598538663','2020-08-27 17:34:31',156.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3022,'4000','41598538663','2020-08-27 17:40:22',110.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(3023,'1000','41598538663','2020-08-27 17:40:22',NULL,110.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(3024,'5500','41598538663','2020-08-27 17:40:22',NULL,98.00,'','4','1','Cost of goods returned','1','','sales','745114762979','','No',NULL,NULL,''),(3025,'1110','41598538663','2020-08-27 17:40:22',98.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(3026,'1000','41598539331','2020-08-27 17:42:25',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3027,'4000','41598539331','2020-08-27 17:42:25',NULL,110.00,'','4','1','Good sold','1','','sales','745114762979','','No',NULL,NULL,''),(3028,'1110','41598539331','2020-08-27 17:42:25',NULL,98.00,'','4','1','Inventory sold','1','','sales','745114762979','','No',NULL,NULL,''),(3029,'5500','41598539331','2020-08-27 17:42:25',98.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3030,'1110','71598536620','2020-08-27 16:57:00',432.00,NULL,'','7','1','Inventory Purchased','1','15','Purchases','6164000009006','','No',NULL,NULL,''),(3031,'1110','71598536620','2020-08-27 16:57:00',310.50,NULL,'','7','1','Inventory Purchased','1','15','Purchases','6164000009013','','No',NULL,NULL,''),(3032,'1110','71598536620','2020-08-27 16:57:00',189.00,NULL,'','7','1','Inventory Purchased','1','15','Purchases','6164000009358','','No',NULL,NULL,''),(3033,'1110','71598536620','2020-08-27 16:57:00',225.00,NULL,'','7','1','Inventory Purchased','1','15','Purchases','6164000009372','','No',NULL,NULL,''),(3034,'1110','71598536620','2020-08-27 16:57:00',202.50,NULL,'','7','1','Inventory Purchased','1','15','Purchases','6164000009556','','No',NULL,NULL,''),(3035,'1110','71598536620','2020-08-27 16:57:00',720.00,NULL,'','7','1','Inventory Purchased','1','15','Purchases','6164000009082','','No',NULL,NULL,''),(3036,'1110','71598536620','2020-08-27 16:57:00',292.50,NULL,'','7','1','Inventory Purchased','1','15','Purchases','6164000009020','','No',NULL,NULL,''),(3037,'1110','71598536620','2020-08-27 16:57:00',405.00,NULL,'','7','1','Inventory Purchased','1','15','Purchases','6164000009075','','No',NULL,NULL,''),(3038,'1110','71598536620','2020-08-27 16:57:00',162.00,NULL,'','7','1','Inventory Purchased','1','15','Purchases','6164000009327','','No',NULL,NULL,''),(3039,'1110','71598536620','2020-08-27 16:57:00',35.00,NULL,'','7','1','Inventory Purchased','1','15','Purchases','6164000009815','','No',NULL,NULL,''),(3040,'1110','71598536620','2020-08-27 16:57:00',35.00,NULL,'','7','1','Inventory Purchased','1','15','Purchases','269','','No',NULL,NULL,''),(3041,'1110','71598536620','2020-08-27 16:57:00',35.00,NULL,'','7','1','Inventory Purchased','1','15','Purchases','270','','No',NULL,NULL,''),(3042,'1110','71598536620','2020-08-27 16:57:00',720.00,NULL,'','7','1','Inventory Purchased','1','15','Purchases','6164000009068','','No',NULL,NULL,''),(3043,'2130','71598536620','2020-08-27 16:57:00',NULL,3763.50,'','7','1','Account payable for inventory','1','15','Purchases','','','No',NULL,NULL,''),(3044,'1000','41598539986','2020-08-27 17:54:32',360.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3045,'4000','41598539986','2020-08-27 17:54:32',NULL,350.00,'','4','1','Good sold','1','','sales','6161106610235','','No',NULL,NULL,''),(3046,'4000','41598539986','2020-08-27 17:54:32',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3047,'1110','41598539986','2020-08-27 17:54:32',NULL,315.83,'','4','1','Inventory sold','1','','sales','6161106610235','','No',NULL,NULL,''),(3048,'1110','41598539986','2020-08-27 17:54:32',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(3049,'5500','41598539986','2020-08-27 17:54:32',324.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3050,'1000','41598540983','2020-08-27 18:10:56',270.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3051,'4000','41598540983','2020-08-27 18:10:56',NULL,200.00,'','4','1','Good sold','1','','sales','8718951340664','','No',NULL,NULL,''),(3052,'4000','41598540983','2020-08-27 18:10:56',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(3053,'1110','41598540983','2020-08-27 18:10:56',NULL,180.00,'','4','1','Inventory sold','1','','sales','8718951340664','','No',NULL,NULL,''),(3054,'1110','41598540983','2020-08-27 18:10:56',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(3055,'5500','41598540983','2020-08-27 18:10:56',243.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3056,'1000','41598542275','2020-08-27 18:35:20',1420.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3057,'4000','41598542275','2020-08-27 18:35:20',NULL,170.00,'','4','1','Good sold','1','','sales','5010029204780','','No',NULL,NULL,''),(3058,'4000','41598542275','2020-08-27 18:35:20',NULL,250.00,'','4','1','Good sold','1','','sales','6161109724106','','No',NULL,NULL,''),(3059,'4000','41598542275','2020-08-27 18:35:20',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072031','','No',NULL,NULL,''),(3060,'4000','41598542275','2020-08-27 18:35:20',NULL,150.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(3061,'4000','41598542275','2020-08-27 18:35:20',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(3062,'4000','41598542275','2020-08-27 18:35:20',NULL,130.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(3063,'4000','41598542275','2020-08-27 18:35:20',NULL,190.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(3064,'4000','41598542275','2020-08-27 18:35:20',NULL,115.00,'','4','1','Good sold','1','','sales','124','','No',NULL,NULL,''),(3065,'4000','41598542275','2020-08-27 18:35:20',NULL,250.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(3066,'4000','41598542275','2020-08-27 18:35:20',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(3067,'1110','41598542275','2020-08-27 18:35:20',NULL,153.00,'','4','1','Inventory sold','1','','sales','5010029204780','','No',NULL,NULL,''),(3068,'1110','41598542275','2020-08-27 18:35:20',NULL,225.00,'','4','1','Inventory sold','1','','sales','6161109724106','','No',NULL,NULL,''),(3069,'1110','41598542275','2020-08-27 18:35:20',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072031','','No',NULL,NULL,''),(3070,'1110','41598542275','2020-08-27 18:35:20',NULL,135.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(3071,'1110','41598542275','2020-08-27 18:35:20',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(3072,'1110','41598542275','2020-08-27 18:35:20',NULL,117.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(3073,'1110','41598542275','2020-08-27 18:35:20',NULL,171.00,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(3074,'1110','41598542275','2020-08-27 18:35:20',NULL,103.50,'','4','1','Inventory sold','1','','sales','124','','No',NULL,NULL,''),(3075,'1110','41598542275','2020-08-27 18:35:20',NULL,225.00,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(3076,'1110','41598542275','2020-08-27 18:35:20',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(3077,'5500','41598542275','2020-08-27 18:35:20',1271.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3078,'1000','41598542638','2020-08-27 18:48:22',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3079,'4000','41598542638','2020-08-27 18:48:22',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3080,'1110','41598542638','2020-08-27 18:48:22',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(3081,'5500','41598542638','2020-08-27 18:48:22',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3082,'1000','41598543306','2020-08-27 18:50:12',590.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3083,'4000','41598543306','2020-08-27 18:50:12',NULL,590.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3084,'1110','41598543306','2020-08-27 18:50:12',NULL,531.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3085,'5500','41598543306','2020-08-27 18:50:12',531.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3086,'1000','41598543416','2020-08-27 18:50:34',305.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3087,'4000','41598543416','2020-08-27 18:50:34',NULL,195.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3088,'4000','41598543416','2020-08-27 18:50:34',NULL,110.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(3089,'1110','41598543416','2020-08-27 18:50:34',NULL,175.50,'','4','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(3090,'1110','41598543416','2020-08-27 18:50:34',NULL,99.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(3091,'5500','41598543416','2020-08-27 18:50:34',274.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3092,'1000','41598544021','2020-08-27 19:02:00',45.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3093,'4000','41598544021','2020-08-27 19:02:00',NULL,45.00,'','4','1','Good sold','1','','sales','6164000009815','','No',NULL,NULL,''),(3094,'1110','41598544021','2020-08-27 19:02:00',NULL,35.00,'','4','1','Inventory sold','1','','sales','6164000009815','','No',NULL,NULL,''),(3095,'5500','41598544021','2020-08-27 19:02:00',35.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3096,'1000','41598544132','2020-08-27 19:02:46',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3097,'4000','41598544132','2020-08-27 19:02:46',NULL,5.00,'','4','1','Good sold','1','','sales','191','','No',NULL,NULL,''),(3098,'1110','41598544132','2020-08-27 19:02:46',NULL,4.50,'','4','1','Inventory sold','1','','sales','191','','No',NULL,NULL,''),(3099,'5500','41598544132','2020-08-27 19:02:46',4.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3100,'1000','41598544173','2020-08-27 19:12:37',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3101,'4000','41598544173','2020-08-27 19:12:37',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(3102,'1110','41598544173','2020-08-27 19:12:37',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(3103,'5500','41598544173','2020-08-27 19:12:37',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3104,'1000','41598544760','2020-08-27 19:15:07',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3105,'4000','41598544760','2020-08-27 19:15:07',NULL,5.00,'','4','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(3106,'1110','41598544760','2020-08-27 19:15:07',NULL,4.50,'','4','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(3107,'5500','41598544760','2020-08-27 19:15:07',4.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3108,'1000','41598591893','2020-08-28 08:47:15',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3109,'4000','41598591893','2020-08-28 08:47:15',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(3110,'1110','41598591893','2020-08-28 08:47:15',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(3111,'5500','41598591893','2020-08-28 08:47:15',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3112,'1000','41598593638','2020-08-28 09:00:25',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3113,'4000','41598593638','2020-08-28 09:00:25',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(3114,'1110','41598593638','2020-08-28 09:00:25',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(3115,'5500','41598593638','2020-08-28 09:00:25',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3116,'1000','41598594430','2020-08-28 09:02:17',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3117,'4000','41598594430','2020-08-28 09:02:17',NULL,85.00,'','4','1','Good sold','1','','sales','6164000993008','','No',NULL,NULL,''),(3118,'1110','41598594430','2020-08-28 09:02:17',NULL,76.50,'','4','1','Inventory sold','1','','sales','6164000993008','','No',NULL,NULL,''),(3119,'5500','41598594430','2020-08-28 09:02:17',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3120,'1000','41598600172','2020-08-28 10:43:19',1380.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3121,'4000','41598600172','2020-08-28 10:43:19',NULL,405.00,'','4','1','Good sold','1','','sales','0792382445790','','No',NULL,NULL,''),(3122,'4000','41598600172','2020-08-28 10:43:19',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050034','','No',NULL,NULL,''),(3123,'4000','41598600172','2020-08-28 10:43:19',NULL,200.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(3124,'4000','41598600172','2020-08-28 10:43:19',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033490','','No',NULL,NULL,''),(3125,'4000','41598600172','2020-08-28 10:43:19',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(3126,'4000','41598600172','2020-08-28 10:43:19',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(3127,'4000','41598600172','2020-08-28 10:43:19',NULL,500.00,'','4','1','Good sold','1','','sales','157','','No',NULL,NULL,''),(3128,'1110','41598600172','2020-08-28 10:43:19',NULL,364.50,'','4','1','Inventory sold','1','','sales','0792382445790','','No',NULL,NULL,''),(3129,'1110','41598600172','2020-08-28 10:43:19',NULL,108.00,'','4','1','Inventory sold','1','','sales','6009627050034','','No',NULL,NULL,''),(3130,'1110','41598600172','2020-08-28 10:43:19',NULL,180.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(3131,'1110','41598600172','2020-08-28 10:43:19',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033490','','No',NULL,NULL,''),(3132,'1110','41598600172','2020-08-28 10:43:19',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(3133,'1110','41598600172','2020-08-28 10:43:19',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(3134,'1110','41598600172','2020-08-28 10:43:19',NULL,450.00,'','4','1','Inventory sold','1','','sales','157','','No',NULL,NULL,''),(3135,'5500','41598600172','2020-08-28 10:43:19',1242.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3136,'1000','41598602986','2020-08-28 11:24:15',385.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3137,'4000','41598602986','2020-08-28 11:24:15',NULL,220.00,'','4','1','Good sold','1','','sales','6161101661232','','No',NULL,NULL,''),(3138,'4000','41598602986','2020-08-28 11:24:15',NULL,65.00,'','4','1','Good sold','1','','sales','6161102170030','','No',NULL,NULL,''),(3139,'4000','41598602986','2020-08-28 11:24:15',NULL,100.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(3140,'1110','41598602986','2020-08-28 11:24:15',NULL,198.00,'','4','1','Inventory sold','1','','sales','6161101661232','','No',NULL,NULL,''),(3141,'1110','41598602986','2020-08-28 11:24:15',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161102170030','','No',NULL,NULL,''),(3142,'1110','41598602986','2020-08-28 11:24:15',NULL,90.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(3143,'5500','41598602986','2020-08-28 11:24:15',346.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3144,'4000','41598602986','2020-08-28 11:34:42',100.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(3145,'1000','41598602986','2020-08-28 11:34:42',NULL,100.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(3146,'5500','41598602986','2020-08-28 11:34:42',NULL,90.00,'','4','1','Cost of goods returned','1','','sales','99','','No',NULL,NULL,''),(3147,'1110','41598602986','2020-08-28 11:34:42',90.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(3148,'1000','41598603690','2020-08-28 11:35:31',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3149,'4000','41598603690','2020-08-28 11:35:31',NULL,100.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(3150,'1110','41598603690','2020-08-28 11:35:31',NULL,90.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(3151,'5500','41598603690','2020-08-28 11:35:31',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3152,'1000','41598604990','2020-08-28 11:56:57',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3153,'4000','41598604990','2020-08-28 11:56:57',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(3154,'1110','41598604990','2020-08-28 11:56:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(3155,'5500','41598604990','2020-08-28 11:56:57',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3156,'1000','41598605026','2020-08-28 12:14:00',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3157,'4000','41598605026','2020-08-28 12:14:00',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(3158,'1110','41598605026','2020-08-28 12:14:00',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(3159,'5500','41598605026','2020-08-28 12:14:00',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3164,'1110','71598610269','2020-08-28 13:24:00',90.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','33','','No',NULL,NULL,''),(3165,'1110','71598610269','2020-08-28 13:24:00',243.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','30','','No',NULL,NULL,''),(3166,'1110','71598610269','2020-08-28 13:24:00',540.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161102794694','','No',NULL,NULL,''),(3167,'1110','71598610269','2020-08-28 13:24:00',648.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','16','','No',NULL,NULL,''),(3168,'2130','71598610269','2020-08-28 13:24:00',NULL,1521.00,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(3169,'1000','41598614811','2020-08-28 14:43:09',235.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3170,'4000','41598614811','2020-08-28 14:43:09',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440009','','No',NULL,NULL,''),(3171,'4000','41598614811','2020-08-28 14:43:09',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(3172,'4000','41598614811','2020-08-28 14:43:09',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(3173,'4000','41598614811','2020-08-28 14:43:09',NULL,110.00,'','4','1','Good sold','1','','sales','745114762979','','No',NULL,NULL,''),(3174,'1110','41598614811','2020-08-28 14:43:09',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440009','','No',NULL,NULL,''),(3175,'1110','41598614811','2020-08-28 14:43:09',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(3176,'1110','41598614811','2020-08-28 14:43:09',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(3177,'1110','41598614811','2020-08-28 14:43:09',NULL,98.00,'','4','1','Inventory sold','1','','sales','745114762979','','No',NULL,NULL,''),(3178,'5500','41598614811','2020-08-28 14:43:09',210.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3179,'4000','41598602986','2020-08-28 14:47:34',220.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(3180,'1000','41598602986','2020-08-28 14:47:34',NULL,220.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(3181,'5500','41598602986','2020-08-28 14:47:34',NULL,198.00,'','4','1','Cost of goods returned','1','','sales','6161101661232','','No',NULL,NULL,''),(3182,'1110','41598602986','2020-08-28 14:47:34',198.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(3183,'1000','41598615260','2020-08-28 14:47:53',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3184,'4000','41598615260','2020-08-28 14:47:53',NULL,120.00,'','4','1','Good sold','1','','sales','6161101661218','','No',NULL,NULL,''),(3185,'1110','41598615260','2020-08-28 14:47:53',NULL,97.50,'','4','1','Inventory sold','1','','sales','6161101661218','','No',NULL,NULL,''),(3186,'5500','41598615260','2020-08-28 14:47:53',97.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3187,'1000','41598619203','2020-08-28 15:56:12',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3188,'4000','41598619203','2020-08-28 15:56:12',NULL,60.00,'','4','1','Good sold','1','','sales','6009627050027','','No',NULL,NULL,''),(3189,'4000','41598619203','2020-08-28 15:56:12',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(3190,'4000','41598619203','2020-08-28 15:56:12',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(3191,'1110','41598619203','2020-08-28 15:56:12',NULL,54.00,'','4','1','Inventory sold','1','','sales','6009627050027','','No',NULL,NULL,''),(3192,'1110','41598619203','2020-08-28 15:56:12',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(3193,'1110','41598619203','2020-08-28 15:56:12',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(3194,'5500','41598619203','2020-08-28 15:56:12',144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3195,'1000','41598624413','2020-08-28 17:22:12',455.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3196,'4000','41598624413','2020-08-28 17:22:12',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3197,'4000','41598624413','2020-08-28 17:22:12',NULL,240.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(3198,'4000','41598624413','2020-08-28 17:22:12',NULL,130.00,'','4','1','Good sold','1','','sales','171','','No',NULL,NULL,''),(3199,'4000','41598624413','2020-08-28 17:22:12',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(3200,'4000','41598624413','2020-08-28 17:22:12',NULL,45.00,'','4','1','Good sold','1','','sales','270','','No',NULL,NULL,''),(3201,'1110','41598624413','2020-08-28 17:22:12',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(3202,'1110','41598624413','2020-08-28 17:22:12',NULL,186.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(3203,'1110','41598624413','2020-08-28 17:22:12',NULL,117.00,'','4','1','Inventory sold','1','','sales','171','','No',NULL,NULL,''),(3204,'1110','41598624413','2020-08-28 17:22:12',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(3205,'1110','41598624413','2020-08-28 17:22:12',NULL,35.00,'','4','1','Inventory sold','1','','sales','270','','No',NULL,NULL,''),(3206,'5500','41598624413','2020-08-28 17:22:12',374.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3207,'1000','41598625752','2020-08-28 17:46:29',48.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3208,'4000','41598625752','2020-08-28 17:46:29',NULL,48.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(3209,'1110','41598625752','2020-08-28 17:46:29',NULL,43.20,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(3210,'5500','41598625752','2020-08-28 17:46:29',43.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3211,'1000','41598626018','2020-08-28 17:47:08',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3212,'4000','41598626018','2020-08-28 17:47:08',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3213,'1110','41598626018','2020-08-28 17:47:08',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(3214,'5500','41598626018','2020-08-28 17:47:08',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3215,'1000','41598626040','2020-08-28 17:55:52',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3216,'4000','41598626040','2020-08-28 17:55:52',NULL,55.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(3217,'1110','41598626040','2020-08-28 17:55:52',NULL,49.50,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(3218,'5500','41598626040','2020-08-28 17:55:52',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3219,'1000','41598626678','2020-08-28 18:13:07',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3220,'4000','41598626678','2020-08-28 18:13:07',NULL,60.00,'','4','1','Good sold','1','','sales','6009627050027','','No',NULL,NULL,''),(3221,'1110','41598626678','2020-08-28 18:13:07',NULL,54.00,'','4','1','Inventory sold','1','','sales','6009627050027','','No',NULL,NULL,''),(3222,'5500','41598626678','2020-08-28 18:13:07',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3223,'1000','41598627591','2020-08-28 18:25:52',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3224,'4000','41598627591','2020-08-28 18:25:52',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(3225,'4000','41598627591','2020-08-28 18:25:52',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(3226,'4000','41598627591','2020-08-28 18:25:52',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(3227,'4000','41598627591','2020-08-28 18:25:52',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(3228,'1110','41598627591','2020-08-28 18:25:52',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(3229,'1110','41598627591','2020-08-28 18:25:52',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(3230,'1110','41598627591','2020-08-28 18:25:52',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(3231,'1110','41598627591','2020-08-28 18:25:52',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(3232,'5500','41598627591','2020-08-28 18:25:52',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3233,'1000','41598628448','2020-08-28 18:38:18',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3234,'4000','41598628448','2020-08-28 18:38:18',NULL,50.00,'','4','1','Good sold','1','','sales','6161100100084','','No',NULL,NULL,''),(3235,'1110','41598628448','2020-08-28 18:38:18',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161100100084','','No',NULL,NULL,''),(3236,'5500','41598628448','2020-08-28 18:38:18',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3237,'1000','41598629897','2020-08-28 18:51:45',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3238,'4000','41598629897','2020-08-28 18:51:45',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(3239,'1110','41598629897','2020-08-28 18:51:45',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(3240,'5500','41598629897','2020-08-28 18:51:45',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3241,'4000','41598629897','2020-08-28 18:56:06',120.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(3242,'1000','41598629897','2020-08-28 18:56:06',NULL,120.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(3243,'5500','41598629897','2020-08-28 18:56:06',NULL,93.00,'','4','1','Cost of goods returned','1','','sales','101','','No',NULL,NULL,''),(3244,'1110','41598629897','2020-08-28 18:56:06',93.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(3245,'1000','41598630174','2020-08-28 18:56:27',45.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3246,'4000','41598630174','2020-08-28 18:56:27',NULL,45.00,'','4','1','Good sold','1','','sales','0792382445790','','No',NULL,NULL,''),(3247,'1110','41598630174','2020-08-28 18:56:27',NULL,40.50,'','4','1','Inventory sold','1','','sales','0792382445790','','No',NULL,NULL,''),(3248,'5500','41598630174','2020-08-28 18:56:27',40.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3249,'1000','41598630381','2020-08-28 19:30:14',180.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3250,'4000','41598630381','2020-08-28 19:30:14',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072000','','No',NULL,NULL,''),(3251,'4000','41598630381','2020-08-28 19:30:14',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072024','','No',NULL,NULL,''),(3252,'4000','41598630381','2020-08-28 19:30:14',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072024','','No',NULL,NULL,''),(3253,'4000','41598630381','2020-08-28 19:30:14',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072024','','No',NULL,NULL,''),(3254,'1110','41598630381','2020-08-28 19:30:14',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072000','','No',NULL,NULL,''),(3255,'1110','41598630381','2020-08-28 19:30:14',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072024','','No',NULL,NULL,''),(3256,'1110','41598630381','2020-08-28 19:30:14',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072024','','No',NULL,NULL,''),(3257,'1110','41598630381','2020-08-28 19:30:14',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072024','','No',NULL,NULL,''),(3258,'5500','41598630381','2020-08-28 19:30:14',162.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3259,'1000','41598632279','2020-08-28 19:34:29',310.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3260,'4000','41598632279','2020-08-28 19:34:29',NULL,130.00,'','4','1','Good sold','1','','sales','5449000180247','','No',NULL,NULL,''),(3261,'4000','41598632279','2020-08-28 19:34:29',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(3262,'4000','41598632279','2020-08-28 19:34:29',NULL,130.00,'','4','1','Good sold','1','','sales','171','','No',NULL,NULL,''),(3263,'1110','41598632279','2020-08-28 19:34:29',NULL,117.00,'','4','1','Inventory sold','1','','sales','5449000180247','','No',NULL,NULL,''),(3264,'1110','41598632279','2020-08-28 19:34:29',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(3265,'1110','41598632279','2020-08-28 19:34:29',NULL,117.00,'','4','1','Inventory sold','1','','sales','171','','No',NULL,NULL,''),(3266,'5500','41598632279','2020-08-28 19:34:29',279.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3267,'1000','41598632534','2020-08-28 19:52:02',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3268,'4000','41598632534','2020-08-28 19:52:02',NULL,5.00,'','4','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(3269,'1110','41598632534','2020-08-28 19:52:02',NULL,4.50,'','4','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(3270,'5500','41598632534','2020-08-28 19:52:02',4.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3271,'1000','41598633616','2020-08-28 19:53:48',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3272,'4000','41598633616','2020-08-28 19:53:48',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000901','','No',NULL,NULL,''),(3273,'1110','41598633616','2020-08-28 19:53:48',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000901','','No',NULL,NULL,''),(3274,'5500','41598633616','2020-08-28 19:53:48',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3275,'1000','41598679601','2020-08-29 08:53:39',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3276,'4000','41598679601','2020-08-29 08:53:39',NULL,90.00,'','4','1','Good sold','1','','sales','6161100602267','','No',NULL,NULL,''),(3277,'4000','41598679601','2020-08-29 08:53:39',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(3278,'4000','41598679601','2020-08-29 08:53:39',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(3279,'1110','41598679601','2020-08-29 08:53:39',NULL,81.00,'','4','1','Inventory sold','1','','sales','6161100602267','','No',NULL,NULL,''),(3280,'1110','41598679601','2020-08-29 08:53:39',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(3281,'1110','41598679601','2020-08-29 08:53:39',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(3282,'5500','41598679601','2020-08-29 08:53:39',255.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3283,'1000','41598680445','2020-08-29 08:54:26',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3284,'4000','41598680445','2020-08-29 08:54:26',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(3285,'1110','41598680445','2020-08-29 08:54:26',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(3286,'5500','41598680445','2020-08-29 08:54:26',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3287,'1000','41598681136','2020-08-29 09:08:41',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3288,'4000','41598681136','2020-08-29 09:08:41',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(3289,'1110','41598681136','2020-08-29 09:08:41',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(3290,'5500','41598681136','2020-08-29 09:08:41',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3291,'1000','41598681339','2020-08-29 09:09:08',24.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3292,'4000','41598681339','2020-08-29 09:09:08',NULL,24.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(3293,'1110','41598681339','2020-08-29 09:09:08',NULL,21.60,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(3294,'5500','41598681339','2020-08-29 09:09:08',21.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3295,'1000','41598693278','2020-08-29 12:29:22',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3296,'4000','41598693278','2020-08-29 12:29:22',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(3297,'4000','41598693278','2020-08-29 12:29:22',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(3298,'4000','41598693278','2020-08-29 12:29:22',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(3299,'1110','41598693278','2020-08-29 12:29:22',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(3300,'1110','41598693278','2020-08-29 12:29:22',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(3301,'1110','41598693278','2020-08-29 12:29:22',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(3302,'5564','41598693278','2020-08-29 12:29:22',65.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3303,'1000','41598693417','2020-08-29 12:36:37',283.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3304,'4000','41598693417','2020-08-29 12:36:37',NULL,48.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(3305,'4000','41598693417','2020-08-29 12:36:37',NULL,25.00,'','4','1','Good sold','1','','sales','6161101661713','','No',NULL,NULL,''),(3306,'4000','41598693417','2020-08-29 12:36:37',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(3307,'4000','41598693417','2020-08-29 12:36:37',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903427','','No',NULL,NULL,''),(3308,'4000','41598693417','2020-08-29 12:36:37',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(3309,'4000','41598693417','2020-08-29 12:36:37',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(3310,'4000','41598693417','2020-08-29 12:36:37',NULL,5.00,'','4','1','Good sold','1','','sales','191','','No',NULL,NULL,''),(3311,'4000','41598693417','2020-08-29 12:36:37',NULL,40.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(3312,'1110','41598693417','2020-08-29 12:36:37',NULL,43.20,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(3313,'1110','41598693417','2020-08-29 12:36:37',NULL,22.50,'','4','1','Inventory sold','1','','sales','6161101661713','','No',NULL,NULL,''),(3314,'1110','41598693417','2020-08-29 12:36:37',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(3315,'1110','41598693417','2020-08-29 12:36:37',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903427','','No',NULL,NULL,''),(3316,'1110','41598693417','2020-08-29 12:36:37',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(3317,'1110','41598693417','2020-08-29 12:36:37',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(3318,'1110','41598693417','2020-08-29 12:36:37',NULL,4.50,'','4','1','Inventory sold','1','','sales','191','','No',NULL,NULL,''),(3319,'1110','41598693417','2020-08-29 12:36:37',NULL,32.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(3320,'5564','41598693417','2020-08-29 12:36:37',250.70,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3321,'1000','41598693837','2020-08-29 12:37:33',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3322,'4000','41598693837','2020-08-29 12:37:33',NULL,120.00,'','4','1','Good sold','1','','sales','6161101661218','','No',NULL,NULL,''),(3323,'1110','41598693837','2020-08-29 12:37:33',NULL,97.50,'','4','1','Inventory sold','1','','sales','6161101661218','','No',NULL,NULL,''),(3324,'5500','41598693837','2020-08-29 12:37:33',97.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3325,'1000','41598696477','2020-08-29 13:23:08',440.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3326,'4000','41598696477','2020-08-29 13:23:08',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(3327,'4000','41598696477','2020-08-29 13:23:08',NULL,180.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(3328,'4000','41598696477','2020-08-29 13:23:08',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(3329,'4000','41598696477','2020-08-29 13:23:08',NULL,40.00,'','4','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(3330,'4000','41598696477','2020-08-29 13:23:08',NULL,20.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(3331,'4000','41598696477','2020-08-29 13:23:08',NULL,80.00,'','4','1','Good sold','1','','sales','8888','','No',NULL,NULL,''),(3332,'1110','41598696477','2020-08-29 13:23:08',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(3333,'1110','41598696477','2020-08-29 13:23:08',NULL,162.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(3334,'1110','41598696477','2020-08-29 13:23:08',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(3335,'1110','41598696477','2020-08-29 13:23:08',NULL,36.00,'','4','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(3336,'1110','41598696477','2020-08-29 13:23:08',NULL,18.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(3337,'1110','41598696477','2020-08-29 13:23:08',NULL,72.00,'','4','1','Inventory sold','1','','sales','8888','','No',NULL,NULL,''),(3338,'5500','41598696477','2020-08-29 13:23:08',396.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3339,'1000','41598696748','2020-08-29 13:26:01',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3340,'4000','41598696748','2020-08-29 13:26:01',NULL,400.00,'','4','1','Good sold','1','','sales','6161101661300','','No',NULL,NULL,''),(3341,'1110','41598696748','2020-08-29 13:26:01',NULL,317.50,'','4','1','Inventory sold','1','','sales','6161101661300','','No',NULL,NULL,''),(3342,'5500','41598696748','2020-08-29 13:26:01',317.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3343,'1000','41598696780','2020-08-29 13:39:24',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3344,'4000','41598696780','2020-08-29 13:39:24',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033223','','No',NULL,NULL,''),(3345,'1110','41598696780','2020-08-29 13:39:24',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033223','','No',NULL,NULL,''),(3346,'5500','41598696780','2020-08-29 13:39:24',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3347,'1000','41598697683','2020-08-29 13:43:00',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3348,'4000','41598697683','2020-08-29 13:43:00',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(3349,'1110','41598697683','2020-08-29 13:43:00',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(3350,'5500','41598697683','2020-08-29 13:43:00',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3351,'1000','41598697788','2020-08-29 14:09:52',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3352,'4000','41598697788','2020-08-29 14:09:52',NULL,120.00,'','4','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(3353,'1110','41598697788','2020-08-29 14:09:52',NULL,108.00,'','4','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(3354,'5500','41598697788','2020-08-29 14:09:52',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3355,'1000','41598700007','2020-08-29 14:30:23',450.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3356,'4000','41598700007','2020-08-29 14:30:23',NULL,150.00,'','4','1','Good sold','1','','sales','6161100100084','','No',NULL,NULL,''),(3357,'4000','41598700007','2020-08-29 14:30:23',NULL,100.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(3358,'4000','41598700007','2020-08-29 14:30:23',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(3359,'4000','41598700007','2020-08-29 14:30:23',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(3360,'4000','41598700007','2020-08-29 14:30:23',NULL,100.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(3361,'1110','41598700007','2020-08-29 14:30:23',NULL,135.00,'','4','1','Inventory sold','1','','sales','6161100100084','','No',NULL,NULL,''),(3362,'1110','41598700007','2020-08-29 14:30:23',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(3363,'1110','41598700007','2020-08-29 14:30:23',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(3364,'1110','41598700007','2020-08-29 14:30:23',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(3365,'1110','41598700007','2020-08-29 14:30:23',NULL,90.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(3366,'5500','41598700007','2020-08-29 14:30:23',405.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3367,'1000','41598700711','2020-08-29 14:33:34',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3368,'4000','41598700711','2020-08-29 14:33:34',NULL,65.00,'','4','1','Good sold','1','','sales','86','','No',NULL,NULL,''),(3369,'1110','41598700711','2020-08-29 14:33:34',NULL,58.50,'','4','1','Inventory sold','1','','sales','86','','No',NULL,NULL,''),(3370,'5500','41598700711','2020-08-29 14:33:34',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3371,'1000','41598700817','2020-08-29 15:40:54',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3372,'4000','41598700817','2020-08-29 15:40:54',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3373,'4000','41598700817','2020-08-29 15:40:54',NULL,100.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(3374,'1110','41598700817','2020-08-29 15:40:54',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(3375,'1110','41598700817','2020-08-29 15:40:54',NULL,90.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(3376,'5500','41598700817','2020-08-29 15:40:54',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3377,'1000','41598704859','2020-08-29 15:52:52',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3378,'4000','41598704859','2020-08-29 15:52:52',NULL,55.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(3379,'1110','41598704859','2020-08-29 15:52:52',NULL,49.50,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(3380,'5500','41598704859','2020-08-29 15:52:52',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3381,'1000','41598705696','2020-08-29 16:30:00',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3382,'4000','41598705696','2020-08-29 16:30:00',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(3383,'1110','41598705696','2020-08-29 16:30:00',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(3384,'5500','41598705696','2020-08-29 16:30:00',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3385,'1000','41598710447','2020-08-29 17:14:18',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3386,'4000','41598710447','2020-08-29 17:14:18',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(3387,'1110','41598710447','2020-08-29 17:14:18',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(3388,'5500','41598710447','2020-08-29 17:14:18',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3389,'1000','41598711819','2020-08-29 17:39:03',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3390,'4000','41598711819','2020-08-29 17:39:03',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000895','','No',NULL,NULL,''),(3391,'1110','41598711819','2020-08-29 17:39:03',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000895','','No',NULL,NULL,''),(3392,'5500','41598711819','2020-08-29 17:39:03',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3393,'1000','41598712748','2020-08-29 18:05:49',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3394,'4000','41598712748','2020-08-29 18:05:49',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3395,'1110','41598712748','2020-08-29 18:05:49',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(3396,'5500','41598712748','2020-08-29 18:05:49',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3397,'1000','41598713551','2020-08-29 18:30:30',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3398,'4000','41598713551','2020-08-29 18:30:30',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(3399,'1110','41598713551','2020-08-29 18:30:30',NULL,135.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(3400,'5500','41598713551','2020-08-29 18:30:30',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3401,'1000','41598715320','2020-08-29 18:42:52',140.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3402,'4000','41598715320','2020-08-29 18:42:52',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3403,'4000','41598715320','2020-08-29 18:42:52',NULL,130.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(3404,'1110','41598715320','2020-08-29 18:42:52',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(3405,'1110','41598715320','2020-08-29 18:42:52',NULL,117.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(3406,'5500','41598715320','2020-08-29 18:42:52',126.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3407,'1000','41598715851','2020-08-29 18:51:45',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3408,'4000','41598715851','2020-08-29 18:51:45',NULL,100.00,'','4','1','Good sold','1','','sales','6161100950139','','No',NULL,NULL,''),(3409,'4000','41598715851','2020-08-29 18:51:45',NULL,350.00,'','4','1','Good sold','1','','sales','6161106610235','','No',NULL,NULL,''),(3410,'4000','41598715851','2020-08-29 18:51:45',NULL,30.00,'','4','1','Good sold','1','','sales','6923564532289','','No',NULL,NULL,''),(3411,'4000','41598715851','2020-08-29 18:51:45',NULL,30.00,'','4','1','Good sold','1','','sales','6923564532289','','No',NULL,NULL,''),(3412,'4000','41598715851','2020-08-29 18:51:45',NULL,290.00,'','4','1','Good sold','1','','sales','7622210304476','','No',NULL,NULL,''),(3413,'4000','41598715851','2020-08-29 18:51:45',NULL,100.00,'','4','1','Good sold','1','','sales','8718951340664','','No',NULL,NULL,''),(3414,'1110','41598715851','2020-08-29 18:51:45',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161100950139','','No',NULL,NULL,''),(3415,'1110','41598715851','2020-08-29 18:51:45',NULL,315.83,'','4','1','Inventory sold','1','','sales','6161106610235','','No',NULL,NULL,''),(3416,'1110','41598715851','2020-08-29 18:51:45',NULL,27.00,'','4','1','Inventory sold','1','','sales','6923564532289','','No',NULL,NULL,''),(3417,'1110','41598715851','2020-08-29 18:51:45',NULL,27.00,'','4','1','Inventory sold','1','','sales','6923564532289','','No',NULL,NULL,''),(3418,'1110','41598715851','2020-08-29 18:51:45',NULL,261.00,'','4','1','Inventory sold','1','','sales','7622210304476','','No',NULL,NULL,''),(3419,'1110','41598715851','2020-08-29 18:51:45',NULL,90.00,'','4','1','Inventory sold','1','','sales','8718951340664','','No',NULL,NULL,''),(3420,'5500','41598715851','2020-08-29 18:51:45',810.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3421,'1000','41598716398','2020-08-29 18:57:53',255.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3422,'4000','41598716398','2020-08-29 18:57:53',NULL,75.00,'','4','1','Good sold','1','','sales','6164000009075','','No',NULL,NULL,''),(3423,'4000','41598716398','2020-08-29 18:57:53',NULL,45.00,'','4','1','Good sold','1','','sales','6164000009556','','No',NULL,NULL,''),(3424,'4000','41598716398','2020-08-29 18:57:53',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(3425,'4000','41598716398','2020-08-29 18:57:53',NULL,85.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(3426,'1110','41598716398','2020-08-29 18:57:53',NULL,67.50,'','4','1','Inventory sold','1','','sales','6164000009075','','No',NULL,NULL,''),(3427,'1110','41598716398','2020-08-29 18:57:53',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000009556','','No',NULL,NULL,''),(3428,'1110','41598716398','2020-08-29 18:57:53',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(3429,'1110','41598716398','2020-08-29 18:57:53',NULL,76.50,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(3430,'5500','41598716398','2020-08-29 18:57:53',229.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3431,'1000','41598716770','2020-08-29 19:05:06',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3432,'4000','41598716770','2020-08-29 19:05:06',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(3433,'1110','41598716770','2020-08-29 19:05:06',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(3434,'5500','41598716770','2020-08-29 19:05:06',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3435,'1110','71598716396','2020-08-29 18:53:00',1254.96,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6009627050034','','No',NULL,NULL,''),(3436,'1110','71598716396','2020-08-29 18:53:00',1290.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6161102170023','','No',NULL,NULL,''),(3437,'1110','71598716396','2020-08-29 18:53:00',570.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','10000905','','No',NULL,NULL,''),(3438,'1110','71598716396','2020-08-29 18:53:00',1284.96,NULL,'','7','1','Inventory Purchased','1','11','Purchases','6009627050010','','No',NULL,NULL,''),(3439,'1110','71598716396','2020-08-29 18:53:00',519.60,NULL,'','7','1','Inventory Purchased','1','11','Purchases','185','','No',NULL,NULL,''),(3440,'1110','71598716396','2020-08-29 18:53:00',340.00,NULL,'','7','1','Inventory Purchased','1','11','Purchases','189','','No',NULL,NULL,''),(3441,'2130','71598716396','2020-08-29 18:53:00',NULL,5259.52,'','7','1','Account payable for inventory','1','11','Purchases','','','No',NULL,NULL,''),(3442,'1000','41598716770','2020-08-29 19:05:06',140.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3443,'4000','41598716770','2020-08-29 19:05:06',NULL,140.00,'','4','1','Good sold','1','','sales','6164004575910','','No',NULL,NULL,''),(3444,'4000','41598716770','2020-08-29 19:05:06',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(3445,'1110','41598716770','2020-08-29 19:05:06',NULL,126.00,'','4','1','Inventory sold','1','','sales','6164004575910','','No',NULL,NULL,''),(3446,'1110','41598716770','2020-08-29 19:05:06',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(3447,'5500','41598716770','2020-08-29 19:05:06',173.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3448,'1000','41598719510','2020-08-29 19:46:39',945.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3449,'4000','41598719510','2020-08-29 19:46:39',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(3450,'4000','41598719510','2020-08-29 19:46:39',NULL,350.00,'','4','1','Good sold','1','','sales','6161106610235','','No',NULL,NULL,''),(3451,'4000','41598719510','2020-08-29 19:46:39',NULL,250.00,'','4','1','Good sold','1','','sales','6161109724106','','No',NULL,NULL,''),(3452,'4000','41598719510','2020-08-29 19:46:39',NULL,220.00,'','4','1','Good sold','1','','sales','7622210304544','','No',NULL,NULL,''),(3453,'1110','41598719510','2020-08-29 19:46:39',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(3454,'1110','41598719510','2020-08-29 19:46:39',NULL,315.83,'','4','1','Inventory sold','1','','sales','6161106610235','','No',NULL,NULL,''),(3455,'1110','41598719510','2020-08-29 19:46:39',NULL,225.00,'','4','1','Inventory sold','1','','sales','6161109724106','','No',NULL,NULL,''),(3456,'1110','41598719510','2020-08-29 19:46:39',NULL,198.00,'','4','1','Inventory sold','1','','sales','7622210304544','','No',NULL,NULL,''),(3457,'5500','41598719510','2020-08-29 19:46:39',846.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3458,'1000','41598719953','2020-08-29 19:52:54',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3459,'4000','41598719953','2020-08-29 19:52:54',NULL,120.00,'','4','1','Good sold','1','','sales','0792382429769','','No',NULL,NULL,''),(3460,'4000','41598719953','2020-08-29 19:52:54',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(3461,'1110','41598719953','2020-08-29 19:52:54',NULL,108.00,'','4','1','Inventory sold','1','','sales','0792382429769','','No',NULL,NULL,''),(3462,'1110','41598719953','2020-08-29 19:52:54',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(3463,'5500','41598719953','2020-08-29 19:52:54',128.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3464,'1000','41598719979','2020-08-29 20:15:03',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3465,'4000','41598719979','2020-08-29 20:15:03',NULL,200.00,'','4','1','Good sold','1','','sales','158','','No',NULL,NULL,''),(3466,'1110','41598719979','2020-08-29 20:15:03',NULL,180.00,'','4','1','Inventory sold','1','','sales','158','','No',NULL,NULL,''),(3467,'5500','41598719979','2020-08-29 20:15:03',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3468,'1000','41598775921','2020-08-30 11:25:57',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3469,'4000','41598775921','2020-08-30 11:25:57',NULL,85.00,'','4','1','Good sold','1','','sales','6161100912281','','No',NULL,NULL,''),(3470,'4000','41598775921','2020-08-30 11:25:57',NULL,40.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(3471,'1110','41598775921','2020-08-30 11:25:57',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161100912281','','No',NULL,NULL,''),(3472,'1110','41598775921','2020-08-30 11:25:57',NULL,36.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(3473,'5500','41598775921','2020-08-30 11:25:57',112.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3474,'1000','41598775961','2020-08-30 11:26:39',280.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3475,'4000','41598775961','2020-08-30 11:26:39',NULL,120.00,'','4','1','Good sold','1','','sales','6161106610594','','No',NULL,NULL,''),(3476,'4000','41598775961','2020-08-30 11:26:39',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(3477,'4000','41598775961','2020-08-30 11:26:39',NULL,110.00,'','4','1','Good sold','1','','sales','745114762979','','No',NULL,NULL,''),(3478,'1110','41598775961','2020-08-30 11:26:39',NULL,108.00,'','4','1','Inventory sold','1','','sales','6161106610594','','No',NULL,NULL,''),(3479,'1110','41598775961','2020-08-30 11:26:39',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(3480,'1110','41598775961','2020-08-30 11:26:39',NULL,98.00,'','4','1','Inventory sold','1','','sales','745114762979','','No',NULL,NULL,''),(3481,'5500','41598775961','2020-08-30 11:26:39',251.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3482,'1000','41598776269','2020-08-30 11:58:09',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3483,'4000','41598776269','2020-08-30 11:58:09',NULL,170.00,'','4','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(3484,'1110','41598776269','2020-08-30 11:58:09',NULL,153.00,'','4','1','Inventory sold','1','','sales','76','','No',NULL,NULL,''),(3485,'5500','41598776269','2020-08-30 11:58:09',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3486,'1000','41598777908','2020-08-30 12:08:43',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3487,'4000','41598777908','2020-08-30 12:08:43',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(3488,'1110','41598777908','2020-08-30 12:08:43',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(3489,'5500','41598777908','2020-08-30 12:08:43',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3490,'1000','41598778526','2020-08-30 12:18:57',215.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3491,'4000','41598778526','2020-08-30 12:18:57',NULL,45.00,'','4','1','Good sold','1','','sales','6161106610716','','No',NULL,NULL,''),(3492,'4000','41598778526','2020-08-30 12:18:57',NULL,45.00,'','4','1','Good sold','1','','sales','6161106610716','','No',NULL,NULL,''),(3493,'4000','41598778526','2020-08-30 12:18:57',NULL,125.00,'','4','1','Good sold','1','','sales','6164004597103','','No',NULL,NULL,''),(3494,'1110','41598778526','2020-08-30 12:18:57',NULL,40.50,'','4','1','Inventory sold','1','','sales','6161106610716','','No',NULL,NULL,''),(3495,'1110','41598778526','2020-08-30 12:18:57',NULL,40.50,'','4','1','Inventory sold','1','','sales','6161106610716','','No',NULL,NULL,''),(3496,'1110','41598778526','2020-08-30 12:18:57',NULL,112.50,'','4','1','Inventory sold','1','','sales','6164004597103','','No',NULL,NULL,''),(3497,'5500','41598778526','2020-08-30 12:18:57',193.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3498,'1000','41598779220','2020-08-30 14:16:52',135.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3499,'4000','41598779220','2020-08-30 14:16:52',NULL,135.00,'','4','1','Good sold','1','','sales','7622210304537','','No',NULL,NULL,''),(3500,'1110','41598779220','2020-08-30 14:16:52',NULL,121.50,'','4','1','Inventory sold','1','','sales','7622210304537','','No',NULL,NULL,''),(3501,'5500','41598779220','2020-08-30 14:16:52',121.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3502,'1000','41598786239','2020-08-30 14:19:07',830.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3503,'4000','41598786239','2020-08-30 14:19:07',NULL,120.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(3504,'4000','41598786239','2020-08-30 14:19:07',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000901','','No',NULL,NULL,''),(3505,'4000','41598786239','2020-08-30 14:19:07',NULL,195.00,'','4','1','Good sold','1','','sales','6164000009020','','No',NULL,NULL,''),(3506,'4000','41598786239','2020-08-30 14:19:07',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072000','','No',NULL,NULL,''),(3507,'4000','41598786239','2020-08-30 14:19:07',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072055','','No',NULL,NULL,''),(3508,'4000','41598786239','2020-08-30 14:19:07',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3509,'4000','41598786239','2020-08-30 14:19:07',NULL,170.00,'','4','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(3510,'4000','41598786239','2020-08-30 14:19:07',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(3511,'1110','41598786239','2020-08-30 14:19:07',NULL,108.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(3512,'1110','41598786239','2020-08-30 14:19:07',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000901','','No',NULL,NULL,''),(3513,'1110','41598786239','2020-08-30 14:19:07',NULL,175.50,'','4','1','Inventory sold','1','','sales','6164000009020','','No',NULL,NULL,''),(3514,'1110','41598786239','2020-08-30 14:19:07',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072000','','No',NULL,NULL,''),(3515,'1110','41598786239','2020-08-30 14:19:07',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072055','','No',NULL,NULL,''),(3516,'1110','41598786239','2020-08-30 14:19:07',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(3517,'1110','41598786239','2020-08-30 14:19:07',NULL,153.00,'','4','1','Inventory sold','1','','sales','76','','No',NULL,NULL,''),(3518,'1110','41598786239','2020-08-30 14:19:07',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(3519,'5500','41598786239','2020-08-30 14:19:07',732.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3520,'1000','41598786389','2020-08-30 14:21:24',155.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3521,'4000','41598786389','2020-08-30 14:21:24',NULL,20.00,'','4','1','Good sold','1','','sales','6161101280013','','No',NULL,NULL,''),(3522,'4000','41598786389','2020-08-30 14:21:24',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3523,'4000','41598786389','2020-08-30 14:21:24',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3524,'4000','41598786389','2020-08-30 14:21:24',NULL,45.00,'','4','1','Good sold','1','','sales','269','','No',NULL,NULL,''),(3525,'1110','41598786389','2020-08-30 14:21:24',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161101280013','','No',NULL,NULL,''),(3526,'1110','41598786389','2020-08-30 14:21:24',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(3527,'1110','41598786389','2020-08-30 14:21:24',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(3528,'1110','41598786389','2020-08-30 14:21:24',NULL,35.00,'','4','1','Inventory sold','1','','sales','269','','No',NULL,NULL,''),(3529,'5500','41598786389','2020-08-30 14:21:24',134.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3530,'1000','41598786605','2020-08-30 14:47:00',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3531,'4000','41598786605','2020-08-30 14:47:00',NULL,45.00,'','4','1','Good sold','1','','sales','6164000009556','','No',NULL,NULL,''),(3532,'4000','41598786605','2020-08-30 14:47:00',NULL,65.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(3533,'1110','41598786605','2020-08-30 14:47:00',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000009556','','No',NULL,NULL,''),(3534,'1110','41598786605','2020-08-30 14:47:00',NULL,58.50,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(3535,'5500','41598786605','2020-08-30 14:47:00',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3536,'1000','41598788271','2020-08-30 14:51:57',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3537,'4000','41598788271','2020-08-30 14:51:57',NULL,50.00,'','4','1','Good sold','1','','sales','6164000009372','','No',NULL,NULL,''),(3538,'4000','41598788271','2020-08-30 14:51:57',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(3539,'1110','41598788271','2020-08-30 14:51:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164000009372','','No',NULL,NULL,''),(3540,'1110','41598788271','2020-08-30 14:51:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(3541,'5500','41598788271','2020-08-30 14:51:57',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3542,'1000','41598788349','2020-08-30 14:57:13',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3543,'4000','41598788349','2020-08-30 14:57:13',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(3544,'1110','41598788349','2020-08-30 14:57:13',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(3545,'5500','41598788349','2020-08-30 14:57:13',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3546,'1000','41598789539','2020-08-30 15:22:16',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3547,'4000','41598789539','2020-08-30 15:22:16',NULL,60.00,'','4','1','Good sold','1','','sales','6161101000833','','No',NULL,NULL,''),(3548,'4000','41598789539','2020-08-30 15:22:16',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3549,'4000','41598789539','2020-08-30 15:22:16',NULL,15.00,'','4','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(3550,'1110','41598789539','2020-08-30 15:22:16',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161101000833','','No',NULL,NULL,''),(3551,'1110','41598789539','2020-08-30 15:22:16',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(3552,'1110','41598789539','2020-08-30 15:22:16',NULL,13.50,'','4','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(3553,'5500','41598789539','2020-08-30 15:22:16',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3554,'1000','41598790139','2020-08-30 15:43:55',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3555,'4000','41598790139','2020-08-30 15:43:55',NULL,120.00,'','4','1','Good sold','1','','sales','8901719908576','','No',NULL,NULL,''),(3556,'1110','41598790139','2020-08-30 15:43:55',NULL,108.00,'','4','1','Inventory sold','1','','sales','8901719908576','','No',NULL,NULL,''),(3557,'5500','41598790139','2020-08-30 15:43:55',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3558,'1000','41598792151','2020-08-30 16:17:28',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3559,'4000','41598792151','2020-08-30 16:17:28',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033230','','No',NULL,NULL,''),(3560,'1110','41598792151','2020-08-30 16:17:28',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033230','','No',NULL,NULL,''),(3561,'5500','41598792151','2020-08-30 16:17:28',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3562,'1000','41598793599','2020-08-30 16:43:02',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3563,'4000','41598793599','2020-08-30 16:43:02',NULL,40.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(3564,'1110','41598793599','2020-08-30 16:43:02',NULL,36.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(3565,'5500','41598793599','2020-08-30 16:43:02',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3566,'1000','41598795214','2020-08-30 17:13:21',220.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3567,'4000','41598795214','2020-08-30 17:13:21',NULL,160.00,'','4','1','Good sold','1','','sales','6164000009006','','No',NULL,NULL,''),(3568,'4000','41598795214','2020-08-30 17:13:21',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3569,'1110','41598795214','2020-08-30 17:13:21',NULL,144.00,'','4','1','Inventory sold','1','','sales','6164000009006','','No',NULL,NULL,''),(3570,'1110','41598795214','2020-08-30 17:13:21',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(3571,'5500','41598795214','2020-08-30 17:13:21',198.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3572,'1000','41598801747','2020-08-30 18:37:32',140.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3573,'4000','41598801747','2020-08-30 18:37:32',NULL,110.00,'','4','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(3574,'4000','41598801747','2020-08-30 18:37:32',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(3575,'1110','41598801747','2020-08-30 18:37:32',NULL,99.00,'','4','1','Inventory sold','1','','sales','52','','No',NULL,NULL,''),(3576,'1110','41598801747','2020-08-30 18:37:32',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(3577,'5500','41598801747','2020-08-30 18:37:32',119.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3578,'1000','41598803768','2020-08-30 19:29:37',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3579,'4000','41598803768','2020-08-30 19:29:37',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(3580,'4000','41598803768','2020-08-30 19:29:37',NULL,100.00,'','4','1','Good sold','1','','sales','6161107772222','','No',NULL,NULL,''),(3581,'4000','41598803768','2020-08-30 19:29:37',NULL,10.00,'','4','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(3582,'1110','41598803768','2020-08-30 19:29:37',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(3583,'1110','41598803768','2020-08-30 19:29:37',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161107772222','','No',NULL,NULL,''),(3584,'1110','41598803768','2020-08-30 19:29:37',NULL,9.00,'','4','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(3585,'5500','41598803768','2020-08-30 19:29:37',144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3586,'1000','41598804987','2020-08-30 19:30:58',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3587,'4000','41598804987','2020-08-30 19:30:58',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(3588,'1110','41598804987','2020-08-30 19:30:58',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(3589,'5500','41598804987','2020-08-30 19:30:58',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3590,'1000','41598853164','2020-08-31 08:55:56',278.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3591,'4000','41598853164','2020-08-31 08:55:56',NULL,108.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(3592,'4000','41598853164','2020-08-31 08:55:56',NULL,170.00,'','4','1','Good sold','1','','sales','6164003349239','','No',NULL,NULL,''),(3593,'1110','41598853164','2020-08-31 08:55:56',NULL,97.20,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(3594,'1110','41598853164','2020-08-31 08:55:56',NULL,153.00,'','4','1','Inventory sold','1','','sales','6164003349239','','No',NULL,NULL,''),(3595,'5500','41598853164','2020-08-31 08:55:56',250.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3596,'1000','41598877080','2020-08-31 15:37:58',980.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3597,'4000','41598877080','2020-08-31 15:37:58',NULL,145.00,'','4','1','Good sold','1','','sales','6001067000419','','No',NULL,NULL,''),(3598,'4000','41598877080','2020-08-31 15:37:58',NULL,50.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(3599,'4000','41598877080','2020-08-31 15:37:58',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440030','','No',NULL,NULL,''),(3600,'4000','41598877080','2020-08-31 15:37:58',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033490','','No',NULL,NULL,''),(3601,'4000','41598877080','2020-08-31 15:37:58',NULL,70.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(3602,'4000','41598877080','2020-08-31 15:37:58',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903427','','No',NULL,NULL,''),(3603,'4000','41598877080','2020-08-31 15:37:58',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(3604,'4000','41598877080','2020-08-31 15:37:58',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3605,'4000','41598877080','2020-08-31 15:37:58',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3606,'4000','41598877080','2020-08-31 15:37:58',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3607,'4000','41598877080','2020-08-31 15:37:58',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(3608,'4000','41598877080','2020-08-31 15:37:58',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(3609,'4000','41598877080','2020-08-31 15:37:58',NULL,160.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(3610,'4000','41598877080','2020-08-31 15:37:58',NULL,20.00,'','4','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(3611,'4000','41598877080','2020-08-31 15:37:58',NULL,5.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(3612,'4000','41598877080','2020-08-31 15:37:58',NULL,85.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(3613,'4000','41598877080','2020-08-31 15:37:58',NULL,40.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(3614,'1110','41598877080','2020-08-31 15:37:58',NULL,130.50,'','4','1','Inventory sold','1','','sales','6001067000419','','No',NULL,NULL,''),(3615,'1110','41598877080','2020-08-31 15:37:58',NULL,45.00,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(3616,'1110','41598877080','2020-08-31 15:37:58',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440030','','No',NULL,NULL,''),(3617,'1110','41598877080','2020-08-31 15:37:58',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033490','','No',NULL,NULL,''),(3618,'1110','41598877080','2020-08-31 15:37:58',NULL,63.00,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(3619,'1110','41598877080','2020-08-31 15:37:58',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903427','','No',NULL,NULL,''),(3620,'1110','41598877080','2020-08-31 15:37:58',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(3621,'1110','41598877080','2020-08-31 15:37:58',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(3622,'1110','41598877080','2020-08-31 15:37:58',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(3623,'1110','41598877080','2020-08-31 15:37:58',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(3624,'1110','41598877080','2020-08-31 15:37:58',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(3625,'1110','41598877080','2020-08-31 15:37:58',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(3626,'1110','41598877080','2020-08-31 15:37:58',NULL,144.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(3627,'1110','41598877080','2020-08-31 15:37:58',NULL,18.00,'','4','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(3628,'1110','41598877080','2020-08-31 15:37:58',NULL,4.33,'','4','1','Inventory sold','1','','sales','185','','No',NULL,NULL,''),(3629,'1110','41598877080','2020-08-31 15:37:58',NULL,76.50,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(3630,'1110','41598877080','2020-08-31 15:37:58',NULL,32.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(3631,'5564','41598877080','2020-08-31 15:37:58',877.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3632,'1000','41598878071','2020-08-31 15:48:48',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3633,'4000','41598878071','2020-08-31 15:48:48',NULL,130.00,'','4','1','Good sold','1','','sales','5449000180247','','No',NULL,NULL,''),(3634,'4000','41598878071','2020-08-31 15:48:48',NULL,70.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(3635,'1110','41598878071','2020-08-31 15:48:48',NULL,117.00,'','4','1','Inventory sold','1','','sales','5449000180247','','No',NULL,NULL,''),(3636,'1110','41598878071','2020-08-31 15:48:48',NULL,63.00,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(3637,'5500','41598878071','2020-08-31 15:48:48',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3638,'1000','41598879461','2020-08-31 16:27:25',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3639,'4000','41598879461','2020-08-31 16:27:25',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(3640,'1110','41598879461','2020-08-31 16:27:25',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(3641,'5500','41598879461','2020-08-31 16:27:25',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3642,'1000','41598880463','2020-08-31 16:38:46',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3643,'4000','41598880463','2020-08-31 16:38:46',NULL,15.00,'','4','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(3644,'1110','41598880463','2020-08-31 16:38:46',NULL,13.50,'','4','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(3645,'5500','41598880463','2020-08-31 16:38:46',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3646,'1000','41598881138','2020-08-31 16:46:10',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3647,'4000','41598881138','2020-08-31 16:46:10',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(3648,'1110','41598881138','2020-08-31 16:46:10',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(3649,'5500','41598881138','2020-08-31 16:46:10',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3650,'1000','41598881573','2020-08-31 17:17:29',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3651,'4000','41598881573','2020-08-31 17:17:29',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3652,'4000','41598881573','2020-08-31 17:17:29',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(3653,'1110','41598881573','2020-08-31 17:17:29',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(3654,'1110','41598881573','2020-08-31 17:17:29',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(3655,'5500','41598881573','2020-08-31 17:17:29',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3656,'1000','41598883454','2020-08-31 17:31:35',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3657,'4000','41598883454','2020-08-31 17:31:35',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(3658,'1110','41598883454','2020-08-31 17:31:35',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(3659,'5500','41598883454','2020-08-31 17:31:35',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3660,'1000','41598885520','2020-08-31 18:19:10',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3661,'4000','41598885520','2020-08-31 18:19:10',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(3662,'4000','41598885520','2020-08-31 18:19:10',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(3663,'1110','41598885520','2020-08-31 18:19:10',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(3664,'1110','41598885520','2020-08-31 18:19:10',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(3665,'5500','41598885520','2020-08-31 18:19:10',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3666,'1000','41598887654','2020-08-31 18:27:51',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3667,'4000','41598887654','2020-08-31 18:27:51',NULL,110.00,'','4','1','Good sold','1','','sales','745114762979','','No',NULL,NULL,''),(3668,'1110','41598887654','2020-08-31 18:27:51',NULL,98.00,'','4','1','Inventory sold','1','','sales','745114762979','','No',NULL,NULL,''),(3669,'5500','41598887654','2020-08-31 18:27:51',98.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3670,'1000','41598887703','2020-08-31 18:28:48',330.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3671,'4000','41598887703','2020-08-31 18:28:48',NULL,330.00,'','4','1','Good sold','1','','sales','745114762979','','No',NULL,NULL,''),(3672,'1110','41598887703','2020-08-31 18:28:48',NULL,294.00,'','4','1','Inventory sold','1','','sales','745114762979','','No',NULL,NULL,''),(3673,'5500','41598887703','2020-08-31 18:28:48',294.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3674,'1000','41598887913','2020-08-31 18:59:55',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3675,'4000','41598887913','2020-08-31 18:59:55',NULL,110.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(3676,'1110','41598887913','2020-08-31 18:59:55',NULL,99.00,'','4','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(3677,'5500','41598887913','2020-08-31 18:59:55',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3678,'1000','41598889604','2020-08-31 19:12:00',265.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3679,'4000','41598889604','2020-08-31 19:12:00',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033186','','No',NULL,NULL,''),(3680,'4000','41598889604','2020-08-31 19:12:00',NULL,135.00,'','4','1','Good sold','1','','sales','6164001015372','','No',NULL,NULL,''),(3681,'1110','41598889604','2020-08-31 19:12:00',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033186','','No',NULL,NULL,''),(3682,'1110','41598889604','2020-08-31 19:12:00',NULL,121.50,'','4','1','Inventory sold','1','','sales','6164001015372','','No',NULL,NULL,''),(3683,'5500','41598889604','2020-08-31 19:12:00',238.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3684,'1000','41598890648','2020-08-31 19:32:42',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3685,'4000','41598890648','2020-08-31 19:32:42',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(3686,'1110','41598890648','2020-08-31 19:32:42',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(3687,'5500','41598890648','2020-08-31 19:32:42',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3688,'1110','71598892083','2020-08-31 19:41:00',648.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','16','','No',NULL,NULL,''),(3689,'1110','71598892083','2020-08-31 19:41:00',495.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','78','','No',NULL,NULL,''),(3690,'1110','71598892083','2020-08-31 19:41:00',396.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','77','','No',NULL,NULL,''),(3691,'1110','71598892083','2020-08-31 19:41:00',297.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','81','','No',NULL,NULL,''),(3692,'1110','71598892083','2020-08-31 19:41:00',612.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','73','','No',NULL,NULL,''),(3693,'1110','71598892083','2020-08-31 19:41:00',459.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','74','','No',NULL,NULL,''),(3694,'1110','71598892083','2020-08-31 19:41:00',306.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','75','','No',NULL,NULL,''),(3695,'1110','71598892083','2020-08-31 19:41:00',459.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','76','','No',NULL,NULL,''),(3696,'1110','71598892083','2020-08-31 19:41:00',144.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','88','','No',NULL,NULL,''),(3697,'1110','71598892083','2020-08-31 19:41:00',216.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','89','','No',NULL,NULL,''),(3698,'1110','71598892083','2020-08-31 19:41:00',180.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','91','','No',NULL,NULL,''),(3699,'1110','71598892083','2020-08-31 19:41:00',288.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','92','','No',NULL,NULL,''),(3700,'2130','71598892083','2020-08-31 19:41:00',NULL,4500.00,'','7','1','Account payable for inventory','1','10','Purchases','','','No',NULL,NULL,''),(3712,'1000','41598938641','2020-09-01 08:38:14',210.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3713,'4000','41598938641','2020-09-01 08:38:14',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(3714,'4000','41598938641','2020-09-01 08:38:14',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(3715,'1110','41598938641','2020-09-01 08:38:14',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(3716,'1110','41598938641','2020-09-01 08:38:14',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(3717,'5500','41598938641','2020-09-01 08:38:14',174.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3718,'1000','41598938697','2020-09-01 08:57:57',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3719,'4000','41598938697','2020-09-01 08:57:57',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(3720,'1110','41598938697','2020-09-01 08:57:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(3721,'5500','41598938697','2020-09-01 08:57:57',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3722,'1000','41598940455','2020-09-01 09:08:23',380.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3723,'4000','41598940455','2020-09-01 09:08:23',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(3724,'4000','41598940455','2020-09-01 09:08:23',NULL,330.00,'','4','1','Good sold','1','','sales','745114762979','','No',NULL,NULL,''),(3725,'1110','41598940455','2020-09-01 09:08:23',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(3726,'1110','41598940455','2020-09-01 09:08:23',NULL,294.00,'','4','1','Inventory sold','1','','sales','745114762979','','No',NULL,NULL,''),(3727,'5500','41598940455','2020-09-01 09:08:23',339.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3728,'1000','41598940521','2020-09-01 09:14:32',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3729,'4000','41598940521','2020-09-01 09:14:32',NULL,20.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(3730,'1110','41598940521','2020-09-01 09:14:32',NULL,18.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(3731,'5500','41598940521','2020-09-01 09:14:32',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3732,'1000','41598942074','2020-09-01 09:49:28',195.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3733,'4000','41598942074','2020-09-01 09:49:28',NULL,25.00,'','4','1','Good sold','1','','sales','6009629720072','','No',NULL,NULL,''),(3734,'4000','41598942074','2020-09-01 09:49:28',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(3735,'4000','41598942074','2020-09-01 09:49:28',NULL,110.00,'','4','1','Good sold','1','','sales','745114762979','','No',NULL,NULL,''),(3736,'1110','41598942074','2020-09-01 09:49:28',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009629720072','','No',NULL,NULL,''),(3737,'1110','41598942074','2020-09-01 09:49:28',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(3738,'1110','41598942074','2020-09-01 09:49:28',NULL,98.00,'','4','1','Inventory sold','1','','sales','745114762979','','No',NULL,NULL,''),(3739,'5500','41598942074','2020-09-01 09:49:28',167.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3740,'1000','41598943027','2020-09-01 10:59:42',165.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3741,'4000','41598943027','2020-09-01 10:59:42',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(3742,'4000','41598943027','2020-09-01 10:59:42',NULL,110.00,'','4','1','Good sold','1','','sales','81','','No',NULL,NULL,''),(3743,'4000','41598943027','2020-09-01 10:59:42',NULL,20.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(3744,'1110','41598943027','2020-09-01 10:59:42',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(3745,'1110','41598943027','2020-09-01 10:59:42',NULL,99.00,'','4','1','Inventory sold','1','','sales','81','','No',NULL,NULL,''),(3746,'1110','41598943027','2020-09-01 10:59:42',NULL,18.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(3747,'5500','41598943027','2020-09-01 10:59:42',148.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3748,'1000','41598947191','2020-09-01 11:05:00',445.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3749,'4000','41598947191','2020-09-01 11:05:00',NULL,90.00,'','4','1','Good sold','1','','sales','6164000009327','','No',NULL,NULL,''),(3750,'4000','41598947191','2020-09-01 11:05:00',NULL,45.00,'','4','1','Good sold','1','','sales','6164000009570','','No',NULL,NULL,''),(3751,'4000','41598947191','2020-09-01 11:05:00',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072000','','No',NULL,NULL,''),(3752,'4000','41598947191','2020-09-01 11:05:00',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072000','','No',NULL,NULL,''),(3753,'4000','41598947191','2020-09-01 11:05:00',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072017','','No',NULL,NULL,''),(3754,'4000','41598947191','2020-09-01 11:05:00',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072017','','No',NULL,NULL,''),(3755,'4000','41598947191','2020-09-01 11:05:00',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3756,'4000','41598947191','2020-09-01 11:05:00',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(3757,'4000','41598947191','2020-09-01 11:05:00',NULL,65.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(3758,'1110','41598947191','2020-09-01 11:05:00',NULL,81.00,'','4','1','Inventory sold','1','','sales','6164000009327','','No',NULL,NULL,''),(3759,'1110','41598947191','2020-09-01 11:05:00',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000009570','','No',NULL,NULL,''),(3760,'1110','41598947191','2020-09-01 11:05:00',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072000','','No',NULL,NULL,''),(3761,'1110','41598947191','2020-09-01 11:05:00',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072000','','No',NULL,NULL,''),(3762,'1110','41598947191','2020-09-01 11:05:00',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072017','','No',NULL,NULL,''),(3763,'1110','41598947191','2020-09-01 11:05:00',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072017','','No',NULL,NULL,''),(3764,'1110','41598947191','2020-09-01 11:05:00',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(3765,'1110','41598947191','2020-09-01 11:05:00',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(3766,'1110','41598947191','2020-09-01 11:05:00',NULL,58.50,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(3767,'5500','41598947191','2020-09-01 11:05:00',400.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3768,'1000','41598947582','2020-09-01 11:07:24',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3769,'4000','41598947582','2020-09-01 11:07:24',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(3770,'1110','41598947582','2020-09-01 11:07:24',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(3771,'5500','41598947582','2020-09-01 11:07:24',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3772,'1000','41598947660','2020-09-01 11:38:38',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3773,'4000','41598947660','2020-09-01 11:38:38',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(3774,'1110','41598947660','2020-09-01 11:38:38',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(3775,'5500','41598947660','2020-09-01 11:38:38',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3776,'1000','41598949586','2020-09-01 12:01:26',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3777,'4000','41598949586','2020-09-01 12:01:26',NULL,170.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(3778,'1110','41598949586','2020-09-01 12:01:26',NULL,153.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(3779,'5500','41598949586','2020-09-01 12:01:26',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3780,'1000','41598950923','2020-09-01 12:52:46',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3781,'4000','41598950923','2020-09-01 12:52:46',NULL,20.00,'','4','1','Good sold','1','','sales','6161100041240','','No',NULL,NULL,''),(3782,'1110','41598950923','2020-09-01 12:52:46',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100041240','','No',NULL,NULL,''),(3783,'5500','41598950923','2020-09-01 12:52:46',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3784,'1000','41598954054','2020-09-01 13:02:37',70.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3785,'4000','41598954054','2020-09-01 13:02:37',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(3786,'1110','41598954054','2020-09-01 13:02:37',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(3787,'5500','41598954054','2020-09-01 13:02:37',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3788,'4000','41598954054','2020-09-01 13:03:31',70.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(3789,'1000','41598954054','2020-09-01 13:03:31',NULL,70.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(3790,'5500','41598954054','2020-09-01 13:03:31',NULL,63.00,'','4','1','Cost of goods returned','1','','sales','172','','No',NULL,NULL,''),(3791,'1110','41598954054','2020-09-01 13:03:31',63.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(3792,'1000','41598954618','2020-09-01 13:06:10',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3793,'4000','41598954618','2020-09-01 13:06:10',NULL,85.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(3794,'1110','41598954618','2020-09-01 13:06:10',NULL,76.50,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(3795,'5500','41598954618','2020-09-01 13:06:10',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3796,'1000','41598954795','2020-09-01 13:13:00',615.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3797,'4000','41598954795','2020-09-01 13:13:00',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(3798,'4000','41598954795','2020-09-01 13:13:00',NULL,100.00,'','4','1','Good sold','1','','sales','6164000009068','','No',NULL,NULL,''),(3799,'4000','41598954795','2020-09-01 13:13:00',NULL,170.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(3800,'4000','41598954795','2020-09-01 13:13:00',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(3801,'4000','41598954795','2020-09-01 13:13:00',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(3802,'4000','41598954795','2020-09-01 13:13:00',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(3803,'1110','41598954795','2020-09-01 13:13:00',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(3804,'1110','41598954795','2020-09-01 13:13:00',NULL,90.00,'','4','1','Inventory sold','1','','sales','6164000009068','','No',NULL,NULL,''),(3805,'1110','41598954795','2020-09-01 13:13:00',NULL,153.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(3806,'1110','41598954795','2020-09-01 13:13:00',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(3807,'1110','41598954795','2020-09-01 13:13:00',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(3808,'1110','41598954795','2020-09-01 13:13:00',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(3809,'5500','41598954795','2020-09-01 13:13:00',526.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3810,'1000','41598955191','2020-09-01 13:13:22',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3811,'4000','41598955191','2020-09-01 13:13:22',NULL,170.00,'','4','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(3812,'1110','41598955191','2020-09-01 13:13:22',NULL,153.00,'','4','1','Inventory sold','1','','sales','76','','No',NULL,NULL,''),(3813,'5500','41598955191','2020-09-01 13:13:22',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3814,'1000','41598955247','2020-09-01 13:17:19',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3815,'4000','41598955247','2020-09-01 13:17:19',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(3816,'1110','41598955247','2020-09-01 13:17:19',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(3817,'5500','41598955247','2020-09-01 13:17:19',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3818,'1000','41598955444','2020-09-01 13:29:13',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3819,'4000','41598955444','2020-09-01 13:29:13',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3820,'1110','41598955444','2020-09-01 13:29:13',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(3821,'5500','41598955444','2020-09-01 13:29:13',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3822,'1000','41598956158','2020-09-01 13:40:32',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3823,'4000','41598956158','2020-09-01 13:40:32',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(3824,'1110','41598956158','2020-09-01 13:40:32',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(3825,'5500','41598956158','2020-09-01 13:40:32',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3826,'1000','41598956836','2020-09-01 13:44:35',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3827,'4000','41598956836','2020-09-01 13:44:35',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3828,'1110','41598956836','2020-09-01 13:44:35',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(3829,'5500','41598956836','2020-09-01 13:44:35',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3830,'1000','41598957079','2020-09-01 13:45:40',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3831,'4000','41598957079','2020-09-01 13:45:40',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(3832,'1110','41598957079','2020-09-01 13:45:40',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(3833,'5500','41598957079','2020-09-01 13:45:40',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3834,'1000','41598957145','2020-09-01 13:49:25',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3835,'4000','41598957145','2020-09-01 13:49:25',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(3836,'1110','41598957145','2020-09-01 13:49:25',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(3837,'5500','41598957145','2020-09-01 13:49:25',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3838,'1000','41598957368','2020-09-01 13:55:41',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3839,'4000','41598957368','2020-09-01 13:55:41',NULL,130.00,'','4','1','Good sold','1','','sales','171','','No',NULL,NULL,''),(3840,'1110','41598957368','2020-09-01 13:55:41',NULL,117.00,'','4','1','Inventory sold','1','','sales','171','','No',NULL,NULL,''),(3841,'5500','41598957368','2020-09-01 13:55:41',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3842,'1000','41598957747','2020-09-01 14:05:47',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3843,'4000','41598957747','2020-09-01 14:05:47',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(3844,'1110','41598957747','2020-09-01 14:05:47',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(3845,'5500','41598957747','2020-09-01 14:05:47',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3846,'1000','41598958351','2020-09-01 14:20:08',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3847,'4000','41598958351','2020-09-01 14:20:08',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3848,'1110','41598958351','2020-09-01 14:20:08',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(3849,'5500','41598958351','2020-09-01 14:20:08',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3850,'1000','41598959325','2020-09-01 14:24:05',155.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3851,'4000','41598959325','2020-09-01 14:24:05',NULL,25.00,'','4','1','Good sold','1','','sales','6009629720072','','No',NULL,NULL,''),(3852,'4000','41598959325','2020-09-01 14:24:05',NULL,130.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(3853,'1110','41598959325','2020-09-01 14:24:05',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009629720072','','No',NULL,NULL,''),(3854,'1110','41598959325','2020-09-01 14:24:05',NULL,117.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(3855,'5500','41598959325','2020-09-01 14:24:05',139.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3856,'1000','41598959596','2020-09-01 14:55:06',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3857,'4000','41598959596','2020-09-01 14:55:06',NULL,55.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(3858,'1110','41598959596','2020-09-01 14:55:06',NULL,49.50,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(3859,'5500','41598959596','2020-09-01 14:55:06',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3860,'1000','41598964408','2020-09-01 15:47:26',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3861,'4000','41598964408','2020-09-01 15:47:26',NULL,50.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(3862,'1110','41598964408','2020-09-01 15:47:26',NULL,43.30,'','4','1','Inventory sold','1','','sales','185','','No',NULL,NULL,''),(3863,'5500','41598964408','2020-09-01 15:47:26',43.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3864,'1000','41598964454','2020-09-01 16:27:24',175.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3865,'4000','41598964454','2020-09-01 16:27:24',NULL,75.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(3866,'4000','41598964454','2020-09-01 16:27:24',NULL,100.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(3867,'1110','41598964454','2020-09-01 16:27:24',NULL,67.50,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(3868,'1110','41598964454','2020-09-01 16:27:24',NULL,90.00,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(3869,'5500','41598964454','2020-09-01 16:27:24',157.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3870,'1000','41598967264','2020-09-01 16:37:48',83.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3871,'4000','41598967264','2020-09-01 16:37:48',NULL,60.00,'','4','1','Good sold','1','','sales','6161100760066','','No',NULL,NULL,''),(3872,'4000','41598967264','2020-09-01 16:37:48',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(3873,'4000','41598967264','2020-09-01 16:37:48',NULL,6.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(3874,'4000','41598967264','2020-09-01 16:37:48',NULL,6.00,'','4','1','Good sold','1','','sales','432','','No',NULL,NULL,''),(3875,'4000','41598967264','2020-09-01 16:37:48',NULL,6.00,'','4','1','Good sold','1','','sales','433','','No',NULL,NULL,''),(3876,'1110','41598967264','2020-09-01 16:37:48',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161100760066','','No',NULL,NULL,''),(3877,'1110','41598967264','2020-09-01 16:37:48',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(3878,'1110','41598967264','2020-09-01 16:37:48',NULL,4.20,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(3879,'1110','41598967264','2020-09-01 16:37:48',NULL,4.20,'','4','1','Inventory sold','1','','sales','432','','No',NULL,NULL,''),(3880,'1110','41598967264','2020-09-01 16:37:48',NULL,4.60,'','4','1','Inventory sold','1','','sales','433','','No',NULL,NULL,''),(3881,'5500','41598967264','2020-09-01 16:37:48',70.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3882,'1000','41598967655','2020-09-01 16:45:14',270.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3883,'4000','41598967655','2020-09-01 16:45:14',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033186','','No',NULL,NULL,''),(3884,'4000','41598967655','2020-09-01 16:45:14',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033186','','No',NULL,NULL,''),(3885,'4000','41598967655','2020-09-01 16:45:14',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3886,'1110','41598967655','2020-09-01 16:45:14',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033186','','No',NULL,NULL,''),(3887,'1110','41598967655','2020-09-01 16:45:14',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033186','','No',NULL,NULL,''),(3888,'1110','41598967655','2020-09-01 16:45:14',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(3889,'5500','41598967655','2020-09-01 16:45:14',243.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3890,'1000','41598967919','2020-09-01 16:53:19',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3891,'4000','41598967919','2020-09-01 16:53:19',NULL,50.00,'','4','1','Good sold','1','','sales','6164000009372','','No',NULL,NULL,''),(3892,'4000','41598967919','2020-09-01 16:53:19',NULL,40.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(3893,'1110','41598967919','2020-09-01 16:53:19',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164000009372','','No',NULL,NULL,''),(3894,'1110','41598967919','2020-09-01 16:53:19',NULL,36.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(3895,'5500','41598967919','2020-09-01 16:53:19',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3899,'1000','41598968407','2020-09-01 18:10:18',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3900,'4000','41598968407','2020-09-01 18:10:18',NULL,60.00,'','4','1','Good sold','1','','sales','6009627050027','','No',NULL,NULL,''),(3901,'1110','41598968407','2020-09-01 18:10:18',NULL,54.00,'','4','1','Inventory sold','1','','sales','6009627050027','','No',NULL,NULL,''),(3902,'5500','41598968407','2020-09-01 18:10:18',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3903,'1000','41598973025','2020-09-01 18:17:42',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3904,'4000','41598973025','2020-09-01 18:17:42',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3905,'1110','41598973025','2020-09-01 18:17:42',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(3906,'5500','41598973025','2020-09-01 18:17:42',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3907,'1000','41598973471','2020-09-01 18:31:37',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3908,'4000','41598973471','2020-09-01 18:31:37',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072048','','No',NULL,NULL,''),(3909,'4000','41598973471','2020-09-01 18:31:37',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3910,'1110','41598973471','2020-09-01 18:31:37',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072048','','No',NULL,NULL,''),(3911,'1110','41598973471','2020-09-01 18:31:37',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(3912,'5500','41598973471','2020-09-01 18:31:37',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3913,'1000','41598974318','2020-09-01 18:41:11',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3914,'4000','41598974318','2020-09-01 18:41:11',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033179','','No',NULL,NULL,''),(3915,'1110','41598974318','2020-09-01 18:41:11',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033179','','No',NULL,NULL,''),(3916,'5500','41598974318','2020-09-01 18:41:11',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3917,'1000','41598974885','2020-09-01 18:43:26',590.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3918,'4000','41598974885','2020-09-01 18:43:26',NULL,590.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3919,'1110','41598974885','2020-09-01 18:43:26',NULL,531.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3920,'5500','41598974885','2020-09-01 18:43:26',531.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3921,'1000','41598975132','2020-09-01 19:08:45',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3922,'4000','41598975132','2020-09-01 19:08:45',NULL,50.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(3923,'1110','41598975132','2020-09-01 19:08:45',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(3924,'5500','41598975132','2020-09-01 19:08:45',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3925,'1000','41598976531','2020-09-01 19:12:51',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3926,'4000','41598976531','2020-09-01 19:12:51',NULL,10.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(3927,'4000','41598976531','2020-09-01 19:12:51',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(3928,'1110','41598976531','2020-09-01 19:12:51',NULL,9.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(3929,'1110','41598976531','2020-09-01 19:12:51',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(3930,'5500','41598976531','2020-09-01 19:12:51',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3942,'1000','41598976800','2020-09-01 19:23:53',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3943,'4000','41598976800','2020-09-01 19:23:53',NULL,20.00,'','4','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3944,'1110','41598976800','2020-09-01 19:23:53',NULL,18.00,'','4','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(3945,'5500','41598976800','2020-09-01 19:23:53',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3946,'1000','41598977438','2020-09-01 19:33:28',580.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3947,'4000','41598977438','2020-09-01 19:33:28',NULL,350.00,'','4','1','Good sold','1','','sales','6161106610235','','No',NULL,NULL,''),(3948,'4000','41598977438','2020-09-01 19:33:28',NULL,230.00,'','4','1','Good sold','1','','sales','57','','No',NULL,NULL,''),(3949,'1110','41598977438','2020-09-01 19:33:28',NULL,315.83,'','4','1','Inventory sold','1','','sales','6161106610235','','No',NULL,NULL,''),(3950,'1110','41598977438','2020-09-01 19:33:28',NULL,207.00,'','4','1','Inventory sold','1','','sales','57','','No',NULL,NULL,''),(3951,'5500','41598977438','2020-09-01 19:33:28',522.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3952,'1000','41598978041','2020-09-01 19:38:12',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3953,'4000','41598978041','2020-09-01 19:38:12',NULL,40.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(3954,'1110','41598978041','2020-09-01 19:38:12',NULL,36.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(3955,'5500','41598978041','2020-09-01 19:38:12',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3956,'1110','71598970689','2020-09-01 17:31:00',243.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161100860155','','No',NULL,NULL,''),(3957,'1110','71598970689','2020-09-01 17:31:00',336.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','161101680431','','No',NULL,NULL,''),(3958,'2130','71598970689','2020-09-01 17:31:00',NULL,579.00,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(3959,'1110','71598894222','2020-08-31 20:17:00',170.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','429','','No',NULL,NULL,''),(3960,'1110','71598894222','2020-08-31 20:17:00',1360.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','123','','No',NULL,NULL,''),(3961,'1110','71598894222','2020-08-31 20:17:00',1320.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','122','','No',NULL,NULL,''),(3962,'1110','71598894222','2020-08-31 20:17:00',425.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','430','','No',NULL,NULL,''),(3963,'1110','71598894222','2020-08-31 20:17:00',210.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','431','','No',NULL,NULL,''),(3964,'1110','71598894222','2020-08-31 20:17:00',210.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','432','','No',NULL,NULL,''),(3965,'1110','71598894222','2020-08-31 20:17:00',230.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','433','','No',NULL,NULL,''),(3966,'1110','71598894222','2020-08-31 20:17:00',459.96,NULL,'','7','1','Inventory Purchased','1','19','Purchases','112','','No',NULL,NULL,''),(3967,'1110','71598894222','2020-08-31 20:17:00',249.75,NULL,'','7','1','Inventory Purchased','1','19','Purchases','169','','No',NULL,NULL,''),(3968,'1110','71598894222','2020-08-31 20:17:00',3.40,NULL,'','7','1','Inventory Purchased','1','19','Purchases','428','','No',NULL,NULL,''),(3969,'2130','71598894222','2020-08-31 20:17:00',NULL,4638.11,'','7','1','Account payable for inventory','1','19','Purchases','','','No',NULL,NULL,''),(3970,'1000','41599025115','2020-09-02 08:39:43',190.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3971,'4000','41599025115','2020-09-02 08:39:43',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(3972,'4000','41599025115','2020-09-02 08:39:43',NULL,70.00,'','4','1','Good sold','1','','sales','616400033506','','No',NULL,NULL,''),(3973,'1110','41599025115','2020-09-02 08:39:43',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(3974,'1110','41599025115','2020-09-02 08:39:43',NULL,60.00,'','4','1','Inventory sold','1','','sales','616400033506','','No',NULL,NULL,''),(3975,'5500','41599025115','2020-09-02 08:39:43',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3976,'1000','41599025207','2020-09-02 08:48:18',470.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3977,'4000','41599025207','2020-09-02 08:48:18',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(3978,'4000','41599025207','2020-09-02 08:48:18',NULL,330.00,'','4','1','Good sold','1','','sales','745114762979','','No',NULL,NULL,''),(3979,'4000','41599025207','2020-09-02 08:48:18',NULL,70.00,'','4','1','Good sold','1','','sales','10000905','','No',NULL,NULL,''),(3980,'1110','41599025207','2020-09-02 08:48:18',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(3981,'1110','41599025207','2020-09-02 08:48:18',NULL,294.00,'','4','1','Inventory sold','1','','sales','745114762979','','No',NULL,NULL,''),(3982,'1110','41599025207','2020-09-02 08:48:18',NULL,57.00,'','4','1','Inventory sold','1','','sales','10000905','','No',NULL,NULL,''),(3983,'5500','41599025207','2020-09-02 08:48:18',414.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3984,'4000','41599025207','2020-09-02 08:51:04',70.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(3985,'1000','41599025207','2020-09-02 08:51:04',NULL,70.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(3986,'5500','41599025207','2020-09-02 08:51:04',NULL,63.00,'','4','1','Cost of goods returned','1','','sales','172','','No',NULL,NULL,''),(3987,'1110','41599025207','2020-09-02 08:51:04',63.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(3988,'1000','41599025903','2020-09-02 10:08:56',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3989,'4000','41599025903','2020-09-02 10:08:56',NULL,85.00,'','4','1','Good sold','1','','sales','6164000025990','','No',NULL,NULL,''),(3990,'4000','41599025903','2020-09-02 10:08:56',NULL,10.00,'','4','1','Good sold','1','','sales','6164000184048','','No',NULL,NULL,''),(3991,'4000','41599025903','2020-09-02 10:08:56',NULL,10.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(3992,'1110','41599025903','2020-09-02 10:08:56',NULL,76.50,'','4','1','Inventory sold','1','','sales','6164000025990','','No',NULL,NULL,''),(3993,'1110','41599025903','2020-09-02 10:08:56',NULL,9.00,'','4','1','Inventory sold','1','','sales','6164000184048','','No',NULL,NULL,''),(3994,'1110','41599025903','2020-09-02 10:08:56',NULL,9.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(3995,'5500','41599025903','2020-09-02 10:08:56',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3996,'1000','41599030550','2020-09-02 10:16:24',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(3997,'4000','41599030550','2020-09-02 10:16:24',NULL,100.00,'','4','1','Good sold','1','','sales','6161100913011','','No',NULL,NULL,''),(3998,'1110','41599030550','2020-09-02 10:16:24',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161100913011','','No',NULL,NULL,''),(3999,'5500','41599030550','2020-09-02 10:16:24',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4000,'1000','41599031033','2020-09-02 10:40:27',245.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4001,'4000','41599031033','2020-09-02 10:40:27',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050034','','No',NULL,NULL,''),(4002,'4000','41599031033','2020-09-02 10:40:27',NULL,125.00,'','4','1','Good sold','1','','sales','6164004597103','','No',NULL,NULL,''),(4003,'1110','41599031033','2020-09-02 10:40:27',NULL,104.58,'','4','1','Inventory sold','1','','sales','6009627050034','','No',NULL,NULL,''),(4004,'1110','41599031033','2020-09-02 10:40:27',NULL,112.50,'','4','1','Inventory sold','1','','sales','6164004597103','','No',NULL,NULL,''),(4005,'5500','41599031033','2020-09-02 10:40:27',217.08,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4006,'1000','41599032458','2020-09-02 10:56:19',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4007,'4000','41599032458','2020-09-02 10:56:19',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(4008,'1110','41599032458','2020-09-02 10:56:19',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(4009,'5500','41599032458','2020-09-02 10:56:19',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4010,'1000','41599033425','2020-09-02 11:11:07',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4011,'4000','41599033425','2020-09-02 11:11:07',NULL,25.00,'','4','1','Good sold','1','','sales','6008677000532','','No',NULL,NULL,''),(4012,'4000','41599033425','2020-09-02 11:11:07',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(4013,'1110','41599033425','2020-09-02 11:11:07',NULL,22.50,'','4','1','Inventory sold','1','','sales','6008677000532','','No',NULL,NULL,''),(4014,'1110','41599033425','2020-09-02 11:11:07',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(4015,'5500','41599033425','2020-09-02 11:11:07',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4016,'1110','71599035802','2020-09-02 11:36:00',180.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','32','','No',NULL,NULL,''),(4017,'1110','71599035802','2020-09-02 11:36:00',135.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','33','','No',NULL,NULL,''),(4018,'1110','71599035802','2020-09-02 11:36:00',162.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','30','','No',NULL,NULL,''),(4019,'2130','71599035802','2020-09-02 11:36:00',NULL,477.00,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(4020,'1000','41599034305','2020-09-02 12:41:21',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4021,'4000','41599034305','2020-09-02 12:41:21',NULL,50.00,'','4','1','Good sold','1','','sales','6009607673345','','No',NULL,NULL,''),(4022,'4000','41599034305','2020-09-02 12:41:21',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(4023,'1110','41599034305','2020-09-02 12:41:21',NULL,34.00,'','4','1','Inventory sold','1','','sales','6009607673345','','No',NULL,NULL,''),(4024,'1110','41599034305','2020-09-02 12:41:21',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(4025,'5500','41599034305','2020-09-02 12:41:21',79.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4026,'1000','41599039735','2020-09-02 13:23:06',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4027,'4000','41599039735','2020-09-02 13:23:06',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(4028,'1110','41599039735','2020-09-02 13:23:06',NULL,135.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(4029,'5500','41599039735','2020-09-02 13:23:06',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4030,'1000','41599042252','2020-09-02 13:37:32',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4031,'4000','41599042252','2020-09-02 13:37:32',NULL,20.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(4032,'1110','41599042252','2020-09-02 13:37:32',NULL,18.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(4033,'5500','41599042252','2020-09-02 13:37:32',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4034,'1000','41599043412','2020-09-02 13:43:48',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4035,'4000','41599043412','2020-09-02 13:43:48',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(4036,'1110','41599043412','2020-09-02 13:43:48',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(4037,'5500','41599043412','2020-09-02 13:43:48',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4038,'1000','41599043430','2020-09-02 14:01:02',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4039,'4000','41599043430','2020-09-02 14:01:02',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4040,'1110','41599043430','2020-09-02 14:01:02',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(4041,'5500','41599043430','2020-09-02 14:01:02',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4042,'1000','41599044644','2020-09-02 14:07:20',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4043,'4000','41599044644','2020-09-02 14:07:20',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4044,'4000','41599044644','2020-09-02 14:07:20',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(4045,'1110','41599044644','2020-09-02 14:07:20',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(4046,'1110','41599044644','2020-09-02 14:07:20',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(4047,'5500','41599044644','2020-09-02 14:07:20',30.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4048,'1000','41599046836','2020-09-02 14:40:50',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4049,'4000','41599046836','2020-09-02 14:40:50',NULL,65.00,'','4','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(4050,'1110','41599046836','2020-09-02 14:40:50',NULL,58.50,'','4','1','Inventory sold','1','','sales','87','','No',NULL,NULL,''),(4051,'5500','41599046836','2020-09-02 14:40:50',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4052,'1000','41599046856','2020-09-02 14:47:10',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4053,'4000','41599046856','2020-09-02 14:47:10',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(4054,'1110','41599046856','2020-09-02 14:47:10',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(4055,'5500','41599046856','2020-09-02 14:47:10',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4056,'1000','41599047232','2020-09-02 15:36:20',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4057,'4000','41599047232','2020-09-02 15:36:20',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(4058,'1110','41599047232','2020-09-02 15:36:20',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(4059,'5500','41599047232','2020-09-02 15:36:20',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4060,'1000','41599050183','2020-09-02 16:12:11',215.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4061,'4000','41599050183','2020-09-02 16:12:11',NULL,110.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(4062,'4000','41599050183','2020-09-02 16:12:11',NULL,65.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(4063,'4000','41599050183','2020-09-02 16:12:11',NULL,40.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(4064,'1110','41599050183','2020-09-02 16:12:11',NULL,99.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(4065,'1110','41599050183','2020-09-02 16:12:11',NULL,58.50,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(4066,'1110','41599050183','2020-09-02 16:12:11',NULL,36.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(4067,'5500','41599050183','2020-09-02 16:12:11',193.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4068,'1000','41599052338','2020-09-02 16:17:40',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4069,'4000','41599052338','2020-09-02 16:17:40',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(4070,'1110','41599052338','2020-09-02 16:17:40',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(4071,'5500','41599052338','2020-09-02 16:17:40',3.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4072,'1000','41599052662','2020-09-02 16:34:25',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4073,'4000','41599052662','2020-09-02 16:34:25',NULL,150.00,'','4','1','Good sold','1','','sales','6162006602771','','No',NULL,NULL,''),(4074,'1110','41599052662','2020-09-02 16:34:25',NULL,135.00,'','4','1','Inventory sold','1','','sales','6162006602771','','No',NULL,NULL,''),(4075,'5500','41599052662','2020-09-02 16:34:25',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4076,'1000','41599053807','2020-09-02 16:58:19',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4077,'4000','41599053807','2020-09-02 16:58:19',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(4078,'1110','41599053807','2020-09-02 16:58:19',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(4079,'5500','41599053807','2020-09-02 16:58:19',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4080,'1000','41599055107','2020-09-02 17:02:18',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4081,'4000','41599055107','2020-09-02 17:02:18',NULL,20.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(4082,'1110','41599055107','2020-09-02 17:02:18',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(4083,'5500','41599055107','2020-09-02 17:02:18',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4084,'1000','41599055340','2020-09-02 17:34:12',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4085,'4000','41599055340','2020-09-02 17:34:12',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(4086,'1110','41599055340','2020-09-02 17:34:12',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(4087,'5500','41599055340','2020-09-02 17:34:12',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4088,'4000','41599050183','2020-09-02 17:36:37',110.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(4089,'1000','41599050183','2020-09-02 17:36:37',NULL,110.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(4090,'5500','41599050183','2020-09-02 17:36:37',NULL,99.00,'','4','1','Cost of goods returned','1','','sales','77','','No',NULL,NULL,''),(4091,'1110','41599050183','2020-09-02 17:36:37',99.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(4092,'1000','41599057407','2020-09-02 17:55:14',210.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4093,'4000','41599057407','2020-09-02 17:55:14',NULL,180.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4094,'4000','41599057407','2020-09-02 17:55:14',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(4095,'1110','41599057407','2020-09-02 17:55:14',NULL,162.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(4096,'1110','41599057407','2020-09-02 17:55:14',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(4097,'5500','41599057407','2020-09-02 17:55:14',182.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4098,'1000','41599058527','2020-09-02 17:58:10',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4099,'4000','41599058527','2020-09-02 17:58:10',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(4100,'1110','41599058527','2020-09-02 17:58:10',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(4101,'5500','41599058527','2020-09-02 17:58:10',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4102,'1000','41599058698','2020-09-02 18:02:58',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4103,'4000','41599058698','2020-09-02 18:02:58',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(4104,'1110','41599058698','2020-09-02 18:02:58',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(4105,'5500','41599058698','2020-09-02 18:02:58',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4106,'1000','41599059892','2020-09-02 18:18:20',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4107,'4000','41599059892','2020-09-02 18:18:20',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4108,'1110','41599059892','2020-09-02 18:18:20',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(4109,'5500','41599059892','2020-09-02 18:18:20',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4110,'1000','41599061922','2020-09-02 18:52:11',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4111,'4000','41599061922','2020-09-02 18:52:11',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(4112,'1110','41599061922','2020-09-02 18:52:11',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(4113,'5500','41599061922','2020-09-02 18:52:11',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4114,'1000','41599061935','2020-09-02 18:56:13',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4115,'4000','41599061935','2020-09-02 18:56:13',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(4116,'1110','41599061935','2020-09-02 18:56:13',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(4117,'5500','41599061935','2020-09-02 18:56:13',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4118,'1000','41599062179','2020-09-02 19:04:18',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4119,'4000','41599062179','2020-09-02 19:04:18',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(4120,'4000','41599062179','2020-09-02 19:04:18',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(4121,'1110','41599062179','2020-09-02 19:04:18',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(4122,'1110','41599062179','2020-09-02 19:04:18',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(4123,'5500','41599062179','2020-09-02 19:04:18',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4124,'1000','41599062660','2020-09-02 19:12:35',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4125,'4000','41599062660','2020-09-02 19:12:35',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(4126,'1110','41599062660','2020-09-02 19:12:35',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(4127,'5500','41599062660','2020-09-02 19:12:35',107.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4133,'1000','41599064242','2020-09-02 19:43:10',250.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4134,'4000','41599064242','2020-09-02 19:43:10',NULL,250.00,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(4135,'1110','41599064242','2020-09-02 19:43:10',NULL,225.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(4136,'5500','41599064242','2020-09-02 19:43:10',225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4137,'1000','41599065243','2020-09-02 19:47:41',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4138,'4000','41599065243','2020-09-02 19:47:41',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(4139,'1110','41599065243','2020-09-02 19:47:41',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(4140,'5500','41599065243','2020-09-02 19:47:41',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4141,'1110','71599062346','2020-09-02 18:59:00',229.50,NULL,'','7','1','Inventory Purchased','1','18','Purchases','18','','No',NULL,NULL,''),(4142,'1110','71599062346','2020-09-02 18:59:00',979.92,NULL,'','7','1','Inventory Purchased','1','18','Purchases','6008459000507','','No',NULL,NULL,''),(4143,'1110','71599062346','2020-09-02 18:59:00',1380.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','6008459000453','','No',NULL,NULL,''),(4144,'1110','71599062346','2020-09-02 18:59:00',400.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','268','','No',NULL,NULL,''),(4145,'2130','71599062346','2020-09-02 18:59:00',NULL,2989.42,'','7','1','Account payable for inventory','1','18','Purchases','','','No',NULL,NULL,''),(4146,'1000','41599111863','2020-09-03 08:53:31',126.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4147,'4000','41599111863','2020-09-03 08:53:31',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(4148,'4000','41599111863','2020-09-03 08:53:31',NULL,6.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(4149,'1110','41599111863','2020-09-03 08:53:31',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(4150,'1110','41599111863','2020-09-03 08:53:31',NULL,4.20,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(4151,'5500','41599111863','2020-09-03 08:53:31',97.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4152,'1000','41599112415','2020-09-03 09:01:10',270.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4153,'4000','41599112415','2020-09-03 09:01:10',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(4154,'4000','41599112415','2020-09-03 09:01:10',NULL,220.00,'','4','1','Good sold','1','','sales','745114762979','','No',NULL,NULL,''),(4155,'1110','41599112415','2020-09-03 09:01:10',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(4156,'1110','41599112415','2020-09-03 09:01:10',NULL,196.00,'','4','1','Inventory sold','1','','sales','745114762979','','No',NULL,NULL,''),(4157,'5500','41599112415','2020-09-03 09:01:10',241.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4158,'1000','41599112879','2020-09-03 09:15:00',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4159,'4000','41599112879','2020-09-03 09:15:00',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(4160,'4000','41599112879','2020-09-03 09:15:00',NULL,70.00,'','4','1','Good sold','1','','sales','616400033506','','No',NULL,NULL,''),(4161,'1110','41599112879','2020-09-03 09:15:00',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(4162,'1110','41599112879','2020-09-03 09:15:00',NULL,60.00,'','4','1','Inventory sold','1','','sales','616400033506','','No',NULL,NULL,''),(4163,'5500','41599112879','2020-09-03 09:15:00',63.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4164,'1000','41599113704','2020-09-03 09:27:06',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4165,'4000','41599113704','2020-09-03 09:27:06',NULL,35.00,'','4','1','Good sold','1','','sales','6164000009358','','No',NULL,NULL,''),(4166,'1110','41599113704','2020-09-03 09:27:06',NULL,31.50,'','4','1','Inventory sold','1','','sales','6164000009358','','No',NULL,NULL,''),(4167,'5500','41599113704','2020-09-03 09:27:06',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4168,'1000','41599114615','2020-09-03 09:30:29',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4169,'4000','41599114615','2020-09-03 09:30:29',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(4170,'1110','41599114615','2020-09-03 09:30:29',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(4171,'5500','41599114615','2020-09-03 09:30:29',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4172,'1000','41599122910','2020-09-03 11:52:55',470.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4173,'4000','41599122910','2020-09-03 11:52:55',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(4174,'4000','41599122910','2020-09-03 11:52:55',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4175,'4000','41599122910','2020-09-03 11:52:55',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4176,'4000','41599122910','2020-09-03 11:52:55',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4177,'4000','41599122910','2020-09-03 11:52:55',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(4178,'4000','41599122910','2020-09-03 11:52:55',NULL,130.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(4179,'4000','41599122910','2020-09-03 11:52:55',NULL,75.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(4180,'1110','41599122910','2020-09-03 11:52:55',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(4181,'1110','41599122910','2020-09-03 11:52:55',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(4182,'1110','41599122910','2020-09-03 11:52:55',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(4183,'1110','41599122910','2020-09-03 11:52:55',NULL,45.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(4184,'1110','41599122910','2020-09-03 11:52:55',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(4185,'1110','41599122910','2020-09-03 11:52:55',NULL,117.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(4186,'1110','41599122910','2020-09-03 11:52:55',NULL,67.50,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(4187,'5500','41599122910','2020-09-03 11:52:55',416.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4188,'1000','41599123186','2020-09-03 11:56:11',24.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4189,'4000','41599123186','2020-09-03 11:56:11',NULL,24.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(4190,'1110','41599123186','2020-09-03 11:56:11',NULL,20.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(4191,'5500','41599123186','2020-09-03 11:56:11',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4192,'1000','41599123376','2020-09-03 11:56:53',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4193,'4000','41599123376','2020-09-03 11:56:53',NULL,20.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(4194,'1110','41599123376','2020-09-03 11:56:53',NULL,17.32,'','4','1','Inventory sold','1','','sales','185','','No',NULL,NULL,''),(4195,'5500','41599123376','2020-09-03 11:56:53',17.32,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4196,'1000','41599123457','2020-09-03 12:04:00',110.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4197,'4000','41599123457','2020-09-03 12:04:00',NULL,110.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(4198,'1110','41599123457','2020-09-03 12:04:00',NULL,99.00,'','4','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(4199,'5500','41599123457','2020-09-03 12:04:00',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4200,'4000','41599123457','2020-09-03 12:08:42',110.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(4201,'1000','41599123457','2020-09-03 12:08:42',NULL,110.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(4202,'5500','41599123457','2020-09-03 12:08:42',NULL,99.00,'','4','1','Cost of goods returned','1','','sales','79','','No',NULL,NULL,''),(4203,'1110','41599123457','2020-09-03 12:08:42',99.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(4204,'1000','41599124222','2020-09-03 12:45:39',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4205,'4000','41599124222','2020-09-03 12:45:39',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4206,'1110','41599124222','2020-09-03 12:45:39',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(4207,'5500','41599124222','2020-09-03 12:45:39',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4208,'1000','41599126343','2020-09-03 12:48:46',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4209,'4000','41599126343','2020-09-03 12:48:46',NULL,120.00,'','4','1','Good sold','1','','sales','6161101661218','','No',NULL,NULL,''),(4210,'1110','41599126343','2020-09-03 12:48:46',NULL,97.50,'','4','1','Inventory sold','1','','sales','6161101661218','','No',NULL,NULL,''),(4211,'5500','41599126343','2020-09-03 12:48:46',97.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4212,'1000','41599126615','2020-09-03 12:55:21',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4213,'4000','41599126615','2020-09-03 12:55:21',NULL,50.00,'','4','1','Good sold','1','','sales','0792382472789','','No',NULL,NULL,''),(4214,'4000','41599126615','2020-09-03 12:55:21',NULL,10.00,'','4','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(4215,'1110','41599126615','2020-09-03 12:55:21',NULL,45.00,'','4','1','Inventory sold','1','','sales','0792382472789','','No',NULL,NULL,''),(4216,'1110','41599126615','2020-09-03 12:55:21',NULL,9.00,'','4','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(4217,'5500','41599126615','2020-09-03 12:55:21',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4218,'1000','41599126924','2020-09-03 13:58:31',155.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4219,'4000','41599126924','2020-09-03 13:58:31',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(4220,'4000','41599126924','2020-09-03 13:58:31',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(4221,'4000','41599126924','2020-09-03 13:58:31',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(4222,'1110','41599126924','2020-09-03 13:58:31',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(4223,'1110','41599126924','2020-09-03 13:58:31',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(4224,'1110','41599126924','2020-09-03 13:58:31',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(4225,'5500','41599126924','2020-09-03 13:58:31',134.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4226,'1000','41599130717','2020-09-03 13:59:20',85.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4227,'4000','41599130717','2020-09-03 13:59:20',NULL,85.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(4228,'1110','41599130717','2020-09-03 13:59:20',NULL,76.50,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(4229,'5500','41599130717','2020-09-03 13:59:20',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4230,'1000','41599130783','2020-09-03 14:02:40',185.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4231,'4000','41599130783','2020-09-03 14:02:40',NULL,50.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4232,'4000','41599130783','2020-09-03 14:02:40',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033223','','No',NULL,NULL,''),(4233,'4000','41599130783','2020-09-03 14:02:40',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(4234,'1110','41599130783','2020-09-03 14:02:40',NULL,45.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4235,'1110','41599130783','2020-09-03 14:02:40',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033223','','No',NULL,NULL,''),(4236,'1110','41599130783','2020-09-03 14:02:40',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(4237,'5500','41599130783','2020-09-03 14:02:40',165.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4238,'1000','41599131023','2020-09-03 14:19:24',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4239,'4000','41599131023','2020-09-03 14:19:24',NULL,75.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(4240,'1110','41599131023','2020-09-03 14:19:24',NULL,67.50,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(4241,'5500','41599131023','2020-09-03 14:19:24',67.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4242,'1000','41599132089','2020-09-03 14:30:28',6.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4243,'4000','41599132089','2020-09-03 14:30:28',NULL,6.00,'','4','1','Good sold','1','','sales','432','','No',NULL,NULL,''),(4244,'1110','41599132089','2020-09-03 14:30:28',NULL,4.20,'','4','1','Inventory sold','1','','sales','432','','No',NULL,NULL,''),(4245,'5500','41599132089','2020-09-03 14:30:28',4.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4246,'1000','41599133731','2020-09-03 14:55:20',178.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4247,'4000','41599133731','2020-09-03 14:55:20',NULL,168.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(4248,'4000','41599133731','2020-09-03 14:55:20',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4249,'1110','41599133731','2020-09-03 14:55:20',NULL,140.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(4250,'1110','41599133731','2020-09-03 14:55:20',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(4251,'5500','41599133731','2020-09-03 14:55:20',149.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4252,'1000','41599134132','2020-09-03 14:56:48',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4253,'4000','41599134132','2020-09-03 14:56:48',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000901','','No',NULL,NULL,''),(4254,'1110','41599134132','2020-09-03 14:56:48',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000901','','No',NULL,NULL,''),(4255,'5500','41599134132','2020-09-03 14:56:48',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4256,'1000','41599134211','2020-09-03 15:00:00',155.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4257,'4000','41599134211','2020-09-03 15:00:00',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(4258,'4000','41599134211','2020-09-03 15:00:00',NULL,85.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(4259,'1110','41599134211','2020-09-03 15:00:00',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(4260,'1110','41599134211','2020-09-03 15:00:00',NULL,76.50,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(4261,'5500','41599134211','2020-09-03 15:00:00',139.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4262,'4000','41599134211','2020-09-03 15:01:06',70.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(4263,'1000','41599134211','2020-09-03 15:01:06',NULL,70.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(4264,'5500','41599134211','2020-09-03 15:01:06',NULL,63.00,'','4','1','Cost of goods returned','1','','sales','172','','No',NULL,NULL,''),(4265,'1110','41599134211','2020-09-03 15:01:06',63.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(4266,'1000','41599134486','2020-09-03 15:09:33',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4267,'4000','41599134486','2020-09-03 15:09:33',NULL,20.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(4268,'1110','41599134486','2020-09-03 15:09:33',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(4269,'5500','41599134486','2020-09-03 15:09:33',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4270,'1110','71599131930','2020-09-03 14:18:00',117.00,NULL,'','7','1','Inventory Purchased','1','12','Purchases','6161113440016','','No',NULL,NULL,''),(4271,'1110','71599131930','2020-09-03 14:18:00',472.50,NULL,'','7','1','Inventory Purchased','1','12','Purchases','6166000090213','','No',NULL,NULL,''),(4272,'1110','71599131930','2020-09-03 14:18:00',117.00,NULL,'','7','1','Inventory Purchased','1','12','Purchases','6161113440009','','No',NULL,NULL,''),(4273,'2130','71599131930','2020-09-03 14:18:00',NULL,706.50,'','7','1','Account payable for inventory','1','12','Purchases','','','No',NULL,NULL,''),(4274,'1000','41599134984','2020-09-03 15:15:49',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4275,'4000','41599134984','2020-09-03 15:15:49',NULL,110.00,'','4','1','Good sold','1','','sales','78','','No',NULL,NULL,''),(4276,'4000','41599134984','2020-09-03 15:15:49',NULL,40.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(4277,'1110','41599134984','2020-09-03 15:15:49',NULL,99.00,'','4','1','Inventory sold','1','','sales','78','','No',NULL,NULL,''),(4278,'1110','41599134984','2020-09-03 15:15:49',NULL,36.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(4279,'5500','41599134984','2020-09-03 15:15:49',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4280,'1000','41599135362','2020-09-03 15:27:56',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4281,'4000','41599135362','2020-09-03 15:27:56',NULL,60.00,'','4','1','Good sold','1','','sales','6161103620077','','No',NULL,NULL,''),(4282,'1110','41599135362','2020-09-03 15:27:56',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161103620077','','No',NULL,NULL,''),(4283,'5500','41599135362','2020-09-03 15:27:56',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4284,'1000','41599136085','2020-09-03 16:04:39',29.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4285,'4000','41599136085','2020-09-03 16:04:39',NULL,5.00,'','4','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(4286,'4000','41599136085','2020-09-03 16:04:39',NULL,24.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(4287,'1110','41599136085','2020-09-03 16:04:39',NULL,4.50,'','4','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(4288,'1110','41599136085','2020-09-03 16:04:39',NULL,16.80,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(4289,'5500','41599136085','2020-09-03 16:04:39',21.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4290,'1000','41599138290','2020-09-03 16:30:53',135.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4291,'4000','41599138290','2020-09-03 16:30:53',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(4292,'4000','41599138290','2020-09-03 16:30:53',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(4293,'4000','41599138290','2020-09-03 16:30:53',NULL,5.00,'','4','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(4294,'1110','41599138290','2020-09-03 16:30:53',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(4295,'1110','41599138290','2020-09-03 16:30:53',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(4296,'1110','41599138290','2020-09-03 16:30:53',NULL,4.50,'','4','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(4297,'5500','41599138290','2020-09-03 16:30:53',104.16,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4298,'1000','41599139862','2020-09-03 17:18:54',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4299,'4000','41599139862','2020-09-03 17:18:54',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(4300,'4000','41599139862','2020-09-03 17:18:54',NULL,30.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(4301,'1110','41599139862','2020-09-03 17:18:54',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(4302,'1110','41599139862','2020-09-03 17:18:54',NULL,20.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(4303,'5500','41599139862','2020-09-03 17:18:54',23.73,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4304,'1000','41599143039','2020-09-03 17:30:41',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4305,'4000','41599143039','2020-09-03 17:30:41',NULL,40.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(4306,'4000','41599143039','2020-09-03 17:30:41',NULL,80.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(4307,'1110','41599143039','2020-09-03 17:30:41',NULL,36.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(4308,'1110','41599143039','2020-09-03 17:30:41',NULL,72.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(4309,'5500','41599143039','2020-09-03 17:30:41',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4310,'1000','41599144763','2020-09-03 17:58:07',210.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4311,'4000','41599144763','2020-09-03 17:58:07',NULL,210.00,'','4','1','Good sold','1','','sales','6164000033483','','No',NULL,NULL,''),(4312,'1110','41599144763','2020-09-03 17:58:07',NULL,189.00,'','4','1','Inventory sold','1','','sales','6164000033483','','No',NULL,NULL,''),(4313,'5500','41599144763','2020-09-03 17:58:07',189.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4314,'1000','41599145854','2020-09-03 18:11:11',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4315,'4000','41599145854','2020-09-03 18:11:11',NULL,50.00,'','4','1','Good sold','1','','sales','6164000009372','','No',NULL,NULL,''),(4316,'1110','41599145854','2020-09-03 18:11:11',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164000009372','','No',NULL,NULL,''),(4317,'5500','41599145854','2020-09-03 18:11:11',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4318,'1000','41599145873','2020-09-03 18:16:04',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4319,'4000','41599145873','2020-09-03 18:16:04',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(4320,'4000','41599145873','2020-09-03 18:16:04',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(4321,'1110','41599145873','2020-09-03 18:16:04',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(4322,'1110','41599145873','2020-09-03 18:16:04',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(4323,'5500','41599145873','2020-09-03 18:16:04',6.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4324,'1000','41599146168','2020-09-03 18:24:02',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4325,'4000','41599146168','2020-09-03 18:24:02',NULL,10.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(4326,'1110','41599146168','2020-09-03 18:24:02',NULL,6.80,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(4327,'5500','41599146168','2020-09-03 18:24:02',6.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4328,'1000','41599146670','2020-09-03 18:27:04',290.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4329,'4000','41599146670','2020-09-03 18:27:04',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(4330,'4000','41599146670','2020-09-03 18:27:04',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(4331,'4000','41599146670','2020-09-03 18:27:04',NULL,170.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(4332,'1110','41599146670','2020-09-03 18:27:04',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(4333,'1110','41599146670','2020-09-03 18:27:04',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(4334,'1110','41599146670','2020-09-03 18:27:04',NULL,153.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(4335,'5500','41599146670','2020-09-03 18:27:04',261.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4336,'1000','41599146878','2020-09-03 18:28:15',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4337,'4000','41599146878','2020-09-03 18:28:15',NULL,100.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(4338,'1110','41599146878','2020-09-03 18:28:15',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(4339,'5500','41599146878','2020-09-03 18:28:15',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4340,'1000','41599147037','2020-09-03 18:31:10',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4341,'4000','41599147037','2020-09-03 18:31:10',NULL,50.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(4342,'1110','41599147037','2020-09-03 18:31:10',NULL,43.30,'','4','1','Inventory sold','1','','sales','185','','No',NULL,NULL,''),(4343,'5500','41599147037','2020-09-03 18:31:10',43.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4344,'1000','41599147080','2020-09-03 18:33:50',270.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4345,'4000','41599147080','2020-09-03 18:33:50',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033070','','No',NULL,NULL,''),(4346,'4000','41599147080','2020-09-03 18:33:50',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033193','','No',NULL,NULL,''),(4347,'4000','41599147080','2020-09-03 18:33:50',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(4348,'1110','41599147080','2020-09-03 18:33:50',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033070','','No',NULL,NULL,''),(4349,'1110','41599147080','2020-09-03 18:33:50',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033193','','No',NULL,NULL,''),(4350,'1110','41599147080','2020-09-03 18:33:50',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(4351,'5500','41599147080','2020-09-03 18:33:50',243.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4352,'1000','41599147281','2020-09-03 18:50:42',259.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4353,'4000','41599147281','2020-09-03 18:50:42',NULL,84.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(4354,'4000','41599147281','2020-09-03 18:50:42',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(4355,'4000','41599147281','2020-09-03 18:50:42',NULL,10.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(4356,'4000','41599147281','2020-09-03 18:50:42',NULL,65.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(4357,'4000','41599147281','2020-09-03 18:50:42',NULL,40.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(4358,'1110','41599147281','2020-09-03 18:50:42',NULL,70.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(4359,'1110','41599147281','2020-09-03 18:50:42',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(4360,'1110','41599147281','2020-09-03 18:50:42',NULL,9.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(4361,'1110','41599147281','2020-09-03 18:50:42',NULL,58.50,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(4362,'1110','41599147281','2020-09-03 18:50:42',NULL,36.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(4363,'5500','41599147281','2020-09-03 18:50:42',227.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4364,'1000','41599148470','2020-09-03 19:31:22',730.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4365,'4000','41599148470','2020-09-03 19:31:22',NULL,160.00,'','4','1','Good sold','1','','sales','6164000009006','','No',NULL,NULL,''),(4366,'4000','41599148470','2020-09-03 19:31:22',NULL,100.00,'','4','1','Good sold','1','','sales','6164000009068','','No',NULL,NULL,''),(4367,'4000','41599148470','2020-09-03 19:31:22',NULL,70.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(4368,'4000','41599148470','2020-09-03 19:31:22',NULL,200.00,'','4','1','Good sold','1','','sales','6920354817823','','No',NULL,NULL,''),(4369,'4000','41599148470','2020-09-03 19:31:22',NULL,200.00,'','4','1','Good sold','1','','sales','184','','No',NULL,NULL,''),(4370,'1110','41599148470','2020-09-03 19:31:22',NULL,144.00,'','4','1','Inventory sold','1','','sales','6164000009006','','No',NULL,NULL,''),(4371,'1110','41599148470','2020-09-03 19:31:22',NULL,90.00,'','4','1','Inventory sold','1','','sales','6164000009068','','No',NULL,NULL,''),(4372,'1110','41599148470','2020-09-03 19:31:22',NULL,63.00,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(4373,'1110','41599148470','2020-09-03 19:31:22',NULL,180.00,'','4','1','Inventory sold','1','','sales','6920354817823','','No',NULL,NULL,''),(4374,'1110','41599148470','2020-09-03 19:31:22',NULL,180.00,'','4','1','Inventory sold','1','','sales','184','','No',NULL,NULL,''),(4375,'5500','41599148470','2020-09-03 19:31:22',657.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4376,'1000','41599150958','2020-09-03 19:39:28',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4377,'4000','41599150958','2020-09-03 19:39:28',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(4378,'1110','41599150958','2020-09-03 19:39:28',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(4379,'5500','41599150958','2020-09-03 19:39:28',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4380,'1000','41599151283','2020-09-03 19:58:06',195.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4381,'4000','41599151283','2020-09-03 19:58:06',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(4382,'4000','41599151283','2020-09-03 19:58:06',NULL,120.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(4383,'4000','41599151283','2020-09-03 19:58:06',NULL,40.00,'','4','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(4384,'1110','41599151283','2020-09-03 19:58:06',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(4385,'1110','41599151283','2020-09-03 19:58:06',NULL,108.00,'','4','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(4386,'1110','41599151283','2020-09-03 19:58:06',NULL,30.00,'','4','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(4387,'5500','41599151283','2020-09-03 19:58:06',169.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4388,'1000','41599152520','2020-09-03 20:03:45',185.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4389,'4000','41599152520','2020-09-03 20:03:45',NULL,75.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(4390,'4000','41599152520','2020-09-03 20:03:45',NULL,110.00,'','4','1','Good sold','1','','sales','745114762979','','No',NULL,NULL,''),(4391,'1110','41599152520','2020-09-03 20:03:45',NULL,67.50,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(4392,'1110','41599152520','2020-09-03 20:03:45',NULL,98.00,'','4','1','Inventory sold','1','','sales','745114762979','','No',NULL,NULL,''),(4393,'5500','41599152520','2020-09-03 20:03:45',165.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4394,'1000','41599152654','2020-09-03 20:08:46',955.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4395,'4000','41599152654','2020-09-03 20:08:46',NULL,510.00,'','4','1','Good sold','1','','sales','6161106610242','','No',NULL,NULL,''),(4396,'4000','41599152654','2020-09-03 20:08:46',NULL,135.00,'','4','1','Good sold','1','','sales','7622210304537','','No',NULL,NULL,''),(4397,'4000','41599152654','2020-09-03 20:08:46',NULL,120.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(4398,'4000','41599152654','2020-09-03 20:08:46',NULL,160.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(4399,'4000','41599152654','2020-09-03 20:08:46',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(4400,'1110','41599152654','2020-09-03 20:08:46',NULL,452.50,'','4','1','Inventory sold','1','','sales','6161106610242','','No',NULL,NULL,''),(4401,'1110','41599152654','2020-09-03 20:08:46',NULL,121.50,'','4','1','Inventory sold','1','','sales','7622210304537','','No',NULL,NULL,''),(4402,'1110','41599152654','2020-09-03 20:08:46',NULL,108.00,'','4','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(4403,'1110','41599152654','2020-09-03 20:08:46',NULL,144.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(4404,'1110','41599152654','2020-09-03 20:08:46',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(4405,'5500','41599152654','2020-09-03 20:08:46',846.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4406,'1000','41599198908','2020-09-04 08:56:00',570.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4407,'4000','41599198908','2020-09-04 08:56:00',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(4408,'4000','41599198908','2020-09-04 08:56:00',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(4409,'4000','41599198908','2020-09-04 08:56:00',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(4410,'4000','41599198908','2020-09-04 08:56:00',NULL,330.00,'','4','1','Good sold','1','','sales','745114762979','','No',NULL,NULL,''),(4411,'1110','41599198908','2020-09-04 08:56:00',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(4412,'1110','41599198908','2020-09-04 08:56:00',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(4413,'1110','41599198908','2020-09-04 08:56:00',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(4414,'1110','41599198908','2020-09-04 08:56:00',NULL,294.00,'','4','1','Inventory sold','1','','sales','745114762979','','No',NULL,NULL,''),(4415,'5500','41599198908','2020-09-04 08:56:00',495.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4416,'4000','41599198908','2020-09-04 09:06:28',70.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(4417,'1000','41599198908','2020-09-04 09:06:28',NULL,70.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(4418,'5500','41599198908','2020-09-04 09:06:28',NULL,63.00,'','4','1','Cost of goods returned','1','','sales','172','','No',NULL,NULL,''),(4419,'1110','41599198908','2020-09-04 09:06:28',63.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(4420,'1000','41599199603','2020-09-04 09:07:49',255.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4421,'4000','41599199603','2020-09-04 09:07:49',NULL,240.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(4422,'4000','41599199603','2020-09-04 09:07:49',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4423,'1110','41599199603','2020-09-04 09:07:49',NULL,214.16,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(4424,'1110','41599199603','2020-09-04 09:07:49',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(4425,'5500','41599199603','2020-09-04 09:07:49',227.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4426,'1000','41599199705','2020-09-04 09:27:02',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4427,'4000','41599199705','2020-09-04 09:27:02',NULL,40.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(4428,'1110','41599199705','2020-09-04 09:27:02',NULL,36.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(4429,'5500','41599199705','2020-09-04 09:27:02',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4430,'1000','41599200826','2020-09-04 09:43:32',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4431,'4000','41599200826','2020-09-04 09:43:32',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(4432,'1110','41599200826','2020-09-04 09:43:32',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(4433,'5500','41599200826','2020-09-04 09:43:32',57.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4434,'1000','41599202074','2020-09-04 09:48:03',110.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4435,'4000','41599202074','2020-09-04 09:48:03',NULL,110.00,'','4','1','Good sold','1','','sales','745114762979','','No',NULL,NULL,''),(4436,'1110','41599202074','2020-09-04 09:48:03',NULL,98.00,'','4','1','Inventory sold','1','','sales','745114762979','','No',NULL,NULL,''),(4437,'5500','41599202074','2020-09-04 09:48:03',98.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4438,'1000','41599202107','2020-09-04 09:48:42',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4439,'4000','41599202107','2020-09-04 09:48:42',NULL,75.00,'','4','1','Good sold','1','','sales','6164000009075','','No',NULL,NULL,''),(4440,'1110','41599202107','2020-09-04 09:48:42',NULL,67.50,'','4','1','Inventory sold','1','','sales','6164000009075','','No',NULL,NULL,''),(4441,'5500','41599202107','2020-09-04 09:48:42',67.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4442,'1000','41599202124','2020-09-04 10:02:32',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4443,'4000','41599202124','2020-09-04 10:02:32',NULL,250.00,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(4444,'1110','41599202124','2020-09-04 10:02:32',NULL,225.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(4445,'5500','41599202124','2020-09-04 10:02:32',225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4446,'1000','41599202955','2020-09-04 10:04:11',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4447,'4000','41599202955','2020-09-04 10:04:11',NULL,105.00,'','4','1','Good sold','1','','sales','430','','No',NULL,NULL,''),(4448,'1110','41599202955','2020-09-04 10:04:11',NULL,85.00,'','4','1','Inventory sold','1','','sales','430','','No',NULL,NULL,''),(4449,'5500','41599202955','2020-09-04 10:04:11',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4450,'1000','41599203054','2020-09-04 10:34:31',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4451,'4000','41599203054','2020-09-04 10:34:31',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760226','','No',NULL,NULL,''),(4452,'1110','41599203054','2020-09-04 10:34:31',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100760226','','No',NULL,NULL,''),(4453,'5500','41599203054','2020-09-04 10:34:31',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4454,'1000','41599204893','2020-09-04 10:42:06',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4455,'4000','41599204893','2020-09-04 10:42:06',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(4456,'1110','41599204893','2020-09-04 10:42:06',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(4457,'5500','41599204893','2020-09-04 10:42:06',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4478,'1000','41599205790','2020-09-04 10:57:55',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4479,'4000','41599205790','2020-09-04 10:57:55',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033070','','No',NULL,NULL,''),(4480,'4000','41599205790','2020-09-04 10:57:55',NULL,20.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(4481,'1110','41599205790','2020-09-04 10:57:55',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033070','','No',NULL,NULL,''),(4482,'1110','41599205790','2020-09-04 10:57:55',NULL,18.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(4483,'5500','41599205790','2020-09-04 10:57:55',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4484,'1000','41599206278','2020-09-04 11:05:02',220.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4485,'4000','41599206278','2020-09-04 11:05:02',NULL,50.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(4486,'4000','41599206278','2020-09-04 11:05:02',NULL,170.00,'','4','1','Good sold','1','','sales','266','','No',NULL,NULL,''),(4487,'1110','41599206278','2020-09-04 11:05:02',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(4488,'1110','41599206278','2020-09-04 11:05:02',NULL,151.00,'','4','1','Inventory sold','1','','sales','266','','No',NULL,NULL,''),(4489,'5500','41599206278','2020-09-04 11:05:02',196.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4490,'1000','41599206718','2020-09-04 11:05:36',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4491,'4000','41599206718','2020-09-04 11:05:36',NULL,80.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(4492,'4000','41599206718','2020-09-04 11:05:36',NULL,80.00,'','4','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(4493,'1110','41599206718','2020-09-04 11:05:36',NULL,72.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(4494,'1110','41599206718','2020-09-04 11:05:36',NULL,72.00,'','4','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(4495,'5500','41599206718','2020-09-04 11:05:36',144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4496,'4000','41599206718','2020-09-04 11:05:50',80.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(4497,'1000','41599206718','2020-09-04 11:05:50',NULL,80.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(4498,'5500','41599206718','2020-09-04 11:05:50',NULL,72.00,'','4','1','Cost of goods returned','1','','sales','13','','No',NULL,NULL,''),(4499,'1110','41599206718','2020-09-04 11:05:50',72.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(4500,'1000','41599206887','2020-09-04 11:09:12',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4501,'4000','41599206887','2020-09-04 11:09:12',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(4502,'1110','41599206887','2020-09-04 11:09:12',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(4503,'5500','41599206887','2020-09-04 11:09:12',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4504,'1110','71599205088','2020-09-04 10:38:00',648.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','16','','No',NULL,NULL,''),(4505,'1110','71599205088','2020-09-04 10:38:00',396.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','77','','No',NULL,NULL,''),(4506,'1110','71599205088','2020-09-04 10:38:00',396.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','78','','No',NULL,NULL,''),(4507,'1110','71599205088','2020-09-04 10:38:00',297.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','80','','No',NULL,NULL,''),(4508,'1110','71599205088','2020-09-04 10:38:00',99.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','81','','No',NULL,NULL,''),(4509,'1110','71599205088','2020-09-04 10:38:00',306.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','73','','No',NULL,NULL,''),(4510,'1110','71599205088','2020-09-04 10:38:00',153.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','74','','No',NULL,NULL,''),(4511,'1110','71599205088','2020-09-04 10:38:00',153.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','170','','No',NULL,NULL,''),(4512,'1110','71599205088','2020-09-04 10:38:00',153.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','76','','No',NULL,NULL,''),(4513,'1110','71599205088','2020-09-04 10:38:00',153.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','75','','No',NULL,NULL,''),(4514,'1110','71599205088','2020-09-04 10:38:00',540.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','68','','No',NULL,NULL,''),(4515,'1110','71599205088','2020-09-04 10:38:00',468.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','171','','No',NULL,NULL,''),(4516,'1110','71599205088','2020-09-04 10:38:00',468.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','5449000180247','','No',NULL,NULL,''),(4517,'1110','71599205088','2020-09-04 10:38:00',180.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','88','','No',NULL,NULL,''),(4518,'1110','71599205088','2020-09-04 10:38:00',72.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','8888','','No',NULL,NULL,''),(4519,'1110','71599205088','2020-09-04 10:38:00',216.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','89','','No',NULL,NULL,''),(4520,'1110','71599205088','2020-09-04 10:38:00',144.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','91','','No',NULL,NULL,''),(4521,'1110','71599205088','2020-09-04 10:38:00',144.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','90','','No',NULL,NULL,''),(4522,'1110','71599205088','2020-09-04 10:38:00',108.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','92','','No',NULL,NULL,''),(4523,'1110','71599205088','2020-09-04 10:38:00',433.32,NULL,'','7','1','Inventory Purchased','1','10','Purchases','5449000180292','','No',NULL,NULL,''),(4524,'2130','71599205088','2020-09-04 10:38:00',NULL,5527.32,'','7','1','Account payable for inventory','1','10','Purchases','','','No',NULL,NULL,''),(4525,'1000','41599206956','2020-09-04 11:38:43',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4526,'4000','41599206956','2020-09-04 11:38:43',NULL,5.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(4527,'1110','41599206956','2020-09-04 11:38:43',NULL,4.50,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(4528,'5500','41599206956','2020-09-04 11:38:43',4.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4529,'1000','41599208726','2020-09-04 11:40:17',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4530,'4000','41599208726','2020-09-04 11:40:17',NULL,170.00,'','4','1','Good sold','1','','sales','266','','No',NULL,NULL,''),(4531,'1110','41599208726','2020-09-04 11:40:17',NULL,151.00,'','4','1','Inventory sold','1','','sales','266','','No',NULL,NULL,''),(4532,'5500','41599208726','2020-09-04 11:40:17',151.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4533,'1000','41599208880','2020-09-04 12:21:59',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4534,'4000','41599208880','2020-09-04 12:21:59',NULL,55.00,'','4','1','Good sold','1','','sales','6008459000507','','No',NULL,NULL,''),(4535,'1110','41599208880','2020-09-04 12:21:59',NULL,40.83,'','4','1','Inventory sold','1','','sales','6008459000507','','No',NULL,NULL,''),(4536,'5500','41599208880','2020-09-04 12:21:59',40.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4537,'1000','41599211391','2020-09-04 12:41:05',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4538,'4000','41599211391','2020-09-04 12:41:05',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4539,'1110','41599211391','2020-09-04 12:41:05',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(4540,'5500','41599211391','2020-09-04 12:41:05',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4541,'1000','41599212515','2020-09-04 12:47:20',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4542,'4000','41599212515','2020-09-04 12:47:20',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(4543,'1110','41599212515','2020-09-04 12:47:20',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(4544,'5500','41599212515','2020-09-04 12:47:20',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4545,'1000','41599213041','2020-09-04 12:50:55',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4546,'4000','41599213041','2020-09-04 12:50:55',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(4547,'1110','41599213041','2020-09-04 12:50:55',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(4548,'5500','41599213041','2020-09-04 12:50:55',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4549,'1000','41599213057','2020-09-04 12:52:23',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4550,'4000','41599213057','2020-09-04 12:52:23',NULL,60.00,'','4','1','Good sold','1','','sales','6161103620077','','No',NULL,NULL,''),(4551,'1110','41599213057','2020-09-04 12:52:23',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161103620077','','No',NULL,NULL,''),(4552,'5500','41599213057','2020-09-04 12:52:23',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4553,'1000','41599213146','2020-09-04 13:00:56',250.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4554,'4000','41599213146','2020-09-04 13:00:56',NULL,140.00,'','4','1','Good sold','1','','sales','6164000033070','','No',NULL,NULL,''),(4555,'4000','41599213146','2020-09-04 13:00:56',NULL,110.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(4556,'1110','41599213146','2020-09-04 13:00:56',NULL,126.00,'','4','1','Inventory sold','1','','sales','6164000033070','','No',NULL,NULL,''),(4557,'1110','41599213146','2020-09-04 13:00:56',NULL,99.00,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(4558,'5500','41599213146','2020-09-04 13:00:56',225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4559,'4000','41599213146','2020-09-04 13:03:28',140.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(4560,'1000','41599213146','2020-09-04 13:03:28',NULL,140.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(4561,'5500','41599213146','2020-09-04 13:03:28',NULL,126.00,'','4','1','Cost of goods returned','1','','sales','6164000033070','','No',NULL,NULL,''),(4562,'1110','41599213146','2020-09-04 13:03:28',126.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(4563,'1110','71599213966','2020-09-04 13:06:00',252.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6164000033230','','No',NULL,NULL,''),(4564,'1110','71599213966','2020-09-04 13:06:00',540.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6164001166272','','No',NULL,NULL,''),(4565,'1110','71599213966','2020-09-04 13:06:00',180.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','616400033506','','No',NULL,NULL,''),(4566,'1110','71599213966','2020-09-04 13:06:00',126.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6164000033490','','No',NULL,NULL,''),(4567,'1110','71599213966','2020-09-04 13:06:00',189.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6164000033483','','No',NULL,NULL,''),(4568,'1110','71599213966','2020-09-04 13:06:00',117.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6164000033193','','No',NULL,NULL,''),(4569,'1110','71599213966','2020-09-04 13:06:00',351.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6164000033179','','No',NULL,NULL,''),(4570,'1110','71599213966','2020-09-04 13:06:00',351.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6164000033186','','No',NULL,NULL,''),(4571,'1110','71599213966','2020-09-04 13:06:00',351.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6164000033223','','No',NULL,NULL,''),(4572,'1110','71599213966','2020-09-04 13:06:00',162.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6161101000840','','No',NULL,NULL,''),(4573,'1110','71599213966','2020-09-04 13:06:00',162.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6161101000833','','No',NULL,NULL,''),(4574,'1110','71599213966','2020-09-04 13:06:00',283.50,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6161101000895','','No',NULL,NULL,''),(4575,'1110','71599213966','2020-09-04 13:06:00',283.50,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6161101000901','','No',NULL,NULL,''),(4576,'1110','71599213966','2020-09-04 13:06:00',540.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6161102794694','','No',NULL,NULL,''),(4577,'1110','71599213966','2020-09-04 13:06:00',594.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6161101000543','','No',NULL,NULL,''),(4578,'1110','71599213966','2020-09-04 13:06:00',472.50,NULL,'','7','1','Inventory Purchased','1','8','Purchases','161','','No',NULL,NULL,''),(4579,'1110','71599213966','2020-09-04 13:06:00',225.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','32','','No',NULL,NULL,''),(4580,'1110','71599213966','2020-09-04 13:06:00',135.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','33','','No',NULL,NULL,''),(4581,'1110','71599213966','2020-09-04 13:06:00',189.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','31','','No',NULL,NULL,''),(4582,'1110','71599213966','2020-09-04 13:06:00',126.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','427','','No',NULL,NULL,''),(4583,'1110','71599213966','2020-09-04 13:06:00',243.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','30','','No',NULL,NULL,''),(4584,'2130','71599213966','2020-09-04 13:06:00',NULL,5872.50,'','7','1','Account payable for inventory','1','8','Purchases','','','No',NULL,NULL,''),(4585,'1000','41599213811','2020-09-04 13:20:10',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4586,'4000','41599213811','2020-09-04 13:20:10',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4587,'1110','41599213811','2020-09-04 13:20:10',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(4588,'5500','41599213811','2020-09-04 13:20:10',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4589,'1000','41599213811','2020-09-04 13:20:10',510.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4590,'4000','41599213811','2020-09-04 13:20:10',NULL,120.00,'','4','1','Good sold','1','','sales','0792382429769','','No',NULL,NULL,''),(4591,'4000','41599213811','2020-09-04 13:20:10',NULL,50.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(4592,'4000','41599213811','2020-09-04 13:20:10',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033230','','No',NULL,NULL,''),(4593,'4000','41599213811','2020-09-04 13:20:10',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033483','','No',NULL,NULL,''),(4594,'4000','41599213811','2020-09-04 13:20:10',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072017','','No',NULL,NULL,''),(4595,'4000','41599213811','2020-09-04 13:20:10',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072024','','No',NULL,NULL,''),(4596,'4000','41599213811','2020-09-04 13:20:10',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4597,'4000','41599213811','2020-09-04 13:20:10',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(4598,'4000','41599213811','2020-09-04 13:20:10',NULL,15.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(4599,'4000','41599213811','2020-09-04 13:20:10',NULL,15.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(4600,'4000','41599213811','2020-09-04 13:20:10',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(4601,'1110','41599213811','2020-09-04 13:20:10',NULL,108.00,'','4','1','Inventory sold','1','','sales','0792382429769','','No',NULL,NULL,''),(4602,'1110','41599213811','2020-09-04 13:20:10',NULL,45.00,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(4603,'1110','41599213811','2020-09-04 13:20:10',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033230','','No',NULL,NULL,''),(4604,'1110','41599213811','2020-09-04 13:20:10',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033483','','No',NULL,NULL,''),(4605,'1110','41599213811','2020-09-04 13:20:10',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072017','','No',NULL,NULL,''),(4606,'1110','41599213811','2020-09-04 13:20:10',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072024','','No',NULL,NULL,''),(4607,'1110','41599213811','2020-09-04 13:20:10',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(4608,'1110','41599213811','2020-09-04 13:20:10',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(4609,'1110','41599213811','2020-09-04 13:20:10',NULL,9.99,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(4610,'1110','41599213811','2020-09-04 13:20:10',NULL,9.99,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(4611,'1110','41599213811','2020-09-04 13:20:10',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(4612,'5500','41599213811','2020-09-04 13:20:10',453.98,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4613,'1000','41599219661','2020-09-04 14:41:24',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4614,'4000','41599219661','2020-09-04 14:41:24',NULL,20.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4615,'4000','41599219661','2020-09-04 14:41:24',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(4616,'1110','41599219661','2020-09-04 14:41:24',NULL,18.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(4617,'1110','41599219661','2020-09-04 14:41:24',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(4618,'5500','41599219661','2020-09-04 14:41:24',38.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4619,'1000','41599219689','2020-09-04 14:43:29',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4620,'4000','41599219689','2020-09-04 14:43:29',NULL,100.00,'','4','1','Good sold','1','','sales','6164000009082','','No',NULL,NULL,''),(4621,'1110','41599219689','2020-09-04 14:43:29',NULL,90.00,'','4','1','Inventory sold','1','','sales','6164000009082','','No',NULL,NULL,''),(4622,'5500','41599219689','2020-09-04 14:43:29',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4623,'1000','41599219969','2020-09-04 15:32:21',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4624,'4000','41599219969','2020-09-04 15:32:21',NULL,85.00,'','4','1','Good sold','1','','sales','6164000025990','','No',NULL,NULL,''),(4625,'1110','41599219969','2020-09-04 15:32:21',NULL,76.50,'','4','1','Inventory sold','1','','sales','6164000025990','','No',NULL,NULL,''),(4626,'5500','41599219969','2020-09-04 15:32:21',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4627,'1000','41599222811','2020-09-04 15:42:29',66.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4628,'4000','41599222811','2020-09-04 15:42:29',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(4629,'4000','41599222811','2020-09-04 15:42:29',NULL,6.00,'','4','1','Good sold','1','','sales','433','','No',NULL,NULL,''),(4630,'1110','41599222811','2020-09-04 15:42:29',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(4631,'1110','41599222811','2020-09-04 15:42:29',NULL,4.60,'','4','1','Inventory sold','1','','sales','433','','No',NULL,NULL,''),(4632,'5500','41599222811','2020-09-04 15:42:29',58.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4633,'1000','41599223355','2020-09-04 15:59:55',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4634,'4000','41599223355','2020-09-04 15:59:55',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(4635,'4000','41599223355','2020-09-04 15:59:55',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(4636,'1110','41599223355','2020-09-04 15:59:55',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(4637,'1110','41599223355','2020-09-04 15:59:55',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(4638,'5500','41599223355','2020-09-04 15:59:55',15.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4639,'1000','41599224482','2020-09-04 16:42:55',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4640,'4000','41599224482','2020-09-04 16:42:55',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(4641,'4000','41599224482','2020-09-04 16:42:55',NULL,20.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(4642,'1110','41599224482','2020-09-04 16:42:55',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(4643,'1110','41599224482','2020-09-04 16:42:55',NULL,17.32,'','4','1','Inventory sold','1','','sales','185','','No',NULL,NULL,''),(4644,'5500','41599224482','2020-09-04 16:42:55',62.32,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4645,'1000','41599226981','2020-09-04 16:58:03',185.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4646,'4000','41599226981','2020-09-04 16:58:03',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(4647,'4000','41599226981','2020-09-04 16:58:03',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072017','','No',NULL,NULL,''),(4648,'4000','41599226981','2020-09-04 16:58:03',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4649,'1110','41599226981','2020-09-04 16:58:03',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(4650,'1110','41599226981','2020-09-04 16:58:03',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072017','','No',NULL,NULL,''),(4651,'1110','41599226981','2020-09-04 16:58:03',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(4652,'5500','41599226981','2020-09-04 16:58:03',161.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4653,'1000','41599228495','2020-09-04 17:11:07',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4654,'4000','41599228495','2020-09-04 17:11:07',NULL,130.00,'','4','1','Good sold','1','','sales','171','','No',NULL,NULL,''),(4655,'1110','41599228495','2020-09-04 17:11:07',NULL,117.00,'','4','1','Inventory sold','1','','sales','171','','No',NULL,NULL,''),(4656,'5500','41599228495','2020-09-04 17:11:07',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4657,'1000','41599228673','2020-09-04 17:14:03',210.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4658,'4000','41599228673','2020-09-04 17:14:03',NULL,115.00,'','4','1','Good sold','1','','sales','6164000009013','','No',NULL,NULL,''),(4659,'4000','41599228673','2020-09-04 17:14:03',NULL,95.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(4660,'1110','41599228673','2020-09-04 17:14:03',NULL,103.50,'','4','1','Inventory sold','1','','sales','6164000009013','','No',NULL,NULL,''),(4661,'1110','41599228673','2020-09-04 17:14:03',NULL,85.50,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(4662,'5500','41599228673','2020-09-04 17:14:03',189.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4663,'1000','41599228879','2020-09-04 17:18:08',215.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4664,'4000','41599228879','2020-09-04 17:18:08',NULL,110.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(4665,'4000','41599228879','2020-09-04 17:18:08',NULL,90.00,'','4','1','Good sold','1','','sales','6164000072000','','No',NULL,NULL,''),(4666,'4000','41599228879','2020-09-04 17:18:08',NULL,15.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(4667,'1110','41599228879','2020-09-04 17:18:08',NULL,99.00,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(4668,'1110','41599228879','2020-09-04 17:18:08',NULL,81.00,'','4','1','Inventory sold','1','','sales','6164000072000','','No',NULL,NULL,''),(4669,'1110','41599228879','2020-09-04 17:18:08',NULL,9.99,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(4670,'5500','41599228879','2020-09-04 17:18:08',189.99,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4671,'1000','41599229110','2020-09-04 17:25:52',45.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4672,'4000','41599229110','2020-09-04 17:25:52',NULL,45.00,'','4','1','Good sold','1','','sales','6164000009556','','No',NULL,NULL,''),(4673,'1110','41599229110','2020-09-04 17:25:52',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000009556','','No',NULL,NULL,''),(4674,'5500','41599229110','2020-09-04 17:25:52',40.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4675,'1000','41599229576','2020-09-04 17:33:15',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4676,'4000','41599229576','2020-09-04 17:33:15',NULL,30.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(4677,'1110','41599229576','2020-09-04 17:33:15',NULL,25.98,'','4','1','Inventory sold','1','','sales','185','','No',NULL,NULL,''),(4678,'5500','41599229576','2020-09-04 17:33:15',25.98,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4679,'1000','41599230093','2020-09-04 17:42:06',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4680,'4000','41599230093','2020-09-04 17:42:06',NULL,20.00,'','4','1','Good sold','1','','sales','161102794700','','No',NULL,NULL,''),(4681,'4000','41599230093','2020-09-04 17:42:06',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(4682,'1110','41599230093','2020-09-04 17:42:06',NULL,16.00,'','4','1','Inventory sold','1','','sales','161102794700','','No',NULL,NULL,''),(4683,'1110','41599230093','2020-09-04 17:42:06',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(4684,'5500','41599230093','2020-09-04 17:42:06',19.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4685,'1000','41599230538','2020-09-04 17:53:58',190.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4686,'4000','41599230538','2020-09-04 17:53:58',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4687,'4000','41599230538','2020-09-04 17:53:58',NULL,170.00,'','4','1','Good sold','1','','sales','266','','No',NULL,NULL,''),(4688,'4000','41599230538','2020-09-04 17:53:58',NULL,10.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(4689,'1110','41599230538','2020-09-04 17:53:58',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(4690,'1110','41599230538','2020-09-04 17:53:58',NULL,151.00,'','4','1','Inventory sold','1','','sales','266','','No',NULL,NULL,''),(4691,'1110','41599230538','2020-09-04 17:53:58',NULL,6.80,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(4692,'5500','41599230538','2020-09-04 17:53:58',166.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4693,'1000','41599230538','2020-09-04 17:53:58',190.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4694,'4000','41599230538','2020-09-04 17:53:58',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4695,'4000','41599230538','2020-09-04 17:53:58',NULL,170.00,'','4','1','Good sold','1','','sales','266','','No',NULL,NULL,''),(4696,'4000','41599230538','2020-09-04 17:53:58',NULL,10.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(4697,'1110','41599230538','2020-09-04 17:53:58',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(4698,'1110','41599230538','2020-09-04 17:53:58',NULL,151.00,'','4','1','Inventory sold','1','','sales','266','','No',NULL,NULL,''),(4699,'1110','41599230538','2020-09-04 17:53:58',NULL,6.80,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(4700,'5500','41599230538','2020-09-04 17:53:58',166.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4701,'1000','41599231921','2020-09-04 18:14:53',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4702,'4000','41599231921','2020-09-04 18:14:53',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(4703,'1110','41599231921','2020-09-04 18:14:53',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(4704,'5500','41599231921','2020-09-04 18:14:53',3.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4705,'1000','41599232502','2020-09-04 18:23:14',255.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4706,'4000','41599232502','2020-09-04 18:23:14',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072031','','No',NULL,NULL,''),(4707,'4000','41599232502','2020-09-04 18:23:14',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072031','','No',NULL,NULL,''),(4708,'4000','41599232502','2020-09-04 18:23:14',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072031','','No',NULL,NULL,''),(4709,'4000','41599232502','2020-09-04 18:23:14',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(4710,'4000','41599232502','2020-09-04 18:23:14',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(4711,'1110','41599232502','2020-09-04 18:23:14',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072031','','No',NULL,NULL,''),(4712,'1110','41599232502','2020-09-04 18:23:14',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072031','','No',NULL,NULL,''),(4713,'1110','41599232502','2020-09-04 18:23:14',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072031','','No',NULL,NULL,''),(4714,'1110','41599232502','2020-09-04 18:23:14',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(4715,'1110','41599232502','2020-09-04 18:23:14',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(4716,'5500','41599232502','2020-09-04 18:23:14',229.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4717,'1000','41599233117','2020-09-04 18:51:58',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4718,'4000','41599233117','2020-09-04 18:51:58',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4719,'4000','41599233117','2020-09-04 18:51:58',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(4720,'1110','41599233117','2020-09-04 18:51:58',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(4721,'1110','41599233117','2020-09-04 18:51:58',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(4722,'5500','41599233117','2020-09-04 18:51:58',16.90,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4723,'1000','41599234738','2020-09-04 18:55:13',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4724,'4000','41599234738','2020-09-04 18:55:13',NULL,40.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(4725,'1110','41599234738','2020-09-04 18:55:13',NULL,36.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(4726,'5500','41599234738','2020-09-04 18:55:13',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4727,'1000','41599234948','2020-09-04 19:03:16',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4728,'4000','41599234948','2020-09-04 19:03:16',NULL,20.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(4729,'1110','41599234948','2020-09-04 19:03:16',NULL,18.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(4730,'5500','41599234948','2020-09-04 19:03:16',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4731,'1000','41599236043','2020-09-04 19:14:43',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4732,'4000','41599236043','2020-09-04 19:14:43',NULL,70.00,'','4','1','Good sold','1','','sales','427','','No',NULL,NULL,''),(4733,'4000','41599236043','2020-09-04 19:14:43',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(4734,'1110','41599236043','2020-09-04 19:14:43',NULL,63.00,'','4','1','Inventory sold','1','','sales','427','','No',NULL,NULL,''),(4735,'1110','41599236043','2020-09-04 19:14:43',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(4736,'5500','41599236043','2020-09-04 19:14:43',112.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4737,'1000','41599236855','2020-09-04 19:27:49',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4738,'4000','41599236855','2020-09-04 19:27:49',NULL,125.00,'','4','1','Good sold','1','','sales','122','','No',NULL,NULL,''),(4739,'1110','41599236855','2020-09-04 19:27:49',NULL,110.00,'','4','1','Inventory sold','1','','sales','122','','No',NULL,NULL,''),(4740,'5500','41599236855','2020-09-04 19:27:49',110.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4741,'1000','41599238031','2020-09-04 19:47:21',195.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4742,'4000','41599238031','2020-09-04 19:47:21',NULL,195.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(4743,'1110','41599238031','2020-09-04 19:47:21',NULL,175.50,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(4744,'5500','41599238031','2020-09-04 19:47:21',175.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4745,'1110','71599306300','2020-09-05 14:45:00',135.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','32','','No',NULL,NULL,''),(4746,'1110','71599306300','2020-09-05 14:45:00',126.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','31','','No',NULL,NULL,''),(4747,'1110','71599306300','2020-09-05 14:45:00',162.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','30','','No',NULL,NULL,''),(4748,'2130','71599306300','2020-09-05 14:45:00',NULL,423.00,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(4749,'1000','41599306539','2020-09-05 14:58:31',400.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4750,'4000','41599306539','2020-09-05 14:58:31',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(4751,'4000','41599306539','2020-09-05 14:58:31',NULL,330.00,'','4','1','Good sold','1','','sales','745114762979','','No',NULL,NULL,''),(4752,'1110','41599306539','2020-09-05 14:58:31',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(4753,'1110','41599306539','2020-09-05 14:58:31',NULL,294.00,'','4','1','Inventory sold','1','','sales','745114762979','','No',NULL,NULL,''),(4754,'5500','41599306539','2020-09-05 14:58:31',357.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4755,'4000','41599306539','2020-09-05 14:59:24',70.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(4756,'1000','41599306539','2020-09-05 14:59:24',NULL,70.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(4757,'5500','41599306539','2020-09-05 14:59:24',NULL,63.00,'','4','1','Cost of goods returned','1','','sales','172','','No',NULL,NULL,''),(4758,'1110','41599306539','2020-09-05 14:59:24',63.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(4759,'1000','41599307172','2020-09-05 15:26:57',3692.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4760,'4000','41599307172','2020-09-05 15:26:57',NULL,120.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(4761,'4000','41599307172','2020-09-05 15:26:57',NULL,70.00,'','4','1','Good sold','1','','sales','427','','No',NULL,NULL,''),(4762,'4000','41599307172','2020-09-05 15:26:57',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760226','','No',NULL,NULL,''),(4763,'4000','41599307172','2020-09-05 15:26:57',NULL,20.00,'','4','1','Good sold','1','','sales','6161101280013','','No',NULL,NULL,''),(4764,'4000','41599307172','2020-09-05 15:26:57',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(4765,'4000','41599307172','2020-09-05 15:26:57',NULL,100.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(4766,'4000','41599307172','2020-09-05 15:26:57',NULL,150.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(4767,'4000','41599307172','2020-09-05 15:26:57',NULL,750.00,'','4','1','Good sold','1','','sales','6161106610259','','No',NULL,NULL,''),(4768,'4000','41599307172','2020-09-05 15:26:57',NULL,75.00,'','4','1','Good sold','1','','sales','6161107150730','','No',NULL,NULL,''),(4769,'4000','41599307172','2020-09-05 15:26:57',NULL,75.00,'','4','1','Good sold','1','','sales','6164000009075','','No',NULL,NULL,''),(4770,'4000','41599307172','2020-09-05 15:26:57',NULL,5.00,'','4','1','Good sold','1','','sales','6164000184048','','No',NULL,NULL,''),(4771,'4000','41599307172','2020-09-05 15:26:57',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(4772,'4000','41599307172','2020-09-05 15:26:57',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(4773,'4000','41599307172','2020-09-05 15:26:57',NULL,135.00,'','4','1','Good sold','1','','sales','7622210304537','','No',NULL,NULL,''),(4774,'4000','41599307172','2020-09-05 15:26:57',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4775,'4000','41599307172','2020-09-05 15:26:57',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4776,'4000','41599307172','2020-09-05 15:26:57',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4777,'4000','41599307172','2020-09-05 15:26:57',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4778,'4000','41599307172','2020-09-05 15:26:57',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4779,'4000','41599307172','2020-09-05 15:26:57',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4780,'4000','41599307172','2020-09-05 15:26:57',NULL,50.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(4781,'4000','41599307172','2020-09-05 15:26:57',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4782,'4000','41599307172','2020-09-05 15:26:57',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(4783,'4000','41599307172','2020-09-05 15:26:57',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(4784,'4000','41599307172','2020-09-05 15:26:57',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4785,'4000','41599307172','2020-09-05 15:26:57',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(4786,'4000','41599307172','2020-09-05 15:26:57',NULL,100.00,'','4','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(4787,'4000','41599307172','2020-09-05 15:26:57',NULL,50.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(4788,'4000','41599307172','2020-09-05 15:26:57',NULL,10.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(4789,'4000','41599307172','2020-09-05 15:26:57',NULL,110.00,'','4','1','Good sold','1','','sales','78','','No',NULL,NULL,''),(4790,'4000','41599307172','2020-09-05 15:26:57',NULL,160.00,'','4','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(4791,'4000','41599307172','2020-09-05 15:26:57',NULL,80.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(4792,'4000','41599307172','2020-09-05 15:26:57',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(4793,'4000','41599307172','2020-09-05 15:26:57',NULL,25.00,'','4','1','Good sold','1','','sales','129','','No',NULL,NULL,''),(4794,'4000','41599307172','2020-09-05 15:26:57',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(4795,'4000','41599307172','2020-09-05 15:26:57',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(4796,'4000','41599307172','2020-09-05 15:26:57',NULL,85.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(4797,'4000','41599307172','2020-09-05 15:26:57',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(4798,'4000','41599307172','2020-09-05 15:26:57',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(4799,'4000','41599307172','2020-09-05 15:26:57',NULL,70.00,'','4','1','Good sold','1','','sales','616400033506','','No',NULL,NULL,''),(4800,'4000','41599307172','2020-09-05 15:26:57',NULL,170.00,'','4','1','Good sold','1','','sales','266','','No',NULL,NULL,''),(4801,'4000','41599307172','2020-09-05 15:26:57',NULL,20.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(4802,'4000','41599307172','2020-09-05 15:26:57',NULL,12.00,'','4','1','Good sold','1','','sales','433','','No',NULL,NULL,''),(4803,'4000','41599307172','2020-09-05 15:26:57',NULL,130.00,'','4','1','Good sold','1','','sales','5449000180292','','No',NULL,NULL,''),(4804,'4000','41599307172','2020-09-05 15:26:57',NULL,130.00,'','4','1','Good sold','1','','sales','5449000180292','','No',NULL,NULL,''),(4805,'4000','41599307172','2020-09-05 15:26:57',NULL,130.00,'','4','1','Good sold','1','','sales','5449000180292','','No',NULL,NULL,''),(4806,'1110','41599307172','2020-09-05 15:26:57',NULL,100.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(4807,'1110','41599307172','2020-09-05 15:26:57',NULL,63.00,'','4','1','Inventory sold','1','','sales','427','','No',NULL,NULL,''),(4808,'1110','41599307172','2020-09-05 15:26:57',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100760226','','No',NULL,NULL,''),(4809,'1110','41599307172','2020-09-05 15:26:57',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161101280013','','No',NULL,NULL,''),(4810,'1110','41599307172','2020-09-05 15:26:57',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(4811,'1110','41599307172','2020-09-05 15:26:57',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(4812,'1110','41599307172','2020-09-05 15:26:57',NULL,135.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(4813,'1110','41599307172','2020-09-05 15:26:57',NULL,675.00,'','4','1','Inventory sold','1','','sales','6161106610259','','No',NULL,NULL,''),(4814,'1110','41599307172','2020-09-05 15:26:57',NULL,67.50,'','4','1','Inventory sold','1','','sales','6161107150730','','No',NULL,NULL,''),(4815,'1110','41599307172','2020-09-05 15:26:57',NULL,67.50,'','4','1','Inventory sold','1','','sales','6164000009075','','No',NULL,NULL,''),(4816,'1110','41599307172','2020-09-05 15:26:57',NULL,4.50,'','4','1','Inventory sold','1','','sales','6164000184048','','No',NULL,NULL,''),(4817,'1110','41599307172','2020-09-05 15:26:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(4818,'1110','41599307172','2020-09-05 15:26:57',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(4819,'1110','41599307172','2020-09-05 15:26:57',NULL,121.50,'','4','1','Inventory sold','1','','sales','7622210304537','','No',NULL,NULL,''),(4820,'1110','41599307172','2020-09-05 15:26:57',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(4821,'1110','41599307172','2020-09-05 15:26:57',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(4822,'1110','41599307172','2020-09-05 15:26:57',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(4823,'1110','41599307172','2020-09-05 15:26:57',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(4824,'1110','41599307172','2020-09-05 15:26:57',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(4825,'1110','41599307172','2020-09-05 15:26:57',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(4826,'1110','41599307172','2020-09-05 15:26:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(4827,'1110','41599307172','2020-09-05 15:26:57',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(4828,'1110','41599307172','2020-09-05 15:26:57',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(4829,'1110','41599307172','2020-09-05 15:26:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(4830,'1110','41599307172','2020-09-05 15:26:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(4831,'1110','41599307172','2020-09-05 15:26:57',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(4832,'1110','41599307172','2020-09-05 15:26:57',NULL,90.00,'','4','1','Inventory sold','1','','sales','69','','No',NULL,NULL,''),(4833,'1110','41599307172','2020-09-05 15:26:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(4834,'1110','41599307172','2020-09-05 15:26:57',NULL,9.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(4835,'1110','41599307172','2020-09-05 15:26:57',NULL,99.00,'','4','1','Inventory sold','1','','sales','78','','No',NULL,NULL,''),(4836,'1110','41599307172','2020-09-05 15:26:57',NULL,144.00,'','4','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(4837,'1110','41599307172','2020-09-05 15:26:57',NULL,72.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(4838,'1110','41599307172','2020-09-05 15:26:57',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(4839,'1110','41599307172','2020-09-05 15:26:57',NULL,22.50,'','4','1','Inventory sold','1','','sales','129','','No',NULL,NULL,''),(4840,'1110','41599307172','2020-09-05 15:26:57',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(4841,'1110','41599307172','2020-09-05 15:26:57',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(4842,'1110','41599307172','2020-09-05 15:26:57',NULL,76.50,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(4843,'1110','41599307172','2020-09-05 15:26:57',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(4844,'1110','41599307172','2020-09-05 15:26:57',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(4845,'1110','41599307172','2020-09-05 15:26:57',NULL,60.00,'','4','1','Inventory sold','1','','sales','616400033506','','No',NULL,NULL,''),(4846,'1110','41599307172','2020-09-05 15:26:57',NULL,151.00,'','4','1','Inventory sold','1','','sales','266','','No',NULL,NULL,''),(4847,'1110','41599307172','2020-09-05 15:26:57',NULL,13.60,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(4848,'1110','41599307172','2020-09-05 15:26:57',NULL,9.20,'','4','1','Inventory sold','1','','sales','433','','No',NULL,NULL,''),(4849,'1110','41599307172','2020-09-05 15:26:57',NULL,108.33,'','4','1','Inventory sold','1','','sales','5449000180292','','No',NULL,NULL,''),(4850,'1110','41599307172','2020-09-05 15:26:57',NULL,108.33,'','4','1','Inventory sold','1','','sales','5449000180292','','No',NULL,NULL,''),(4851,'1110','41599307172','2020-09-05 15:26:57',NULL,108.33,'','4','1','Inventory sold','1','','sales','5449000180292','','No',NULL,NULL,''),(4852,'5500','41599307172','2020-09-05 15:26:57',3240.28,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4853,'1000','41599308844','2020-09-05 15:38:09',48.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4854,'4000','41599308844','2020-09-05 15:38:09',NULL,48.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(4855,'1110','41599308844','2020-09-05 15:38:09',NULL,40.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(4856,'5500','41599308844','2020-09-05 15:38:09',40.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4857,'1000','41599309496','2020-09-05 15:50:30',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4858,'4000','41599309496','2020-09-05 15:50:30',NULL,170.00,'','4','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(4859,'1110','41599309496','2020-09-05 15:50:30',NULL,153.00,'','4','1','Inventory sold','1','','sales','76','','No',NULL,NULL,''),(4860,'5500','41599309496','2020-09-05 15:50:30',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4861,'1000','41599310240','2020-09-05 15:51:21',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4862,'4000','41599310240','2020-09-05 15:51:21',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4863,'1110','41599310240','2020-09-05 15:51:21',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(4864,'5500','41599310240','2020-09-05 15:51:21',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4865,'1000','41599310571','2020-09-05 15:57:52',95.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4866,'4000','41599310571','2020-09-05 15:57:52',NULL,25.00,'','4','1','Good sold','1','','sales','6009629720072','','No',NULL,NULL,''),(4867,'4000','41599310571','2020-09-05 15:57:52',NULL,70.00,'','4','1','Good sold','1','','sales','10000905','','No',NULL,NULL,''),(4868,'1110','41599310571','2020-09-05 15:57:52',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009629720072','','No',NULL,NULL,''),(4869,'1110','41599310571','2020-09-05 15:57:52',NULL,57.00,'','4','1','Inventory sold','1','','sales','10000905','','No',NULL,NULL,''),(4870,'5500','41599310571','2020-09-05 15:57:52',79.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4871,'1000','41599310702','2020-09-05 16:00:16',520.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4872,'4000','41599310702','2020-09-05 16:00:16',NULL,120.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(4873,'4000','41599310702','2020-09-05 16:00:16',NULL,400.00,'','4','1','Good sold','1','','sales','6161101661300','','No',NULL,NULL,''),(4874,'1110','41599310702','2020-09-05 16:00:16',NULL,100.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(4875,'1110','41599310702','2020-09-05 16:00:16',NULL,317.50,'','4','1','Inventory sold','1','','sales','6161101661300','','No',NULL,NULL,''),(4876,'5500','41599310702','2020-09-05 16:00:16',417.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4877,'1000','41599310702','2020-09-05 16:00:16',520.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4878,'4000','41599310702','2020-09-05 16:00:16',NULL,120.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(4879,'4000','41599310702','2020-09-05 16:00:16',NULL,400.00,'','4','1','Good sold','1','','sales','6161101661300','','No',NULL,NULL,''),(4880,'1110','41599310702','2020-09-05 16:00:16',NULL,100.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(4881,'1110','41599310702','2020-09-05 16:00:16',NULL,317.50,'','4','1','Inventory sold','1','','sales','6161101661300','','No',NULL,NULL,''),(4882,'5500','41599310702','2020-09-05 16:00:16',417.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4883,'1000','41599311269','2020-09-05 16:10:53',1095.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4884,'4000','41599311269','2020-09-05 16:10:53',NULL,15.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(4885,'4000','41599311269','2020-09-05 16:10:53',NULL,110.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(4886,'4000','41599311269','2020-09-05 16:10:53',NULL,510.00,'','4','1','Good sold','1','','sales','6161106610242','','No',NULL,NULL,''),(4887,'4000','41599311269','2020-09-05 16:10:53',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440030','','No',NULL,NULL,''),(4888,'4000','41599311269','2020-09-05 16:10:53',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4889,'4000','41599311269','2020-09-05 16:10:53',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(4890,'4000','41599311269','2020-09-05 16:10:53',NULL,250.00,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(4891,'4000','41599311269','2020-09-05 16:10:53',NULL,40.00,'','4','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(4892,'1110','41599311269','2020-09-05 16:10:53',NULL,13.50,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(4893,'1110','41599311269','2020-09-05 16:10:53',NULL,99.00,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(4894,'1110','41599311269','2020-09-05 16:10:53',NULL,452.50,'','4','1','Inventory sold','1','','sales','6161106610242','','No',NULL,NULL,''),(4895,'1110','41599311269','2020-09-05 16:10:53',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440030','','No',NULL,NULL,''),(4896,'1110','41599311269','2020-09-05 16:10:53',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(4897,'1110','41599311269','2020-09-05 16:10:53',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(4898,'1110','41599311269','2020-09-05 16:10:53',NULL,225.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(4899,'1110','41599311269','2020-09-05 16:10:53',NULL,30.00,'','4','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(4900,'5500','41599311269','2020-09-05 16:10:53',973.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4901,'1000','41599315154','2020-09-05 17:15:29',550.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4902,'4000','41599315154','2020-09-05 17:15:29',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(4903,'4000','41599315154','2020-09-05 17:15:29',NULL,65.00,'','4','1','Good sold','1','','sales','6164000009020','','No',NULL,NULL,''),(4904,'4000','41599315154','2020-09-05 17:15:29',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4905,'4000','41599315154','2020-09-05 17:15:29',NULL,225.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(4906,'4000','41599315154','2020-09-05 17:15:29',NULL,75.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(4907,'4000','41599315154','2020-09-05 17:15:29',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(4908,'1110','41599315154','2020-09-05 17:15:29',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(4909,'1110','41599315154','2020-09-05 17:15:29',NULL,58.50,'','4','1','Inventory sold','1','','sales','6164000009020','','No',NULL,NULL,''),(4910,'1110','41599315154','2020-09-05 17:15:29',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(4911,'1110','41599315154','2020-09-05 17:15:29',NULL,202.50,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(4912,'1110','41599315154','2020-09-05 17:15:29',NULL,67.50,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(4913,'1110','41599315154','2020-09-05 17:15:29',NULL,135.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(4914,'5500','41599315154','2020-09-05 17:15:29',495.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4915,'1000','41599315339','2020-09-05 17:27:00',750.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4916,'4000','41599315339','2020-09-05 17:27:00',NULL,100.00,'','4','1','Good sold','1','','sales','0792382472796','','No',NULL,NULL,''),(4917,'4000','41599315339','2020-09-05 17:27:00',NULL,240.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(4918,'4000','41599315339','2020-09-05 17:27:00',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050034','','No',NULL,NULL,''),(4919,'4000','41599315339','2020-09-05 17:27:00',NULL,250.00,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(4920,'4000','41599315339','2020-09-05 17:27:00',NULL,40.00,'','4','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(4921,'1110','41599315339','2020-09-05 17:27:00',NULL,90.00,'','4','1','Inventory sold','1','','sales','0792382472796','','No',NULL,NULL,''),(4922,'1110','41599315339','2020-09-05 17:27:00',NULL,214.16,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(4923,'1110','41599315339','2020-09-05 17:27:00',NULL,104.58,'','4','1','Inventory sold','1','','sales','6009627050034','','No',NULL,NULL,''),(4924,'1110','41599315339','2020-09-05 17:27:00',NULL,225.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(4925,'1110','41599315339','2020-09-05 17:27:00',NULL,30.00,'','4','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(4926,'5500','41599315339','2020-09-05 17:27:00',663.74,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4927,'1000','41599316226','2020-09-05 17:31:00',430.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4928,'4000','41599316226','2020-09-05 17:31:00',NULL,240.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(4929,'4000','41599316226','2020-09-05 17:31:00',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050034','','No',NULL,NULL,''),(4930,'4000','41599316226','2020-09-05 17:31:00',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(4931,'1110','41599316226','2020-09-05 17:31:00',NULL,214.16,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(4932,'1110','41599316226','2020-09-05 17:31:00',NULL,104.58,'','4','1','Inventory sold','1','','sales','6009627050034','','No',NULL,NULL,''),(4933,'1110','41599316226','2020-09-05 17:31:00',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(4934,'5500','41599316226','2020-09-05 17:31:00',381.74,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4935,'4000','41599315339','2020-09-05 17:31:39',120.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(4936,'1000','41599315339','2020-09-05 17:31:39',NULL,120.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(4937,'5500','41599315339','2020-09-05 17:31:39',NULL,104.58,'','4','1','Cost of goods returned','1','','sales','6009627050034','','No',NULL,NULL,''),(4938,'1110','41599315339','2020-09-05 17:31:39',104.58,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(4939,'1000','41599316322','2020-09-05 17:33:47',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4940,'4000','41599316322','2020-09-05 17:33:47',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(4941,'1110','41599316322','2020-09-05 17:33:47',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(4942,'5500','41599316322','2020-09-05 17:33:47',6.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4943,'1000','41599316730','2020-09-05 17:57:12',615.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4944,'4000','41599316730','2020-09-05 17:57:12',NULL,65.00,'','4','1','Good sold','1','','sales','6161100450127','','No',NULL,NULL,''),(4945,'4000','41599316730','2020-09-05 17:57:12',NULL,550.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(4946,'1110','41599316730','2020-09-05 17:57:12',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161100450127','','No',NULL,NULL,''),(4947,'1110','41599316730','2020-09-05 17:57:12',NULL,495.00,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(4948,'5500','41599316730','2020-09-05 17:57:12',553.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4949,'1000','41599317841','2020-09-05 18:07:15',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4950,'4000','41599317841','2020-09-05 18:07:15',NULL,30.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(4951,'1110','41599317841','2020-09-05 18:07:15',NULL,25.98,'','4','1','Inventory sold','1','','sales','185','','No',NULL,NULL,''),(4952,'5500','41599317841','2020-09-05 18:07:15',25.98,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4953,'1000','41599318440','2020-09-05 18:08:01',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4954,'4000','41599318440','2020-09-05 18:08:01',NULL,100.00,'','4','1','Good sold','1','','sales','6164000009068','','No',NULL,NULL,''),(4955,'4000','41599318440','2020-09-05 18:08:01',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(4956,'1110','41599318440','2020-09-05 18:08:01',NULL,90.00,'','4','1','Inventory sold','1','','sales','6164000009068','','No',NULL,NULL,''),(4957,'1110','41599318440','2020-09-05 18:08:01',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(4958,'5500','41599318440','2020-09-05 18:08:01',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4959,'1000','41599320419','2020-09-05 18:41:24',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4960,'4000','41599320419','2020-09-05 18:41:24',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4961,'4000','41599320419','2020-09-05 18:41:24',NULL,40.00,'','4','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(4962,'1110','41599320419','2020-09-05 18:41:24',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(4963,'1110','41599320419','2020-09-05 18:41:24',NULL,30.00,'','4','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(4964,'5500','41599320419','2020-09-05 18:41:24',43.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4965,'1000','41599320486','2020-09-05 18:50:15',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4966,'4000','41599320486','2020-09-05 18:50:15',NULL,100.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(4967,'1110','41599320486','2020-09-05 18:50:15',NULL,90.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(4968,'5500','41599320486','2020-09-05 18:50:15',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4969,'1000','41599321019','2020-09-05 18:56:28',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4970,'4000','41599321019','2020-09-05 18:56:28',NULL,50.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(4971,'1110','41599321019','2020-09-05 18:56:28',NULL,45.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(4972,'5500','41599321019','2020-09-05 18:56:28',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4973,'1000','41599321400','2020-09-05 18:57:07',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4974,'4000','41599321400','2020-09-05 18:57:07',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(4975,'1110','41599321400','2020-09-05 18:57:07',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(4976,'5500','41599321400','2020-09-05 18:57:07',3.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4977,'1000','41599321595','2020-09-05 19:01:51',115.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4978,'4000','41599321595','2020-09-05 19:01:51',NULL,100.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(4979,'4000','41599321595','2020-09-05 19:01:51',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4980,'1110','41599321595','2020-09-05 19:01:51',NULL,90.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(4981,'1110','41599321595','2020-09-05 19:01:51',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(4982,'5500','41599321595','2020-09-05 19:01:51',103.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4983,'1000','41599321731','2020-09-05 19:10:33',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4984,'4000','41599321731','2020-09-05 19:10:33',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4985,'1110','41599321731','2020-09-05 19:10:33',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(4986,'5500','41599321731','2020-09-05 19:10:33',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4987,'1000','41599322269','2020-09-05 19:13:31',340.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4988,'4000','41599322269','2020-09-05 19:13:31',NULL,195.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4989,'4000','41599322269','2020-09-05 19:13:31',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4990,'4000','41599322269','2020-09-05 19:13:31',NULL,130.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(4991,'1110','41599322269','2020-09-05 19:13:31',NULL,175.50,'','4','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(4992,'1110','41599322269','2020-09-05 19:13:31',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(4993,'1110','41599322269','2020-09-05 19:13:31',NULL,117.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(4994,'5500','41599322269','2020-09-05 19:13:31',306.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4995,'1000','41599322449','2020-09-05 19:23:42',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(4996,'4000','41599322449','2020-09-05 19:23:42',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4997,'1110','41599322449','2020-09-05 19:23:42',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(4998,'5500','41599322449','2020-09-05 19:23:42',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4999,'1000','41599323030','2020-09-05 19:45:03',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5000,'4000','41599323030','2020-09-05 19:45:03',NULL,25.00,'','4','1','Good sold','1','','sales','6161101661713','','No',NULL,NULL,''),(5001,'1110','41599323030','2020-09-05 19:45:03',NULL,22.50,'','4','1','Inventory sold','1','','sales','6161101661713','','No',NULL,NULL,''),(5002,'5500','41599323030','2020-09-05 19:45:03',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5003,'1000','41599325069','2020-09-05 19:58:25',325.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5004,'4000','41599325069','2020-09-05 19:58:25',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(5005,'4000','41599325069','2020-09-05 19:58:25',NULL,165.00,'','4','1','Good sold','1','','sales','6008459000507','','No',NULL,NULL,''),(5006,'4000','41599325069','2020-09-05 19:58:25',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(5007,'1110','41599325069','2020-09-05 19:58:25',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(5008,'1110','41599325069','2020-09-05 19:58:25',NULL,122.49,'','4','1','Inventory sold','1','','sales','6008459000507','','No',NULL,NULL,''),(5009,'1110','41599325069','2020-09-05 19:58:25',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(5010,'5500','41599325069','2020-09-05 19:58:25',260.99,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5011,'1000','41599380088','2020-09-06 11:15:38',545.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5012,'4000','41599380088','2020-09-06 11:15:38',NULL,375.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(5013,'4000','41599380088','2020-09-06 11:15:38',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(5014,'4000','41599380088','2020-09-06 11:15:38',NULL,50.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(5015,'4000','41599380088','2020-09-06 11:15:38',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(5016,'1110','41599380088','2020-09-06 11:15:38',NULL,322.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(5017,'1110','41599380088','2020-09-06 11:15:38',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(5018,'1110','41599380088','2020-09-06 11:15:38',NULL,45.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(5019,'1110','41599380088','2020-09-06 11:15:38',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(5020,'5500','41599380088','2020-09-06 11:15:38',475.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5021,'4000','41599380088','2020-09-06 11:17:07',70.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(5022,'1000','41599380088','2020-09-06 11:17:07',NULL,70.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(5023,'5500','41599380088','2020-09-06 11:17:07',NULL,63.00,'','4','1','Cost of goods returned','1','','sales','172','','No',NULL,NULL,''),(5024,'1110','41599380088','2020-09-06 11:17:07',63.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(5025,'1000','41599380248','2020-09-06 11:17:53',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5026,'4000','41599380248','2020-09-06 11:17:53',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(5027,'4000','41599380248','2020-09-06 11:17:53',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(5028,'1110','41599380248','2020-09-06 11:17:53',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(5029,'1110','41599380248','2020-09-06 11:17:53',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(5030,'5500','41599380248','2020-09-06 11:17:53',48.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5031,'1000','41599380326','2020-09-06 11:32:52',140.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5032,'4000','41599380326','2020-09-06 11:32:52',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(5033,'4000','41599380326','2020-09-06 11:32:52',NULL,80.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(5034,'1110','41599380326','2020-09-06 11:32:52',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(5035,'1110','41599380326','2020-09-06 11:32:52',NULL,72.00,'','4','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(5036,'5500','41599380326','2020-09-06 11:32:52',119.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5037,'1000','41599381176','2020-09-06 12:21:24',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5038,'4000','41599381176','2020-09-06 12:21:24',NULL,160.00,'','4','1','Good sold','1','','sales','6164000009006','','No',NULL,NULL,''),(5039,'1110','41599381176','2020-09-06 12:21:24',NULL,144.00,'','4','1','Inventory sold','1','','sales','6164000009006','','No',NULL,NULL,''),(5040,'5500','41599381176','2020-09-06 12:21:24',144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5041,'1000','41599384114','2020-09-06 13:02:11',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5042,'4000','41599384114','2020-09-06 13:02:11',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5043,'4000','41599384114','2020-09-06 13:02:11',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(5044,'4000','41599384114','2020-09-06 13:02:11',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(5045,'1110','41599384114','2020-09-06 13:02:11',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(5046,'1110','41599384114','2020-09-06 13:02:11',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(5047,'1110','41599384114','2020-09-06 13:02:11',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(5048,'5500','41599384114','2020-09-06 13:02:11',33.73,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5049,'1000','41599388013','2020-09-06 13:27:55',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5050,'4000','41599388013','2020-09-06 13:27:55',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(5051,'4000','41599388013','2020-09-06 13:27:55',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(5052,'4000','41599388013','2020-09-06 13:27:55',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(5053,'1110','41599388013','2020-09-06 13:27:55',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(5054,'1110','41599388013','2020-09-06 13:27:55',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(5055,'1110','41599388013','2020-09-06 13:27:55',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(5056,'5500','41599388013','2020-09-06 13:27:55',99.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5057,'1000','41599388077','2020-09-06 13:39:43',510.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5058,'4000','41599388077','2020-09-06 13:39:43',NULL,510.00,'','4','1','Good sold','1','','sales','6161106610242','','No',NULL,NULL,''),(5059,'1110','41599388077','2020-09-06 13:39:43',NULL,452.50,'','4','1','Inventory sold','1','','sales','6161106610242','','No',NULL,NULL,''),(5060,'5500','41599388077','2020-09-06 13:39:43',452.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5061,'1000','41599388887','2020-09-06 14:35:39',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5062,'4000','41599388887','2020-09-06 14:35:39',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(5063,'1110','41599388887','2020-09-06 14:35:39',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(5064,'5500','41599388887','2020-09-06 14:35:39',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5065,'1000','41599392244','2020-09-06 14:43:24',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5066,'4000','41599392244','2020-09-06 14:43:24',NULL,75.00,'','4','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(5067,'1110','41599392244','2020-09-06 14:43:24',NULL,67.50,'','4','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(5068,'5500','41599392244','2020-09-06 14:43:24',67.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5069,'1000','41599392628','2020-09-06 14:47:54',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5070,'4000','41599392628','2020-09-06 14:47:54',NULL,25.00,'','4','1','Good sold','1','','sales','129','','No',NULL,NULL,''),(5071,'1110','41599392628','2020-09-06 14:47:54',NULL,22.50,'','4','1','Inventory sold','1','','sales','129','','No',NULL,NULL,''),(5072,'5500','41599392628','2020-09-06 14:47:54',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5073,'1000','41599393858','2020-09-06 15:17:09',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5074,'4000','41599393858','2020-09-06 15:17:09',NULL,20.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(5075,'1110','41599393858','2020-09-06 15:17:09',NULL,13.32,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(5076,'5500','41599393858','2020-09-06 15:17:09',13.32,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5077,'1000','41599394632','2020-09-06 15:18:01',250.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5078,'4000','41599394632','2020-09-06 15:18:01',NULL,130.00,'','4','1','Good sold','1','','sales','5449000180247','','No',NULL,NULL,''),(5079,'4000','41599394632','2020-09-06 15:18:01',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(5080,'4000','41599394632','2020-09-06 15:18:01',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(5081,'1110','41599394632','2020-09-06 15:18:01',NULL,117.00,'','4','1','Inventory sold','1','','sales','5449000180247','','No',NULL,NULL,''),(5082,'1110','41599394632','2020-09-06 15:18:01',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(5083,'1110','41599394632','2020-09-06 15:18:01',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(5084,'5500','41599394632','2020-09-06 15:18:01',225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5085,'4000','41599394632','2020-09-06 15:19:07',70.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(5086,'1000','41599394632','2020-09-06 15:19:07',NULL,70.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(5087,'5500','41599394632','2020-09-06 15:19:07',NULL,63.00,'','4','1','Cost of goods returned','1','','sales','172','','No',NULL,NULL,''),(5088,'1110','41599394632','2020-09-06 15:19:07',63.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(5089,'1000','41599396195','2020-09-06 15:43:23',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5090,'4000','41599396195','2020-09-06 15:43:23',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(5091,'1110','41599396195','2020-09-06 15:43:23',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(5092,'5500','41599396195','2020-09-06 15:43:23',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5093,'1000','41599396427','2020-09-06 15:59:08',375.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5094,'4000','41599396427','2020-09-06 15:59:08',NULL,250.00,'','4','1','Good sold','1','','sales','6164004575903','','No',NULL,NULL,''),(5095,'4000','41599396427','2020-09-06 15:59:08',NULL,125.00,'','4','1','Good sold','1','','sales','122','','No',NULL,NULL,''),(5096,'1110','41599396427','2020-09-06 15:59:08',NULL,225.00,'','4','1','Inventory sold','1','','sales','6164004575903','','No',NULL,NULL,''),(5097,'1110','41599396427','2020-09-06 15:59:08',NULL,110.00,'','4','1','Inventory sold','1','','sales','122','','No',NULL,NULL,''),(5098,'5500','41599396427','2020-09-06 15:59:08',335.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5099,'1000','41599397154','2020-09-06 16:00:52',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5100,'4000','41599397154','2020-09-06 16:00:52',NULL,5.00,'','4','1','Good sold','1','','sales','189','','No',NULL,NULL,''),(5101,'1110','41599397154','2020-09-06 16:00:52',NULL,3.40,'','4','1','Inventory sold','1','','sales','189','','No',NULL,NULL,''),(5102,'5500','41599397154','2020-09-06 16:00:52',3.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5103,'1000','41599397255','2020-09-06 16:06:37',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5104,'4000','41599397255','2020-09-06 16:06:37',NULL,10.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(5105,'1110','41599397255','2020-09-06 16:06:37',NULL,6.80,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(5106,'5500','41599397255','2020-09-06 16:06:37',6.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5107,'1000','41599397599','2020-09-06 16:07:14',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5108,'4000','41599397599','2020-09-06 16:07:14',NULL,20.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(5109,'4000','41599397599','2020-09-06 16:07:14',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(5110,'1110','41599397599','2020-09-06 16:07:14',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(5111,'1110','41599397599','2020-09-06 16:07:14',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(5112,'5500','41599397599','2020-09-06 16:07:14',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5113,'1000','41599397648','2020-09-06 16:09:24',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5114,'4000','41599397648','2020-09-06 16:09:24',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(5115,'1110','41599397648','2020-09-06 16:09:24',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(5116,'5500','41599397648','2020-09-06 16:09:24',6.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5117,'1000','41599397911','2020-09-06 16:24:58',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5118,'4000','41599397911','2020-09-06 16:24:58',NULL,20.00,'','4','1','Good sold','1','','sales','161102794700','','No',NULL,NULL,''),(5119,'1110','41599397911','2020-09-06 16:24:58',NULL,16.00,'','4','1','Inventory sold','1','','sales','161102794700','','No',NULL,NULL,''),(5120,'5500','41599397911','2020-09-06 16:24:58',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5121,'1000','41599399793','2020-09-06 16:43:33',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5122,'4000','41599399793','2020-09-06 16:43:33',NULL,130.00,'','4','1','Good sold','1','','sales','5449000180292','','No',NULL,NULL,''),(5123,'1110','41599399793','2020-09-06 16:43:33',NULL,108.33,'','4','1','Inventory sold','1','','sales','5449000180292','','No',NULL,NULL,''),(5124,'5500','41599399793','2020-09-06 16:43:33',108.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5125,'1000','41599399923','2020-09-06 16:47:32',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5126,'4000','41599399923','2020-09-06 16:47:32',NULL,50.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(5127,'1110','41599399923','2020-09-06 16:47:32',NULL,43.30,'','4','1','Inventory sold','1','','sales','185','','No',NULL,NULL,''),(5128,'5500','41599399923','2020-09-06 16:47:32',43.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5129,'1000','41599456912','2020-09-07 08:38:36',910.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5130,'4000','41599456912','2020-09-07 08:38:36',NULL,90.00,'','4','1','Good sold','1','','sales','6161100602267','','No',NULL,NULL,''),(5131,'4000','41599456912','2020-09-07 08:38:36',NULL,60.00,'','4','1','Good sold','1','','sales','6161101000840','','No',NULL,NULL,''),(5132,'4000','41599456912','2020-09-07 08:38:36',NULL,100.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(5133,'4000','41599456912','2020-09-07 08:38:36',NULL,590.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5134,'4000','41599456912','2020-09-07 08:38:36',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(5135,'1110','41599456912','2020-09-07 08:38:36',NULL,81.00,'','4','1','Inventory sold','1','','sales','6161100602267','','No',NULL,NULL,''),(5136,'1110','41599456912','2020-09-07 08:38:36',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161101000840','','No',NULL,NULL,''),(5137,'1110','41599456912','2020-09-07 08:38:36',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(5138,'1110','41599456912','2020-09-07 08:38:36',NULL,531.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5139,'1110','41599456912','2020-09-07 08:38:36',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(5140,'5500','41599456912','2020-09-07 08:38:36',819.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5141,'1000','41599457265','2020-09-07 09:22:44',640.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5142,'4000','41599457265','2020-09-07 09:22:44',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(5143,'4000','41599457265','2020-09-07 09:22:44',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(5144,'4000','41599457265','2020-09-07 09:22:44',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(5145,'4000','41599457265','2020-09-07 09:22:44',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(5146,'4000','41599457265','2020-09-07 09:22:44',NULL,150.00,'','4','1','Good sold','1','','sales','123','','No',NULL,NULL,''),(5147,'4000','41599457265','2020-09-07 09:22:44',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(5148,'1110','41599457265','2020-09-07 09:22:44',NULL,107.08,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(5149,'1110','41599457265','2020-09-07 09:22:44',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(5150,'1110','41599457265','2020-09-07 09:22:44',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(5151,'1110','41599457265','2020-09-07 09:22:44',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(5152,'1110','41599457265','2020-09-07 09:22:44',NULL,136.00,'','4','1','Inventory sold','1','','sales','123','','No',NULL,NULL,''),(5153,'1110','41599457265','2020-09-07 09:22:44',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(5154,'5500','41599457265','2020-09-07 09:22:44',566.08,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5155,'4000','41599457265','2020-09-07 09:23:54',70.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(5156,'1000','41599457265','2020-09-07 09:23:54',NULL,70.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(5157,'5500','41599457265','2020-09-07 09:23:54',NULL,63.00,'','4','1','Cost of goods returned','1','','sales','172','','No',NULL,NULL,''),(5158,'1110','41599457265','2020-09-07 09:23:54',63.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(5159,'1000','41599464387','2020-09-07 10:40:10',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5160,'4000','41599464387','2020-09-07 10:40:10',NULL,10.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(5161,'1110','41599464387','2020-09-07 10:40:10',NULL,6.80,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(5162,'5500','41599464387','2020-09-07 10:40:10',6.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5163,'1000','41599464463','2020-09-07 11:10:48',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5164,'4000','41599464463','2020-09-07 11:10:48',NULL,120.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(5165,'1110','41599464463','2020-09-07 11:10:48',NULL,100.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(5166,'5500','41599464463','2020-09-07 11:10:48',100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5167,'1000','41599466250','2020-09-07 11:17:16',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5168,'4000','41599466250','2020-09-07 11:17:16',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(5169,'4000','41599466250','2020-09-07 11:17:16',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(5170,'4000','41599466250','2020-09-07 11:17:16',NULL,40.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(5171,'1110','41599466250','2020-09-07 11:17:16',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(5172,'1110','41599466250','2020-09-07 11:17:16',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(5173,'1110','41599466250','2020-09-07 11:17:16',NULL,36.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(5174,'5500','41599466250','2020-09-07 11:17:16',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5175,'1000','41599466852','2020-09-07 11:40:41',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5176,'4000','41599466852','2020-09-07 11:40:41',NULL,5.00,'','4','1','Good sold','1','','sales','189','','No',NULL,NULL,''),(5177,'1110','41599466852','2020-09-07 11:40:41',NULL,3.40,'','4','1','Inventory sold','1','','sales','189','','No',NULL,NULL,''),(5178,'5500','41599466852','2020-09-07 11:40:41',3.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5179,'1000','41599468043','2020-09-07 11:48:30',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5180,'4000','41599468043','2020-09-07 11:48:30',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(5181,'1110','41599468043','2020-09-07 11:48:30',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(5182,'5500','41599468043','2020-09-07 11:48:30',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5183,'1000','41599468572','2020-09-07 11:59:25',84.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5184,'4000','41599468572','2020-09-07 11:59:25',NULL,84.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(5185,'1110','41599468572','2020-09-07 11:59:25',NULL,70.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(5186,'5500','41599468572','2020-09-07 11:59:25',70.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5187,'1000','41599469168','2020-09-07 12:08:05',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5188,'4000','41599469168','2020-09-07 12:08:05',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(5189,'1110','41599469168','2020-09-07 12:08:05',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(5190,'5500','41599469168','2020-09-07 12:08:05',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5191,'1000','41599469690','2020-09-07 12:24:35',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5192,'4000','41599469690','2020-09-07 12:24:35',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(5193,'1110','41599469690','2020-09-07 12:24:35',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(5194,'5500','41599469690','2020-09-07 12:24:35',3.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5195,'1000','41599470680','2020-09-07 12:39:36',260.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5196,'4000','41599470680','2020-09-07 12:39:36',NULL,120.00,'','4','1','Good sold','1','','sales','6161101661218','','No',NULL,NULL,''),(5197,'4000','41599470680','2020-09-07 12:39:36',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(5198,'4000','41599470680','2020-09-07 12:39:36',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5199,'1110','41599470680','2020-09-07 12:39:36',NULL,97.50,'','4','1','Inventory sold','1','','sales','6161101661218','','No',NULL,NULL,''),(5200,'1110','41599470680','2020-09-07 12:39:36',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(5201,'1110','41599470680','2020-09-07 12:39:36',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(5202,'5500','41599470680','2020-09-07 12:39:36',218.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5203,'1000','41599471685','2020-09-07 13:26:12',920.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5204,'4000','41599471685','2020-09-07 13:26:12',NULL,750.00,'','4','1','Good sold','1','','sales','6161106610259','','No',NULL,NULL,''),(5205,'4000','41599471685','2020-09-07 13:26:12',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(5206,'4000','41599471685','2020-09-07 13:26:12',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(5207,'1110','41599471685','2020-09-07 13:26:12',NULL,675.00,'','4','1','Inventory sold','1','','sales','6161106610259','','No',NULL,NULL,''),(5208,'1110','41599471685','2020-09-07 13:26:12',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(5209,'1110','41599471685','2020-09-07 13:26:12',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(5210,'5500','41599471685','2020-09-07 13:26:12',813.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5211,'1110','71599474590','2020-09-07 13:29:00',189.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','31','','No',NULL,NULL,''),(5212,'1110','71599474590','2020-09-07 13:29:00',126.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','427','','No',NULL,NULL,''),(5213,'1110','71599474590','2020-09-07 13:29:00',243.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','30','','No',NULL,NULL,''),(5214,'1110','71599474590','2020-09-07 13:29:00',180.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','268','','No',NULL,NULL,''),(5215,'2130','71599474590','2020-09-07 13:29:00',NULL,738.00,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(5216,'1000','41599474374','2020-09-07 13:36:26',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5217,'4000','41599474374','2020-09-07 13:36:26',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(5218,'1110','41599474374','2020-09-07 13:36:26',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(5219,'5500','41599474374','2020-09-07 13:36:26',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5220,'1000','41599475008','2020-09-07 13:50:14',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5221,'4000','41599475008','2020-09-07 13:50:14',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(5222,'4000','41599475008','2020-09-07 13:50:14',NULL,55.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(5223,'1110','41599475008','2020-09-07 13:50:14',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(5224,'1110','41599475008','2020-09-07 13:50:14',NULL,49.50,'','4','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(5225,'5500','41599475008','2020-09-07 13:50:14',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5226,'1000','41599475822','2020-09-07 13:54:28',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5227,'4000','41599475822','2020-09-07 13:54:28',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(5228,'1110','41599475822','2020-09-07 13:54:28',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(5229,'5500','41599475822','2020-09-07 13:54:28',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5230,'1000','41599479428','2020-09-07 14:50:37',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5231,'4000','41599479428','2020-09-07 14:50:37',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(5232,'1110','41599479428','2020-09-07 14:50:37',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(5233,'5500','41599479428','2020-09-07 14:50:37',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5234,'1000','41599481003','2020-09-07 16:05:56',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5235,'4000','41599481003','2020-09-07 16:05:56',NULL,55.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(5236,'4000','41599481003','2020-09-07 16:05:56',NULL,30.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(5237,'1110','41599481003','2020-09-07 16:05:56',NULL,49.50,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(5238,'1110','41599481003','2020-09-07 16:05:56',NULL,19.98,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(5239,'5500','41599481003','2020-09-07 16:05:56',69.48,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5240,'1000','41599484250','2020-09-07 16:11:04',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5241,'4000','41599484250','2020-09-07 16:11:04',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(5242,'1110','41599484250','2020-09-07 16:11:04',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(5243,'5500','41599484250','2020-09-07 16:11:04',3.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5244,'1000','41599484266','2020-09-07 16:17:56',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5245,'4000','41599484266','2020-09-07 16:17:56',NULL,110.00,'','4','1','Good sold','1','','sales','81','','No',NULL,NULL,''),(5246,'1110','41599484266','2020-09-07 16:17:56',NULL,99.00,'','4','1','Inventory sold','1','','sales','81','','No',NULL,NULL,''),(5247,'5500','41599484266','2020-09-07 16:17:56',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5248,'1000','41599484751','2020-09-07 17:00:09',115.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5249,'4000','41599484751','2020-09-07 17:00:09',NULL,10.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(5250,'4000','41599484751','2020-09-07 17:00:09',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5251,'4000','41599484751','2020-09-07 17:00:09',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(5252,'1110','41599484751','2020-09-07 17:00:09',NULL,9.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(5253,'1110','41599484751','2020-09-07 17:00:09',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(5254,'1110','41599484751','2020-09-07 17:00:09',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(5255,'5500','41599484751','2020-09-07 17:00:09',103.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5256,'1000','41599487215','2020-09-07 17:05:19',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5257,'4000','41599487215','2020-09-07 17:05:19',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5258,'1110','41599487215','2020-09-07 17:05:19',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(5259,'5500','41599487215','2020-09-07 17:05:19',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5260,'1000','41599487521','2020-09-07 17:17:33',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5261,'4000','41599487521','2020-09-07 17:17:33',NULL,40.00,'','4','1','Good sold','1','','sales','6008677000549','','No',NULL,NULL,''),(5262,'4000','41599487521','2020-09-07 17:17:33',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5263,'1110','41599487521','2020-09-07 17:17:33',NULL,36.00,'','4','1','Inventory sold','1','','sales','6008677000549','','No',NULL,NULL,''),(5264,'1110','41599487521','2020-09-07 17:17:33',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(5265,'5500','41599487521','2020-09-07 17:17:33',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5266,'1000','41599488255','2020-09-07 17:22:17',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5267,'4000','41599488255','2020-09-07 17:22:17',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5268,'4000','41599488255','2020-09-07 17:22:17',NULL,55.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(5269,'1110','41599488255','2020-09-07 17:22:17',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(5270,'1110','41599488255','2020-09-07 17:22:17',NULL,49.50,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(5271,'5500','41599488255','2020-09-07 17:22:17',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5272,'1000','41599488539','2020-09-07 17:36:19',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5273,'4000','41599488539','2020-09-07 17:36:19',NULL,5.00,'','4','1','Good sold','1','','sales','189','','No',NULL,NULL,''),(5274,'1110','41599488539','2020-09-07 17:36:19',NULL,3.40,'','4','1','Inventory sold','1','','sales','189','','No',NULL,NULL,''),(5275,'5500','41599488539','2020-09-07 17:36:19',3.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5276,'1000','41599489474','2020-09-07 17:38:20',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5277,'4000','41599489474','2020-09-07 17:38:20',NULL,100.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(5278,'1110','41599489474','2020-09-07 17:38:20',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(5279,'5500','41599489474','2020-09-07 17:38:20',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5280,'1000','41599489504','2020-09-07 17:38:35',750.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5281,'4000','41599489504','2020-09-07 17:38:35',NULL,750.00,'','4','1','Good sold','1','','sales','6161106610259','','No',NULL,NULL,''),(5282,'1110','41599489504','2020-09-07 17:38:35',NULL,675.00,'','4','1','Inventory sold','1','','sales','6161106610259','','No',NULL,NULL,''),(5283,'5500','41599489504','2020-09-07 17:38:35',675.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5284,'4000','41599471685','2020-09-07 17:39:02',750.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(5285,'1000','41599471685','2020-09-07 17:39:02',NULL,750.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(5286,'5500','41599471685','2020-09-07 17:39:02',NULL,675.00,'','4','1','Cost of goods returned','1','','sales','6161106610259','','No',NULL,NULL,''),(5287,'1110','41599471685','2020-09-07 17:39:02',675.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(5288,'1000','41599489554','2020-09-07 17:39:26',590.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5289,'4000','41599489554','2020-09-07 17:39:26',NULL,590.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5290,'1110','41599489554','2020-09-07 17:39:26',NULL,531.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5291,'5500','41599489554','2020-09-07 17:39:26',531.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5292,'1000','41599489678','2020-09-07 17:46:38',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5293,'4000','41599489678','2020-09-07 17:46:38',NULL,60.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(5294,'4000','41599489678','2020-09-07 17:46:38',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(5295,'1110','41599489678','2020-09-07 17:46:38',NULL,50.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(5296,'1110','41599489678','2020-09-07 17:46:38',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(5297,'5500','41599489678','2020-09-07 17:46:38',113.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5298,'1000','41599490035','2020-09-07 17:50:08',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5299,'4000','41599490035','2020-09-07 17:50:08',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033490','','No',NULL,NULL,''),(5300,'1110','41599490035','2020-09-07 17:50:08',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033490','','No',NULL,NULL,''),(5301,'5500','41599490035','2020-09-07 17:50:08',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5302,'1000','41599490219','2020-09-07 18:08:49',605.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5303,'4000','41599490219','2020-09-07 18:08:49',NULL,590.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5304,'4000','41599490219','2020-09-07 18:08:49',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5305,'1110','41599490219','2020-09-07 18:08:49',NULL,531.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5306,'1110','41599490219','2020-09-07 18:08:49',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(5307,'5500','41599490219','2020-09-07 18:08:49',544.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5308,'1000','41599493062','2020-09-07 18:37:56',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5309,'4000','41599493062','2020-09-07 18:37:56',NULL,100.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(5310,'1110','41599493062','2020-09-07 18:37:56',NULL,90.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(5311,'5500','41599493062','2020-09-07 18:37:56',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5312,'1000','41599493084','2020-09-07 18:44:20',995.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5313,'4000','41599493084','2020-09-07 18:44:20',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(5314,'4000','41599493084','2020-09-07 18:44:20',NULL,120.00,'','4','1','Good sold','1','','sales','6161101661218','','No',NULL,NULL,''),(5315,'4000','41599493084','2020-09-07 18:44:20',NULL,240.00,'','4','1','Good sold','1','','sales','6161102170900','','No',NULL,NULL,''),(5316,'4000','41599493084','2020-09-07 18:44:20',NULL,90.00,'','4','1','Good sold','1','','sales','6164000072031','','No',NULL,NULL,''),(5317,'4000','41599493084','2020-09-07 18:44:20',NULL,100.00,'','4','1','Good sold','1','','sales','8718951340664','','No',NULL,NULL,''),(5318,'4000','41599493084','2020-09-07 18:44:20',NULL,150.00,'','4','1','Good sold','1','','sales','123','','No',NULL,NULL,''),(5319,'4000','41599493084','2020-09-07 18:44:20',NULL,175.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(5320,'1110','41599493084','2020-09-07 18:44:20',NULL,107.08,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(5321,'1110','41599493084','2020-09-07 18:44:20',NULL,97.50,'','4','1','Inventory sold','1','','sales','6161101661218','','No',NULL,NULL,''),(5322,'1110','41599493084','2020-09-07 18:44:20',NULL,216.00,'','4','1','Inventory sold','1','','sales','6161102170900','','No',NULL,NULL,''),(5323,'1110','41599493084','2020-09-07 18:44:20',NULL,81.00,'','4','1','Inventory sold','1','','sales','6164000072031','','No',NULL,NULL,''),(5324,'1110','41599493084','2020-09-07 18:44:20',NULL,90.00,'','4','1','Inventory sold','1','','sales','8718951340664','','No',NULL,NULL,''),(5325,'1110','41599493084','2020-09-07 18:44:20',NULL,136.00,'','4','1','Inventory sold','1','','sales','123','','No',NULL,NULL,''),(5326,'1110','41599493084','2020-09-07 18:44:20',NULL,157.50,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(5327,'5500','41599493084','2020-09-07 18:44:20',885.08,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5328,'1000','41599493689','2020-09-07 19:06:03',260.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5329,'4000','41599493689','2020-09-07 19:06:03',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(5330,'4000','41599493689','2020-09-07 19:06:03',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5331,'4000','41599493689','2020-09-07 19:06:03',NULL,130.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(5332,'1110','41599493689','2020-09-07 19:06:03',NULL,107.08,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(5333,'1110','41599493689','2020-09-07 19:06:03',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(5334,'1110','41599493689','2020-09-07 19:06:03',NULL,117.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(5335,'5500','41599493689','2020-09-07 19:06:03',233.08,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5336,'1000','41599494796','2020-09-07 19:12:11',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5337,'4000','41599494796','2020-09-07 19:12:11',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(5338,'4000','41599494796','2020-09-07 19:12:11',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(5339,'1110','41599494796','2020-09-07 19:12:11',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(5340,'1110','41599494796','2020-09-07 19:12:11',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(5341,'5500','41599494796','2020-09-07 19:12:11',67.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5342,'1000','41599495407','2020-09-07 19:17:08',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5343,'4000','41599495407','2020-09-07 19:17:08',NULL,85.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(5344,'1110','41599495407','2020-09-07 19:17:08',NULL,76.50,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(5345,'5500','41599495407','2020-09-07 19:17:08',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5346,'1000','41599495442','2020-09-07 19:49:15',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5347,'4000','41599495442','2020-09-07 19:49:15',NULL,105.00,'','4','1','Good sold','1','','sales','430','','No',NULL,NULL,''),(5348,'1110','41599495442','2020-09-07 19:49:15',NULL,85.00,'','4','1','Inventory sold','1','','sales','430','','No',NULL,NULL,''),(5349,'5500','41599495442','2020-09-07 19:49:15',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5350,'1000','41599497561','2020-09-07 19:52:53',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5351,'4000','41599497561','2020-09-07 19:52:53',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(5352,'1110','41599497561','2020-09-07 19:52:53',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(5353,'5564','41599497561','2020-09-07 19:52:53',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5354,'1000','41599497606','2020-09-07 19:53:44',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5355,'4000','41599497606','2020-09-07 19:53:44',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(5356,'1110','41599497606','2020-09-07 19:53:44',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(5357,'5500','41599497606','2020-09-07 19:53:44',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5358,'1000','41599544233','2020-09-08 08:51:40',485.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5359,'4000','41599544233','2020-09-08 08:51:40',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(5360,'4000','41599544233','2020-09-08 08:51:40',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(5361,'4000','41599544233','2020-09-08 08:51:40',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(5362,'4000','41599544233','2020-09-08 08:51:40',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(5363,'1110','41599544233','2020-09-08 08:51:40',NULL,107.08,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(5364,'1110','41599544233','2020-09-08 08:51:40',NULL,107.08,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(5365,'1110','41599544233','2020-09-08 08:51:40',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(5366,'1110','41599544233','2020-09-08 08:51:40',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(5367,'5500','41599544233','2020-09-08 08:51:40',414.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5368,'1000','41599545138','2020-09-08 09:05:54',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5369,'4000','41599545138','2020-09-08 09:05:54',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(5370,'1110','41599545138','2020-09-08 09:05:54',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(5371,'5500','41599545138','2020-09-08 09:05:54',6.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5372,'1000','41599548001','2020-09-08 09:54:01',190.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5373,'4000','41599548001','2020-09-08 09:54:01',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(5374,'4000','41599548001','2020-09-08 09:54:01',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(5375,'1110','41599548001','2020-09-08 09:54:01',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(5376,'1110','41599548001','2020-09-08 09:54:01',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(5377,'5500','41599548001','2020-09-08 09:54:01',156.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5382,'1000','41599548068','2020-09-08 10:27:26',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5383,'4000','41599548068','2020-09-08 10:27:26',NULL,25.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(5384,'1110','41599548068','2020-09-08 10:27:26',NULL,22.50,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(5385,'5500','41599548068','2020-09-08 10:27:26',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5386,'1110','71599549202','2020-09-08 10:13:00',225.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','32','','No',NULL,NULL,''),(5387,'1110','71599549202','2020-09-08 10:13:00',135.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','33','','No',NULL,NULL,''),(5388,'1110','71599549202','2020-09-08 10:13:00',126.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','31','','No',NULL,NULL,''),(5389,'1110','71599549202','2020-09-08 10:13:00',1182.50,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161102170023','','No',NULL,NULL,''),(5390,'1110','71599549202','2020-09-08 10:13:00',1392.04,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6009627050010','','No',NULL,NULL,''),(5391,'1110','71599549202','2020-09-08 10:13:00',1350.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161113940141','','No',NULL,NULL,''),(5392,'1110','71599549202','2020-09-08 10:13:00',1404.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161113940134','','No',NULL,NULL,''),(5393,'2130','71599549202','2020-09-08 10:13:00',NULL,5814.54,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(5394,'1000','41599551791','2020-09-08 11:05:34',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5395,'4000','41599551791','2020-09-08 11:05:34',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(5396,'1110','41599551791','2020-09-08 11:05:34',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(5397,'5500','41599551791','2020-09-08 11:05:34',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5398,'1000','41599552336','2020-09-08 11:05:54',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5399,'4000','41599552336','2020-09-08 11:05:54',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(5400,'1110','41599552336','2020-09-08 11:05:54',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(5401,'5500','41599552336','2020-09-08 11:05:54',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5402,'1000','41599553450','2020-09-08 11:37:48',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5403,'4000','41599553450','2020-09-08 11:37:48',NULL,100.00,'','4','1','Good sold','1','','sales','6164000009082','','No',NULL,NULL,''),(5404,'1110','41599553450','2020-09-08 11:37:48',NULL,90.00,'','4','1','Inventory sold','1','','sales','6164000009082','','No',NULL,NULL,''),(5405,'5500','41599553450','2020-09-08 11:37:48',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5406,'1000','41599554272','2020-09-08 12:17:25',11.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5407,'4000','41599554272','2020-09-08 12:17:25',NULL,5.00,'','4','1','Good sold','1','','sales','189','','No',NULL,NULL,''),(5408,'4000','41599554272','2020-09-08 12:17:25',NULL,6.00,'','4','1','Good sold','1','','sales','432','','No',NULL,NULL,''),(5409,'1110','41599554272','2020-09-08 12:17:25',NULL,3.40,'','4','1','Inventory sold','1','','sales','189','','No',NULL,NULL,''),(5410,'1110','41599554272','2020-09-08 12:17:25',NULL,4.20,'','4','1','Inventory sold','1','','sales','432','','No',NULL,NULL,''),(5411,'5500','41599554272','2020-09-08 12:17:25',7.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5412,'1000','41599556648','2020-09-08 12:29:53',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5413,'4000','41599556648','2020-09-08 12:29:53',NULL,10.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(5414,'1110','41599556648','2020-09-08 12:29:53',NULL,9.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(5415,'5500','41599556648','2020-09-08 12:29:53',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5416,'1000','41599558950','2020-09-08 12:56:13',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5417,'4000','41599558950','2020-09-08 12:56:13',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033230','','No',NULL,NULL,''),(5418,'1110','41599558950','2020-09-08 12:56:13',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033230','','No',NULL,NULL,''),(5419,'5500','41599558950','2020-09-08 12:56:13',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5420,'1000','41599558977','2020-09-08 13:08:16',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5421,'4000','41599558977','2020-09-08 13:08:16',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(5422,'1110','41599558977','2020-09-08 13:08:16',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(5423,'5500','41599558977','2020-09-08 13:08:16',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5424,'1000','41599559700','2020-09-08 13:19:37',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5425,'4000','41599559700','2020-09-08 13:19:37',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(5426,'1110','41599559700','2020-09-08 13:19:37',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(5427,'5500','41599559700','2020-09-08 13:19:37',6.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5428,'1000','41599560402','2020-09-08 14:00:55',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5429,'4000','41599560402','2020-09-08 14:00:55',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(5430,'4000','41599560402','2020-09-08 14:00:55',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(5431,'1110','41599560402','2020-09-08 14:00:55',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(5432,'1110','41599560402','2020-09-08 14:00:55',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(5433,'5500','41599560402','2020-09-08 14:00:55',111.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5434,'1000','41599562927','2020-09-08 14:21:40',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5435,'4000','41599562927','2020-09-08 14:21:40',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(5436,'1110','41599562927','2020-09-08 14:21:40',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(5437,'5500','41599562927','2020-09-08 14:21:40',3.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5438,'1000','41599564102','2020-09-08 14:36:33',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5439,'4000','41599564102','2020-09-08 14:36:33',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(5440,'1110','41599564102','2020-09-08 14:36:33',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(5441,'5500','41599564102','2020-09-08 14:36:33',6.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5442,'1000','41599564997','2020-09-08 14:47:17',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5443,'4000','41599564997','2020-09-08 14:47:17',NULL,65.00,'','4','1','Good sold','1','','sales','6161102170030','','No',NULL,NULL,''),(5444,'1110','41599564997','2020-09-08 14:47:17',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161102170030','','No',NULL,NULL,''),(5445,'5500','41599564997','2020-09-08 14:47:17',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5446,'1000','41599565641','2020-09-08 14:49:29',45.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5447,'4000','41599565641','2020-09-08 14:49:29',NULL,45.00,'','4','1','Good sold','1','','sales','154','','No',NULL,NULL,''),(5448,'1110','41599565641','2020-09-08 14:49:29',NULL,40.50,'','4','1','Inventory sold','1','','sales','154','','No',NULL,NULL,''),(5449,'5500','41599565641','2020-09-08 14:49:29',40.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5450,'1000','41599565779','2020-09-08 16:26:37',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5451,'4000','41599565779','2020-09-08 16:26:37',NULL,90.00,'','4','1','Good sold','1','','sales','112','','No',NULL,NULL,''),(5452,'1110','41599565779','2020-09-08 16:26:37',NULL,76.66,'','4','1','Inventory sold','1','','sales','112','','No',NULL,NULL,''),(5453,'5500','41599565779','2020-09-08 16:26:37',76.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5454,'1000','41599571610','2020-09-08 16:33:07',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5455,'4000','41599571610','2020-09-08 16:33:07',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(5456,'4000','41599571610','2020-09-08 16:33:07',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(5457,'1110','41599571610','2020-09-08 16:33:07',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(5458,'1110','41599571610','2020-09-08 16:33:07',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(5459,'5500','41599571610','2020-09-08 16:33:07',10.06,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5460,'1000','41599571990','2020-09-08 16:43:09',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5461,'4000','41599571990','2020-09-08 16:43:09',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(5462,'4000','41599571990','2020-09-08 16:43:09',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(5463,'1110','41599571990','2020-09-08 16:43:09',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(5464,'1110','41599571990','2020-09-08 16:43:09',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(5465,'5500','41599571990','2020-09-08 16:43:09',144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5466,'1000','41599572607','2020-09-08 16:51:55',12.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5467,'4000','41599572607','2020-09-08 16:51:55',NULL,12.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(5468,'1110','41599572607','2020-09-08 16:51:55',NULL,10.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(5469,'5500','41599572607','2020-09-08 16:51:55',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5470,'1000','41599573120','2020-09-08 17:04:57',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5471,'4000','41599573120','2020-09-08 17:04:57',NULL,200.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(5472,'1110','41599573120','2020-09-08 17:04:57',NULL,180.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(5473,'5500','41599573120','2020-09-08 17:04:57',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5474,'1000','41599573908','2020-09-08 17:14:57',180.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5475,'4000','41599573908','2020-09-08 17:14:57',NULL,110.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(5476,'4000','41599573908','2020-09-08 17:14:57',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(5477,'1110','41599573908','2020-09-08 17:14:57',NULL,99.00,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(5478,'1110','41599573908','2020-09-08 17:14:57',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(5479,'5500','41599573908','2020-09-08 17:14:57',162.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5480,'1000','41599574511','2020-09-08 17:33:18',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5481,'4000','41599574511','2020-09-08 17:33:18',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(5482,'1110','41599574511','2020-09-08 17:33:18',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(5483,'5500','41599574511','2020-09-08 17:33:18',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5484,'1000','41599575600','2020-09-08 17:41:34',45.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5485,'4000','41599575600','2020-09-08 17:41:34',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(5486,'4000','41599575600','2020-09-08 17:41:34',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(5487,'1110','41599575600','2020-09-08 17:41:34',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(5488,'1110','41599575600','2020-09-08 17:41:34',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(5489,'5564','41599575600','2020-09-08 17:41:34',38.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5490,'1000','41599576887','2020-09-08 18:12:24',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5491,'4000','41599576887','2020-09-08 18:12:24',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(5492,'1110','41599576887','2020-09-08 18:12:24',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(5493,'5500','41599576887','2020-09-08 18:12:24',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5494,'1000','41599577946','2020-09-08 18:23:22',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5495,'4000','41599577946','2020-09-08 18:23:22',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(5496,'1110','41599577946','2020-09-08 18:23:22',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(5497,'5500','41599577946','2020-09-08 18:23:22',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5498,'1000','41599578692','2020-09-08 18:41:57',270.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5499,'4000','41599578692','2020-09-08 18:41:57',NULL,220.00,'','4','1','Good sold','1','','sales','6161101661232','','No',NULL,NULL,''),(5500,'4000','41599578692','2020-09-08 18:41:57',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(5501,'1110','41599578692','2020-09-08 18:41:57',NULL,198.00,'','4','1','Inventory sold','1','','sales','6161101661232','','No',NULL,NULL,''),(5502,'1110','41599578692','2020-09-08 18:41:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(5503,'5500','41599578692','2020-09-08 18:41:57',243.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5504,'1000','41599579782','2020-09-08 18:56:51',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5505,'4000','41599579782','2020-09-08 18:56:51',NULL,20.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(5506,'1110','41599579782','2020-09-08 18:56:51',NULL,18.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(5507,'5500','41599579782','2020-09-08 18:56:51',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5508,'1000','41599582888','2020-09-08 19:34:57',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5509,'4000','41599582888','2020-09-08 19:34:57',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(5510,'1110','41599582888','2020-09-08 19:34:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(5511,'5500','41599582888','2020-09-08 19:34:57',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5512,'1000','41599582902','2020-09-08 19:36:48',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5513,'4000','41599582902','2020-09-08 19:36:48',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(5514,'1110','41599582902','2020-09-08 19:36:48',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(5515,'5564','41599582902','2020-09-08 19:36:48',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5516,'1000','41599583011','2020-09-08 19:40:56',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5517,'4000','41599583011','2020-09-08 19:40:56',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(5518,'1110','41599583011','2020-09-08 19:40:56',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(5519,'5500','41599583011','2020-09-08 19:40:56',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5520,'1000','41599647162','2020-09-09 13:30:26',851.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5521,'4000','41599647162','2020-09-09 13:30:26',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(5522,'4000','41599647162','2020-09-09 13:30:26',NULL,120.00,'','4','1','Good sold','1','','sales','6161101661218','','No',NULL,NULL,''),(5523,'4000','41599647162','2020-09-09 13:30:26',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(5524,'4000','41599647162','2020-09-09 13:30:26',NULL,70.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(5525,'4000','41599647162','2020-09-09 13:30:26',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5526,'4000','41599647162','2020-09-09 13:30:26',NULL,40.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(5527,'4000','41599647162','2020-09-09 13:30:26',NULL,70.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(5528,'4000','41599647162','2020-09-09 13:30:26',NULL,40.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(5529,'4000','41599647162','2020-09-09 13:30:26',NULL,240.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(5530,'4000','41599647162','2020-09-09 13:30:26',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(5531,'4000','41599647162','2020-09-09 13:30:26',NULL,30.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(5532,'4000','41599647162','2020-09-09 13:30:26',NULL,50.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(5533,'4000','41599647162','2020-09-09 13:30:26',NULL,6.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(5534,'1110','41599647162','2020-09-09 13:30:26',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(5535,'1110','41599647162','2020-09-09 13:30:26',NULL,97.50,'','4','1','Inventory sold','1','','sales','6161101661218','','No',NULL,NULL,''),(5536,'1110','41599647162','2020-09-09 13:30:26',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(5537,'1110','41599647162','2020-09-09 13:30:26',NULL,63.00,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(5538,'1110','41599647162','2020-09-09 13:30:26',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(5539,'1110','41599647162','2020-09-09 13:30:26',NULL,36.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(5540,'1110','41599647162','2020-09-09 13:30:26',NULL,63.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(5541,'1110','41599647162','2020-09-09 13:30:26',NULL,36.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(5542,'1110','41599647162','2020-09-09 13:30:26',NULL,186.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(5543,'1110','41599647162','2020-09-09 13:30:26',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(5544,'1110','41599647162','2020-09-09 13:30:26',NULL,19.98,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(5545,'1110','41599647162','2020-09-09 13:30:26',NULL,43.30,'','4','1','Inventory sold','1','','sales','185','','No',NULL,NULL,''),(5546,'1110','41599647162','2020-09-09 13:30:26',NULL,4.20,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(5547,'5500','41599647162','2020-09-09 13:30:26',709.31,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5548,'1000','41599647492','2020-09-09 14:29:34',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5549,'4000','41599647492','2020-09-09 14:29:34',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(5550,'1110','41599647492','2020-09-09 14:29:34',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(5551,'5500','41599647492','2020-09-09 14:29:34',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5552,'1000','41599650977','2020-09-09 14:43:06',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5553,'4000','41599650977','2020-09-09 14:43:06',NULL,150.00,'','4','1','Good sold','1','','sales','6162006602771','','No',NULL,NULL,''),(5554,'1110','41599650977','2020-09-09 14:43:06',NULL,135.00,'','4','1','Inventory sold','1','','sales','6162006602771','','No',NULL,NULL,''),(5555,'5500','41599650977','2020-09-09 14:43:06',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5556,'1000','41599651824','2020-09-09 14:45:35',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5557,'4000','41599651824','2020-09-09 14:45:35',NULL,115.00,'','4','1','Good sold','1','','sales','124','','No',NULL,NULL,''),(5558,'4000','41599651824','2020-09-09 14:45:35',NULL,55.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(5559,'1110','41599651824','2020-09-09 14:45:35',NULL,103.50,'','4','1','Inventory sold','1','','sales','124','','No',NULL,NULL,''),(5560,'1110','41599651824','2020-09-09 14:45:35',NULL,49.50,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(5561,'5500','41599651824','2020-09-09 14:45:35',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5562,'4000','41599650977','2020-09-09 14:45:50',150.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(5563,'1000','41599650977','2020-09-09 14:45:50',NULL,150.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(5564,'5500','41599650977','2020-09-09 14:45:50',NULL,135.00,'','4','1','Cost of goods returned','1','','sales','6162006602771','','No',NULL,NULL,''),(5565,'1110','41599650977','2020-09-09 14:45:50',135.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(5566,'1000','41599651962','2020-09-09 14:46:44',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5567,'4000','41599651962','2020-09-09 14:46:44',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(5568,'1110','41599651962','2020-09-09 14:46:44',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(5569,'5500','41599651962','2020-09-09 14:46:44',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5570,'1000','41599652550','2020-09-09 14:56:05',48.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5571,'4000','41599652550','2020-09-09 14:56:05',NULL,48.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(5572,'1110','41599652550','2020-09-09 14:56:05',NULL,33.60,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(5573,'5500','41599652550','2020-09-09 14:56:05',33.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5574,'1000','41599652615','2020-09-09 17:11:17',45.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5575,'4000','41599652615','2020-09-09 17:11:17',NULL,25.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(5576,'4000','41599652615','2020-09-09 17:11:17',NULL,20.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(5577,'1110','41599652615','2020-09-09 17:11:17',NULL,22.50,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(5578,'1110','41599652615','2020-09-09 17:11:17',NULL,17.32,'','4','1','Inventory sold','1','','sales','185','','No',NULL,NULL,''),(5579,'5500','41599652615','2020-09-09 17:11:17',39.82,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5580,'1000','41599660685','2020-09-09 18:03:57',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5581,'4000','41599660685','2020-09-09 18:03:57',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(5582,'1110','41599660685','2020-09-09 18:03:57',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(5583,'5500','41599660685','2020-09-09 18:03:57',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5584,'1000','41599665156','2020-09-09 18:26:27',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5585,'4000','41599665156','2020-09-09 18:26:27',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(5586,'4000','41599665156','2020-09-09 18:26:27',NULL,50.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(5587,'1110','41599665156','2020-09-09 18:26:27',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(5588,'1110','41599665156','2020-09-09 18:26:27',NULL,45.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(5589,'5500','41599665156','2020-09-09 18:26:27',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5590,'1000','41599665198','2020-09-09 18:32:18',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5591,'4000','41599665198','2020-09-09 18:32:18',NULL,10.00,'','4','1','Good sold','1','','sales','6161101280037','','No',NULL,NULL,''),(5592,'4000','41599665198','2020-09-09 18:32:18',NULL,65.00,'','4','1','Good sold','1','','sales','6161102170030','','No',NULL,NULL,''),(5593,'1110','41599665198','2020-09-09 18:32:18',NULL,9.00,'','4','1','Inventory sold','1','','sales','6161101280037','','No',NULL,NULL,''),(5594,'1110','41599665198','2020-09-09 18:32:18',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161102170030','','No',NULL,NULL,''),(5595,'5500','41599665198','2020-09-09 18:32:18',67.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5596,'1000','41599665550','2020-09-09 18:38:51',320.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5597,'4000','41599665550','2020-09-09 18:38:51',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(5598,'4000','41599665550','2020-09-09 18:38:51',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5599,'4000','41599665550','2020-09-09 18:38:51',NULL,110.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(5600,'4000','41599665550','2020-09-09 18:38:51',NULL,75.00,'','4','1','Good sold','1','','sales','123','','No',NULL,NULL,''),(5601,'1110','41599665550','2020-09-09 18:38:51',NULL,107.08,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(5602,'1110','41599665550','2020-09-09 18:38:51',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(5603,'1110','41599665550','2020-09-09 18:38:51',NULL,99.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(5604,'1110','41599665550','2020-09-09 18:38:51',NULL,68.00,'','4','1','Inventory sold','1','','sales','123','','No',NULL,NULL,''),(5605,'5500','41599665550','2020-09-09 18:38:51',287.58,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5606,'1000','41599665992','2020-09-09 18:58:30',155.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5607,'4000','41599665992','2020-09-09 18:58:30',NULL,25.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(5608,'4000','41599665992','2020-09-09 18:58:30',NULL,130.00,'','4','1','Good sold','1','','sales','171','','No',NULL,NULL,''),(5609,'1110','41599665992','2020-09-09 18:58:30',NULL,22.50,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(5610,'1110','41599665992','2020-09-09 18:58:30',NULL,117.00,'','4','1','Inventory sold','1','','sales','171','','No',NULL,NULL,''),(5611,'5500','41599665992','2020-09-09 18:58:30',139.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5612,'1000','41599667315','2020-09-09 19:02:11',340.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5613,'4000','41599667315','2020-09-09 19:02:11',NULL,340.00,'','4','1','Good sold','1','','sales','266','','No',NULL,NULL,''),(5614,'1110','41599667315','2020-09-09 19:02:11',NULL,302.00,'','4','1','Inventory sold','1','','sales','266','','No',NULL,NULL,''),(5615,'5500','41599667315','2020-09-09 19:02:11',302.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5616,'1000','41599667444','2020-09-09 19:12:47',330.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5617,'4000','41599667444','2020-09-09 19:12:47',NULL,70.00,'','4','1','Good sold','1','','sales','427','','No',NULL,NULL,''),(5618,'4000','41599667444','2020-09-09 19:12:47',NULL,70.00,'','4','1','Good sold','1','','sales','427','','No',NULL,NULL,''),(5619,'4000','41599667444','2020-09-09 19:12:47',NULL,65.00,'','4','1','Good sold','1','','sales','6164000009020','','No',NULL,NULL,''),(5620,'4000','41599667444','2020-09-09 19:12:47',NULL,90.00,'','4','1','Good sold','1','','sales','6164000009327','','No',NULL,NULL,''),(5621,'4000','41599667444','2020-09-09 19:12:47',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(5622,'1110','41599667444','2020-09-09 19:12:47',NULL,63.00,'','4','1','Inventory sold','1','','sales','427','','No',NULL,NULL,''),(5623,'1110','41599667444','2020-09-09 19:12:47',NULL,63.00,'','4','1','Inventory sold','1','','sales','427','','No',NULL,NULL,''),(5624,'1110','41599667444','2020-09-09 19:12:47',NULL,58.50,'','4','1','Inventory sold','1','','sales','6164000009020','','No',NULL,NULL,''),(5625,'1110','41599667444','2020-09-09 19:12:47',NULL,81.00,'','4','1','Inventory sold','1','','sales','6164000009327','','No',NULL,NULL,''),(5626,'1110','41599667444','2020-09-09 19:12:47',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(5627,'5500','41599667444','2020-09-09 19:12:47',297.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5628,'1000','41599668059','2020-09-09 19:16:10',485.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5629,'4000','41599668059','2020-09-09 19:16:10',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(5630,'4000','41599668059','2020-09-09 19:16:10',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(5631,'4000','41599668059','2020-09-09 19:16:10',NULL,100.00,'','4','1','Good sold','1','','sales','6161101668293','','No',NULL,NULL,''),(5632,'4000','41599668059','2020-09-09 19:16:10',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033186','','No',NULL,NULL,''),(5633,'4000','41599668059','2020-09-09 19:16:10',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033193','','No',NULL,NULL,''),(5634,'4000','41599668059','2020-09-09 19:16:10',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5635,'1110','41599668059','2020-09-09 19:16:10',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(5636,'1110','41599668059','2020-09-09 19:16:10',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(5637,'1110','41599668059','2020-09-09 19:16:10',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161101668293','','No',NULL,NULL,''),(5638,'1110','41599668059','2020-09-09 19:16:10',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033186','','No',NULL,NULL,''),(5639,'1110','41599668059','2020-09-09 19:16:10',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033193','','No',NULL,NULL,''),(5640,'1110','41599668059','2020-09-09 19:16:10',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(5641,'5500','41599668059','2020-09-09 19:16:10',436.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5642,'1000','41599669009','2020-09-09 19:36:41',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5643,'4000','41599669009','2020-09-09 19:36:41',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(5644,'1110','41599669009','2020-09-09 19:36:41',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(5645,'5500','41599669009','2020-09-09 19:36:41',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5646,'1000','41599669593','2020-09-09 19:40:08',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5647,'4000','41599669593','2020-09-09 19:40:08',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(5648,'1110','41599669593','2020-09-09 19:40:08',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(5649,'5500','41599669593','2020-09-09 19:40:08',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5650,'1000','41599669652','2020-09-09 19:41:33',455.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5651,'4000','41599669652','2020-09-09 19:41:33',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(5652,'4000','41599669652','2020-09-09 19:41:33',NULL,450.00,'','4','1','Good sold','1','','sales','188','','No',NULL,NULL,''),(5653,'1110','41599669652','2020-09-09 19:41:33',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(5654,'1110','41599669652','2020-09-09 19:41:33',NULL,405.00,'','4','1','Inventory sold','1','','sales','188','','No',NULL,NULL,''),(5655,'5500','41599669652','2020-09-09 19:41:33',408.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5656,'1000','41599670179','2020-09-09 19:50:23',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5657,'4000','41599670179','2020-09-09 19:50:23',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000895','','No',NULL,NULL,''),(5658,'1110','41599670179','2020-09-09 19:50:23',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000895','','No',NULL,NULL,''),(5659,'5500','41599670179','2020-09-09 19:50:23',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5660,'1000','41599670275','2020-09-09 19:59:51',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5661,'4000','41599670275','2020-09-09 19:59:51',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(5662,'1110','41599670275','2020-09-09 19:59:51',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(5663,'5500','41599670275','2020-09-09 19:59:51',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5664,'1000','41599721431','2020-09-10 10:04:08',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5665,'4000','41599721431','2020-09-10 10:04:08',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(5666,'4000','41599721431','2020-09-10 10:04:08',NULL,10.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(5667,'1110','41599721431','2020-09-10 10:04:08',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(5668,'1110','41599721431','2020-09-10 10:04:08',NULL,9.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(5669,'5500','41599721431','2020-09-10 10:04:08',67.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5670,'1000','41599721510','2020-09-10 10:35:45',6.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5671,'4000','41599721510','2020-09-10 10:35:45',NULL,6.00,'','4','1','Good sold','1','','sales','433','','No',NULL,NULL,''),(5672,'1110','41599721510','2020-09-10 10:35:45',NULL,4.60,'','4','1','Inventory sold','1','','sales','433','','No',NULL,NULL,''),(5673,'5500','41599721510','2020-09-10 10:35:45',4.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5674,'1000','41599723348','2020-09-10 10:38:19',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5675,'4000','41599723348','2020-09-10 10:38:19',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(5676,'4000','41599723348','2020-09-10 10:38:19',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(5677,'1110','41599723348','2020-09-10 10:38:19',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(5678,'1110','41599723348','2020-09-10 10:38:19',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(5679,'5500','41599723348','2020-09-10 10:38:19',34.90,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5680,'1000','41599723502','2020-09-10 10:38:30',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5681,'4000','41599723502','2020-09-10 10:38:30',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(5682,'1110','41599723502','2020-09-10 10:38:30',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(5683,'5500','41599723502','2020-09-10 10:38:30',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5684,'1000','41599725497','2020-09-10 11:14:48',510.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5685,'4000','41599725497','2020-09-10 11:14:48',NULL,510.00,'','4','1','Good sold','1','','sales','6161106610242','','No',NULL,NULL,''),(5686,'1110','41599725497','2020-09-10 11:14:48',NULL,452.50,'','4','1','Inventory sold','1','','sales','6161106610242','','No',NULL,NULL,''),(5687,'5500','41599725497','2020-09-10 11:14:48',452.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5688,'1000','41599725711','2020-09-10 11:15:25',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5689,'4000','41599725711','2020-09-10 11:15:25',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(5690,'1110','41599725711','2020-09-10 11:15:25',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(5691,'5500','41599725711','2020-09-10 11:15:25',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5692,'1000','41599725735','2020-09-10 11:54:25',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5693,'4000','41599725735','2020-09-10 11:54:25',NULL,50.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(5694,'1110','41599725735','2020-09-10 11:54:25',NULL,45.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(5695,'5500','41599725735','2020-09-10 11:54:25',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5704,'1110','71599727733','2020-09-10 11:48:00',144.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6161107150709','','No',NULL,NULL,''),(5705,'1110','71599727733','2020-09-10 11:48:00',135.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6161107150730','','No',NULL,NULL,''),(5706,'1110','71599727733','2020-09-10 11:48:00',225.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','32','','No',NULL,NULL,''),(5707,'1110','71599727733','2020-09-10 11:48:00',135.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','33','','No',NULL,NULL,''),(5708,'1110','71599727733','2020-09-10 11:48:00',252.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','31','','No',NULL,NULL,''),(5709,'1110','71599727733','2020-09-10 11:48:00',126.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','427','','No',NULL,NULL,''),(5710,'1110','71599727733','2020-09-10 11:48:00',243.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','30','','No',NULL,NULL,''),(5711,'1110','71599727733','2020-09-10 11:48:00',594.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6161101000543','','No',NULL,NULL,''),(5712,'2130','71599727733','2020-09-10 11:48:00',NULL,1854.00,'','7','1','Account payable for inventory','1','8','Purchases','','','No',NULL,NULL,''),(5713,'1000','41599728070','2020-09-10 13:47:11',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5714,'4000','41599728070','2020-09-10 13:47:11',NULL,20.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(5715,'1110','41599728070','2020-09-10 13:47:11',NULL,17.32,'','4','1','Inventory sold','1','','sales','185','','No',NULL,NULL,''),(5716,'5500','41599728070','2020-09-10 13:47:11',17.32,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5717,'1000','41599736760','2020-09-10 14:21:53',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5718,'4000','41599736760','2020-09-10 14:21:53',NULL,30.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(5719,'1110','41599736760','2020-09-10 14:21:53',NULL,25.98,'','4','1','Inventory sold','1','','sales','185','','No',NULL,NULL,''),(5720,'5500','41599736760','2020-09-10 14:21:53',25.98,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5721,'1000','41599736915','2020-09-10 14:38:35',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5722,'4000','41599736915','2020-09-10 14:38:35',NULL,105.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(5723,'4000','41599736915','2020-09-10 14:38:35',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5724,'4000','41599736915','2020-09-10 14:38:35',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5725,'1110','41599736915','2020-09-10 14:38:35',NULL,94.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(5726,'1110','41599736915','2020-09-10 14:38:35',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(5727,'1110','41599736915','2020-09-10 14:38:35',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(5728,'5500','41599736915','2020-09-10 14:38:35',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5729,'1000','41599737918','2020-09-10 14:57:12',320.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5730,'4000','41599737918','2020-09-10 14:57:12',NULL,70.00,'','4','1','Good sold','1','','sales','427','','No',NULL,NULL,''),(5731,'4000','41599737918','2020-09-10 14:57:12',NULL,250.00,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(5732,'1110','41599737918','2020-09-10 14:57:12',NULL,63.00,'','4','1','Inventory sold','1','','sales','427','','No',NULL,NULL,''),(5733,'1110','41599737918','2020-09-10 14:57:12',NULL,225.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(5734,'5500','41599737918','2020-09-10 14:57:12',288.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5735,'1000','41599739078','2020-09-10 14:59:32',195.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5736,'4000','41599739078','2020-09-10 14:59:32',NULL,65.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(5737,'4000','41599739078','2020-09-10 14:59:32',NULL,65.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(5738,'4000','41599739078','2020-09-10 14:59:32',NULL,65.00,'','4','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(5739,'1110','41599739078','2020-09-10 14:59:32',NULL,58.50,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(5740,'1110','41599739078','2020-09-10 14:59:32',NULL,58.50,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(5741,'1110','41599739078','2020-09-10 14:59:32',NULL,58.50,'','4','1','Inventory sold','1','','sales','87','','No',NULL,NULL,''),(5742,'5500','41599739078','2020-09-10 14:59:32',175.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5743,'1000','41599739213','2020-09-10 15:11:32',295.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5744,'4000','41599739213','2020-09-10 15:11:32',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(5745,'4000','41599739213','2020-09-10 15:11:32',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(5746,'4000','41599739213','2020-09-10 15:11:32',NULL,115.00,'','4','1','Good sold','1','','sales','124','','No',NULL,NULL,''),(5747,'4000','41599739213','2020-09-10 15:11:32',NULL,40.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(5748,'1110','41599739213','2020-09-10 15:11:32',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(5749,'1110','41599739213','2020-09-10 15:11:32',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(5750,'1110','41599739213','2020-09-10 15:11:32',NULL,103.50,'','4','1','Inventory sold','1','','sales','124','','No',NULL,NULL,''),(5751,'1110','41599739213','2020-09-10 15:11:32',NULL,32.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(5752,'5564','41599739213','2020-09-10 15:11:32',261.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5753,'1000','41599739948','2020-09-10 16:07:06',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5754,'4000','41599739948','2020-09-10 16:07:06',NULL,100.00,'','4','1','Good sold','1','','sales','6161100913011','','No',NULL,NULL,''),(5755,'1110','41599739948','2020-09-10 16:07:06',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161100913011','','No',NULL,NULL,''),(5756,'5500','41599739948','2020-09-10 16:07:06',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5757,'1000','41599743244','2020-09-10 16:29:38',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5758,'4000','41599743244','2020-09-10 16:29:38',NULL,100.00,'','4','1','Good sold','1','','sales','6164000009082','','No',NULL,NULL,''),(5759,'4000','41599743244','2020-09-10 16:29:38',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(5760,'1110','41599743244','2020-09-10 16:29:38',NULL,90.00,'','4','1','Inventory sold','1','','sales','6164000009082','','No',NULL,NULL,''),(5761,'1110','41599743244','2020-09-10 16:29:38',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(5762,'5500','41599743244','2020-09-10 16:29:38',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5763,'1000','41599744592','2020-09-10 16:46:19',195.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5764,'4000','41599744592','2020-09-10 16:46:19',NULL,100.00,'','4','1','Good sold','1','','sales','0000616009978','','No',NULL,NULL,''),(5765,'4000','41599744592','2020-09-10 16:46:19',NULL,70.00,'','4','1','Good sold','1','','sales','427','','No',NULL,NULL,''),(5766,'4000','41599744592','2020-09-10 16:46:19',NULL,25.00,'','4','1','Good sold','1','','sales','6164000184048','','No',NULL,NULL,''),(5767,'1110','41599744592','2020-09-10 16:46:19',NULL,90.00,'','4','1','Inventory sold','1','','sales','0000616009978','','No',NULL,NULL,''),(5768,'1110','41599744592','2020-09-10 16:46:19',NULL,63.00,'','4','1','Inventory sold','1','','sales','427','','No',NULL,NULL,''),(5769,'1110','41599744592','2020-09-10 16:46:19',NULL,22.50,'','4','1','Inventory sold','1','','sales','6164000184048','','No',NULL,NULL,''),(5770,'5500','41599744592','2020-09-10 16:46:19',175.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5771,'1000','41599745667','2020-09-10 16:57:19',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5772,'4000','41599745667','2020-09-10 16:57:19',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440023','','No',NULL,NULL,''),(5773,'1110','41599745667','2020-09-10 16:57:19',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440023','','No',NULL,NULL,''),(5774,'5500','41599745667','2020-09-10 16:57:19',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5775,'1000','41599746243','2020-09-10 17:07:54',185.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5776,'4000','41599746243','2020-09-10 17:07:54',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(5777,'4000','41599746243','2020-09-10 17:07:54',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(5778,'1110','41599746243','2020-09-10 17:07:54',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(5779,'1110','41599746243','2020-09-10 17:07:54',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(5780,'5500','41599746243','2020-09-10 17:07:54',151.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5781,'1000','41599751152','2020-09-10 18:19:44',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5782,'4000','41599751152','2020-09-10 18:19:44',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072031','','No',NULL,NULL,''),(5783,'4000','41599751152','2020-09-10 18:19:44',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072048','','No',NULL,NULL,''),(5784,'1110','41599751152','2020-09-10 18:19:44',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072031','','No',NULL,NULL,''),(5785,'1110','41599751152','2020-09-10 18:19:44',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072048','','No',NULL,NULL,''),(5786,'5500','41599751152','2020-09-10 18:19:44',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5787,'1000','41599751212','2020-09-10 18:20:52',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5788,'4000','41599751212','2020-09-10 18:20:52',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5789,'1110','41599751212','2020-09-10 18:20:52',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(5790,'5500','41599751212','2020-09-10 18:20:52',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5791,'1000','41599751315','2020-09-10 18:23:51',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5792,'4000','41599751315','2020-09-10 18:23:51',NULL,100.00,'','4','1','Good sold','1','','sales','8718951340664','','No',NULL,NULL,''),(5793,'1110','41599751315','2020-09-10 18:23:51',NULL,90.00,'','4','1','Inventory sold','1','','sales','8718951340664','','No',NULL,NULL,''),(5794,'5500','41599751315','2020-09-10 18:23:51',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5795,'1000','41599751434','2020-09-10 18:46:41',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5796,'4000','41599751434','2020-09-10 18:46:41',NULL,40.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(5797,'1110','41599751434','2020-09-10 18:46:41',NULL,36.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(5798,'5500','41599751434','2020-09-10 18:46:41',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5799,'1000','41599752804','2020-09-10 19:03:11',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5800,'4000','41599752804','2020-09-10 19:03:11',NULL,50.00,'','4','1','Good sold','1','','sales','6009607673345','','No',NULL,NULL,''),(5801,'1110','41599752804','2020-09-10 19:03:11',NULL,34.00,'','4','1','Inventory sold','1','','sales','6009607673345','','No',NULL,NULL,''),(5802,'5500','41599752804','2020-09-10 19:03:11',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5803,'1000','41599754008','2020-09-10 19:06:57',6.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5804,'4000','41599754008','2020-09-10 19:06:57',NULL,6.00,'','4','1','Good sold','1','','sales','433','','No',NULL,NULL,''),(5805,'1110','41599754008','2020-09-10 19:06:57',NULL,4.60,'','4','1','Inventory sold','1','','sales','433','','No',NULL,NULL,''),(5806,'5500','41599754008','2020-09-10 19:06:57',4.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5807,'1000','41599754008','2020-09-10 19:06:57',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5808,'4000','41599754008','2020-09-10 19:06:57',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5809,'4000','41599754008','2020-09-10 19:06:57',NULL,6.00,'','4','1','Good sold','1','','sales','433','','No',NULL,NULL,''),(5810,'1110','41599754008','2020-09-10 19:06:57',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(5811,'1110','41599754008','2020-09-10 19:06:57',NULL,4.60,'','4','1','Inventory sold','1','','sales','433','','No',NULL,NULL,''),(5812,'5500','41599754008','2020-09-10 19:06:57',18.10,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5813,'1000','41599754879','2020-09-10 19:53:55',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5814,'4000','41599754879','2020-09-10 19:53:55',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(5815,'1110','41599754879','2020-09-10 19:53:55',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(5816,'5500','41599754879','2020-09-10 19:53:55',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5817,'1000','41599757052','2020-09-10 20:02:02',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5818,'4000','41599757052','2020-09-10 20:02:02',NULL,5.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(5819,'1110','41599757052','2020-09-10 20:02:02',NULL,4.33,'','4','1','Inventory sold','1','','sales','185','','No',NULL,NULL,''),(5820,'5500','41599757052','2020-09-10 20:02:02',4.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5821,'1000','41599804555','2020-09-11 09:25:35',96.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5822,'4000','41599804555','2020-09-11 09:25:35',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(5823,'4000','41599804555','2020-09-11 09:25:35',NULL,6.00,'','4','1','Good sold','1','','sales','433','','No',NULL,NULL,''),(5824,'1110','41599804555','2020-09-11 09:25:35',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(5825,'1110','41599804555','2020-09-11 09:25:35',NULL,4.60,'','4','1','Inventory sold','1','','sales','433','','No',NULL,NULL,''),(5826,'5500','41599804555','2020-09-11 09:25:35',85.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5827,'1000','41599805538','2020-09-11 09:55:32',126.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5828,'4000','41599805538','2020-09-11 09:55:32',NULL,96.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(5829,'4000','41599805538','2020-09-11 09:55:32',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(5830,'4000','41599805538','2020-09-11 09:55:32',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(5831,'1110','41599805538','2020-09-11 09:55:32',NULL,80.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(5832,'1110','41599805538','2020-09-11 09:55:32',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(5833,'1110','41599805538','2020-09-11 09:55:32',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(5834,'5500','41599805538','2020-09-11 09:55:32',105.90,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5835,'1000','41599809419','2020-09-11 10:30:53',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5836,'4000','41599809419','2020-09-11 10:30:53',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072048','','No',NULL,NULL,''),(5837,'4000','41599809419','2020-09-11 10:30:53',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(5838,'4000','41599809419','2020-09-11 10:30:53',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(5839,'1110','41599809419','2020-09-11 10:30:53',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072048','','No',NULL,NULL,''),(5840,'1110','41599809419','2020-09-11 10:30:53',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(5841,'1110','41599809419','2020-09-11 10:30:53',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(5842,'5500','41599809419','2020-09-11 10:30:53',101.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5843,'1000','41599810440','2020-09-11 11:29:29',255.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5844,'4000','41599810440','2020-09-11 11:29:29',NULL,140.00,'','4','1','Good sold','1','','sales','6164004575910','','No',NULL,NULL,''),(5845,'4000','41599810440','2020-09-11 11:29:29',NULL,10.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(5846,'4000','41599810440','2020-09-11 11:29:29',NULL,105.00,'','4','1','Good sold','1','','sales','430','','No',NULL,NULL,''),(5847,'1110','41599810440','2020-09-11 11:29:29',NULL,126.00,'','4','1','Inventory sold','1','','sales','6164004575910','','No',NULL,NULL,''),(5848,'1110','41599810440','2020-09-11 11:29:29',NULL,6.80,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(5849,'1110','41599810440','2020-09-11 11:29:29',NULL,85.00,'','4','1','Inventory sold','1','','sales','430','','No',NULL,NULL,''),(5850,'5500','41599810440','2020-09-11 11:29:29',217.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5851,'1000','41599812971','2020-09-11 12:07:33',390.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5852,'4000','41599812971','2020-09-11 12:07:33',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(5853,'4000','41599812971','2020-09-11 12:07:33',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033186','','No',NULL,NULL,''),(5854,'4000','41599812971','2020-09-11 12:07:33',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5855,'4000','41599812971','2020-09-11 12:07:33',NULL,195.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(5856,'1110','41599812971','2020-09-11 12:07:33',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(5857,'1110','41599812971','2020-09-11 12:07:33',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033186','','No',NULL,NULL,''),(5858,'1110','41599812971','2020-09-11 12:07:33',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(5859,'1110','41599812971','2020-09-11 12:07:33',NULL,175.50,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(5860,'5500','41599812971','2020-09-11 12:07:33',351.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5861,'1000','41599815275','2020-09-11 12:11:46',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5862,'4000','41599815275','2020-09-11 12:11:46',NULL,15.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(5863,'1110','41599815275','2020-09-11 12:11:46',NULL,12.99,'','4','1','Inventory sold','1','','sales','185','','No',NULL,NULL,''),(5864,'5500','41599815275','2020-09-11 12:11:46',12.99,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5865,'1000','41599815507','2020-09-11 12:33:22',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5866,'4000','41599815507','2020-09-11 12:33:22',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(5867,'1110','41599815507','2020-09-11 12:33:22',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(5868,'5500','41599815507','2020-09-11 12:33:22',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5869,'1000','41599816804','2020-09-11 12:58:10',254.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5870,'4000','41599816804','2020-09-11 12:58:10',NULL,204.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(5871,'4000','41599816804','2020-09-11 12:58:10',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(5872,'1110','41599816804','2020-09-11 12:58:10',NULL,170.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(5873,'1110','41599816804','2020-09-11 12:58:10',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(5874,'5500','41599816804','2020-09-11 12:58:10',215.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5875,'1000','41599819011','2020-09-11 13:18:37',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5876,'4000','41599819011','2020-09-11 13:18:37',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760226','','No',NULL,NULL,''),(5877,'1110','41599819011','2020-09-11 13:18:37',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100760226','','No',NULL,NULL,''),(5878,'5500','41599819011','2020-09-11 13:18:37',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5879,'1000','41599819520','2020-09-11 13:52:09',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5880,'4000','41599819520','2020-09-11 13:52:09',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(5881,'1110','41599819520','2020-09-11 13:52:09',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(5882,'5500','41599819520','2020-09-11 13:52:09',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5883,'1000','41599821531','2020-09-11 14:07:48',420.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5884,'4000','41599821531','2020-09-11 14:07:48',NULL,20.00,'','4','1','Good sold','1','','sales','6161101280013','','No',NULL,NULL,''),(5885,'4000','41599821531','2020-09-11 14:07:48',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(5886,'4000','41599821531','2020-09-11 14:07:48',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903427','','No',NULL,NULL,''),(5887,'4000','41599821531','2020-09-11 14:07:48',NULL,275.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(5888,'4000','41599821531','2020-09-11 14:07:48',NULL,20.00,'','4','1','Good sold','1','','sales','161102794700','','No',NULL,NULL,''),(5889,'4000','41599821531','2020-09-11 14:07:48',NULL,20.00,'','4','1','Good sold','1','','sales','161102794700','','No',NULL,NULL,''),(5890,'1110','41599821531','2020-09-11 14:07:48',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161101280013','','No',NULL,NULL,''),(5891,'1110','41599821531','2020-09-11 14:07:48',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(5892,'1110','41599821531','2020-09-11 14:07:48',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903427','','No',NULL,NULL,''),(5893,'1110','41599821531','2020-09-11 14:07:48',NULL,247.50,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(5894,'1110','41599821531','2020-09-11 14:07:48',NULL,16.00,'','4','1','Inventory sold','1','','sales','161102794700','','No',NULL,NULL,''),(5895,'1110','41599821531','2020-09-11 14:07:48',NULL,16.00,'','4','1','Inventory sold','1','','sales','161102794700','','No',NULL,NULL,''),(5896,'5500','41599821531','2020-09-11 14:07:48',374.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5897,'1000','41599822685','2020-09-11 15:38:56',220.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5898,'4000','41599822685','2020-09-11 15:38:56',NULL,220.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(5899,'1110','41599822685','2020-09-11 15:38:56',NULL,198.00,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(5900,'5500','41599822685','2020-09-11 15:38:56',198.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5901,'1000','41599828598','2020-09-11 16:02:44',6.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5902,'4000','41599828598','2020-09-11 16:02:44',NULL,6.00,'','4','1','Good sold','1','','sales','433','','No',NULL,NULL,''),(5903,'1110','41599828598','2020-09-11 16:02:44',NULL,4.60,'','4','1','Inventory sold','1','','sales','433','','No',NULL,NULL,''),(5904,'5500','41599828598','2020-09-11 16:02:44',4.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5905,'1000','41599829367','2020-09-11 16:05:45',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5906,'4000','41599829367','2020-09-11 16:05:45',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(5907,'1110','41599829367','2020-09-11 16:05:45',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(5908,'5500','41599829367','2020-09-11 16:05:45',3.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5909,'1000','41599829547','2020-09-11 16:16:33',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5910,'4000','41599829547','2020-09-11 16:16:33',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(5911,'4000','41599829547','2020-09-11 16:16:33',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(5912,'1110','41599829547','2020-09-11 16:16:33',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(5913,'1110','41599829547','2020-09-11 16:16:33',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(5914,'5500','41599829547','2020-09-11 16:16:33',34.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5915,'1000','41599830281','2020-09-11 16:18:15',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5916,'4000','41599830281','2020-09-11 16:18:15',NULL,40.00,'','4','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(5917,'1110','41599830281','2020-09-11 16:18:15',NULL,30.00,'','4','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(5918,'5500','41599830281','2020-09-11 16:18:15',30.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5919,'1000','41599831960','2020-09-11 16:46:58',190.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5920,'4000','41599831960','2020-09-11 16:46:58',NULL,80.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(5921,'4000','41599831960','2020-09-11 16:46:58',NULL,110.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(5922,'1110','41599831960','2020-09-11 16:46:58',NULL,72.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(5923,'1110','41599831960','2020-09-11 16:46:58',NULL,99.00,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(5924,'5500','41599831960','2020-09-11 16:46:58',171.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5925,'1000','41599832178','2020-09-11 16:49:48',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5926,'4000','41599832178','2020-09-11 16:49:48',NULL,55.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(5927,'1110','41599832178','2020-09-11 16:49:48',NULL,49.50,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(5928,'5500','41599832178','2020-09-11 16:49:48',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5929,'1000','41599832229','2020-09-11 16:54:04',230.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5930,'4000','41599832229','2020-09-11 16:54:04',NULL,180.00,'','4','1','Good sold','1','','sales','7622210304520','','No',NULL,NULL,''),(5931,'4000','41599832229','2020-09-11 16:54:04',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(5932,'1110','41599832229','2020-09-11 16:54:04',NULL,162.00,'','4','1','Inventory sold','1','','sales','7622210304520','','No',NULL,NULL,''),(5933,'1110','41599832229','2020-09-11 16:54:04',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(5934,'5500','41599832229','2020-09-11 16:54:04',207.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5935,'1000','41599832449','2020-09-11 17:12:58',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5936,'4000','41599832449','2020-09-11 17:12:58',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(5937,'1110','41599832449','2020-09-11 17:12:58',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(5938,'5500','41599832449','2020-09-11 17:12:58',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5939,'1000','41599835796','2020-09-11 17:52:36',86.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5940,'4000','41599835796','2020-09-11 17:52:36',NULL,36.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(5941,'4000','41599835796','2020-09-11 17:52:36',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(5942,'1110','41599835796','2020-09-11 17:52:36',NULL,30.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(5943,'1110','41599835796','2020-09-11 17:52:36',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(5944,'5500','41599835796','2020-09-11 17:52:36',75.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5945,'1000','41599836019','2020-09-11 17:59:51',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5946,'4000','41599836019','2020-09-11 17:59:51',NULL,120.00,'','4','1','Good sold','1','','sales','0792382429769','','No',NULL,NULL,''),(5947,'4000','41599836019','2020-09-11 17:59:51',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(5948,'1110','41599836019','2020-09-11 17:59:51',NULL,108.00,'','4','1','Inventory sold','1','','sales','0792382429769','','No',NULL,NULL,''),(5949,'1110','41599836019','2020-09-11 17:59:51',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(5950,'5500','41599836019','2020-09-11 17:59:51',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5951,'1000','41599836442','2020-09-11 18:10:22',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5952,'4000','41599836442','2020-09-11 18:10:22',NULL,80.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(5953,'1110','41599836442','2020-09-11 18:10:22',NULL,64.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(5954,'5564','41599836442','2020-09-11 18:10:22',64.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5955,'1000','41599837049','2020-09-11 18:22:02',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5956,'4000','41599837049','2020-09-11 18:22:02',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(5957,'4000','41599837049','2020-09-11 18:22:02',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5958,'1110','41599837049','2020-09-11 18:22:02',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(5959,'1110','41599837049','2020-09-11 18:22:02',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(5960,'5500','41599837049','2020-09-11 18:22:02',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5961,'1000','41599837946','2020-09-11 18:31:30',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5962,'4000','41599837946','2020-09-11 18:31:30',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5963,'1110','41599837946','2020-09-11 18:31:30',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(5964,'5500','41599837946','2020-09-11 18:31:30',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5965,'1000','41599839387','2020-09-11 18:50:15',24.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5966,'4000','41599839387','2020-09-11 18:50:15',NULL,24.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(5967,'1110','41599839387','2020-09-11 18:50:15',NULL,20.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(5968,'5500','41599839387','2020-09-11 18:50:15',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5969,'1000','41599839457','2020-09-11 19:12:35',16.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5970,'4000','41599839457','2020-09-11 19:12:35',NULL,10.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(5971,'4000','41599839457','2020-09-11 19:12:35',NULL,6.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(5972,'1110','41599839457','2020-09-11 19:12:35',NULL,6.80,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(5973,'1110','41599839457','2020-09-11 19:12:35',NULL,4.20,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(5974,'5500','41599839457','2020-09-11 19:12:35',11.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5975,'1110','71599841887','2020-09-11 19:31:00',183.15,NULL,'','7','1','Inventory Purchased','1','3','Purchases','169','','No',NULL,NULL,''),(5976,'2130','71599841887','2020-09-11 19:31:00',NULL,183.15,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(5977,'1000','41599841826','2020-09-11 19:36:48',710.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5978,'4000','41599841826','2020-09-11 19:36:48',NULL,260.00,'','4','1','Good sold','1','','sales','4005900527950','','No',NULL,NULL,''),(5979,'4000','41599841826','2020-09-11 19:36:48',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440009','','No',NULL,NULL,''),(5980,'4000','41599841826','2020-09-11 19:36:48',NULL,100.00,'','4','1','Good sold','1','','sales','6164000009068','','No',NULL,NULL,''),(5981,'4000','41599841826','2020-09-11 19:36:48',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033186','','No',NULL,NULL,''),(5982,'4000','41599841826','2020-09-11 19:36:48',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033223','','No',NULL,NULL,''),(5983,'4000','41599841826','2020-09-11 19:36:48',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5984,'4000','41599841826','2020-09-11 19:36:48',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5985,'1110','41599841826','2020-09-11 19:36:48',NULL,234.00,'','4','1','Inventory sold','1','','sales','4005900527950','','No',NULL,NULL,''),(5986,'1110','41599841826','2020-09-11 19:36:48',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440009','','No',NULL,NULL,''),(5987,'1110','41599841826','2020-09-11 19:36:48',NULL,90.00,'','4','1','Inventory sold','1','','sales','6164000009068','','No',NULL,NULL,''),(5988,'1110','41599841826','2020-09-11 19:36:48',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033186','','No',NULL,NULL,''),(5989,'1110','41599841826','2020-09-11 19:36:48',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033223','','No',NULL,NULL,''),(5990,'1110','41599841826','2020-09-11 19:36:48',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(5991,'1110','41599841826','2020-09-11 19:36:48',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(5992,'5500','41599841826','2020-09-11 19:36:48',639.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5993,'1000','41599842270','2020-09-11 19:38:02',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5994,'4000','41599842270','2020-09-11 19:38:02',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440009','','No',NULL,NULL,''),(5995,'1110','41599842270','2020-09-11 19:38:02',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440009','','No',NULL,NULL,''),(5996,'5500','41599842270','2020-09-11 19:38:02',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5997,'1000','41599842298','2020-09-11 19:41:36',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(5998,'4000','41599842298','2020-09-11 19:41:36',NULL,50.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(5999,'1110','41599842298','2020-09-11 19:41:36',NULL,45.00,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(6000,'5500','41599842298','2020-09-11 19:41:36',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6001,'1000','41599889258','2020-09-12 08:41:16',270.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6002,'4000','41599889258','2020-09-12 08:41:16',NULL,180.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(6003,'4000','41599889258','2020-09-12 08:41:16',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(6004,'1110','41599889258','2020-09-12 08:41:16',NULL,150.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(6005,'1110','41599889258','2020-09-12 08:41:16',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(6006,'5500','41599889258','2020-09-12 08:41:16',231.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6007,'1000','41599889278','2020-09-12 09:13:51',193.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6008,'4000','41599889278','2020-09-12 09:13:51',NULL,48.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(6009,'4000','41599889278','2020-09-12 09:13:51',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(6010,'4000','41599889278','2020-09-12 09:13:51',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(6011,'1110','41599889278','2020-09-12 09:13:51',NULL,40.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(6012,'1110','41599889278','2020-09-12 09:13:51',NULL,112.50,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(6013,'1110','41599889278','2020-09-12 09:13:51',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(6014,'5564','41599889278','2020-09-12 09:13:51',168.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6015,'1000','41599901236','2020-09-12 12:00:46',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6016,'4000','41599901236','2020-09-12 12:00:46',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(6017,'1110','41599901236','2020-09-12 12:00:46',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(6018,'5500','41599901236','2020-09-12 12:00:46',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6019,'1000','41599901250','2020-09-12 12:19:25',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6020,'4000','41599901250','2020-09-12 12:19:25',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(6021,'1110','41599901250','2020-09-12 12:19:25',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(6022,'5500','41599901250','2020-09-12 12:19:25',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6023,'1000','41599902366','2020-09-12 12:25:10',155.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6024,'4000','41599902366','2020-09-12 12:25:10',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(6025,'4000','41599902366','2020-09-12 12:25:10',NULL,65.00,'','4','1','Good sold','1','','sales','86','','No',NULL,NULL,''),(6026,'1110','41599902366','2020-09-12 12:25:10',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(6027,'1110','41599902366','2020-09-12 12:25:10',NULL,58.50,'','4','1','Inventory sold','1','','sales','86','','No',NULL,NULL,''),(6028,'5500','41599902366','2020-09-12 12:25:10',139.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6029,'1000','41599902713','2020-09-12 12:32:12',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6030,'4000','41599902713','2020-09-12 12:32:12',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(6031,'1110','41599902713','2020-09-12 12:32:12',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(6032,'5500','41599902713','2020-09-12 12:32:12',3.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6033,'1000','41599903139','2020-09-12 12:43:24',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6034,'4000','41599903139','2020-09-12 12:43:24',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(6035,'1110','41599903139','2020-09-12 12:43:24',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(6036,'5500','41599903139','2020-09-12 12:43:24',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6037,'1000','41599903808','2020-09-12 12:47:27',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6038,'4000','41599903808','2020-09-12 12:47:27',NULL,40.00,'','4','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(6039,'1110','41599903808','2020-09-12 12:47:27',NULL,30.00,'','4','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(6040,'5500','41599903808','2020-09-12 12:47:27',30.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6041,'1000','41599904049','2020-09-12 13:13:11',192.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6042,'4000','41599904049','2020-09-12 13:13:11',NULL,72.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(6043,'4000','41599904049','2020-09-12 13:13:11',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(6044,'1110','41599904049','2020-09-12 13:13:11',NULL,60.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(6045,'1110','41599904049','2020-09-12 13:13:11',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(6046,'5500','41599904049','2020-09-12 13:13:11',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6047,'1000','41599906587','2020-09-12 13:32:42',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6048,'4000','41599906587','2020-09-12 13:32:42',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(6049,'1110','41599906587','2020-09-12 13:32:42',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(6050,'5500','41599906587','2020-09-12 13:32:42',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6051,'1000','41599906766','2020-09-12 13:33:03',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6052,'4000','41599906766','2020-09-12 13:33:03',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(6053,'1110','41599906766','2020-09-12 13:33:03',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(6054,'5500','41599906766','2020-09-12 13:33:03',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6055,'1000','41599906820','2020-09-12 13:35:17',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6056,'4000','41599906820','2020-09-12 13:35:17',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(6057,'1110','41599906820','2020-09-12 13:35:17',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(6058,'5500','41599906820','2020-09-12 13:35:17',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6059,'1000','41599907520','2020-09-12 13:45:30',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6060,'4000','41599907520','2020-09-12 13:45:30',NULL,65.00,'','4','1','Good sold','1','','sales','86','','No',NULL,NULL,''),(6061,'1110','41599907520','2020-09-12 13:45:30',NULL,58.50,'','4','1','Inventory sold','1','','sales','86','','No',NULL,NULL,''),(6062,'5500','41599907520','2020-09-12 13:45:30',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6063,'1000','41599907532','2020-09-12 13:47:07',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6064,'4000','41599907532','2020-09-12 13:47:07',NULL,65.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(6065,'1110','41599907532','2020-09-12 13:47:07',NULL,58.50,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(6066,'5500','41599907532','2020-09-12 13:47:07',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6067,'1000','41599907628','2020-09-12 13:59:44',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6068,'4000','41599907628','2020-09-12 13:59:44',NULL,20.00,'','4','1','Good sold','1','','sales','6161101280013','','No',NULL,NULL,''),(6069,'1110','41599907628','2020-09-12 13:59:44',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161101280013','','No',NULL,NULL,''),(6070,'5500','41599907628','2020-09-12 13:59:44',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6071,'1000','41599908530','2020-09-12 14:02:44',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6072,'4000','41599908530','2020-09-12 14:02:44',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(6073,'4000','41599908530','2020-09-12 14:02:44',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(6074,'1110','41599908530','2020-09-12 14:02:44',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(6075,'1110','41599908530','2020-09-12 14:02:44',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(6076,'5500','41599908530','2020-09-12 14:02:44',93.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6077,'1000','41599908579','2020-09-12 14:07:21',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6078,'4000','41599908579','2020-09-12 14:07:21',NULL,170.00,'','4','1','Good sold','1','','sales','170','','No',NULL,NULL,''),(6079,'1110','41599908579','2020-09-12 14:07:21',NULL,153.00,'','4','1','Inventory sold','1','','sales','170','','No',NULL,NULL,''),(6080,'5500','41599908579','2020-09-12 14:07:21',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6081,'1000','41599909047','2020-09-12 14:15:44',3055.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6082,'4000','41599909047','2020-09-12 14:15:44',NULL,525.00,'','4','1','Good sold','1','','sales','6161101661249','','No',NULL,NULL,''),(6083,'4000','41599909047','2020-09-12 14:15:44',NULL,15.00,'','4','1','Good sold','1','','sales','6161106002146','','No',NULL,NULL,''),(6084,'4000','41599909047','2020-09-12 14:15:44',NULL,250.00,'','4','1','Good sold','1','','sales','6161109724038','','No',NULL,NULL,''),(6085,'4000','41599909047','2020-09-12 14:15:44',NULL,240.00,'','4','1','Good sold','1','','sales','6161113940530','','No',NULL,NULL,''),(6086,'4000','41599909047','2020-09-12 14:15:44',NULL,340.00,'','4','1','Good sold','1','','sales','6164000025235','','No',NULL,NULL,''),(6087,'4000','41599909047','2020-09-12 14:15:44',NULL,140.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(6088,'4000','41599909047','2020-09-12 14:15:44',NULL,170.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(6089,'4000','41599909047','2020-09-12 14:15:44',NULL,170.00,'','4','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(6090,'4000','41599909047','2020-09-12 14:15:44',NULL,250.00,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(6091,'4000','41599909047','2020-09-12 14:15:44',NULL,250.00,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(6092,'4000','41599909047','2020-09-12 14:15:44',NULL,230.00,'','4','1','Good sold','1','','sales','124','','No',NULL,NULL,''),(6093,'4000','41599909047','2020-09-12 14:15:44',NULL,165.00,'','4','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(6094,'4000','41599909047','2020-09-12 14:15:44',NULL,80.00,'','4','1','Good sold','1','','sales','131','','No',NULL,NULL,''),(6095,'4000','41599909047','2020-09-12 14:15:44',NULL,160.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6096,'4000','41599909047','2020-09-12 14:15:44',NULL,70.00,'','4','1','Good sold','1','','sales','10000905','','No',NULL,NULL,''),(6097,'1110','41599909047','2020-09-12 14:15:44',NULL,441.66,'','4','1','Inventory sold','1','','sales','6161101661249','','No',NULL,NULL,''),(6098,'1110','41599909047','2020-09-12 14:15:44',NULL,13.50,'','4','1','Inventory sold','1','','sales','6161106002146','','No',NULL,NULL,''),(6099,'1110','41599909047','2020-09-12 14:15:44',NULL,225.00,'','4','1','Inventory sold','1','','sales','6161109724038','','No',NULL,NULL,''),(6100,'1110','41599909047','2020-09-12 14:15:44',NULL,216.00,'','4','1','Inventory sold','1','','sales','6161113940530','','No',NULL,NULL,''),(6101,'1110','41599909047','2020-09-12 14:15:44',NULL,306.00,'','4','1','Inventory sold','1','','sales','6164000025235','','No',NULL,NULL,''),(6102,'1110','41599909047','2020-09-12 14:15:44',NULL,126.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(6103,'1110','41599909047','2020-09-12 14:15:44',NULL,153.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(6104,'1110','41599909047','2020-09-12 14:15:44',NULL,153.00,'','4','1','Inventory sold','1','','sales','75','','No',NULL,NULL,''),(6105,'1110','41599909047','2020-09-12 14:15:44',NULL,225.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(6106,'1110','41599909047','2020-09-12 14:15:44',NULL,225.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(6107,'1110','41599909047','2020-09-12 14:15:44',NULL,207.00,'','4','1','Inventory sold','1','','sales','124','','No',NULL,NULL,''),(6108,'1110','41599909047','2020-09-12 14:15:44',NULL,148.50,'','4','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(6109,'1110','41599909047','2020-09-12 14:15:44',NULL,72.00,'','4','1','Inventory sold','1','','sales','131','','No',NULL,NULL,''),(6110,'1110','41599909047','2020-09-12 14:15:44',NULL,144.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6111,'1110','41599909047','2020-09-12 14:15:44',NULL,57.00,'','4','1','Inventory sold','1','','sales','10000905','','No',NULL,NULL,''),(6112,'5500','41599909047','2020-09-12 14:15:44',2712.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6113,'1000','41599909426','2020-09-12 14:22:54',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6114,'4000','41599909426','2020-09-12 14:22:54',NULL,65.00,'','4','1','Good sold','1','','sales','6161102170030','','No',NULL,NULL,''),(6115,'1110','41599909426','2020-09-12 14:22:54',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161102170030','','No',NULL,NULL,''),(6116,'5500','41599909426','2020-09-12 14:22:54',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6117,'1000','41599909793','2020-09-12 14:30:06',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6118,'4000','41599909793','2020-09-12 14:30:06',NULL,80.00,'','4','1','Good sold','1','','sales','6161107150709','','No',NULL,NULL,''),(6119,'4000','41599909793','2020-09-12 14:30:06',NULL,5.00,'','4','1','Good sold','1','','sales','6164000184048','','No',NULL,NULL,''),(6120,'4000','41599909793','2020-09-12 14:30:06',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(6121,'4000','41599909793','2020-09-12 14:30:06',NULL,10.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(6122,'1110','41599909793','2020-09-12 14:30:06',NULL,72.00,'','4','1','Inventory sold','1','','sales','6161107150709','','No',NULL,NULL,''),(6123,'1110','41599909793','2020-09-12 14:30:06',NULL,4.50,'','4','1','Inventory sold','1','','sales','6164000184048','','No',NULL,NULL,''),(6124,'1110','41599909793','2020-09-12 14:30:06',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(6125,'1110','41599909793','2020-09-12 14:30:06',NULL,6.80,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(6126,'5500','41599909793','2020-09-12 14:30:06',86.70,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6127,'1000','41599910211','2020-09-12 14:30:59',36.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6128,'4000','41599910211','2020-09-12 14:30:59',NULL,36.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(6129,'1110','41599910211','2020-09-12 14:30:59',NULL,30.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(6130,'5500','41599910211','2020-09-12 14:30:59',30.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6131,'1000','41599910263','2020-09-12 14:31:23',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6132,'4000','41599910263','2020-09-12 14:31:23',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(6133,'1110','41599910263','2020-09-12 14:31:23',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(6134,'5500','41599910263','2020-09-12 14:31:23',3.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6135,'1000','41599910286','2020-09-12 14:53:13',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6136,'4000','41599910286','2020-09-12 14:53:13',NULL,120.00,'','4','1','Good sold','1','','sales','6161101661218','','No',NULL,NULL,''),(6137,'1110','41599910286','2020-09-12 14:53:13',NULL,97.50,'','4','1','Inventory sold','1','','sales','6161101661218','','No',NULL,NULL,''),(6138,'5500','41599910286','2020-09-12 14:53:13',97.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6139,'1110','71599912001','2020-09-12 15:00:00',225.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','32','','No',NULL,NULL,''),(6140,'1110','71599912001','2020-09-12 15:00:00',126.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','427','','No',NULL,NULL,''),(6141,'1110','71599912001','2020-09-12 15:00:00',243.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','30','','No',NULL,NULL,''),(6142,'1110','71599912001','2020-09-12 15:00:00',841.50,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161101000543','','No',NULL,NULL,''),(6143,'1110','71599912001','2020-09-12 15:00:00',540.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161102794694','','No',NULL,NULL,''),(6144,'1110','71599912001','2020-09-12 15:00:00',1080.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161101680424','','No',NULL,NULL,''),(6145,'1110','71599912001','2020-09-12 15:00:00',200.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','201','','No',NULL,NULL,''),(6146,'1110','71599912001','2020-09-12 15:00:00',135.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','18','','No',NULL,NULL,''),(6147,'2130','71599912001','2020-09-12 15:00:00',NULL,3390.50,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(6148,'1000','41599911595','2020-09-12 15:06:13',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6149,'4000','41599911595','2020-09-12 15:06:13',NULL,10.00,'','4','1','Good sold','1','','sales','189','','No',NULL,NULL,''),(6150,'4000','41599911595','2020-09-12 15:06:13',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(6151,'1110','41599911595','2020-09-12 15:06:13',NULL,6.80,'','4','1','Inventory sold','1','','sales','189','','No',NULL,NULL,''),(6152,'1110','41599911595','2020-09-12 15:06:13',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(6153,'5500','41599911595','2020-09-12 15:06:13',10.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6154,'1000','41599912375','2020-09-12 15:18:10',95.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6155,'4000','41599912375','2020-09-12 15:18:10',NULL,60.00,'','4','1','Good sold','1','','sales','6161101000833','','No',NULL,NULL,''),(6156,'4000','41599912375','2020-09-12 15:18:10',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(6157,'1110','41599912375','2020-09-12 15:18:10',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161101000833','','No',NULL,NULL,''),(6158,'1110','41599912375','2020-09-12 15:18:10',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(6159,'5500','41599912375','2020-09-12 15:18:10',85.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6160,'1000','41599913121','2020-09-12 15:20:51',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6161,'4000','41599913121','2020-09-12 15:20:51',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(6162,'4000','41599913121','2020-09-12 15:20:51',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(6163,'1110','41599913121','2020-09-12 15:20:51',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(6164,'1110','41599913121','2020-09-12 15:20:51',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(6165,'5500','41599913121','2020-09-12 15:20:51',89.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6166,'4000','41599909047','2020-09-12 15:38:27',140.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(6167,'1000','41599909047','2020-09-12 15:38:27',NULL,140.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(6168,'5500','41599909047','2020-09-12 15:38:27',NULL,126.00,'','4','1','Cost of goods returned','1','','sales','31','','No',NULL,NULL,''),(6169,'1110','41599909047','2020-09-12 15:38:27',126.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(6170,'4000','41599909047','2020-09-12 15:38:33',15.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(6171,'1000','41599909047','2020-09-12 15:38:33',NULL,15.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(6172,'5500','41599909047','2020-09-12 15:38:33',NULL,13.50,'','4','1','Cost of goods returned','1','','sales','6161106002146','','No',NULL,NULL,''),(6173,'1110','41599909047','2020-09-12 15:38:33',13.50,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(6174,'4000','41599909047','2020-09-12 15:38:40',250.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(6175,'1000','41599909047','2020-09-12 15:38:40',NULL,250.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(6176,'5500','41599909047','2020-09-12 15:38:40',NULL,225.00,'','4','1','Cost of goods returned','1','','sales','6161109724038','','No',NULL,NULL,''),(6177,'1110','41599909047','2020-09-12 15:38:40',225.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(6178,'1000','41599914329','2020-09-12 15:54:02',140.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6179,'4000','41599914329','2020-09-12 15:54:02',NULL,140.00,'','4','1','Good sold','1','','sales','427','','No',NULL,NULL,''),(6180,'1110','41599914329','2020-09-12 15:54:02',NULL,126.00,'','4','1','Inventory sold','1','','sales','427','','No',NULL,NULL,''),(6181,'5500','41599914329','2020-09-12 15:54:02',126.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6182,'1000','41599917778','2020-09-12 16:44:17',685.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6183,'4000','41599917778','2020-09-12 16:44:17',NULL,620.00,'','4','1','Good sold','1','','sales','6161107770297','','No',NULL,NULL,''),(6184,'4000','41599917778','2020-09-12 16:44:17',NULL,65.00,'','4','1','Good sold','1','','sales','86','','No',NULL,NULL,''),(6185,'1110','41599917778','2020-09-12 16:44:17',NULL,558.00,'','4','1','Inventory sold','1','','sales','6161107770297','','No',NULL,NULL,''),(6186,'1110','41599917778','2020-09-12 16:44:17',NULL,58.50,'','4','1','Inventory sold','1','','sales','86','','No',NULL,NULL,''),(6187,'5500','41599917778','2020-09-12 16:44:17',616.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6188,'1000','41599918261','2020-09-12 17:25:00',985.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6189,'4000','41599918261','2020-09-12 17:25:00',NULL,100.00,'','4','1','Good sold','1','','sales','0792382472796','','No',NULL,NULL,''),(6190,'4000','41599918261','2020-09-12 17:25:00',NULL,50.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(6191,'4000','41599918261','2020-09-12 17:25:00',NULL,120.00,'','4','1','Good sold','1','','sales','6161101661218','','No',NULL,NULL,''),(6192,'4000','41599918261','2020-09-12 17:25:00',NULL,100.00,'','4','1','Good sold','1','','sales','6161107772222','','No',NULL,NULL,''),(6193,'4000','41599918261','2020-09-12 17:25:00',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(6194,'4000','41599918261','2020-09-12 17:25:00',NULL,75.00,'','4','1','Good sold','1','','sales','6164000009075','','No',NULL,NULL,''),(6195,'4000','41599918261','2020-09-12 17:25:00',NULL,110.00,'','4','1','Good sold','1','','sales','81','','No',NULL,NULL,''),(6196,'4000','41599918261','2020-09-12 17:25:00',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(6197,'4000','41599918261','2020-09-12 17:25:00',NULL,25.00,'','4','1','Good sold','1','','sales','129','','No',NULL,NULL,''),(6198,'4000','41599918261','2020-09-12 17:25:00',NULL,130.00,'','4','1','Good sold','1','','sales','144','','No',NULL,NULL,''),(6199,'4000','41599918261','2020-09-12 17:25:00',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(6200,'1110','41599918261','2020-09-12 17:25:00',NULL,90.00,'','4','1','Inventory sold','1','','sales','0792382472796','','No',NULL,NULL,''),(6201,'1110','41599918261','2020-09-12 17:25:00',NULL,45.00,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(6202,'1110','41599918261','2020-09-12 17:25:00',NULL,97.50,'','4','1','Inventory sold','1','','sales','6161101661218','','No',NULL,NULL,''),(6203,'1110','41599918261','2020-09-12 17:25:00',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161107772222','','No',NULL,NULL,''),(6204,'1110','41599918261','2020-09-12 17:25:00',NULL,112.50,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(6205,'1110','41599918261','2020-09-12 17:25:00',NULL,67.50,'','4','1','Inventory sold','1','','sales','6164000009075','','No',NULL,NULL,''),(6206,'1110','41599918261','2020-09-12 17:25:00',NULL,99.00,'','4','1','Inventory sold','1','','sales','81','','No',NULL,NULL,''),(6207,'1110','41599918261','2020-09-12 17:25:00',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(6208,'1110','41599918261','2020-09-12 17:25:00',NULL,22.50,'','4','1','Inventory sold','1','','sales','129','','No',NULL,NULL,''),(6209,'1110','41599918261','2020-09-12 17:25:00',NULL,117.00,'','4','1','Inventory sold','1','','sales','144','','No',NULL,NULL,''),(6210,'1110','41599918261','2020-09-12 17:25:00',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(6211,'5500','41599918261','2020-09-12 17:25:00',854.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6212,'1000','41599920780','2020-09-12 17:27:00',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6213,'4000','41599920780','2020-09-12 17:27:00',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(6214,'4000','41599920780','2020-09-12 17:27:00',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(6215,'1110','41599920780','2020-09-12 17:27:00',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(6216,'1110','41599920780','2020-09-12 17:27:00',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(6217,'5500','41599920780','2020-09-12 17:27:00',6.73,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6218,'1000','41599920829','2020-09-12 17:44:29',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6219,'4000','41599920829','2020-09-12 17:44:29',NULL,110.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(6220,'1110','41599920829','2020-09-12 17:44:29',NULL,99.00,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(6221,'5500','41599920829','2020-09-12 17:44:29',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6222,'1000','41599921871','2020-09-12 18:03:40',430.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6223,'4000','41599921871','2020-09-12 18:03:40',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(6224,'4000','41599921871','2020-09-12 18:03:40',NULL,240.00,'','4','1','Good sold','1','','sales','6009627050034','','No',NULL,NULL,''),(6225,'4000','41599921871','2020-09-12 18:03:40',NULL,20.00,'','4','1','Good sold','1','','sales','6161101280013','','No',NULL,NULL,''),(6226,'4000','41599921871','2020-09-12 18:03:40',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(6227,'1110','41599921871','2020-09-12 18:03:40',NULL,107.08,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(6228,'1110','41599921871','2020-09-12 18:03:40',NULL,209.16,'','4','1','Inventory sold','1','','sales','6009627050034','','No',NULL,NULL,''),(6229,'1110','41599921871','2020-09-12 18:03:40',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161101280013','','No',NULL,NULL,''),(6230,'1110','41599921871','2020-09-12 18:03:40',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(6231,'5500','41599921871','2020-09-12 18:03:40',379.24,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6232,'1000','41599923190','2020-09-12 18:39:18',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6233,'4000','41599923190','2020-09-12 18:39:18',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(6234,'1110','41599923190','2020-09-12 18:39:18',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(6235,'5500','41599923190','2020-09-12 18:39:18',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6236,'1000','41599925197','2020-09-12 18:40:49',61.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6237,'4000','41599925197','2020-09-12 18:40:49',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(6238,'4000','41599925197','2020-09-12 18:40:49',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(6239,'4000','41599925197','2020-09-12 18:40:49',NULL,6.00,'','4','1','Good sold','1','','sales','433','','No',NULL,NULL,''),(6240,'1110','41599925197','2020-09-12 18:40:49',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(6241,'1110','41599925197','2020-09-12 18:40:49',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(6242,'1110','41599925197','2020-09-12 18:40:49',NULL,4.60,'','4','1','Inventory sold','1','','sales','433','','No',NULL,NULL,''),(6243,'5500','41599925197','2020-09-12 18:40:49',53.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6244,'1000','41599925253','2020-09-12 18:42:05',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6245,'4000','41599925253','2020-09-12 18:42:05',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(6246,'1110','41599925253','2020-09-12 18:42:05',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(6247,'5500','41599925253','2020-09-12 18:42:05',3.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6248,'1000','41599925327','2020-09-12 18:50:40',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6249,'4000','41599925327','2020-09-12 18:50:40',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(6250,'1110','41599925327','2020-09-12 18:50:40',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(6251,'5500','41599925327','2020-09-12 18:50:40',3.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6252,'1000','41599925845','2020-09-12 19:13:22',950.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6253,'4000','41599925845','2020-09-12 19:13:22',NULL,150.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(6254,'4000','41599925845','2020-09-12 19:13:22',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(6255,'4000','41599925845','2020-09-12 19:13:22',NULL,250.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6256,'4000','41599925845','2020-09-12 19:13:22',NULL,450.00,'','4','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(6257,'4000','41599925845','2020-09-12 19:13:22',NULL,65.00,'','4','1','Good sold','1','','sales','86','','No',NULL,NULL,''),(6258,'1110','41599925845','2020-09-12 19:13:22',NULL,135.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(6259,'1110','41599925845','2020-09-12 19:13:22',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(6260,'1110','41599925845','2020-09-12 19:13:22',NULL,225.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(6261,'1110','41599925845','2020-09-12 19:13:22',NULL,405.00,'','4','1','Inventory sold','1','','sales','24','','No',NULL,NULL,''),(6262,'1110','41599925845','2020-09-12 19:13:22',NULL,58.50,'','4','1','Inventory sold','1','','sales','86','','No',NULL,NULL,''),(6263,'5500','41599925845','2020-09-12 19:13:22',855.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6264,'1000','41599927204','2020-09-12 19:15:34',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6265,'4000','41599927204','2020-09-12 19:15:34',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(6266,'1110','41599927204','2020-09-12 19:15:34',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(6267,'5500','41599927204','2020-09-12 19:15:34',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6268,'1000','41599927336','2020-09-12 19:40:14',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6269,'4000','41599927336','2020-09-12 19:40:14',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(6270,'4000','41599927336','2020-09-12 19:40:14',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(6271,'4000','41599927336','2020-09-12 19:40:14',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(6272,'4000','41599927336','2020-09-12 19:40:14',NULL,5.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(6273,'4000','41599927336','2020-09-12 19:40:14',NULL,15.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(6274,'1110','41599927336','2020-09-12 19:40:14',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(6275,'1110','41599927336','2020-09-12 19:40:14',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(6276,'1110','41599927336','2020-09-12 19:40:14',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(6277,'1110','41599927336','2020-09-12 19:40:14',NULL,4.33,'','4','1','Inventory sold','1','','sales','185','','No',NULL,NULL,''),(6278,'1110','41599927336','2020-09-12 19:40:14',NULL,12.99,'','4','1','Inventory sold','1','','sales','185','','No',NULL,NULL,''),(6279,'5500','41599927336','2020-09-12 19:40:14',152.32,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6280,'1000','41599928834','2020-09-12 19:51:51',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6281,'4000','41599928834','2020-09-12 19:51:51',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(6282,'1110','41599928834','2020-09-12 19:51:51',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(6283,'5500','41599928834','2020-09-12 19:51:51',6.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6284,'1000','41599984659','2020-09-13 11:11:02',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6285,'4000','41599984659','2020-09-13 11:11:02',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033070','','No',NULL,NULL,''),(6286,'1110','41599984659','2020-09-13 11:11:02',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033070','','No',NULL,NULL,''),(6287,'5500','41599984659','2020-09-13 11:11:02',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6288,'1000','41599984824','2020-09-13 11:36:00',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6289,'4000','41599984824','2020-09-13 11:36:00',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(6290,'1110','41599984824','2020-09-13 11:36:00',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(6291,'5500','41599984824','2020-09-13 11:36:00',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6292,'1000','41599986162','2020-09-13 11:57:18',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6293,'4000','41599986162','2020-09-13 11:57:18',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(6294,'1110','41599986162','2020-09-13 11:57:18',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(6295,'5500','41599986162','2020-09-13 11:57:18',6.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6296,'1000','41599987441','2020-09-13 12:04:43',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6297,'4000','41599987441','2020-09-13 12:04:43',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6298,'1110','41599987441','2020-09-13 12:04:43',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(6299,'5500','41599987441','2020-09-13 12:04:43',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6300,'1000','41599987886','2020-09-13 12:06:01',135.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6301,'4000','41599987886','2020-09-13 12:06:01',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(6302,'4000','41599987886','2020-09-13 12:06:01',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(6303,'4000','41599987886','2020-09-13 12:06:01',NULL,40.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(6304,'1110','41599987886','2020-09-13 12:06:01',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(6305,'1110','41599987886','2020-09-13 12:06:01',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(6306,'1110','41599987886','2020-09-13 12:06:01',NULL,36.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(6307,'5500','41599987886','2020-09-13 12:06:01',121.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6308,'1000','41599988038','2020-09-13 12:10:08',2405.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6309,'4000','41599988038','2020-09-13 12:10:08',NULL,240.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(6310,'4000','41599988038','2020-09-13 12:10:08',NULL,40.00,'','4','1','Good sold','1','','sales','6161101280013','','No',NULL,NULL,''),(6311,'4000','41599988038','2020-09-13 12:10:08',NULL,375.00,'','4','1','Good sold','1','','sales','6161101661454','','No',NULL,NULL,''),(6312,'4000','41599988038','2020-09-13 12:10:08',NULL,250.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(6313,'4000','41599988038','2020-09-13 12:10:08',NULL,180.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(6314,'4000','41599988038','2020-09-13 12:10:08',NULL,140.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(6315,'4000','41599988038','2020-09-13 12:10:08',NULL,150.00,'','4','1','Good sold','1','','sales','123','','No',NULL,NULL,''),(6316,'4000','41599988038','2020-09-13 12:10:08',NULL,960.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(6317,'4000','41599988038','2020-09-13 12:10:08',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(6318,'1110','41599988038','2020-09-13 12:10:08',NULL,214.16,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(6319,'1110','41599988038','2020-09-13 12:10:08',NULL,36.00,'','4','1','Inventory sold','1','','sales','6161101280013','','No',NULL,NULL,''),(6320,'1110','41599988038','2020-09-13 12:10:08',NULL,337.50,'','4','1','Inventory sold','1','','sales','6161101661454','','No',NULL,NULL,''),(6321,'1110','41599988038','2020-09-13 12:10:08',NULL,225.00,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(6322,'1110','41599988038','2020-09-13 12:10:08',NULL,162.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(6323,'1110','41599988038','2020-09-13 12:10:08',NULL,126.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(6324,'1110','41599988038','2020-09-13 12:10:08',NULL,136.00,'','4','1','Inventory sold','1','','sales','123','','No',NULL,NULL,''),(6325,'1110','41599988038','2020-09-13 12:10:08',NULL,864.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(6326,'1110','41599988038','2020-09-13 12:10:08',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(6327,'5500','41599988038','2020-09-13 12:10:08',2163.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6328,'1000','41599988263','2020-09-13 12:17:19',1475.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6329,'4000','41599988263','2020-09-13 12:17:19',NULL,1435.00,'','4','1','Good sold','1','','sales','6161107770150','','No',NULL,NULL,''),(6330,'4000','41599988263','2020-09-13 12:17:19',NULL,40.00,'','4','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(6331,'1110','41599988263','2020-09-13 12:17:19',NULL,1291.50,'','4','1','Inventory sold','1','','sales','6161107770150','','No',NULL,NULL,''),(6332,'1110','41599988263','2020-09-13 12:17:19',NULL,30.00,'','4','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(6333,'5500','41599988263','2020-09-13 12:17:19',1321.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6334,'4000','41599988038','2020-09-13 12:20:13',150.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(6335,'1000','41599988038','2020-09-13 12:20:13',NULL,150.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(6336,'5500','41599988038','2020-09-13 12:20:13',NULL,136.00,'','4','1','Cost of goods returned','1','','sales','123','','No',NULL,NULL,''),(6337,'1110','41599988038','2020-09-13 12:20:13',136.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(6338,'4000','41599988038','2020-09-13 12:20:27',960.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(6339,'1000','41599988038','2020-09-13 12:20:27',NULL,960.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(6340,'5500','41599988038','2020-09-13 12:20:27',NULL,864.00,'','4','1','Cost of goods returned','1','','sales','137','','No',NULL,NULL,''),(6341,'1110','41599988038','2020-09-13 12:20:27',864.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(6342,'4000','41599988038','2020-09-13 12:20:32',70.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(6343,'1000','41599988038','2020-09-13 12:20:32',NULL,70.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(6344,'5500','41599988038','2020-09-13 12:20:32',NULL,63.00,'','4','1','Cost of goods returned','1','','sales','172','','No',NULL,NULL,''),(6345,'1110','41599988038','2020-09-13 12:20:32',63.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(6346,'1000','41599988860','2020-09-13 12:22:00',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6347,'4000','41599988860','2020-09-13 12:22:00',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(6348,'1110','41599988860','2020-09-13 12:22:00',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(6349,'5500','41599988860','2020-09-13 12:22:00',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6350,'1000','41599988923','2020-09-13 12:28:51',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6351,'4000','41599988923','2020-09-13 12:28:51',NULL,80.00,'','4','1','Good sold','1','','sales','6161107150709','','No',NULL,NULL,''),(6352,'1110','41599988923','2020-09-13 12:28:51',NULL,72.00,'','4','1','Inventory sold','1','','sales','6161107150709','','No',NULL,NULL,''),(6353,'5500','41599988923','2020-09-13 12:28:51',72.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6354,'1000','41599989335','2020-09-13 12:35:13',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6355,'4000','41599989335','2020-09-13 12:35:13',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(6356,'1110','41599989335','2020-09-13 12:35:13',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(6357,'5500','41599989335','2020-09-13 12:35:13',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6358,'1000','41599989717','2020-09-13 12:50:41',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6359,'4000','41599989717','2020-09-13 12:50:41',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(6360,'1110','41599989717','2020-09-13 12:50:41',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(6361,'5500','41599989717','2020-09-13 12:50:41',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6362,'1000','41599990650','2020-09-13 13:11:04',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6363,'4000','41599990650','2020-09-13 13:11:04',NULL,100.00,'','4','1','Good sold','1','','sales','8718951340664','','No',NULL,NULL,''),(6364,'1110','41599990650','2020-09-13 13:11:04',NULL,90.00,'','4','1','Inventory sold','1','','sales','8718951340664','','No',NULL,NULL,''),(6365,'5500','41599990650','2020-09-13 13:11:04',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6366,'1000','41599991866','2020-09-13 13:16:09',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6367,'4000','41599991866','2020-09-13 13:16:09',NULL,5.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(6368,'1110','41599991866','2020-09-13 13:16:09',NULL,4.50,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(6369,'5500','41599991866','2020-09-13 13:16:09',4.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6370,'1000','41599993491','2020-09-13 13:42:49',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6371,'4000','41599993491','2020-09-13 13:42:49',NULL,110.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(6372,'1110','41599993491','2020-09-13 13:42:49',NULL,99.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(6373,'5500','41599993491','2020-09-13 13:42:49',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6374,'1000','41599993789','2020-09-13 13:52:26',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6375,'4000','41599993789','2020-09-13 13:52:26',NULL,75.00,'','4','1','Good sold','1','','sales','6161107150730','','No',NULL,NULL,''),(6376,'1110','41599993789','2020-09-13 13:52:26',NULL,67.50,'','4','1','Inventory sold','1','','sales','6161107150730','','No',NULL,NULL,''),(6377,'5500','41599993789','2020-09-13 13:52:26',67.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6378,'1000','41599994402','2020-09-13 13:55:49',22.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6379,'4000','41599994402','2020-09-13 13:55:49',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(6380,'4000','41599994402','2020-09-13 13:55:49',NULL,6.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(6381,'4000','41599994402','2020-09-13 13:55:49',NULL,6.00,'','4','1','Good sold','1','','sales','433','','No',NULL,NULL,''),(6382,'1110','41599994402','2020-09-13 13:55:49',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(6383,'1110','41599994402','2020-09-13 13:55:49',NULL,4.20,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(6384,'1110','41599994402','2020-09-13 13:55:49',NULL,4.60,'','4','1','Inventory sold','1','','sales','433','','No',NULL,NULL,''),(6385,'5500','41599994402','2020-09-13 13:55:49',17.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6386,'1000','41599994551','2020-09-13 14:02:32',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6387,'4000','41599994551','2020-09-13 14:02:32',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(6388,'4000','41599994551','2020-09-13 14:02:32',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(6389,'1110','41599994551','2020-09-13 14:02:32',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(6390,'1110','41599994551','2020-09-13 14:02:32',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(6391,'5500','41599994551','2020-09-13 14:02:32',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6392,'1000','41599994953','2020-09-13 14:12:29',185.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6393,'4000','41599994953','2020-09-13 14:12:29',NULL,65.00,'','4','1','Good sold','1','','sales','86','','No',NULL,NULL,''),(6394,'4000','41599994953','2020-09-13 14:12:29',NULL,120.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(6395,'1110','41599994953','2020-09-13 14:12:29',NULL,58.50,'','4','1','Inventory sold','1','','sales','86','','No',NULL,NULL,''),(6396,'1110','41599994953','2020-09-13 14:12:29',NULL,108.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(6397,'5500','41599994953','2020-09-13 14:12:29',166.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6398,'1000','41599996133','2020-09-13 14:22:21',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6399,'4000','41599996133','2020-09-13 14:22:21',NULL,125.00,'','4','1','Good sold','1','','sales','122','','No',NULL,NULL,''),(6400,'1110','41599996133','2020-09-13 14:22:21',NULL,110.00,'','4','1','Inventory sold','1','','sales','122','','No',NULL,NULL,''),(6401,'5500','41599996133','2020-09-13 14:22:21',110.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6402,'1000','41599996142','2020-09-13 14:28:49',445.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6403,'4000','41599996142','2020-09-13 14:28:49',NULL,135.00,'','4','1','Good sold','1','','sales','6164000072031','','No',NULL,NULL,''),(6404,'4000','41599996142','2020-09-13 14:28:49',NULL,120.00,'','4','1','Good sold','1','','sales','8901719908262','','No',NULL,NULL,''),(6405,'4000','41599996142','2020-09-13 14:28:49',NULL,80.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(6406,'4000','41599996142','2020-09-13 14:28:49',NULL,80.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(6407,'4000','41599996142','2020-09-13 14:28:49',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(6408,'1110','41599996142','2020-09-13 14:28:49',NULL,121.50,'','4','1','Inventory sold','1','','sales','6164000072031','','No',NULL,NULL,''),(6409,'1110','41599996142','2020-09-13 14:28:49',NULL,108.00,'','4','1','Inventory sold','1','','sales','8901719908262','','No',NULL,NULL,''),(6410,'1110','41599996142','2020-09-13 14:28:49',NULL,72.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(6411,'1110','41599996142','2020-09-13 14:28:49',NULL,72.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(6412,'1110','41599996142','2020-09-13 14:28:49',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(6413,'5500','41599996142','2020-09-13 14:28:49',393.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6414,'1000','41599996530','2020-09-13 14:44:24',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6415,'4000','41599996530','2020-09-13 14:44:24',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(6416,'4000','41599996530','2020-09-13 14:44:24',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(6417,'4000','41599996530','2020-09-13 14:44:24',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(6418,'1110','41599996530','2020-09-13 14:44:24',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(6419,'1110','41599996530','2020-09-13 14:44:24',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(6420,'1110','41599996530','2020-09-13 14:44:24',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(6421,'5500','41599996530','2020-09-13 14:44:24',79.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6422,'1000','41599997469','2020-09-13 14:47:47',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6423,'4000','41599997469','2020-09-13 14:47:47',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(6424,'1110','41599997469','2020-09-13 14:47:47',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(6425,'5500','41599997469','2020-09-13 14:47:47',57.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6426,'1000','41599997683','2020-09-13 14:53:52',380.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6427,'4000','41599997683','2020-09-13 14:53:52',NULL,380.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(6428,'1110','41599997683','2020-09-13 14:53:52',NULL,342.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(6429,'5500','41599997683','2020-09-13 14:53:52',342.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6430,'1000','41599998054','2020-09-13 14:54:59',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6431,'4000','41599998054','2020-09-13 14:54:59',NULL,40.00,'','4','1','Good sold','1','','sales','8901719903427','','No',NULL,NULL,''),(6432,'1110','41599998054','2020-09-13 14:54:59',NULL,36.00,'','4','1','Inventory sold','1','','sales','8901719903427','','No',NULL,NULL,''),(6433,'5500','41599998054','2020-09-13 14:54:59',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6434,'1000','41599998110','2020-09-13 15:03:28',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6435,'4000','41599998110','2020-09-13 15:03:28',NULL,65.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(6436,'1110','41599998110','2020-09-13 15:03:28',NULL,58.50,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(6437,'5500','41599998110','2020-09-13 15:03:28',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6438,'1000','41599998610','2020-09-13 15:49:40',395.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6439,'4000','41599998610','2020-09-13 15:49:40',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(6440,'4000','41599998610','2020-09-13 15:49:40',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(6441,'4000','41599998610','2020-09-13 15:49:40',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6442,'4000','41599998610','2020-09-13 15:49:40',NULL,130.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(6443,'1110','41599998610','2020-09-13 15:49:40',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(6444,'1110','41599998610','2020-09-13 15:49:40',NULL,112.50,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(6445,'1110','41599998610','2020-09-13 15:49:40',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(6446,'1110','41599998610','2020-09-13 15:49:40',NULL,117.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(6447,'5500','41599998610','2020-09-13 15:49:40',350.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6448,'1000','41600001390','2020-09-13 15:54:04',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6449,'4000','41600001390','2020-09-13 15:54:04',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(6450,'1110','41600001390','2020-09-13 15:54:04',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(6451,'5500','41600001390','2020-09-13 15:54:04',57.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6452,'1000','41600001665','2020-09-13 15:57:31',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6453,'4000','41600001665','2020-09-13 15:57:31',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440078','','No',NULL,NULL,''),(6454,'1110','41600001665','2020-09-13 15:57:31',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440078','','No',NULL,NULL,''),(6455,'5500','41600001665','2020-09-13 15:57:31',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6456,'1000','41600001869','2020-09-13 16:23:09',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6457,'4000','41600001869','2020-09-13 16:23:09',NULL,15.00,'','4','1','Good sold','1','','sales','6161106002146','','No',NULL,NULL,''),(6458,'1110','41600001869','2020-09-13 16:23:09',NULL,13.50,'','4','1','Inventory sold','1','','sales','6161106002146','','No',NULL,NULL,''),(6459,'5500','41600001869','2020-09-13 16:23:09',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6460,'1000','41600003427','2020-09-13 16:37:36',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6461,'4000','41600003427','2020-09-13 16:37:36',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(6462,'4000','41600003427','2020-09-13 16:37:36',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(6463,'1110','41600003427','2020-09-13 16:37:36',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(6464,'1110','41600003427','2020-09-13 16:37:36',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(6465,'5500','41600003427','2020-09-13 16:37:36',102.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6466,'1000','41600004278','2020-09-13 16:43:32',115.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6467,'4000','41600004278','2020-09-13 16:43:32',NULL,115.00,'','4','1','Good sold','1','','sales','6161113440085','','No',NULL,NULL,''),(6468,'1110','41600004278','2020-09-13 16:43:32',NULL,103.50,'','4','1','Inventory sold','1','','sales','6161113440085','','No',NULL,NULL,''),(6469,'5500','41600004278','2020-09-13 16:43:32',103.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6470,'1000','41600004778','2020-09-13 16:58:04',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6471,'4000','41600004778','2020-09-13 16:58:04',NULL,40.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(6472,'1110','41600004778','2020-09-13 16:58:04',NULL,36.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(6473,'5500','41600004778','2020-09-13 16:58:04',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6474,'1000','41600005506','2020-09-13 17:15:31',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6475,'4000','41600005506','2020-09-13 17:15:31',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6476,'4000','41600005506','2020-09-13 17:15:31',NULL,170.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(6477,'1110','41600005506','2020-09-13 17:15:31',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(6478,'1110','41600005506','2020-09-13 17:15:31',NULL,153.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(6479,'5500','41600005506','2020-09-13 17:15:31',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6480,'1000','41600006534','2020-09-13 17:16:14',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6481,'4000','41600006534','2020-09-13 17:16:14',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(6482,'1110','41600006534','2020-09-13 17:16:14',NULL,107.08,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(6483,'5500','41600006534','2020-09-13 17:16:14',107.08,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6484,'1000','41600006995','2020-09-13 17:42:50',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6485,'4000','41600006995','2020-09-13 17:42:50',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(6486,'1110','41600006995','2020-09-13 17:42:50',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(6487,'5500','41600006995','2020-09-13 17:42:50',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6488,'1000','41600009355','2020-09-13 18:03:49',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6489,'4000','41600009355','2020-09-13 18:03:49',NULL,20.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(6490,'1110','41600009355','2020-09-13 18:03:49',NULL,13.32,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(6491,'5500','41600009355','2020-09-13 18:03:49',13.32,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6492,'1000','41600009434','2020-09-13 18:15:14',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6493,'4000','41600009434','2020-09-13 18:15:14',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(6494,'4000','41600009434','2020-09-13 18:15:14',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(6495,'1110','41600009434','2020-09-13 18:15:14',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(6496,'1110','41600009434','2020-09-13 18:15:14',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(6497,'5500','41600009434','2020-09-13 18:15:14',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6498,'1000','41600010164','2020-09-13 18:23:31',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6499,'4000','41600010164','2020-09-13 18:23:31',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(6500,'1110','41600010164','2020-09-13 18:23:31',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(6501,'5500','41600010164','2020-09-13 18:23:31',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6502,'1000','41600010642','2020-09-13 18:24:28',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6503,'4000','41600010642','2020-09-13 18:24:28',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(6504,'1110','41600010642','2020-09-13 18:24:28',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(6505,'5500','41600010642','2020-09-13 18:24:28',3.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6506,'1000','41600010687','2020-09-13 18:24:55',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6507,'4000','41600010687','2020-09-13 18:24:55',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(6508,'1110','41600010687','2020-09-13 18:24:55',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(6509,'5500','41600010687','2020-09-13 18:24:55',3.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6510,'1000','41600011375','2020-09-13 18:36:26',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6511,'4000','41600011375','2020-09-13 18:36:26',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(6512,'1110','41600011375','2020-09-13 18:36:26',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(6513,'5500','41600011375','2020-09-13 18:36:26',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6514,'1000','41600011981','2020-09-13 18:48:34',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6515,'4000','41600011981','2020-09-13 18:48:34',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(6516,'1110','41600011981','2020-09-13 18:48:34',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(6517,'5500','41600011981','2020-09-13 18:48:34',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6518,'1000','41600063357','2020-09-14 09:28:52',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6519,'4000','41600063357','2020-09-14 09:28:52',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6520,'4000','41600063357','2020-09-14 09:28:52',NULL,55.00,'','4','1','Good sold','1','','sales','6008459000507','','No',NULL,NULL,''),(6521,'1110','41600063357','2020-09-14 09:28:52',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(6522,'1110','41600063357','2020-09-14 09:28:52',NULL,40.83,'','4','1','Inventory sold','1','','sales','6008459000507','','No',NULL,NULL,''),(6523,'5500','41600063357','2020-09-14 09:28:52',67.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6524,'1000','41600066945','2020-09-14 10:19:48',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6525,'4000','41600066945','2020-09-14 10:19:48',NULL,70.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(6526,'4000','41600066945','2020-09-14 10:19:48',NULL,50.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(6527,'1110','41600066945','2020-09-14 10:19:48',NULL,63.00,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(6528,'1110','41600066945','2020-09-14 10:19:48',NULL,45.00,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(6529,'5500','41600066945','2020-09-14 10:19:48',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6542,'1000','41600067994','2020-09-14 11:01:41',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6543,'4000','41600067994','2020-09-14 11:01:41',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(6544,'4000','41600067994','2020-09-14 11:01:41',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(6545,'1110','41600067994','2020-09-14 11:01:41',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(6546,'1110','41600067994','2020-09-14 11:01:41',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(6547,'5500','41600067994','2020-09-14 11:01:41',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6548,'1000','41600070515','2020-09-14 11:02:02',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6549,'4000','41600070515','2020-09-14 11:02:02',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(6550,'1110','41600070515','2020-09-14 11:02:02',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(6551,'5500','41600070515','2020-09-14 11:02:02',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6552,'1000','41600070887','2020-09-14 11:16:22',12.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6553,'4000','41600070887','2020-09-14 11:16:22',NULL,12.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(6554,'1110','41600070887','2020-09-14 11:16:22',NULL,10.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(6555,'5500','41600070887','2020-09-14 11:16:22',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6556,'1000','41600071384','2020-09-14 11:34:31',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6557,'4000','41600071384','2020-09-14 11:34:31',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(6558,'1110','41600071384','2020-09-14 11:34:31',NULL,112.50,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(6559,'5500','41600071384','2020-09-14 11:34:31',112.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6560,'1000','41600072481','2020-09-14 11:36:40',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6561,'4000','41600072481','2020-09-14 11:36:40',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(6562,'1110','41600072481','2020-09-14 11:36:40',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(6563,'5500','41600072481','2020-09-14 11:36:40',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6564,'1000','41600073141','2020-09-14 12:02:07',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6565,'4000','41600073141','2020-09-14 12:02:07',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(6566,'1110','41600073141','2020-09-14 12:02:07',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(6567,'5500','41600073141','2020-09-14 12:02:07',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6568,'1000','41600074131','2020-09-14 12:10:17',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6569,'4000','41600074131','2020-09-14 12:10:17',NULL,120.00,'','4','1','Good sold','1','','sales','6161101661218','','No',NULL,NULL,''),(6570,'1110','41600074131','2020-09-14 12:10:17',NULL,97.50,'','4','1','Inventory sold','1','','sales','6161101661218','','No',NULL,NULL,''),(6571,'5500','41600074131','2020-09-14 12:10:17',97.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6572,'1000','41600074620','2020-09-14 12:30:01',140.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6573,'4000','41600074620','2020-09-14 12:30:01',NULL,140.00,'','4','1','Good sold','1','','sales','6164004575910','','No',NULL,NULL,''),(6574,'1110','41600074620','2020-09-14 12:30:01',NULL,126.00,'','4','1','Inventory sold','1','','sales','6164004575910','','No',NULL,NULL,''),(6575,'5500','41600074620','2020-09-14 12:30:01',126.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6576,'1000','41600075826','2020-09-14 12:47:52',135.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6577,'4000','41600075826','2020-09-14 12:47:52',NULL,70.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(6578,'4000','41600075826','2020-09-14 12:47:52',NULL,65.00,'','4','1','Good sold','1','','sales','86','','No',NULL,NULL,''),(6579,'1110','41600075826','2020-09-14 12:47:52',NULL,63.00,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(6580,'1110','41600075826','2020-09-14 12:47:52',NULL,58.50,'','4','1','Inventory sold','1','','sales','86','','No',NULL,NULL,''),(6581,'5500','41600075826','2020-09-14 12:47:52',121.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6582,'1000','41600076876','2020-09-14 12:48:08',6.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6583,'4000','41600076876','2020-09-14 12:48:08',NULL,6.00,'','4','1','Good sold','1','','sales','433','','No',NULL,NULL,''),(6584,'1110','41600076876','2020-09-14 12:48:08',NULL,4.60,'','4','1','Inventory sold','1','','sales','433','','No',NULL,NULL,''),(6585,'5500','41600076876','2020-09-14 12:48:08',4.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6586,'1000','41600076891','2020-09-14 13:04:23',175.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6587,'4000','41600076891','2020-09-14 13:04:23',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440016','','No',NULL,NULL,''),(6588,'4000','41600076891','2020-09-14 13:04:23',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(6589,'4000','41600076891','2020-09-14 13:04:23',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(6590,'4000','41600076891','2020-09-14 13:04:23',NULL,20.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(6591,'1110','41600076891','2020-09-14 13:04:23',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440016','','No',NULL,NULL,''),(6592,'1110','41600076891','2020-09-14 13:04:23',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(6593,'1110','41600076891','2020-09-14 13:04:23',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(6594,'1110','41600076891','2020-09-14 13:04:23',NULL,13.32,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(6595,'5500','41600076891','2020-09-14 13:04:23',152.82,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6596,'1110','71600067683','2020-09-14 10:14:00',225.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','32','','No',NULL,NULL,''),(6597,'1110','71600067683','2020-09-14 10:14:00',135.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','33','','No',NULL,NULL,''),(6598,'1110','71600067683','2020-09-14 10:14:00',252.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','31','','No',NULL,NULL,''),(6599,'1110','71600067683','2020-09-14 10:14:00',126.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','427','','No',NULL,NULL,''),(6600,'1110','71600067683','2020-09-14 10:14:00',324.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','30','','No',NULL,NULL,''),(6601,'1110','71600067683','2020-09-14 10:14:00',540.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164001166272','','No',NULL,NULL,''),(6602,'1110','71600067683','2020-09-14 10:14:00',540.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','39','','No',NULL,NULL,''),(6603,'1110','71600067683','2020-09-14 10:14:00',540.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','68','','No',NULL,NULL,''),(6604,'1110','71600067683','2020-09-14 10:14:00',2325.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','101','','No',NULL,NULL,''),(6605,'1110','71600067683','2020-09-14 10:14:00',540.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','434','','No',NULL,NULL,''),(6606,'1110','71600067683','2020-09-14 10:14:00',540.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','135','','No',NULL,NULL,''),(6607,'1110','71600067683','2020-09-14 10:14:00',225.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','17','','No',NULL,NULL,''),(6608,'2130','71600067683','2020-09-14 10:14:00',NULL,6312.00,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(6609,'1000','41600077895','2020-09-14 14:10:30',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6610,'4000','41600077895','2020-09-14 14:10:30',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000895','','No',NULL,NULL,''),(6611,'1110','41600077895','2020-09-14 14:10:30',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000895','','No',NULL,NULL,''),(6612,'5500','41600077895','2020-09-14 14:10:30',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6613,'1000','41600081842','2020-09-14 14:45:04',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6614,'4000','41600081842','2020-09-14 14:45:04',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(6615,'4000','41600081842','2020-09-14 14:45:04',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(6616,'1110','41600081842','2020-09-14 14:45:04',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(6617,'1110','41600081842','2020-09-14 14:45:04',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(6618,'5500','41600081842','2020-09-14 14:45:04',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6619,'1000','41600084419','2020-09-14 15:32:42',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6620,'4000','41600084419','2020-09-14 15:32:42',NULL,75.00,'','4','1','Good sold','1','','sales','6161107150730','','No',NULL,NULL,''),(6621,'1110','41600084419','2020-09-14 15:32:42',NULL,67.50,'','4','1','Inventory sold','1','','sales','6161107150730','','No',NULL,NULL,''),(6622,'5500','41600084419','2020-09-14 15:32:42',67.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6623,'1000','41600086772','2020-09-14 15:38:43',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6624,'4000','41600086772','2020-09-14 15:38:43',NULL,40.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(6625,'1110','41600086772','2020-09-14 15:38:43',NULL,36.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(6626,'5500','41600086772','2020-09-14 15:38:43',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6627,'1000','41600088414','2020-09-14 16:08:44',115.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6628,'4000','41600088414','2020-09-14 16:08:44',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(6629,'4000','41600088414','2020-09-14 16:08:44',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(6630,'1110','41600088414','2020-09-14 16:08:44',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(6631,'1110','41600088414','2020-09-14 16:08:44',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(6632,'5500','41600088414','2020-09-14 16:08:44',103.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6633,'1000','41600088934','2020-09-14 16:10:08',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6634,'4000','41600088934','2020-09-14 16:10:08',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033490','','No',NULL,NULL,''),(6635,'4000','41600088934','2020-09-14 16:10:08',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(6636,'1110','41600088934','2020-09-14 16:10:08',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033490','','No',NULL,NULL,''),(6637,'1110','41600088934','2020-09-14 16:10:08',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(6638,'5500','41600088934','2020-09-14 16:10:08',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6639,'1000','41600089012','2020-09-14 16:34:46',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6640,'4000','41600089012','2020-09-14 16:34:46',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(6641,'1110','41600089012','2020-09-14 16:34:46',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(6642,'5500','41600089012','2020-09-14 16:34:46',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6643,'1000','41600090489','2020-09-14 17:07:27',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6644,'4000','41600090489','2020-09-14 17:07:27',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(6645,'1110','41600090489','2020-09-14 17:07:27',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(6646,'5500','41600090489','2020-09-14 17:07:27',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6647,'1000','41600095501','2020-09-14 17:58:48',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6648,'4000','41600095501','2020-09-14 17:58:48',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(6649,'1110','41600095501','2020-09-14 17:58:48',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(6650,'5500','41600095501','2020-09-14 17:58:48',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6651,'1000','41600095531','2020-09-14 17:59:25',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6652,'4000','41600095531','2020-09-14 17:59:25',NULL,40.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(6653,'1110','41600095531','2020-09-14 17:59:25',NULL,36.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(6654,'5500','41600095531','2020-09-14 17:59:25',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6655,'1000','41600095717','2020-09-14 18:06:31',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6656,'4000','41600095717','2020-09-14 18:06:31',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(6657,'1110','41600095717','2020-09-14 18:06:31',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(6658,'5500','41600095717','2020-09-14 18:06:31',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6659,'1000','41600095994','2020-09-14 18:12:45',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6660,'4000','41600095994','2020-09-14 18:12:45',NULL,40.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(6661,'1110','41600095994','2020-09-14 18:12:45',NULL,36.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(6662,'5500','41600095994','2020-09-14 18:12:45',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6663,'1000','41600096368','2020-09-14 18:21:43',340.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6664,'4000','41600096368','2020-09-14 18:21:43',NULL,20.00,'','4','1','Good sold','1','','sales','6161101280013','','No',NULL,NULL,''),(6665,'4000','41600096368','2020-09-14 18:21:43',NULL,120.00,'','4','1','Good sold','1','','sales','6161101661218','','No',NULL,NULL,''),(6666,'4000','41600096368','2020-09-14 18:21:43',NULL,65.00,'','4','1','Good sold','1','','sales','6161102170030','','No',NULL,NULL,''),(6667,'4000','41600096368','2020-09-14 18:21:43',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6668,'4000','41600096368','2020-09-14 18:21:43',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(6669,'1110','41600096368','2020-09-14 18:21:43',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161101280013','','No',NULL,NULL,''),(6670,'1110','41600096368','2020-09-14 18:21:43',NULL,97.50,'','4','1','Inventory sold','1','','sales','6161101661218','','No',NULL,NULL,''),(6671,'1110','41600096368','2020-09-14 18:21:43',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161102170030','','No',NULL,NULL,''),(6672,'1110','41600096368','2020-09-14 18:21:43',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(6673,'1110','41600096368','2020-09-14 18:21:43',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(6674,'5500','41600096368','2020-09-14 18:21:43',280.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6675,'1000','41600097792','2020-09-14 18:37:48',210.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6676,'4000','41600097792','2020-09-14 18:37:48',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033179','','No',NULL,NULL,''),(6677,'4000','41600097792','2020-09-14 18:37:48',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033230','','No',NULL,NULL,''),(6678,'4000','41600097792','2020-09-14 18:37:48',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(6679,'1110','41600097792','2020-09-14 18:37:48',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033179','','No',NULL,NULL,''),(6680,'1110','41600097792','2020-09-14 18:37:48',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033230','','No',NULL,NULL,''),(6681,'1110','41600097792','2020-09-14 18:37:48',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(6682,'5500','41600097792','2020-09-14 18:37:48',189.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6683,'1000','41600097900','2020-09-14 18:39:00',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6684,'4000','41600097900','2020-09-14 18:39:00',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(6685,'1110','41600097900','2020-09-14 18:39:00',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(6686,'5500','41600097900','2020-09-14 18:39:00',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6687,'1000','41600097953','2020-09-14 18:43:36',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6688,'4000','41600097953','2020-09-14 18:43:36',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(6689,'1110','41600097953','2020-09-14 18:43:36',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(6690,'5500','41600097953','2020-09-14 18:43:36',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6691,'1000','41600098230','2020-09-14 19:10:09',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6692,'4000','41600098230','2020-09-14 19:10:09',NULL,20.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(6693,'1110','41600098230','2020-09-14 19:10:09',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(6694,'5500','41600098230','2020-09-14 19:10:09',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6695,'1000','41600099812','2020-09-14 19:24:00',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6696,'4000','41600099812','2020-09-14 19:24:00',NULL,110.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(6697,'1110','41600099812','2020-09-14 19:24:00',NULL,99.00,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(6698,'5500','41600099812','2020-09-14 19:24:00',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6699,'1000','41600100671','2020-09-14 19:32:47',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6700,'4000','41600100671','2020-09-14 19:32:47',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6701,'1110','41600100671','2020-09-14 19:32:47',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(6702,'5500','41600100671','2020-09-14 19:32:47',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6703,'1000','41600101171','2020-09-14 19:41:49',645.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6704,'4000','41600101171','2020-09-14 19:41:49',NULL,40.00,'','4','1','Good sold','1','','sales','6161100760226','','No',NULL,NULL,''),(6705,'4000','41600101171','2020-09-14 19:41:49',NULL,120.00,'','4','1','Good sold','1','','sales','6161101661218','','No',NULL,NULL,''),(6706,'4000','41600101171','2020-09-14 19:41:49',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(6707,'4000','41600101171','2020-09-14 19:41:49',NULL,110.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(6708,'4000','41600101171','2020-09-14 19:41:49',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(6709,'4000','41600101171','2020-09-14 19:41:49',NULL,130.00,'','4','1','Good sold','1','','sales','144','','No',NULL,NULL,''),(6710,'1110','41600101171','2020-09-14 19:41:49',NULL,36.00,'','4','1','Inventory sold','1','','sales','6161100760226','','No',NULL,NULL,''),(6711,'1110','41600101171','2020-09-14 19:41:49',NULL,97.50,'','4','1','Inventory sold','1','','sales','6161101661218','','No',NULL,NULL,''),(6712,'1110','41600101171','2020-09-14 19:41:49',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(6713,'1110','41600101171','2020-09-14 19:41:49',NULL,99.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(6714,'1110','41600101171','2020-09-14 19:41:49',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(6715,'1110','41600101171','2020-09-14 19:41:49',NULL,117.00,'','4','1','Inventory sold','1','','sales','144','','No',NULL,NULL,''),(6716,'5500','41600101171','2020-09-14 19:41:49',550.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6717,'1000','41600102644','2020-09-14 19:57:37',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6718,'4000','41600102644','2020-09-14 19:57:37',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033223','','No',NULL,NULL,''),(6719,'1110','41600102644','2020-09-14 19:57:37',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033223','','No',NULL,NULL,''),(6720,'5500','41600102644','2020-09-14 19:57:37',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6721,'1000','41600148983','2020-09-15 09:09:48',115.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6722,'4000','41600148983','2020-09-15 09:09:48',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440016','','No',NULL,NULL,''),(6723,'4000','41600148983','2020-09-15 09:09:48',NULL,50.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(6724,'1110','41600148983','2020-09-15 09:09:48',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440016','','No',NULL,NULL,''),(6725,'1110','41600148983','2020-09-15 09:09:48',NULL,45.00,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(6726,'5500','41600148983','2020-09-15 09:09:48',103.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6727,'1000','41600150220','2020-09-15 09:19:10',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6728,'4000','41600150220','2020-09-15 09:19:10',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(6729,'1110','41600150220','2020-09-15 09:19:10',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(6730,'5500','41600150220','2020-09-15 09:19:10',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6731,'1000','41600151512','2020-09-15 09:35:38',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6732,'4000','41600151512','2020-09-15 09:35:38',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760226','','No',NULL,NULL,''),(6733,'1110','41600151512','2020-09-15 09:35:38',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100760226','','No',NULL,NULL,''),(6734,'5500','41600151512','2020-09-15 09:35:38',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6735,'1000','41600151741','2020-09-15 09:38:16',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6736,'4000','41600151741','2020-09-15 09:38:16',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6737,'1110','41600151741','2020-09-15 09:38:16',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(6738,'5500','41600151741','2020-09-15 09:38:16',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6739,'1000','41600151920','2020-09-15 09:41:44',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6740,'4000','41600151920','2020-09-15 09:41:44',NULL,20.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(6741,'1110','41600151920','2020-09-15 09:41:44',NULL,13.32,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(6742,'5500','41600151920','2020-09-15 09:41:44',13.32,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6743,'1000','41600152118','2020-09-15 09:50:32',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6744,'4000','41600152118','2020-09-15 09:50:32',NULL,30.00,'','4','1','Good sold','1','','sales','8001090702500','','No',NULL,NULL,''),(6745,'1110','41600152118','2020-09-15 09:50:32',NULL,27.00,'','4','1','Inventory sold','1','','sales','8001090702500','','No',NULL,NULL,''),(6746,'5500','41600152118','2020-09-15 09:50:32',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6747,'1000','41600152646','2020-09-15 10:19:09',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6748,'4000','41600152646','2020-09-15 10:19:09',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(6749,'1110','41600152646','2020-09-15 10:19:09',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(6750,'5500','41600152646','2020-09-15 10:19:09',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6751,'1000','41600154355','2020-09-15 10:55:06',86.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6752,'4000','41600154355','2020-09-15 10:55:06',NULL,36.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(6753,'4000','41600154355','2020-09-15 10:55:06',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(6754,'1110','41600154355','2020-09-15 10:55:06',NULL,30.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(6755,'1110','41600154355','2020-09-15 10:55:06',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(6756,'5500','41600154355','2020-09-15 10:55:06',75.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6757,'1000','41600156532','2020-09-15 10:56:04',178.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6758,'4000','41600156532','2020-09-15 10:56:04',NULL,48.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(6759,'4000','41600156532','2020-09-15 10:56:04',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(6760,'4000','41600156532','2020-09-15 10:56:04',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(6761,'1110','41600156532','2020-09-15 10:56:04',NULL,40.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(6762,'1110','41600156532','2020-09-15 10:56:04',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(6763,'1110','41600156532','2020-09-15 10:56:04',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(6764,'5500','41600156532','2020-09-15 10:56:04',142.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6765,'1000','41600156573','2020-09-15 10:57:40',400.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6766,'4000','41600156573','2020-09-15 10:57:40',NULL,400.00,'','4','1','Good sold','1','','sales','6161101661300','','No',NULL,NULL,''),(6767,'1110','41600156573','2020-09-15 10:57:40',NULL,317.50,'','4','1','Inventory sold','1','','sales','6161101661300','','No',NULL,NULL,''),(6768,'5500','41600156573','2020-09-15 10:57:40',317.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6769,'1000','41600156662','2020-09-15 11:05:20',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6770,'4000','41600156662','2020-09-15 11:05:20',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(6771,'1110','41600156662','2020-09-15 11:05:20',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(6772,'5500','41600156662','2020-09-15 11:05:20',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6773,'1000','41600157853','2020-09-15 11:17:40',60.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6774,'4000','41600157853','2020-09-15 11:17:40',NULL,60.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(6775,'1110','41600157853','2020-09-15 11:17:40',NULL,50.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(6776,'5500','41600157853','2020-09-15 11:17:40',50.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6777,'1000','41600157864','2020-09-15 11:18:57',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6778,'4000','41600157864','2020-09-15 11:18:57',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(6779,'1110','41600157864','2020-09-15 11:18:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(6780,'5500','41600157864','2020-09-15 11:18:57',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6781,'1000','41600157940','2020-09-15 11:42:46',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6782,'4000','41600157940','2020-09-15 11:42:46',NULL,60.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(6783,'1110','41600157940','2020-09-15 11:42:46',NULL,50.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(6784,'5500','41600157940','2020-09-15 11:42:46',50.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6785,'1000','41600159369','2020-09-15 12:14:28',140.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6786,'4000','41600159369','2020-09-15 12:14:28',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(6787,'4000','41600159369','2020-09-15 12:14:28',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6788,'1110','41600159369','2020-09-15 12:14:28',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(6789,'1110','41600159369','2020-09-15 12:14:28',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(6790,'5500','41600159369','2020-09-15 12:14:28',121.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6791,'1000','41600161278','2020-09-15 12:18:25',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6792,'4000','41600161278','2020-09-15 12:18:25',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(6793,'4000','41600161278','2020-09-15 12:18:25',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(6794,'1110','41600161278','2020-09-15 12:18:25',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(6795,'1110','41600161278','2020-09-15 12:18:25',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(6796,'5500','41600161278','2020-09-15 12:18:25',6.73,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6797,'1000','41600161510','2020-09-15 12:19:40',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6798,'4000','41600161510','2020-09-15 12:19:40',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(6799,'1110','41600161510','2020-09-15 12:19:40',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(6800,'5500','41600161510','2020-09-15 12:19:40',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6801,'1000','41600161583','2020-09-15 12:21:24',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6802,'4000','41600161583','2020-09-15 12:21:24',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(6803,'4000','41600161583','2020-09-15 12:21:24',NULL,30.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(6804,'1110','41600161583','2020-09-15 12:21:24',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(6805,'1110','41600161583','2020-09-15 12:21:24',NULL,25.98,'','4','1','Inventory sold','1','','sales','185','','No',NULL,NULL,''),(6806,'5500','41600161583','2020-09-15 12:21:24',118.98,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6807,'1000','41600161688','2020-09-15 12:28:11',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6808,'4000','41600161688','2020-09-15 12:28:11',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903427','','No',NULL,NULL,''),(6809,'1110','41600161688','2020-09-15 12:28:11',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903427','','No',NULL,NULL,''),(6810,'5500','41600161688','2020-09-15 12:28:11',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6811,'1000','41600162098','2020-09-15 12:33:23',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6812,'4000','41600162098','2020-09-15 12:33:23',NULL,10.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(6813,'1110','41600162098','2020-09-15 12:33:23',NULL,8.66,'','4','1','Inventory sold','1','','sales','185','','No',NULL,NULL,''),(6814,'5500','41600162098','2020-09-15 12:33:23',8.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6815,'1000','41600162406','2020-09-15 13:04:00',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6816,'4000','41600162406','2020-09-15 13:04:00',NULL,170.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(6817,'1110','41600162406','2020-09-15 13:04:00',NULL,153.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(6818,'5500','41600162406','2020-09-15 13:04:00',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6819,'4000','41600161688','2020-09-15 13:05:42',20.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(6820,'1000','41600161688','2020-09-15 13:05:42',NULL,20.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(6821,'5500','41600161688','2020-09-15 13:05:42',NULL,18.00,'','4','1','Cost of goods returned','1','','sales','8901719903427','','No',NULL,NULL,''),(6822,'1110','41600161688','2020-09-15 13:05:42',18.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(6823,'1000','41600164344','2020-09-15 13:06:03',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6824,'4000','41600164344','2020-09-15 13:06:03',NULL,60.00,'','4','1','Good sold','1','','sales','6161106610594','','No',NULL,NULL,''),(6825,'1110','41600164344','2020-09-15 13:06:03',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161106610594','','No',NULL,NULL,''),(6826,'5500','41600164344','2020-09-15 13:06:03',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6827,'1000','41600164366','2020-09-15 13:20:47',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6828,'4000','41600164366','2020-09-15 13:20:47',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(6829,'1110','41600164366','2020-09-15 13:20:47',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(6830,'5500','41600164366','2020-09-15 13:20:47',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6831,'1000','41600166844','2020-09-15 13:47:35',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6832,'4000','41600166844','2020-09-15 13:47:35',NULL,15.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(6833,'1110','41600166844','2020-09-15 13:47:35',NULL,9.99,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(6834,'5500','41600166844','2020-09-15 13:47:35',9.99,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6835,'1000','41600166910','2020-09-15 13:48:39',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6836,'4000','41600166910','2020-09-15 13:48:39',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(6837,'1110','41600166910','2020-09-15 13:48:39',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(6838,'5564','41600166910','2020-09-15 13:48:39',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6839,'1000','41600170165','2020-09-15 14:43:00',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6840,'4000','41600170165','2020-09-15 14:43:00',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(6841,'1110','41600170165','2020-09-15 14:43:00',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(6842,'5500','41600170165','2020-09-15 14:43:00',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6843,'1000','41600170182','2020-09-15 14:45:24',192.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6844,'4000','41600170182','2020-09-15 14:45:24',NULL,192.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(6845,'1110','41600170182','2020-09-15 14:45:24',NULL,160.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(6846,'5500','41600170182','2020-09-15 14:45:24',160.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6847,'1000','41600170342','2020-09-15 14:52:40',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6848,'4000','41600170342','2020-09-15 14:52:40',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6849,'1110','41600170342','2020-09-15 14:52:40',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(6850,'5500','41600170342','2020-09-15 14:52:40',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6851,'1000','41600170763','2020-09-15 14:56:54',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6852,'4000','41600170763','2020-09-15 14:56:54',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(6853,'1110','41600170763','2020-09-15 14:56:54',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(6854,'5500','41600170763','2020-09-15 14:56:54',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6855,'1000','41600173760','2020-09-15 15:44:40',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6856,'4000','41600173760','2020-09-15 15:44:40',NULL,90.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6857,'1110','41600173760','2020-09-15 15:44:40',NULL,81.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(6858,'5500','41600173760','2020-09-15 15:44:40',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6859,'1110','71600174231','2020-09-15 15:50:00',360.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','174','','No',NULL,NULL,''),(6860,'1110','71600174231','2020-09-15 15:50:00',936.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','6164000242595','','No',NULL,NULL,''),(6861,'2130','71600174231','2020-09-15 15:50:00',NULL,1296.00,'','7','1','Account payable for inventory','1','18','Purchases','','','No',NULL,NULL,''),(6862,'1000','41600173883','2020-09-15 15:52:53',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6863,'4000','41600173883','2020-09-15 15:52:53',NULL,40.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(6864,'1110','41600173883','2020-09-15 15:52:53',NULL,36.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(6865,'5500','41600173883','2020-09-15 15:52:53',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6866,'1000','41600174376','2020-09-15 15:53:28',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6867,'4000','41600174376','2020-09-15 15:53:28',NULL,85.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(6868,'1110','41600174376','2020-09-15 15:53:28',NULL,76.50,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(6869,'5500','41600174376','2020-09-15 15:53:28',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6870,'1000','41600174410','2020-09-15 16:03:10',210.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6871,'4000','41600174410','2020-09-15 16:03:10',NULL,25.00,'','4','1','Good sold','1','','sales','6164000184031','','No',NULL,NULL,''),(6872,'4000','41600174410','2020-09-15 16:03:10',NULL,180.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(6873,'4000','41600174410','2020-09-15 16:03:10',NULL,5.00,'','4','1','Good sold','1','','sales','189','','No',NULL,NULL,''),(6874,'1110','41600174410','2020-09-15 16:03:10',NULL,22.50,'','4','1','Inventory sold','1','','sales','6164000184031','','No',NULL,NULL,''),(6875,'1110','41600174410','2020-09-15 16:03:10',NULL,162.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(6876,'1110','41600174410','2020-09-15 16:03:10',NULL,3.40,'','4','1','Inventory sold','1','','sales','189','','No',NULL,NULL,''),(6877,'5500','41600174410','2020-09-15 16:03:10',187.90,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6878,'1000','41600174993','2020-09-15 16:18:35',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6879,'4000','41600174993','2020-09-15 16:18:35',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(6880,'1110','41600174993','2020-09-15 16:18:35',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(6881,'5500','41600174993','2020-09-15 16:18:35',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6882,'1000','41600176323','2020-09-15 16:27:30',210.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6883,'4000','41600176323','2020-09-15 16:27:30',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033230','','No',NULL,NULL,''),(6884,'4000','41600176323','2020-09-15 16:27:30',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033490','','No',NULL,NULL,''),(6885,'4000','41600176323','2020-09-15 16:27:30',NULL,70.00,'','4','1','Good sold','1','','sales','616400033506','','No',NULL,NULL,''),(6886,'1110','41600176323','2020-09-15 16:27:30',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033230','','No',NULL,NULL,''),(6887,'1110','41600176323','2020-09-15 16:27:30',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033490','','No',NULL,NULL,''),(6888,'1110','41600176323','2020-09-15 16:27:30',NULL,60.00,'','4','1','Inventory sold','1','','sales','616400033506','','No',NULL,NULL,''),(6889,'5500','41600176323','2020-09-15 16:27:30',186.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6890,'1000','41600176473','2020-09-15 16:45:22',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6891,'4000','41600176473','2020-09-15 16:45:22',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6892,'1110','41600176473','2020-09-15 16:45:22',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(6893,'5500','41600176473','2020-09-15 16:45:22',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6894,'1000','41600177528','2020-09-15 17:02:27',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6895,'4000','41600177528','2020-09-15 17:02:27',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(6896,'1110','41600177528','2020-09-15 17:02:27',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(6897,'5500','41600177528','2020-09-15 17:02:27',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6898,'1000','41600178559','2020-09-15 17:19:54',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6899,'4000','41600178559','2020-09-15 17:19:54',NULL,70.00,'','4','1','Good sold','1','','sales','427','','No',NULL,NULL,''),(6900,'1110','41600178559','2020-09-15 17:19:54',NULL,63.00,'','4','1','Inventory sold','1','','sales','427','','No',NULL,NULL,''),(6901,'5500','41600178559','2020-09-15 17:19:54',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6902,'1000','41600179629','2020-09-15 17:36:02',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6903,'4000','41600179629','2020-09-15 17:36:02',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(6904,'1110','41600179629','2020-09-15 17:36:02',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(6905,'5500','41600179629','2020-09-15 17:36:02',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6906,'1000','41600180565','2020-09-15 18:44:18',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6907,'4000','41600180565','2020-09-15 18:44:18',NULL,50.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(6908,'1110','41600180565','2020-09-15 18:44:18',NULL,45.00,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(6909,'5500','41600180565','2020-09-15 18:44:18',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6910,'1000','41600184663','2020-09-15 19:06:37',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6911,'4000','41600184663','2020-09-15 19:06:37',NULL,40.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(6912,'1110','41600184663','2020-09-15 19:06:37',NULL,36.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(6913,'5500','41600184663','2020-09-15 19:06:37',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6914,'1000','41600186127','2020-09-15 19:14:42',350.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6915,'4000','41600186127','2020-09-15 19:14:42',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033223','','No',NULL,NULL,''),(6916,'4000','41600186127','2020-09-15 19:14:42',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(6917,'4000','41600186127','2020-09-15 19:14:42',NULL,170.00,'','4','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(6918,'1110','41600186127','2020-09-15 19:14:42',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033223','','No',NULL,NULL,''),(6919,'1110','41600186127','2020-09-15 19:14:42',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(6920,'1110','41600186127','2020-09-15 19:14:42',NULL,153.00,'','4','1','Inventory sold','1','','sales','75','','No',NULL,NULL,''),(6921,'5500','41600186127','2020-09-15 19:14:42',315.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6922,'1000','41600186485','2020-09-15 19:15:00',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6923,'4000','41600186485','2020-09-15 19:15:00',NULL,110.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(6924,'1110','41600186485','2020-09-15 19:15:00',NULL,99.00,'','4','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(6925,'5500','41600186485','2020-09-15 19:15:00',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6926,'1000','41600186614','2020-09-15 19:17:28',625.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6927,'4000','41600186614','2020-09-15 19:17:28',NULL,250.00,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(6928,'4000','41600186614','2020-09-15 19:17:28',NULL,375.00,'','4','1','Good sold','1','','sales','122','','No',NULL,NULL,''),(6929,'1110','41600186614','2020-09-15 19:17:28',NULL,225.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(6930,'1110','41600186614','2020-09-15 19:17:28',NULL,330.00,'','4','1','Inventory sold','1','','sales','122','','No',NULL,NULL,''),(6931,'5500','41600186614','2020-09-15 19:17:28',555.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6932,'1000','41600186767','2020-09-15 19:19:48',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6933,'4000','41600186767','2020-09-15 19:19:48',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(6934,'1110','41600186767','2020-09-15 19:19:48',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(6935,'5500','41600186767','2020-09-15 19:19:48',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6936,'1000','41600186795','2020-09-15 19:24:05',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6937,'4000','41600186795','2020-09-15 19:24:05',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(6938,'1110','41600186795','2020-09-15 19:24:05',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(6939,'5500','41600186795','2020-09-15 19:24:05',3.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6940,'1000','41600187091','2020-09-15 19:25:23',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6941,'4000','41600187091','2020-09-15 19:25:23',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(6942,'1110','41600187091','2020-09-15 19:25:23',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(6943,'5500','41600187091','2020-09-15 19:25:23',3.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6944,'1000','41600187128','2020-09-15 19:25:42',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6945,'4000','41600187128','2020-09-15 19:25:42',NULL,60.00,'','4','1','Good sold','1','','sales','6161103620077','','No',NULL,NULL,''),(6946,'1110','41600187128','2020-09-15 19:25:42',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161103620077','','No',NULL,NULL,''),(6947,'5500','41600187128','2020-09-15 19:25:42',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6948,'1000','41600187157','2020-09-15 19:30:17',585.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6949,'4000','41600187157','2020-09-15 19:30:17',NULL,75.00,'','4','1','Good sold','1','','sales','6001067000624','','No',NULL,NULL,''),(6950,'4000','41600187157','2020-09-15 19:30:17',NULL,25.00,'','4','1','Good sold','1','','sales','6008677000532','','No',NULL,NULL,''),(6951,'4000','41600187157','2020-09-15 19:30:17',NULL,20.00,'','4','1','Good sold','1','','sales','6161101280013','','No',NULL,NULL,''),(6952,'4000','41600187157','2020-09-15 19:30:17',NULL,100.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(6953,'4000','41600187157','2020-09-15 19:30:17',NULL,140.00,'','4','1','Good sold','1','','sales','6164004575910','','No',NULL,NULL,''),(6954,'4000','41600187157','2020-09-15 19:30:17',NULL,125.00,'','4','1','Good sold','1','','sales','122','','No',NULL,NULL,''),(6955,'4000','41600187157','2020-09-15 19:30:17',NULL,100.00,'','4','1','Good sold','1','','sales','184','','No',NULL,NULL,''),(6956,'1110','41600187157','2020-09-15 19:30:17',NULL,67.50,'','4','1','Inventory sold','1','','sales','6001067000624','','No',NULL,NULL,''),(6957,'1110','41600187157','2020-09-15 19:30:17',NULL,22.50,'','4','1','Inventory sold','1','','sales','6008677000532','','No',NULL,NULL,''),(6958,'1110','41600187157','2020-09-15 19:30:17',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161101280013','','No',NULL,NULL,''),(6959,'1110','41600187157','2020-09-15 19:30:17',NULL,90.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(6960,'1110','41600187157','2020-09-15 19:30:17',NULL,126.00,'','4','1','Inventory sold','1','','sales','6164004575910','','No',NULL,NULL,''),(6961,'1110','41600187157','2020-09-15 19:30:17',NULL,110.00,'','4','1','Inventory sold','1','','sales','122','','No',NULL,NULL,''),(6962,'1110','41600187157','2020-09-15 19:30:17',NULL,90.00,'','4','1','Inventory sold','1','','sales','184','','No',NULL,NULL,''),(6963,'5500','41600187157','2020-09-15 19:30:17',524.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6964,'4000','41600187157','2020-09-15 19:33:02',20.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(6965,'1000','41600187157','2020-09-15 19:33:02',NULL,20.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(6966,'5500','41600187157','2020-09-15 19:33:02',NULL,18.00,'','4','1','Cost of goods returned','1','','sales','6161101280013','','No',NULL,NULL,''),(6967,'1110','41600187157','2020-09-15 19:33:02',18.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(6968,'4000','41600186795','2020-09-15 19:33:12',5.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(6969,'1000','41600186795','2020-09-15 19:33:12',NULL,5.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(6970,'5500','41600186795','2020-09-15 19:33:12',NULL,3.40,'','4','1','Cost of goods returned','1','','sales','429','','No',NULL,NULL,''),(6971,'1110','41600186795','2020-09-15 19:33:12',3.40,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(6972,'4000','41600187091','2020-09-15 19:33:31',5.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(6973,'1000','41600187091','2020-09-15 19:33:31',NULL,5.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(6974,'5500','41600187091','2020-09-15 19:33:31',NULL,3.40,'','4','1','Cost of goods returned','1','','sales','429','','No',NULL,NULL,''),(6975,'1110','41600187091','2020-09-15 19:33:31',3.40,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(6976,'1000','41600187921','2020-09-15 19:46:25',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6977,'4000','41600187921','2020-09-15 19:46:25',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(6978,'1110','41600187921','2020-09-15 19:46:25',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(6979,'5500','41600187921','2020-09-15 19:46:25',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6980,'1000','41600188395','2020-09-15 19:53:13',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6981,'4000','41600188395','2020-09-15 19:53:13',NULL,170.00,'','4','1','Good sold','1','','sales','266','','No',NULL,NULL,''),(6982,'1110','41600188395','2020-09-15 19:53:13',NULL,151.00,'','4','1','Inventory sold','1','','sales','266','','No',NULL,NULL,''),(6983,'5500','41600188395','2020-09-15 19:53:13',151.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6984,'1000','41600188803','2020-09-15 19:55:05',74.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6985,'4000','41600188803','2020-09-15 19:55:05',NULL,24.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(6986,'4000','41600188803','2020-09-15 19:55:05',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(6987,'1110','41600188803','2020-09-15 19:55:05',NULL,20.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(6988,'1110','41600188803','2020-09-15 19:55:05',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(6989,'5500','41600188803','2020-09-15 19:55:05',65.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6990,'1000','41600188920','2020-09-15 19:58:43',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6991,'4000','41600188920','2020-09-15 19:58:43',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(6992,'1110','41600188920','2020-09-15 19:58:43',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(6993,'5564','41600188920','2020-09-15 19:58:43',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6994,'1000','41600234397','2020-09-16 08:41:10',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6995,'4000','41600234397','2020-09-16 08:41:10',NULL,120.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(6996,'1110','41600234397','2020-09-16 08:41:10',NULL,108.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(6997,'5500','41600234397','2020-09-16 08:41:10',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6998,'1000','41600236694','2020-09-16 09:28:28',115.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(6999,'4000','41600236694','2020-09-16 09:28:28',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(7000,'4000','41600236694','2020-09-16 09:28:28',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(7001,'4000','41600236694','2020-09-16 09:28:28',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(7002,'1110','41600236694','2020-09-16 09:28:28',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(7003,'1110','41600236694','2020-09-16 09:28:28',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(7004,'1110','41600236694','2020-09-16 09:28:28',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(7005,'5500','41600236694','2020-09-16 09:28:28',101.16,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7006,'1000','41600237713','2020-09-16 09:29:14',350.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7007,'4000','41600237713','2020-09-16 09:29:14',NULL,70.00,'','4','1','Good sold','1','','sales','427','','No',NULL,NULL,''),(7008,'4000','41600237713','2020-09-16 09:29:14',NULL,280.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(7009,'1110','41600237713','2020-09-16 09:29:14',NULL,63.00,'','4','1','Inventory sold','1','','sales','427','','No',NULL,NULL,''),(7010,'1110','41600237713','2020-09-16 09:29:14',NULL,252.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(7011,'5500','41600237713','2020-09-16 09:29:14',315.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7012,'1000','41600237834','2020-09-16 09:36:14',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7013,'4000','41600237834','2020-09-16 09:36:14',NULL,100.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(7014,'4000','41600237834','2020-09-16 09:36:14',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(7015,'1110','41600237834','2020-09-16 09:36:14',NULL,90.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(7016,'1110','41600237834','2020-09-16 09:36:14',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(7017,'5500','41600237834','2020-09-16 09:36:14',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7018,'1000','41600238219','2020-09-16 09:43:17',240.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7019,'4000','41600238219','2020-09-16 09:43:17',NULL,170.00,'','4','1','Good sold','1','','sales','6164003349239','','No',NULL,NULL,''),(7020,'4000','41600238219','2020-09-16 09:43:17',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(7021,'1110','41600238219','2020-09-16 09:43:17',NULL,153.00,'','4','1','Inventory sold','1','','sales','6164003349239','','No',NULL,NULL,''),(7022,'1110','41600238219','2020-09-16 09:43:17',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(7023,'5500','41600238219','2020-09-16 09:43:17',216.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7024,'4000','41600238219','2020-09-16 09:45:49',70.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(7025,'1000','41600238219','2020-09-16 09:45:49',NULL,70.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(7026,'5500','41600238219','2020-09-16 09:45:49',NULL,63.00,'','4','1','Cost of goods returned','1','','sales','172','','No',NULL,NULL,''),(7027,'1110','41600238219','2020-09-16 09:45:49',63.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(7028,'1000','41600238752','2020-09-16 09:46:04',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7029,'4000','41600238752','2020-09-16 09:46:04',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(7030,'1110','41600238752','2020-09-16 09:46:04',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(7031,'5500','41600238752','2020-09-16 09:46:04',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7032,'1000','41600238766','2020-09-16 09:52:04',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7033,'4000','41600238766','2020-09-16 09:52:04',NULL,20.00,'','4','1','Good sold','1','','sales','189','','No',NULL,NULL,''),(7034,'1110','41600238766','2020-09-16 09:52:04',NULL,13.60,'','4','1','Inventory sold','1','','sales','189','','No',NULL,NULL,''),(7035,'5500','41600238766','2020-09-16 09:52:04',13.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7036,'1000','41600239128','2020-09-16 09:55:58',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7037,'4000','41600239128','2020-09-16 09:55:58',NULL,20.00,'','4','1','Good sold','1','','sales','8924122012340','','No',NULL,NULL,''),(7038,'1110','41600239128','2020-09-16 09:55:58',NULL,18.00,'','4','1','Inventory sold','1','','sales','8924122012340','','No',NULL,NULL,''),(7039,'5500','41600239128','2020-09-16 09:55:58',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7040,'1000','41600239362','2020-09-16 10:15:16',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7041,'4000','41600239362','2020-09-16 10:15:16',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(7042,'1110','41600239362','2020-09-16 10:15:16',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(7043,'5500','41600239362','2020-09-16 10:15:16',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7044,'1000','41600241374','2020-09-16 10:29:47',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7045,'4000','41600241374','2020-09-16 10:29:47',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(7046,'1110','41600241374','2020-09-16 10:29:47',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(7047,'5500','41600241374','2020-09-16 10:29:47',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7048,'1000','41600241394','2020-09-16 10:40:03',108.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7049,'4000','41600241394','2020-09-16 10:40:03',NULL,108.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(7050,'1110','41600241394','2020-09-16 10:40:03',NULL,90.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(7051,'5500','41600241394','2020-09-16 10:40:03',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7052,'1000','41600242081','2020-09-16 10:46:02',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7053,'4000','41600242081','2020-09-16 10:46:02',NULL,50.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(7054,'1110','41600242081','2020-09-16 10:46:02',NULL,45.00,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(7055,'5500','41600242081','2020-09-16 10:46:02',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7056,'1000','41600242364','2020-09-16 10:46:23',400.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7057,'4000','41600242364','2020-09-16 10:46:23',NULL,400.00,'','4','1','Good sold','1','','sales','6161101661300','','No',NULL,NULL,''),(7058,'1110','41600242364','2020-09-16 10:46:23',NULL,317.50,'','4','1','Inventory sold','1','','sales','6161101661300','','No',NULL,NULL,''),(7059,'5500','41600242364','2020-09-16 10:46:23',317.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7060,'1000','41600242385','2020-09-16 10:49:25',18.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7061,'4000','41600242385','2020-09-16 10:49:25',NULL,18.00,'','4','1','Good sold','1','','sales','432','','No',NULL,NULL,''),(7062,'1110','41600242385','2020-09-16 10:49:25',NULL,12.60,'','4','1','Inventory sold','1','','sales','432','','No',NULL,NULL,''),(7063,'5500','41600242385','2020-09-16 10:49:25',12.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7064,'1000','41600242571','2020-09-16 10:51:02',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7065,'4000','41600242571','2020-09-16 10:51:02',NULL,40.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(7066,'1110','41600242571','2020-09-16 10:51:02',NULL,36.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(7067,'5500','41600242571','2020-09-16 10:51:02',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7070,'1110','71600243208','2020-09-16 11:00:00',300.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','268','','No',NULL,NULL,''),(7071,'2130','71600243208','2020-09-16 11:00:00',NULL,300.00,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(7072,'1000','41600242664','2020-09-16 11:13:01',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7073,'4000','41600242664','2020-09-16 11:13:01',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(7074,'4000','41600242664','2020-09-16 11:13:01',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(7075,'4000','41600242664','2020-09-16 11:13:01',NULL,5.00,'','4','1','Good sold','1','','sales','189','','No',NULL,NULL,''),(7076,'1110','41600242664','2020-09-16 11:13:01',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(7077,'1110','41600242664','2020-09-16 11:13:01',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(7078,'1110','41600242664','2020-09-16 11:13:01',NULL,3.40,'','4','1','Inventory sold','1','','sales','189','','No',NULL,NULL,''),(7079,'5500','41600242664','2020-09-16 11:13:01',93.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7080,'1000','41600243989','2020-09-16 11:19:12',395.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7081,'4000','41600243989','2020-09-16 11:19:12',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050034','','No',NULL,NULL,''),(7082,'4000','41600243989','2020-09-16 11:19:12',NULL,275.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(7083,'1110','41600243989','2020-09-16 11:19:12',NULL,104.58,'','4','1','Inventory sold','1','','sales','6009627050034','','No',NULL,NULL,''),(7084,'1110','41600243989','2020-09-16 11:19:12',NULL,247.50,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(7085,'5500','41600243989','2020-09-16 11:19:12',352.08,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7086,'1000','41600244496','2020-09-16 11:34:32',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7087,'4000','41600244496','2020-09-16 11:34:32',NULL,25.00,'','4','1','Good sold','1','','sales','6164004554182','','No',NULL,NULL,''),(7088,'4000','41600244496','2020-09-16 11:34:32',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(7089,'1110','41600244496','2020-09-16 11:34:32',NULL,22.50,'','4','1','Inventory sold','1','','sales','6164004554182','','No',NULL,NULL,''),(7090,'1110','41600244496','2020-09-16 11:34:32',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(7091,'5500','41600244496','2020-09-16 11:34:32',67.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7092,'1000','41600246485','2020-09-16 12:25:24',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7093,'4000','41600246485','2020-09-16 12:25:24',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(7094,'1110','41600246485','2020-09-16 12:25:24',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(7095,'5500','41600246485','2020-09-16 12:25:24',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7096,'1000','41600248326','2020-09-16 12:27:52',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7097,'4000','41600248326','2020-09-16 12:27:52',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(7098,'1110','41600248326','2020-09-16 12:27:52',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(7099,'5500','41600248326','2020-09-16 12:27:52',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7100,'1000','41600248523','2020-09-16 12:29:01',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7101,'4000','41600248523','2020-09-16 12:29:01',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(7102,'4000','41600248523','2020-09-16 12:29:01',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(7103,'1110','41600248523','2020-09-16 12:29:01',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(7104,'1110','41600248523','2020-09-16 12:29:01',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(7105,'5500','41600248523','2020-09-16 12:29:01',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7106,'1000','41600251549','2020-09-16 13:19:51',452.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7107,'4000','41600251549','2020-09-16 13:19:51',NULL,72.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(7108,'4000','41600251549','2020-09-16 13:19:51',NULL,140.00,'','4','1','Good sold','1','','sales','6161100860247','','No',NULL,NULL,''),(7109,'4000','41600251549','2020-09-16 13:19:51',NULL,220.00,'','4','1','Good sold','1','','sales','6161101661232','','No',NULL,NULL,''),(7110,'4000','41600251549','2020-09-16 13:19:51',NULL,20.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(7111,'1110','41600251549','2020-09-16 13:19:51',NULL,60.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(7112,'1110','41600251549','2020-09-16 13:19:51',NULL,126.00,'','4','1','Inventory sold','1','','sales','6161100860247','','No',NULL,NULL,''),(7113,'1110','41600251549','2020-09-16 13:19:51',NULL,198.00,'','4','1','Inventory sold','1','','sales','6161101661232','','No',NULL,NULL,''),(7114,'1110','41600251549','2020-09-16 13:19:51',NULL,15.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(7115,'5500','41600251549','2020-09-16 13:19:51',399.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7116,'1000','41600252605','2020-09-16 13:43:07',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7117,'4000','41600252605','2020-09-16 13:43:07',NULL,150.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(7118,'1110','41600252605','2020-09-16 13:43:07',NULL,135.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(7119,'5500','41600252605','2020-09-16 13:43:07',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7120,'1000','41600253019','2020-09-16 14:19:26',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7121,'4000','41600253019','2020-09-16 14:19:26',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(7122,'4000','41600253019','2020-09-16 14:19:26',NULL,80.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(7123,'1110','41600253019','2020-09-16 14:19:26',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(7124,'1110','41600253019','2020-09-16 14:19:26',NULL,72.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(7125,'5500','41600253019','2020-09-16 14:19:26',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7126,'1000','41600255168','2020-09-16 14:21:00',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7127,'4000','41600255168','2020-09-16 14:21:00',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(7128,'1110','41600255168','2020-09-16 14:21:00',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(7129,'5500','41600255168','2020-09-16 14:21:00',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7130,'1000','41600255265','2020-09-16 14:27:02',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7131,'4000','41600255265','2020-09-16 14:27:02',NULL,110.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(7132,'1110','41600255265','2020-09-16 14:27:02',NULL,99.00,'','4','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(7133,'5500','41600255265','2020-09-16 14:27:02',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7134,'1000','41600255643','2020-09-16 15:18:05',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7135,'4000','41600255643','2020-09-16 15:18:05',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033483','','No',NULL,NULL,''),(7136,'4000','41600255643','2020-09-16 15:18:05',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(7137,'4000','41600255643','2020-09-16 15:18:05',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(7138,'1110','41600255643','2020-09-16 15:18:05',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033483','','No',NULL,NULL,''),(7139,'1110','41600255643','2020-09-16 15:18:05',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(7140,'1110','41600255643','2020-09-16 15:18:05',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(7141,'5500','41600255643','2020-09-16 15:18:05',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7142,'1000','41600258687','2020-09-16 15:18:45',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7143,'4000','41600258687','2020-09-16 15:18:45',NULL,20.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(7144,'1110','41600258687','2020-09-16 15:18:45',NULL,13.32,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(7145,'5500','41600258687','2020-09-16 15:18:45',13.32,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7146,'1000','41600259506','2020-09-16 15:32:35',435.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7147,'4000','41600259506','2020-09-16 15:32:35',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(7148,'4000','41600259506','2020-09-16 15:32:35',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7149,'4000','41600259506','2020-09-16 15:32:35',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(7150,'4000','41600259506','2020-09-16 15:32:35',NULL,170.00,'','4','1','Good sold','1','','sales','266','','No',NULL,NULL,''),(7151,'1110','41600259506','2020-09-16 15:32:35',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(7152,'1110','41600259506','2020-09-16 15:32:35',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(7153,'1110','41600259506','2020-09-16 15:32:35',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(7154,'1110','41600259506','2020-09-16 15:32:35',NULL,151.00,'','4','1','Inventory sold','1','','sales','266','','No',NULL,NULL,''),(7155,'5500','41600259506','2020-09-16 15:32:35',384.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7156,'1000','41600259596','2020-09-16 16:06:43',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7157,'4000','41600259596','2020-09-16 16:06:43',NULL,75.00,'','4','1','Good sold','1','','sales','6161107150730','','No',NULL,NULL,''),(7158,'1110','41600259596','2020-09-16 16:06:43',NULL,67.50,'','4','1','Inventory sold','1','','sales','6161107150730','','No',NULL,NULL,''),(7159,'5500','41600259596','2020-09-16 16:06:43',67.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7160,'1000','41600265112','2020-09-16 17:05:22',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7161,'4000','41600265112','2020-09-16 17:05:22',NULL,170.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(7162,'1110','41600265112','2020-09-16 17:05:22',NULL,153.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(7163,'5500','41600265112','2020-09-16 17:05:22',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7164,'1000','41600265362','2020-09-16 17:11:10',195.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7165,'4000','41600265362','2020-09-16 17:11:10',NULL,110.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(7166,'4000','41600265362','2020-09-16 17:11:10',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(7167,'4000','41600265362','2020-09-16 17:11:10',NULL,20.00,'','4','1','Good sold','1','','sales','6161101280013','','No',NULL,NULL,''),(7168,'4000','41600265362','2020-09-16 17:11:10',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(7169,'1110','41600265362','2020-09-16 17:11:10',NULL,99.00,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(7170,'1110','41600265362','2020-09-16 17:11:10',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(7171,'1110','41600265362','2020-09-16 17:11:10',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161101280013','','No',NULL,NULL,''),(7172,'1110','41600265362','2020-09-16 17:11:10',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(7173,'5500','41600265362','2020-09-16 17:11:10',175.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7174,'1000','41600265639','2020-09-16 17:19:42',1525.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7175,'4000','41600265639','2020-09-16 17:19:42',NULL,220.00,'','4','1','Good sold','1','','sales','6001067000372','','No',NULL,NULL,''),(7176,'4000','41600265639','2020-09-16 17:19:42',NULL,250.00,'','4','1','Good sold','1','','sales','6161109724038','','No',NULL,NULL,''),(7177,'4000','41600265639','2020-09-16 17:19:42',NULL,75.00,'','4','1','Good sold','1','','sales','6161113440061','','No',NULL,NULL,''),(7178,'4000','41600265639','2020-09-16 17:19:42',NULL,75.00,'','4','1','Good sold','1','','sales','6161113440061','','No',NULL,NULL,''),(7179,'4000','41600265639','2020-09-16 17:19:42',NULL,290.00,'','4','1','Good sold','1','','sales','7622210304476','','No',NULL,NULL,''),(7180,'4000','41600265639','2020-09-16 17:19:42',NULL,100.00,'','4','1','Good sold','1','','sales','8718951340664','','No',NULL,NULL,''),(7181,'4000','41600265639','2020-09-16 17:19:42',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7182,'4000','41600265639','2020-09-16 17:19:42',NULL,300.00,'','4','1','Good sold','1','','sales','123','','No',NULL,NULL,''),(7183,'4000','41600265639','2020-09-16 17:19:42',NULL,200.00,'','4','1','Good sold','1','','sales','184','','No',NULL,NULL,''),(7184,'1110','41600265639','2020-09-16 17:19:42',NULL,198.00,'','4','1','Inventory sold','1','','sales','6001067000372','','No',NULL,NULL,''),(7185,'1110','41600265639','2020-09-16 17:19:42',NULL,225.00,'','4','1','Inventory sold','1','','sales','6161109724038','','No',NULL,NULL,''),(7186,'1110','41600265639','2020-09-16 17:19:42',NULL,67.50,'','4','1','Inventory sold','1','','sales','6161113440061','','No',NULL,NULL,''),(7187,'1110','41600265639','2020-09-16 17:19:42',NULL,67.50,'','4','1','Inventory sold','1','','sales','6161113440061','','No',NULL,NULL,''),(7188,'1110','41600265639','2020-09-16 17:19:42',NULL,261.00,'','4','1','Inventory sold','1','','sales','7622210304476','','No',NULL,NULL,''),(7189,'1110','41600265639','2020-09-16 17:19:42',NULL,90.00,'','4','1','Inventory sold','1','','sales','8718951340664','','No',NULL,NULL,''),(7190,'1110','41600265639','2020-09-16 17:19:42',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(7191,'1110','41600265639','2020-09-16 17:19:42',NULL,272.00,'','4','1','Inventory sold','1','','sales','123','','No',NULL,NULL,''),(7192,'1110','41600265639','2020-09-16 17:19:42',NULL,180.00,'','4','1','Inventory sold','1','','sales','184','','No',NULL,NULL,''),(7193,'5500','41600265639','2020-09-16 17:19:42',1374.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7194,'1000','41600266225','2020-09-16 17:39:26',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7195,'4000','41600266225','2020-09-16 17:39:26',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(7196,'1110','41600266225','2020-09-16 17:39:26',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(7197,'5500','41600266225','2020-09-16 17:39:26',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7198,'1000','41600267170','2020-09-16 17:44:17',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7199,'4000','41600267170','2020-09-16 17:44:17',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(7200,'1110','41600267170','2020-09-16 17:44:17',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(7201,'5500','41600267170','2020-09-16 17:44:17',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7202,'1000','41600267469','2020-09-16 18:40:39',330.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7203,'4000','41600267469','2020-09-16 18:40:39',NULL,330.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(7204,'1110','41600267469','2020-09-16 18:40:39',NULL,297.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(7205,'5500','41600267469','2020-09-16 18:40:39',297.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7206,'1000','41600271351','2020-09-16 18:50:50',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7207,'4000','41600271351','2020-09-16 18:50:50',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(7208,'1110','41600271351','2020-09-16 18:50:50',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(7209,'5500','41600271351','2020-09-16 18:50:50',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7210,'1000','41600271455','2020-09-16 18:56:51',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7211,'4000','41600271455','2020-09-16 18:56:51',NULL,20.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(7212,'1110','41600271455','2020-09-16 18:56:51',NULL,17.32,'','4','1','Inventory sold','1','','sales','185','','No',NULL,NULL,''),(7213,'5500','41600271455','2020-09-16 18:56:51',17.32,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7214,'1000','41600271817','2020-09-16 19:26:28',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7215,'4000','41600271817','2020-09-16 19:26:28',NULL,30.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(7216,'1110','41600271817','2020-09-16 19:26:28',NULL,25.98,'','4','1','Inventory sold','1','','sales','185','','No',NULL,NULL,''),(7217,'5500','41600271817','2020-09-16 19:26:28',25.98,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7218,'1000','41600273592','2020-09-16 19:28:29',115.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7219,'4000','41600273592','2020-09-16 19:28:29',NULL,65.00,'','4','1','Good sold','1','','sales','6161102170030','','No',NULL,NULL,''),(7220,'4000','41600273592','2020-09-16 19:28:29',NULL,50.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(7221,'1110','41600273592','2020-09-16 19:28:29',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161102170030','','No',NULL,NULL,''),(7222,'1110','41600273592','2020-09-16 19:28:29',NULL,45.00,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(7223,'5500','41600273592','2020-09-16 19:28:29',103.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7224,'1000','41600273716','2020-09-16 19:48:48',195.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7225,'4000','41600273716','2020-09-16 19:48:48',NULL,195.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7226,'1110','41600273716','2020-09-16 19:48:48',NULL,175.50,'','4','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(7227,'5500','41600273716','2020-09-16 19:48:48',175.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7228,'1000','41600274932','2020-09-16 20:09:49',3910.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7229,'4000','41600274932','2020-09-16 20:09:49',NULL,220.00,'','4','1','Good sold','1','','sales','6001067000372','','No',NULL,NULL,''),(7230,'4000','41600274932','2020-09-16 20:09:49',NULL,50.00,'','4','1','Good sold','1','','sales','6009607673345','','No',NULL,NULL,''),(7231,'4000','41600274932','2020-09-16 20:09:49',NULL,180.00,'','4','1','Good sold','1','','sales','6161101668309','','No',NULL,NULL,''),(7232,'4000','41600274932','2020-09-16 20:09:49',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(7233,'4000','41600274932','2020-09-16 20:09:49',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(7234,'4000','41600274932','2020-09-16 20:09:49',NULL,750.00,'','4','1','Good sold','1','','sales','6161106610259','','No',NULL,NULL,''),(7235,'4000','41600274932','2020-09-16 20:09:49',NULL,50.00,'','4','1','Good sold','1','','sales','6161107772208','','No',NULL,NULL,''),(7236,'4000','41600274932','2020-09-16 20:09:49',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(7237,'4000','41600274932','2020-09-16 20:09:49',NULL,110.00,'','4','1','Good sold','1','','sales','78','','No',NULL,NULL,''),(7238,'4000','41600274932','2020-09-16 20:09:49',NULL,300.00,'','4','1','Good sold','1','','sales','123','','No',NULL,NULL,''),(7239,'4000','41600274932','2020-09-16 20:09:49',NULL,1200.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(7240,'4000','41600274932','2020-09-16 20:09:49',NULL,590.00,'','4','1','Good sold','1','','sales','179','','No',NULL,NULL,''),(7241,'4000','41600274932','2020-09-16 20:09:49',NULL,70.00,'','4','1','Good sold','1','','sales','616400033506','','No',NULL,NULL,''),(7242,'4000','41600274932','2020-09-16 20:09:49',NULL,90.00,'','4','1','Good sold','1','','sales','6164000242595','','No',NULL,NULL,''),(7243,'1110','41600274932','2020-09-16 20:09:49',NULL,198.00,'','4','1','Inventory sold','1','','sales','6001067000372','','No',NULL,NULL,''),(7244,'1110','41600274932','2020-09-16 20:09:49',NULL,34.00,'','4','1','Inventory sold','1','','sales','6009607673345','','No',NULL,NULL,''),(7245,'1110','41600274932','2020-09-16 20:09:49',NULL,162.00,'','4','1','Inventory sold','1','','sales','6161101668309','','No',NULL,NULL,''),(7246,'1110','41600274932','2020-09-16 20:09:49',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(7247,'1110','41600274932','2020-09-16 20:09:49',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(7248,'1110','41600274932','2020-09-16 20:09:49',NULL,675.00,'','4','1','Inventory sold','1','','sales','6161106610259','','No',NULL,NULL,''),(7249,'1110','41600274932','2020-09-16 20:09:49',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161107772208','','No',NULL,NULL,''),(7250,'1110','41600274932','2020-09-16 20:09:49',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(7251,'1110','41600274932','2020-09-16 20:09:49',NULL,99.00,'','4','1','Inventory sold','1','','sales','78','','No',NULL,NULL,''),(7252,'1110','41600274932','2020-09-16 20:09:49',NULL,272.00,'','4','1','Inventory sold','1','','sales','123','','No',NULL,NULL,''),(7253,'1110','41600274932','2020-09-16 20:09:49',NULL,1080.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(7254,'1110','41600274932','2020-09-16 20:09:49',NULL,531.00,'','4','1','Inventory sold','1','','sales','179','','No',NULL,NULL,''),(7255,'1110','41600274932','2020-09-16 20:09:49',NULL,60.00,'','4','1','Inventory sold','1','','sales','616400033506','','No',NULL,NULL,''),(7256,'1110','41600274932','2020-09-16 20:09:49',NULL,78.00,'','4','1','Inventory sold','1','','sales','6164000242595','','No',NULL,NULL,''),(7257,'5500','41600274932','2020-09-16 20:09:49',3494.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7258,'1000','41600276903','2020-09-16 20:26:55',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7259,'4000','41600276903','2020-09-16 20:26:55',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7260,'4000','41600276903','2020-09-16 20:26:55',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(7261,'4000','41600276903','2020-09-16 20:26:55',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(7262,'1110','41600276903','2020-09-16 20:26:55',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(7263,'1110','41600276903','2020-09-16 20:26:55',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(7264,'1110','41600276903','2020-09-16 20:26:55',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(7265,'5564','41600276903','2020-09-16 20:26:55',88.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7282,'1000','41600320264','2020-09-17 08:25:06',164.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7283,'4000','41600320264','2020-09-17 08:25:06',NULL,24.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(7284,'4000','41600320264','2020-09-17 08:25:06',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(7285,'4000','41600320264','2020-09-17 08:25:06',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(7286,'1110','41600320264','2020-09-17 08:25:06',NULL,20.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(7287,'1110','41600320264','2020-09-17 08:25:06',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(7288,'1110','41600320264','2020-09-17 08:25:06',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(7289,'5564','41600320264','2020-09-17 08:25:06',129.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7313,'1000','41600320309','2020-09-17 10:02:21',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7314,'4000','41600320309','2020-09-17 10:02:21',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7315,'1110','41600320309','2020-09-17 10:02:21',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(7316,'5500','41600320309','2020-09-17 10:02:21',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7334,'1000','41600326152','2020-09-17 10:23:54',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7335,'4000','41600326152','2020-09-17 10:23:54',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(7336,'1110','41600326152','2020-09-17 10:23:54',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(7337,'5500','41600326152','2020-09-17 10:23:54',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7338,'1000','41600327436','2020-09-17 10:32:19',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7339,'4000','41600327436','2020-09-17 10:32:19',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(7340,'1110','41600327436','2020-09-17 10:32:19',NULL,112.50,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(7341,'5500','41600327436','2020-09-17 10:32:19',112.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7342,'1000','41600330470','2020-09-17 11:25:23',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7343,'4000','41600330470','2020-09-17 11:25:23',NULL,15.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(7344,'4000','41600330470','2020-09-17 11:25:23',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(7345,'1110','41600330470','2020-09-17 11:25:23',NULL,9.99,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(7346,'1110','41600330470','2020-09-17 11:25:23',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(7347,'5500','41600330470','2020-09-17 11:25:23',13.32,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7348,'1000','41600331128','2020-09-17 11:35:25',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7349,'4000','41600331128','2020-09-17 11:35:25',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(7350,'1110','41600331128','2020-09-17 11:35:25',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(7351,'5500','41600331128','2020-09-17 11:35:25',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7352,'1000','41600331998','2020-09-17 11:57:57',240.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7353,'4000','41600331998','2020-09-17 11:57:57',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(7354,'4000','41600331998','2020-09-17 11:57:57',NULL,120.00,'','4','1','Good sold','1','','sales','6161101661218','','No',NULL,NULL,''),(7355,'1110','41600331998','2020-09-17 11:57:57',NULL,107.08,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(7356,'1110','41600331998','2020-09-17 11:57:57',NULL,97.50,'','4','1','Inventory sold','1','','sales','6161101661218','','No',NULL,NULL,''),(7357,'5500','41600331998','2020-09-17 11:57:57',204.58,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7358,'1000','41600333140','2020-09-17 12:50:20',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7359,'4000','41600333140','2020-09-17 12:50:20',NULL,10.00,'','4','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(7360,'1110','41600333140','2020-09-17 12:50:20',NULL,9.00,'','4','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(7361,'5500','41600333140','2020-09-17 12:50:20',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7362,'1000','41600337547','2020-09-17 13:13:04',440.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7363,'4000','41600337547','2020-09-17 13:13:04',NULL,350.00,'','4','1','Good sold','1','','sales','6161106610235','','No',NULL,NULL,''),(7364,'4000','41600337547','2020-09-17 13:13:04',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7365,'1110','41600337547','2020-09-17 13:13:04',NULL,315.83,'','4','1','Inventory sold','1','','sales','6161106610235','','No',NULL,NULL,''),(7366,'1110','41600337547','2020-09-17 13:13:04',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(7367,'5500','41600337547','2020-09-17 13:13:04',396.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7368,'1000','41600337586','2020-09-17 13:20:19',71.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7369,'4000','41600337586','2020-09-17 13:20:19',NULL,45.00,'','4','1','Good sold','1','','sales','6164000009556','','No',NULL,NULL,''),(7370,'4000','41600337586','2020-09-17 13:20:19',NULL,20.00,'','4','1','Good sold','1','','sales','161102794700','','No',NULL,NULL,''),(7371,'4000','41600337586','2020-09-17 13:20:19',NULL,6.00,'','4','1','Good sold','1','','sales','433','','No',NULL,NULL,''),(7372,'1110','41600337586','2020-09-17 13:20:19',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000009556','','No',NULL,NULL,''),(7373,'1110','41600337586','2020-09-17 13:20:19',NULL,16.00,'','4','1','Inventory sold','1','','sales','161102794700','','No',NULL,NULL,''),(7374,'1110','41600337586','2020-09-17 13:20:19',NULL,4.60,'','4','1','Inventory sold','1','','sales','433','','No',NULL,NULL,''),(7375,'5500','41600337586','2020-09-17 13:20:19',61.10,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7376,'1000','41600338477','2020-09-17 13:33:15',240.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7377,'4000','41600338477','2020-09-17 13:33:15',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033179','','No',NULL,NULL,''),(7378,'4000','41600338477','2020-09-17 13:33:15',NULL,110.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(7379,'1110','41600338477','2020-09-17 13:33:15',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033179','','No',NULL,NULL,''),(7380,'1110','41600338477','2020-09-17 13:33:15',NULL,99.00,'','4','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(7381,'5500','41600338477','2020-09-17 13:33:15',216.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7382,'1000','41600339127','2020-09-17 13:38:58',24.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7383,'4000','41600339127','2020-09-17 13:38:58',NULL,24.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(7384,'1110','41600339127','2020-09-17 13:38:58',NULL,20.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(7385,'5500','41600339127','2020-09-17 13:38:58',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7386,'1000','41600339146','2020-09-17 13:41:43',199.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7387,'4000','41600339146','2020-09-17 13:41:43',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(7388,'4000','41600339146','2020-09-17 13:41:43',NULL,24.00,'','4','1','Good sold','1','','sales','432','','No',NULL,NULL,''),(7389,'4000','41600339146','2020-09-17 13:41:43',NULL,55.00,'','4','1','Good sold','1','','sales','6008459000507','','No',NULL,NULL,''),(7390,'1110','41600339146','2020-09-17 13:41:43',NULL,107.08,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(7391,'1110','41600339146','2020-09-17 13:41:43',NULL,16.80,'','4','1','Inventory sold','1','','sales','432','','No',NULL,NULL,''),(7392,'1110','41600339146','2020-09-17 13:41:43',NULL,40.83,'','4','1','Inventory sold','1','','sales','6008459000507','','No',NULL,NULL,''),(7393,'5500','41600339146','2020-09-17 13:41:43',164.71,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7394,'4000','41600339146','2020-09-17 13:42:25',24.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(7395,'1000','41600339146','2020-09-17 13:42:25',NULL,24.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(7396,'5500','41600339146','2020-09-17 13:42:25',NULL,16.80,'','4','1','Cost of goods returned','1','','sales','432','','No',NULL,NULL,''),(7397,'1110','41600339146','2020-09-17 13:42:25',16.80,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(7398,'1000','41600339351','2020-09-17 13:42:38',24.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7399,'4000','41600339351','2020-09-17 13:42:38',NULL,24.00,'','4','1','Good sold','1','','sales','432','','No',NULL,NULL,''),(7400,'1110','41600339351','2020-09-17 13:42:38',NULL,16.80,'','4','1','Inventory sold','1','','sales','432','','No',NULL,NULL,''),(7401,'5500','41600339351','2020-09-17 13:42:38',16.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7402,'1000','41600339365','2020-09-17 13:42:57',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7403,'4000','41600339365','2020-09-17 13:42:57',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(7404,'1110','41600339365','2020-09-17 13:42:57',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(7405,'5500','41600339365','2020-09-17 13:42:57',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7406,'1000','41600339441','2020-09-17 14:13:29',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7407,'4000','41600339441','2020-09-17 14:13:29',NULL,60.00,'','4','1','Good sold','1','','sales','6164000009549','','No',NULL,NULL,''),(7408,'4000','41600339441','2020-09-17 14:13:29',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(7409,'1110','41600339441','2020-09-17 14:13:29',NULL,54.00,'','4','1','Inventory sold','1','','sales','6164000009549','','No',NULL,NULL,''),(7410,'1110','41600339441','2020-09-17 14:13:29',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(7411,'5500','41600339441','2020-09-17 14:13:29',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7412,'1000','41600341273','2020-09-17 14:25:05',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7413,'4000','41600341273','2020-09-17 14:25:05',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(7414,'1110','41600341273','2020-09-17 14:25:05',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(7415,'5500','41600341273','2020-09-17 14:25:05',3.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7416,'1000','41600341907','2020-09-17 14:41:58',590.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7417,'4000','41600341907','2020-09-17 14:41:58',NULL,110.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(7418,'4000','41600341907','2020-09-17 14:41:58',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000895','','No',NULL,NULL,''),(7419,'4000','41600341907','2020-09-17 14:41:58',NULL,115.00,'','4','1','Good sold','1','','sales','6164000009013','','No',NULL,NULL,''),(7420,'4000','41600341907','2020-09-17 14:41:58',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033193','','No',NULL,NULL,''),(7421,'4000','41600341907','2020-09-17 14:41:58',NULL,50.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(7422,'4000','41600341907','2020-09-17 14:41:58',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(7423,'4000','41600341907','2020-09-17 14:41:58',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(7424,'1110','41600341907','2020-09-17 14:41:58',NULL,99.00,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(7425,'1110','41600341907','2020-09-17 14:41:58',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000895','','No',NULL,NULL,''),(7426,'1110','41600341907','2020-09-17 14:41:58',NULL,103.50,'','4','1','Inventory sold','1','','sales','6164000009013','','No',NULL,NULL,''),(7427,'1110','41600341907','2020-09-17 14:41:58',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033193','','No',NULL,NULL,''),(7428,'1110','41600341907','2020-09-17 14:41:58',NULL,45.00,'','4','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(7429,'1110','41600341907','2020-09-17 14:41:58',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(7430,'1110','41600341907','2020-09-17 14:41:58',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(7431,'5500','41600341907','2020-09-17 14:41:58',524.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7432,'1000','41600342922','2020-09-17 15:00:49',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7433,'4000','41600342922','2020-09-17 15:00:49',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(7434,'1110','41600342922','2020-09-17 15:00:49',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(7435,'5500','41600342922','2020-09-17 15:00:49',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7436,'1000','41600345415','2020-09-17 15:25:16',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7437,'4000','41600345415','2020-09-17 15:25:16',NULL,110.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(7438,'1110','41600345415','2020-09-17 15:25:16',NULL,99.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(7439,'5500','41600345415','2020-09-17 15:25:16',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7440,'1000','41600346005','2020-09-17 15:37:59',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7441,'4000','41600346005','2020-09-17 15:37:59',NULL,40.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(7442,'1110','41600346005','2020-09-17 15:37:59',NULL,36.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(7443,'5500','41600346005','2020-09-17 15:37:59',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7444,'1000','41600346293','2020-09-17 16:02:46',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7445,'4000','41600346293','2020-09-17 16:02:46',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(7446,'1110','41600346293','2020-09-17 16:02:46',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(7447,'5500','41600346293','2020-09-17 16:02:46',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7464,'1000','41600346293','2020-09-17 16:02:46',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7465,'4000','41600346293','2020-09-17 16:02:46',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(7466,'4000','41600346293','2020-09-17 16:02:46',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(7467,'1110','41600346293','2020-09-17 16:02:46',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(7468,'1110','41600346293','2020-09-17 16:02:46',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(7469,'5500','41600346293','2020-09-17 16:02:46',51.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7470,'1000','41600351827','2020-09-17 17:10:54',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7471,'4000','41600351827','2020-09-17 17:10:54',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033179','','No',NULL,NULL,''),(7472,'4000','41600351827','2020-09-17 17:10:54',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7473,'1110','41600351827','2020-09-17 17:10:54',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033179','','No',NULL,NULL,''),(7474,'1110','41600351827','2020-09-17 17:10:54',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(7475,'5500','41600351827','2020-09-17 17:10:54',144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7476,'1000','41600351856','2020-09-17 17:16:18',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7477,'4000','41600351856','2020-09-17 17:16:18',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(7478,'1110','41600351856','2020-09-17 17:16:18',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(7479,'5500','41600351856','2020-09-17 17:16:18',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7480,'1000','41600354335','2020-09-17 17:52:30',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7481,'4000','41600354335','2020-09-17 17:52:30',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(7482,'4000','41600354335','2020-09-17 17:52:30',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7483,'1110','41600354335','2020-09-17 17:52:30',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(7484,'1110','41600354335','2020-09-17 17:52:30',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(7485,'5500','41600354335','2020-09-17 17:52:30',112.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7486,'1000','41600354414','2020-09-17 17:53:44',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7487,'4000','41600354414','2020-09-17 17:53:44',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(7488,'1110','41600354414','2020-09-17 17:53:44',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(7489,'5500','41600354414','2020-09-17 17:53:44',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7490,'1000','41600354427','2020-09-17 17:55:33',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7491,'4000','41600354427','2020-09-17 17:55:33',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(7492,'1110','41600354427','2020-09-17 17:55:33',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(7493,'5500','41600354427','2020-09-17 17:55:33',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7494,'1000','41600354605','2020-09-17 17:58:22',115.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7495,'4000','41600354605','2020-09-17 17:58:22',NULL,65.00,'','4','1','Good sold','1','','sales','6164000009020','','No',NULL,NULL,''),(7496,'4000','41600354605','2020-09-17 17:58:22',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(7497,'1110','41600354605','2020-09-17 17:58:22',NULL,58.50,'','4','1','Inventory sold','1','','sales','6164000009020','','No',NULL,NULL,''),(7498,'1110','41600354605','2020-09-17 17:58:22',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(7499,'5500','41600354605','2020-09-17 17:58:22',103.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7500,'1000','41600354703','2020-09-17 18:10:20',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7501,'4000','41600354703','2020-09-17 18:10:20',NULL,25.00,'','4','1','Good sold','1','','sales','6008677000532','','No',NULL,NULL,''),(7502,'1110','41600354703','2020-09-17 18:10:20',NULL,22.50,'','4','1','Inventory sold','1','','sales','6008677000532','','No',NULL,NULL,''),(7503,'5500','41600354703','2020-09-17 18:10:20',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7504,'1000','41600355724','2020-09-17 18:15:41',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7505,'4000','41600355724','2020-09-17 18:15:41',NULL,25.00,'','4','1','Good sold','1','','sales','6008677000532','','No',NULL,NULL,''),(7506,'4000','41600355724','2020-09-17 18:15:41',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(7507,'1110','41600355724','2020-09-17 18:15:41',NULL,22.50,'','4','1','Inventory sold','1','','sales','6008677000532','','No',NULL,NULL,''),(7508,'1110','41600355724','2020-09-17 18:15:41',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(7509,'5500','41600355724','2020-09-17 18:15:41',67.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7510,'1000','41600355744','2020-09-17 18:17:47',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7511,'4000','41600355744','2020-09-17 18:17:47',NULL,70.00,'','4','1','Good sold','1','','sales','427','','No',NULL,NULL,''),(7512,'4000','41600355744','2020-09-17 18:17:47',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7513,'1110','41600355744','2020-09-17 18:17:47',NULL,63.00,'','4','1','Inventory sold','1','','sales','427','','No',NULL,NULL,''),(7514,'1110','41600355744','2020-09-17 18:17:47',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(7515,'5500','41600355744','2020-09-17 18:17:47',144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7516,'1000','41600355936','2020-09-17 18:23:04',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7517,'4000','41600355936','2020-09-17 18:23:04',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(7518,'1110','41600355936','2020-09-17 18:23:04',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(7519,'5500','41600355936','2020-09-17 18:23:04',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7520,'1000','41600356186','2020-09-17 18:31:10',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7521,'4000','41600356186','2020-09-17 18:31:10',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903427','','No',NULL,NULL,''),(7522,'4000','41600356186','2020-09-17 18:31:10',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(7523,'4000','41600356186','2020-09-17 18:31:10',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(7524,'1110','41600356186','2020-09-17 18:31:10',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903427','','No',NULL,NULL,''),(7525,'1110','41600356186','2020-09-17 18:31:10',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(7526,'1110','41600356186','2020-09-17 18:31:10',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(7527,'5500','41600356186','2020-09-17 18:31:10',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7528,'1000','41600356675','2020-09-17 18:42:43',730.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7529,'4000','41600356675','2020-09-17 18:42:43',NULL,200.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(7530,'4000','41600356675','2020-09-17 18:42:43',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7531,'4000','41600356675','2020-09-17 18:42:43',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(7532,'4000','41600356675','2020-09-17 18:42:43',NULL,190.00,'','4','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(7533,'4000','41600356675','2020-09-17 18:42:43',NULL,150.00,'','4','1','Good sold','1','','sales','123','','No',NULL,NULL,''),(7534,'4000','41600356675','2020-09-17 18:42:43',NULL,45.00,'','4','1','Good sold','1','','sales','154','','No',NULL,NULL,''),(7535,'4000','41600356675','2020-09-17 18:42:43',NULL,60.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(7536,'1110','41600356675','2020-09-17 18:42:43',NULL,180.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(7537,'1110','41600356675','2020-09-17 18:42:43',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(7538,'1110','41600356675','2020-09-17 18:42:43',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(7539,'1110','41600356675','2020-09-17 18:42:43',NULL,171.00,'','4','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(7540,'1110','41600356675','2020-09-17 18:42:43',NULL,136.00,'','4','1','Inventory sold','1','','sales','123','','No',NULL,NULL,''),(7541,'1110','41600356675','2020-09-17 18:42:43',NULL,40.50,'','4','1','Inventory sold','1','','sales','154','','No',NULL,NULL,''),(7542,'1110','41600356675','2020-09-17 18:42:43',NULL,45.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(7543,'5500','41600356675','2020-09-17 18:42:43',649.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7544,'1000','41600358199','2020-09-17 18:57:14',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7545,'4000','41600358199','2020-09-17 18:57:14',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(7546,'1110','41600358199','2020-09-17 18:57:14',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(7547,'5500','41600358199','2020-09-17 18:57:14',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7548,'4000','41600356186','2020-09-17 18:57:55',20.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(7549,'1000','41600356186','2020-09-17 18:57:55',NULL,20.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(7550,'5500','41600356186','2020-09-17 18:57:55',NULL,18.00,'','4','1','Cost of goods returned','1','','sales','8901719903427','','No',NULL,NULL,''),(7551,'1110','41600356186','2020-09-17 18:57:55',18.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(7552,'4000','41600356186','2020-09-17 18:57:58',20.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(7553,'1000','41600356186','2020-09-17 18:57:58',NULL,20.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(7554,'5500','41600356186','2020-09-17 18:57:58',NULL,18.00,'','4','1','Cost of goods returned','1','','sales','8901719903434','','No',NULL,NULL,''),(7555,'1110','41600356186','2020-09-17 18:57:58',18.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(7556,'1000','41600358282','2020-09-17 18:58:51',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7557,'4000','41600358282','2020-09-17 18:58:51',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(7558,'1110','41600358282','2020-09-17 18:58:51',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(7559,'5500','41600358282','2020-09-17 18:58:51',107.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7560,'1000','41600358400','2020-09-17 19:15:43',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7561,'4000','41600358400','2020-09-17 19:15:43',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(7562,'1110','41600358400','2020-09-17 19:15:43',NULL,135.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(7563,'5500','41600358400','2020-09-17 19:15:43',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7564,'1000','41600359345','2020-09-17 19:16:23',220.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7565,'4000','41600359345','2020-09-17 19:16:23',NULL,170.00,'','4','1','Good sold','1','','sales','6162006602740','','No',NULL,NULL,''),(7566,'4000','41600359345','2020-09-17 19:16:23',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(7567,'1110','41600359345','2020-09-17 19:16:23',NULL,153.00,'','4','1','Inventory sold','1','','sales','6162006602740','','No',NULL,NULL,''),(7568,'1110','41600359345','2020-09-17 19:16:23',NULL,45.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(7569,'5500','41600359345','2020-09-17 19:16:23',198.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7570,'1000','41600359418','2020-09-17 19:22:28',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7571,'4000','41600359418','2020-09-17 19:22:28',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(7572,'1110','41600359418','2020-09-17 19:22:28',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(7573,'5500','41600359418','2020-09-17 19:22:28',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7591,'1000','41600407418','2020-09-18 08:37:30',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7592,'4000','41600407418','2020-09-18 08:37:30',NULL,60.00,'','4','1','Good sold','1','','sales','6161106610594','','No',NULL,NULL,''),(7593,'1110','41600407418','2020-09-18 08:37:30',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161106610594','','No',NULL,NULL,''),(7594,'5500','41600407418','2020-09-18 08:37:30',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7595,'1000','41600407456','2020-09-18 08:38:03',700.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7596,'4000','41600407456','2020-09-18 08:38:03',NULL,550.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(7597,'4000','41600407456','2020-09-18 08:38:03',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(7598,'1110','41600407456','2020-09-18 08:38:03',NULL,495.00,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(7599,'1110','41600407456','2020-09-18 08:38:03',NULL,135.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(7600,'5500','41600407456','2020-09-18 08:38:03',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7601,'1000','41600407505','2020-09-18 08:47:14',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7602,'4000','41600407505','2020-09-18 08:47:14',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(7603,'1110','41600407505','2020-09-18 08:47:14',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(7604,'5500','41600407505','2020-09-18 08:47:14',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7605,'1000','41600408038','2020-09-18 10:11:36',24.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7606,'4000','41600408038','2020-09-18 10:11:36',NULL,24.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(7607,'1110','41600408038','2020-09-18 10:11:36',NULL,20.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(7608,'5500','41600408038','2020-09-18 10:11:36',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7609,'1000','41600413099','2020-09-18 10:42:10',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7610,'4000','41600413099','2020-09-18 10:42:10',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(7611,'1110','41600413099','2020-09-18 10:42:10',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(7612,'5500','41600413099','2020-09-18 10:42:10',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7613,'1000','41600414933','2020-09-18 10:47:00',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7614,'4000','41600414933','2020-09-18 10:47:00',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(7615,'1110','41600414933','2020-09-18 10:47:00',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(7616,'5500','41600414933','2020-09-18 10:47:00',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7617,'1000','41600415222','2020-09-18 11:09:42',330.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7618,'4000','41600415222','2020-09-18 11:09:42',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7619,'4000','41600415222','2020-09-18 11:09:42',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(7620,'4000','41600415222','2020-09-18 11:09:42',NULL,170.00,'','4','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(7621,'1110','41600415222','2020-09-18 11:09:42',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(7622,'1110','41600415222','2020-09-18 11:09:42',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(7623,'1110','41600415222','2020-09-18 11:09:42',NULL,153.00,'','4','1','Inventory sold','1','','sales','76','','No',NULL,NULL,''),(7624,'5500','41600415222','2020-09-18 11:09:42',297.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7625,'1000','41600416595','2020-09-18 11:29:11',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7626,'4000','41600416595','2020-09-18 11:29:11',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(7627,'1110','41600416595','2020-09-18 11:29:11',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(7628,'5500','41600416595','2020-09-18 11:29:11',3.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7629,'1000','41600417753','2020-09-18 12:48:30',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7630,'4000','41600417753','2020-09-18 12:48:30',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760226','','No',NULL,NULL,''),(7631,'1110','41600417753','2020-09-18 12:48:30',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100760226','','No',NULL,NULL,''),(7632,'5500','41600417753','2020-09-18 12:48:30',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7633,'1000','41600423513','2020-09-18 13:56:31',760.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7634,'4000','41600423513','2020-09-18 13:56:31',NULL,350.00,'','4','1','Good sold','1','','sales','6161106610235','','No',NULL,NULL,''),(7635,'4000','41600423513','2020-09-18 13:56:31',NULL,140.00,'','4','1','Good sold','1','','sales','6164004575910','','No',NULL,NULL,''),(7636,'4000','41600423513','2020-09-18 13:56:31',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(7637,'4000','41600423513','2020-09-18 13:56:31',NULL,150.00,'','4','1','Good sold','1','','sales','123','','No',NULL,NULL,''),(7638,'1110','41600423513','2020-09-18 13:56:31',NULL,315.83,'','4','1','Inventory sold','1','','sales','6161106610235','','No',NULL,NULL,''),(7639,'1110','41600423513','2020-09-18 13:56:31',NULL,126.00,'','4','1','Inventory sold','1','','sales','6164004575910','','No',NULL,NULL,''),(7640,'1110','41600423513','2020-09-18 13:56:31',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(7641,'1110','41600423513','2020-09-18 13:56:31',NULL,136.00,'','4','1','Inventory sold','1','','sales','123','','No',NULL,NULL,''),(7642,'5500','41600423513','2020-09-18 13:56:31',670.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7643,'1000','41600426623','2020-09-18 13:58:21',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7644,'4000','41600426623','2020-09-18 13:58:21',NULL,40.00,'','4','1','Good sold','1','','sales','6008677000549','','No',NULL,NULL,''),(7645,'1110','41600426623','2020-09-18 13:58:21',NULL,36.00,'','4','1','Inventory sold','1','','sales','6008677000549','','No',NULL,NULL,''),(7646,'5500','41600426623','2020-09-18 13:58:21',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7647,'1000','41600426704','2020-09-18 14:25:26',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7648,'4000','41600426704','2020-09-18 14:25:26',NULL,40.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(7649,'4000','41600426704','2020-09-18 14:25:26',NULL,40.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(7650,'1110','41600426704','2020-09-18 14:25:26',NULL,36.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(7651,'1110','41600426704','2020-09-18 14:25:26',NULL,36.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(7652,'5500','41600426704','2020-09-18 14:25:26',72.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7653,'1000','41600428346','2020-09-18 14:31:44',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7654,'4000','41600428346','2020-09-18 14:31:44',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(7655,'1110','41600428346','2020-09-18 14:31:44',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(7656,'5500','41600428346','2020-09-18 14:31:44',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7657,'1000','41600428747','2020-09-18 14:38:54',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7658,'4000','41600428747','2020-09-18 14:38:54',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7659,'1110','41600428747','2020-09-18 14:38:54',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(7660,'5500','41600428747','2020-09-18 14:38:54',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7661,'1000','41600429198','2020-09-18 14:55:55',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7662,'4000','41600429198','2020-09-18 14:55:55',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(7663,'1110','41600429198','2020-09-18 14:55:55',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(7664,'5500','41600429198','2020-09-18 14:55:55',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7665,'1000','41600430180','2020-09-18 15:02:52',385.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7666,'4000','41600430180','2020-09-18 15:02:52',NULL,275.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(7667,'4000','41600430180','2020-09-18 15:02:52',NULL,110.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(7668,'1110','41600430180','2020-09-18 15:02:52',NULL,247.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(7669,'1110','41600430180','2020-09-18 15:02:52',NULL,99.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(7670,'5500','41600430180','2020-09-18 15:02:52',346.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7671,'1000','41600430703','2020-09-18 15:06:15',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7672,'4000','41600430703','2020-09-18 15:06:15',NULL,110.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(7673,'1110','41600430703','2020-09-18 15:06:15',NULL,99.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(7674,'5500','41600430703','2020-09-18 15:06:15',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7675,'1000','41600430820','2020-09-18 15:12:38',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7676,'4000','41600430820','2020-09-18 15:12:38',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7677,'1110','41600430820','2020-09-18 15:12:38',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(7678,'5500','41600430820','2020-09-18 15:12:38',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7679,'1000','41600431161','2020-09-18 15:23:52',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7680,'4000','41600431161','2020-09-18 15:23:52',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(7681,'1110','41600431161','2020-09-18 15:23:52',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(7682,'5500','41600431161','2020-09-18 15:23:52',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7685,'1000','41600431962','2020-09-18 16:13:26',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7686,'4000','41600431962','2020-09-18 16:13:26',NULL,100.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(7687,'1110','41600431962','2020-09-18 16:13:26',NULL,90.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(7688,'5500','41600431962','2020-09-18 16:13:26',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7689,'1000','41600434808','2020-09-18 16:15:00',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7690,'4000','41600434808','2020-09-18 16:15:00',NULL,100.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(7691,'1110','41600434808','2020-09-18 16:15:00',NULL,90.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(7692,'5500','41600434808','2020-09-18 16:15:00',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7693,'1000','41600434902','2020-09-18 16:15:39',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7694,'4000','41600434902','2020-09-18 16:15:39',NULL,10.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(7695,'1110','41600434902','2020-09-18 16:15:39',NULL,6.80,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(7696,'5500','41600434902','2020-09-18 16:15:39',6.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7697,'1000','41600434966','2020-09-18 16:29:26',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7698,'4000','41600434966','2020-09-18 16:29:26',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7699,'1110','41600434966','2020-09-18 16:29:26',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(7700,'5500','41600434966','2020-09-18 16:29:26',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7701,'1000','41600435770','2020-09-18 16:36:25',950.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7702,'4000','41600435770','2020-09-18 16:36:25',NULL,400.00,'','4','1','Good sold','1','','sales','6161101661300','','No',NULL,NULL,''),(7703,'4000','41600435770','2020-09-18 16:36:25',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(7704,'4000','41600435770','2020-09-18 16:36:25',NULL,45.00,'','4','1','Good sold','1','','sales','6164000009570','','No',NULL,NULL,''),(7705,'4000','41600435770','2020-09-18 16:36:25',NULL,125.00,'','4','1','Good sold','1','','sales','6164004597103','','No',NULL,NULL,''),(7706,'4000','41600435770','2020-09-18 16:36:25',NULL,130.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(7707,'4000','41600435770','2020-09-18 16:36:25',NULL,125.00,'','4','1','Good sold','1','','sales','122','','No',NULL,NULL,''),(7708,'1110','41600435770','2020-09-18 16:36:25',NULL,317.50,'','4','1','Inventory sold','1','','sales','6161101661300','','No',NULL,NULL,''),(7709,'1110','41600435770','2020-09-18 16:36:25',NULL,112.50,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(7710,'1110','41600435770','2020-09-18 16:36:25',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000009570','','No',NULL,NULL,''),(7711,'1110','41600435770','2020-09-18 16:36:25',NULL,112.50,'','4','1','Inventory sold','1','','sales','6164004597103','','No',NULL,NULL,''),(7712,'1110','41600435770','2020-09-18 16:36:25',NULL,117.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(7713,'1110','41600435770','2020-09-18 16:36:25',NULL,110.00,'','4','1','Inventory sold','1','','sales','122','','No',NULL,NULL,''),(7714,'5500','41600435770','2020-09-18 16:36:25',810.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7715,'1000','41600436657','2020-09-18 16:44:26',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7716,'4000','41600436657','2020-09-18 16:44:26',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(7717,'1110','41600436657','2020-09-18 16:44:26',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(7718,'5500','41600436657','2020-09-18 16:44:26',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7719,'1000','41600436669','2020-09-18 17:04:36',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7720,'4000','41600436669','2020-09-18 17:04:36',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760226','','No',NULL,NULL,''),(7721,'1110','41600436669','2020-09-18 17:04:36',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100760226','','No',NULL,NULL,''),(7722,'5500','41600436669','2020-09-18 17:04:36',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7723,'1000','41600438675','2020-09-18 17:18:11',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7724,'4000','41600438675','2020-09-18 17:18:11',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(7725,'1110','41600438675','2020-09-18 17:18:11',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(7726,'5500','41600438675','2020-09-18 17:18:11',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7727,'4000','41600435770','2020-09-18 17:32:16',125.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(7728,'1000','41600435770','2020-09-18 17:32:16',NULL,125.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(7729,'5500','41600435770','2020-09-18 17:32:16',NULL,112.50,'','4','1','Cost of goods returned','1','','sales','6161113940141','','No',NULL,NULL,''),(7730,'1110','41600435770','2020-09-18 17:32:16',112.50,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(7731,'1000','41600438699','2020-09-18 17:32:19',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7732,'4000','41600438699','2020-09-18 17:32:19',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(7733,'1110','41600438699','2020-09-18 17:32:19',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(7734,'5500','41600438699','2020-09-18 17:32:19',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7735,'1000','41600439545','2020-09-18 17:33:12',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7736,'4000','41600439545','2020-09-18 17:33:12',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(7737,'1110','41600439545','2020-09-18 17:33:12',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(7738,'5500','41600439545','2020-09-18 17:33:12',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7739,'1000','41600439600','2020-09-18 17:37:38',330.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7740,'4000','41600439600','2020-09-18 17:37:38',NULL,330.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(7741,'1110','41600439600','2020-09-18 17:37:38',NULL,297.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(7742,'5500','41600439600','2020-09-18 17:37:38',297.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7743,'1000','41600441541','2020-09-18 18:07:32',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7744,'4000','41600441541','2020-09-18 18:07:32',NULL,20.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(7745,'1110','41600441541','2020-09-18 18:07:32',NULL,15.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(7746,'5500','41600441541','2020-09-18 18:07:32',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7747,'1000','41600442094','2020-09-18 18:15:05',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7748,'4000','41600442094','2020-09-18 18:15:05',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(7749,'1110','41600442094','2020-09-18 18:15:05',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(7750,'5500','41600442094','2020-09-18 18:15:05',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7751,'1000','41600442380','2020-09-18 18:38:49',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7752,'4000','41600442380','2020-09-18 18:38:49',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(7753,'4000','41600442380','2020-09-18 18:38:49',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(7754,'1110','41600442380','2020-09-18 18:38:49',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(7755,'1110','41600442380','2020-09-18 18:38:49',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(7756,'5500','41600442380','2020-09-18 18:38:49',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7757,'1000','41600443682','2020-09-18 19:09:26',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7758,'4000','41600443682','2020-09-18 19:09:26',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033070','','No',NULL,NULL,''),(7759,'1110','41600443682','2020-09-18 19:09:26',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033070','','No',NULL,NULL,''),(7760,'5500','41600443682','2020-09-18 19:09:26',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7761,'1000','41600445383','2020-09-18 19:11:51',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7762,'4000','41600445383','2020-09-18 19:11:51',NULL,40.00,'','4','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(7763,'1110','41600445383','2020-09-18 19:11:51',NULL,30.00,'','4','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(7764,'5500','41600445383','2020-09-18 19:11:51',30.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7765,'1000','41600446245','2020-09-18 19:25:20',16.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7766,'4000','41600446245','2020-09-18 19:25:20',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(7767,'4000','41600446245','2020-09-18 19:25:20',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(7768,'4000','41600446245','2020-09-18 19:25:20',NULL,6.00,'','4','1','Good sold','1','','sales','433','','No',NULL,NULL,''),(7769,'1110','41600446245','2020-09-18 19:25:20',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(7770,'1110','41600446245','2020-09-18 19:25:20',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(7771,'1110','41600446245','2020-09-18 19:25:20',NULL,4.60,'','4','1','Inventory sold','1','','sales','433','','No',NULL,NULL,''),(7772,'5500','41600446245','2020-09-18 19:25:20',11.26,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7773,'1000','41600446324','2020-09-18 19:32:14',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7774,'4000','41600446324','2020-09-18 19:32:14',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(7775,'1110','41600446324','2020-09-18 19:32:14',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(7776,'5500','41600446324','2020-09-18 19:32:14',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7777,'1000','41600446770','2020-09-18 19:35:46',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7778,'4000','41600446770','2020-09-18 19:35:46',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(7779,'1110','41600446770','2020-09-18 19:35:46',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(7780,'5500','41600446770','2020-09-18 19:35:46',3.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7781,'1000','41600446948','2020-09-18 19:42:53',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7782,'4000','41600446948','2020-09-18 19:42:53',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(7783,'4000','41600446948','2020-09-18 19:42:53',NULL,75.00,'','4','1','Good sold','1','','sales','6164000009075','','No',NULL,NULL,''),(7784,'1110','41600446948','2020-09-18 19:42:53',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(7785,'1110','41600446948','2020-09-18 19:42:53',NULL,67.50,'','4','1','Inventory sold','1','','sales','6164000009075','','No',NULL,NULL,''),(7786,'5500','41600446948','2020-09-18 19:42:53',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7787,'1000','41600447793','2020-09-18 19:50:43',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7788,'4000','41600447793','2020-09-18 19:50:43',NULL,60.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(7789,'4000','41600447793','2020-09-18 19:50:43',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(7790,'4000','41600447793','2020-09-18 19:50:43',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(7791,'1110','41600447793','2020-09-18 19:50:43',NULL,50.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(7792,'1110','41600447793','2020-09-18 19:50:43',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(7793,'1110','41600447793','2020-09-18 19:50:43',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(7794,'5500','41600447793','2020-09-18 19:50:43',140.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7795,'1000','41600448510','2020-09-18 20:02:21',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7796,'4000','41600448510','2020-09-18 20:02:21',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(7797,'1110','41600448510','2020-09-18 20:02:21',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(7798,'5500','41600448510','2020-09-18 20:02:21',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7802,'1110','71600282451','2020-09-16 21:54:00',225.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','26','','No',NULL,NULL,''),(7803,'1110','71600282451','2020-09-16 21:54:00',135.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','27','','No',NULL,NULL,''),(7804,'1110','71600282451','2020-09-16 21:54:00',1944.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','6161106610228','','No',NULL,NULL,''),(7805,'1110','71600282451','2020-09-16 21:54:00',1894.98,NULL,'','7','1','Inventory Purchased','1','18','Purchases','6161106610235','','No',NULL,NULL,''),(7806,'1110','71600282451','2020-09-16 21:54:00',2715.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','6161106610242','','No',NULL,NULL,''),(7807,'1110','71600282451','2020-09-16 21:54:00',2700.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','6161106610259','','No',NULL,NULL,''),(7808,'1110','71600282451','2020-09-16 21:54:00',2376.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','6161101661232','','No',NULL,NULL,''),(7809,'1110','71600282451','2020-09-16 21:54:00',1534.50,NULL,'','7','1','Inventory Purchased','1','18','Purchases','5410076189540','','No',NULL,NULL,''),(7810,'1110','71600282451','2020-09-16 21:54:00',432.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','6008677000549','','No',NULL,NULL,''),(7811,'1110','71600282451','2020-09-16 21:54:00',270.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','6008677000532','','No',NULL,NULL,''),(7812,'1110','71600282451','2020-09-16 21:54:00',900.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','25','','No',NULL,NULL,''),(7813,'1110','71600282451','2020-09-16 21:54:00',360.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','435','','No',NULL,NULL,''),(7814,'1110','71600282451','2020-09-16 21:54:00',1237.50,NULL,'','7','1','Inventory Purchased','1','18','Purchases','106','','No',NULL,NULL,''),(7815,'1110','71600282451','2020-09-16 21:54:00',675.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','186','','No',NULL,NULL,''),(7816,'1110','71600282451','2020-09-16 21:54:00',255.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','0792382434152','','No',NULL,NULL,''),(7817,'1110','71600282451','2020-09-16 21:54:00',742.50,NULL,'','7','1','Inventory Purchased','1','18','Purchases','105','','No',NULL,NULL,''),(7818,'2130','71600282451','2020-09-16 21:54:00',NULL,18396.48,'','7','1','Account payable for inventory','1','18','Purchases','','','No',NULL,NULL,''),(7819,'1000','41600448651','2020-09-18 20:04:33',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7820,'4000','41600448651','2020-09-18 20:04:33',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(7821,'1110','41600448651','2020-09-18 20:04:33',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(7822,'5564','41600448651','2020-09-18 20:04:33',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7840,'1110','71600321766','2020-09-17 08:49:00',225.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','32','','No',NULL,NULL,''),(7841,'1110','71600321766','2020-09-17 08:49:00',135.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','33','','No',NULL,NULL,''),(7842,'1110','71600321766','2020-09-17 08:49:00',252.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','31','','No',NULL,NULL,''),(7843,'1110','71600321766','2020-09-17 08:49:00',126.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','427','','No',NULL,NULL,''),(7844,'1110','71600321766','2020-09-17 08:49:00',324.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','30','','No',NULL,NULL,''),(7845,'1110','71600321766','2020-09-17 08:49:00',121.50,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000009556','','No',NULL,NULL,''),(7846,'1110','71600321766','2020-09-17 08:49:00',135.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000009372','','No',NULL,NULL,''),(7847,'1110','71600321766','2020-09-17 08:49:00',360.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000009068','','No',NULL,NULL,''),(7848,'1110','71600321766','2020-09-17 08:49:00',270.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000009082','','No',NULL,NULL,''),(7849,'1110','71600321766','2020-09-17 08:49:00',162.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000009549','','No',NULL,NULL,''),(7850,'1110','71600321766','2020-09-17 08:49:00',202.50,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000009570','','No',NULL,NULL,''),(7851,'1110','71600321766','2020-09-17 08:49:00',432.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000009006','','No',NULL,NULL,''),(7852,'1110','71600321766','2020-09-17 08:49:00',310.50,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000009013','','No',NULL,NULL,''),(7853,'1110','71600321766','2020-09-17 08:49:00',202.50,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000009075','','No',NULL,NULL,''),(7854,'1110','71600321766','2020-09-17 08:49:00',175.50,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000009020','','No',NULL,NULL,''),(7855,'1110','71600321766','2020-09-17 08:49:00',445.50,NULL,'','7','1','Inventory Purchased','1','3','Purchases','18','','No',NULL,NULL,''),(7856,'2130','71600321766','2020-09-17 08:49:00',NULL,3879.00,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(7857,'1110','71600434039','2020-09-18 16:00:00',510.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','436','','No',NULL,NULL,''),(7858,'1110','71600434039','2020-09-18 16:00:00',540.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','6164001166272','','No',NULL,NULL,''),(7859,'2130','71600434039','2020-09-18 16:00:00',NULL,1050.00,'','7','1','Account payable for inventory','1','18','Purchases','','','No',NULL,NULL,''),(7860,'1000','41600499096','2020-09-19 10:05:06',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7861,'4000','41600499096','2020-09-19 10:05:06',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(7862,'1110','41600499096','2020-09-19 10:05:06',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(7863,'5500','41600499096','2020-09-19 10:05:06',3.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7864,'1000','41600499108','2020-09-19 10:23:03',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7865,'4000','41600499108','2020-09-19 10:23:03',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(7866,'4000','41600499108','2020-09-19 10:23:03',NULL,15.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(7867,'4000','41600499108','2020-09-19 10:23:03',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(7868,'1110','41600499108','2020-09-19 10:23:03',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(7869,'1110','41600499108','2020-09-19 10:23:03',NULL,9.99,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(7870,'1110','41600499108','2020-09-19 10:23:03',NULL,135.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(7871,'5500','41600499108','2020-09-19 10:23:03',148.32,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7872,'1000','41600500188','2020-09-19 10:26:24',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7873,'4000','41600500188','2020-09-19 10:26:24',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(7874,'1110','41600500188','2020-09-19 10:26:24',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(7875,'5500','41600500188','2020-09-19 10:26:24',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7876,'1000','41600500390','2020-09-19 10:26:55',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7877,'4000','41600500390','2020-09-19 10:26:55',NULL,100.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(7878,'1110','41600500390','2020-09-19 10:26:55',NULL,90.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(7879,'5500','41600500390','2020-09-19 10:26:55',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7880,'1000','41600500420','2020-09-19 10:50:40',1285.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7881,'4000','41600500420','2020-09-19 10:50:40',NULL,240.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(7882,'4000','41600500420','2020-09-19 10:50:40',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050034','','No',NULL,NULL,''),(7883,'4000','41600500420','2020-09-19 10:50:40',NULL,480.00,'','4','1','Good sold','1','','sales','6161102170900','','No',NULL,NULL,''),(7884,'4000','41600500420','2020-09-19 10:50:40',NULL,130.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(7885,'4000','41600500420','2020-09-19 10:50:40',NULL,150.00,'','4','1','Good sold','1','','sales','123','','No',NULL,NULL,''),(7886,'4000','41600500420','2020-09-19 10:50:40',NULL,125.00,'','4','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(7887,'4000','41600500420','2020-09-19 10:50:40',NULL,40.00,'','4','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(7888,'1110','41600500420','2020-09-19 10:50:40',NULL,214.16,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(7889,'1110','41600500420','2020-09-19 10:50:40',NULL,104.58,'','4','1','Inventory sold','1','','sales','6009627050034','','No',NULL,NULL,''),(7890,'1110','41600500420','2020-09-19 10:50:40',NULL,432.00,'','4','1','Inventory sold','1','','sales','6161102170900','','No',NULL,NULL,''),(7891,'1110','41600500420','2020-09-19 10:50:40',NULL,117.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(7892,'1110','41600500420','2020-09-19 10:50:40',NULL,136.00,'','4','1','Inventory sold','1','','sales','123','','No',NULL,NULL,''),(7893,'1110','41600500420','2020-09-19 10:50:40',NULL,112.50,'','4','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(7894,'1110','41600500420','2020-09-19 10:50:40',NULL,30.00,'','4','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(7895,'5500','41600500420','2020-09-19 10:50:40',1146.24,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7896,'1000','41600501898','2020-09-19 11:09:45',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7897,'4000','41600501898','2020-09-19 11:09:45',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(7898,'1110','41600501898','2020-09-19 11:09:45',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(7899,'5500','41600501898','2020-09-19 11:09:45',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7900,'1000','41600502994','2020-09-19 11:16:54',115.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7901,'4000','41600502994','2020-09-19 11:16:54',NULL,115.00,'','4','1','Good sold','1','','sales','6164000009013','','No',NULL,NULL,''),(7902,'1110','41600502994','2020-09-19 11:16:54',NULL,103.50,'','4','1','Inventory sold','1','','sales','6164000009013','','No',NULL,NULL,''),(7903,'5500','41600502994','2020-09-19 11:16:54',103.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7904,'1000','41600503417','2020-09-19 11:44:27',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7905,'4000','41600503417','2020-09-19 11:44:27',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(7906,'4000','41600503417','2020-09-19 11:44:27',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(7907,'4000','41600503417','2020-09-19 11:44:27',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(7908,'1110','41600503417','2020-09-19 11:44:27',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(7909,'1110','41600503417','2020-09-19 11:44:27',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(7910,'1110','41600503417','2020-09-19 11:44:27',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(7911,'5500','41600503417','2020-09-19 11:44:27',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7912,'1000','41600507912','2020-09-19 13:14:48',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7913,'4000','41600507912','2020-09-19 13:14:48',NULL,25.00,'','4','1','Good sold','1','','sales','173','','No',NULL,NULL,''),(7914,'1110','41600507912','2020-09-19 13:14:48',NULL,22.50,'','4','1','Inventory sold','1','','sales','173','','No',NULL,NULL,''),(7915,'5500','41600507912','2020-09-19 13:14:48',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7916,'1000','41600510496','2020-09-19 13:16:42',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7917,'4000','41600510496','2020-09-19 13:16:42',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072048','','No',NULL,NULL,''),(7918,'4000','41600510496','2020-09-19 13:16:42',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072048','','No',NULL,NULL,''),(7919,'4000','41600510496','2020-09-19 13:16:42',NULL,70.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(7920,'1110','41600510496','2020-09-19 13:16:42',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072048','','No',NULL,NULL,''),(7921,'1110','41600510496','2020-09-19 13:16:42',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072048','','No',NULL,NULL,''),(7922,'1110','41600510496','2020-09-19 13:16:42',NULL,63.00,'','4','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(7923,'5500','41600510496','2020-09-19 13:16:42',144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7924,'1000','41600510608','2020-09-19 13:17:33',220.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7925,'4000','41600510608','2020-09-19 13:17:33',NULL,130.00,'','4','1','Good sold','1','','sales','5449000180247','','No',NULL,NULL,''),(7926,'4000','41600510608','2020-09-19 13:17:33',NULL,90.00,'','4','1','Good sold','1','','sales','6164000072048','','No',NULL,NULL,''),(7927,'1110','41600510608','2020-09-19 13:17:33',NULL,117.00,'','4','1','Inventory sold','1','','sales','5449000180247','','No',NULL,NULL,''),(7928,'1110','41600510608','2020-09-19 13:17:33',NULL,81.00,'','4','1','Inventory sold','1','','sales','6164000072048','','No',NULL,NULL,''),(7929,'5500','41600510608','2020-09-19 13:17:33',198.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7930,'4000','41600510496','2020-09-19 13:18:20',45.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(7931,'1000','41600510496','2020-09-19 13:18:20',NULL,45.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(7932,'5500','41600510496','2020-09-19 13:18:20',NULL,40.50,'','4','1','Cost of goods returned','1','','sales','6164000072048','','No',NULL,NULL,''),(7933,'1110','41600510496','2020-09-19 13:18:20',40.50,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(7934,'4000','41600510496','2020-09-19 13:18:24',70.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(7935,'1000','41600510496','2020-09-19 13:18:24',NULL,70.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(7936,'5500','41600510496','2020-09-19 13:18:24',NULL,63.00,'','4','1','Cost of goods returned','1','','sales','94','','No',NULL,NULL,''),(7937,'1110','41600510496','2020-09-19 13:18:24',63.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(7938,'4000','41600510496','2020-09-19 13:18:27',45.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(7939,'1000','41600510496','2020-09-19 13:18:27',NULL,45.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(7940,'5500','41600510496','2020-09-19 13:18:27',NULL,40.50,'','4','1','Cost of goods returned','1','','sales','6164000072048','','No',NULL,NULL,''),(7941,'1110','41600510496','2020-09-19 13:18:27',40.50,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(7942,'1000','41600510854','2020-09-19 13:31:21',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7943,'4000','41600510854','2020-09-19 13:31:21',NULL,60.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(7944,'1110','41600510854','2020-09-19 13:31:21',NULL,54.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(7945,'5500','41600510854','2020-09-19 13:31:21',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7946,'1000','41600511725','2020-09-19 13:55:03',12.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7947,'4000','41600511725','2020-09-19 13:55:03',NULL,12.00,'','4','1','Good sold','1','','sales','433','','No',NULL,NULL,''),(7948,'1110','41600511725','2020-09-19 13:55:03',NULL,9.20,'','4','1','Inventory sold','1','','sales','433','','No',NULL,NULL,''),(7949,'5500','41600511725','2020-09-19 13:55:03',9.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7950,'1000','41600516880','2020-09-19 15:34:30',1045.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7951,'4000','41600516880','2020-09-19 15:34:30',NULL,400.00,'','4','1','Good sold','1','','sales','6161101661300','','No',NULL,NULL,''),(7952,'4000','41600516880','2020-09-19 15:34:30',NULL,400.00,'','4','1','Good sold','1','','sales','6161101661300','','No',NULL,NULL,''),(7953,'4000','41600516880','2020-09-19 15:34:30',NULL,90.00,'','4','1','Good sold','1','','sales','6161103941608','','No',NULL,NULL,''),(7954,'4000','41600516880','2020-09-19 15:34:30',NULL,150.00,'','4','1','Good sold','1','','sales','6162006602771','','No',NULL,NULL,''),(7955,'4000','41600516880','2020-09-19 15:34:30',NULL,5.00,'','4','1','Good sold','1','','sales','6164000184048','','No',NULL,NULL,''),(7956,'1110','41600516880','2020-09-19 15:34:30',NULL,317.50,'','4','1','Inventory sold','1','','sales','6161101661300','','No',NULL,NULL,''),(7957,'1110','41600516880','2020-09-19 15:34:30',NULL,317.50,'','4','1','Inventory sold','1','','sales','6161101661300','','No',NULL,NULL,''),(7958,'1110','41600516880','2020-09-19 15:34:30',NULL,81.00,'','4','1','Inventory sold','1','','sales','6161103941608','','No',NULL,NULL,''),(7959,'1110','41600516880','2020-09-19 15:34:30',NULL,135.00,'','4','1','Inventory sold','1','','sales','6162006602771','','No',NULL,NULL,''),(7960,'1110','41600516880','2020-09-19 15:34:30',NULL,4.50,'','4','1','Inventory sold','1','','sales','6164000184048','','No',NULL,NULL,''),(7961,'5500','41600516880','2020-09-19 15:34:30',855.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7962,'1000','41600518873','2020-09-19 15:54:58',695.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7963,'4000','41600518873','2020-09-19 15:54:58',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(7964,'4000','41600518873','2020-09-19 15:54:58',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050034','','No',NULL,NULL,''),(7965,'4000','41600518873','2020-09-19 15:54:58',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050034','','No',NULL,NULL,''),(7966,'4000','41600518873','2020-09-19 15:54:58',NULL,240.00,'','4','1','Good sold','1','','sales','6161102170900','','No',NULL,NULL,''),(7967,'4000','41600518873','2020-09-19 15:54:58',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(7968,'4000','41600518873','2020-09-19 15:54:58',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(7969,'1110','41600518873','2020-09-19 15:54:58',NULL,107.08,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(7970,'1110','41600518873','2020-09-19 15:54:58',NULL,104.58,'','4','1','Inventory sold','1','','sales','6009627050034','','No',NULL,NULL,''),(7971,'1110','41600518873','2020-09-19 15:54:58',NULL,104.58,'','4','1','Inventory sold','1','','sales','6009627050034','','No',NULL,NULL,''),(7972,'1110','41600518873','2020-09-19 15:54:58',NULL,216.00,'','4','1','Inventory sold','1','','sales','6161102170900','','No',NULL,NULL,''),(7973,'1110','41600518873','2020-09-19 15:54:58',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(7974,'1110','41600518873','2020-09-19 15:54:58',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(7975,'5500','41600518873','2020-09-19 15:54:58',617.74,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7976,'1000','41600520116','2020-09-19 16:15:27',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7977,'4000','41600520116','2020-09-19 16:15:27',NULL,65.00,'','4','1','Good sold','1','','sales','6164000009020','','No',NULL,NULL,''),(7978,'4000','41600520116','2020-09-19 16:15:27',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(7979,'1110','41600520116','2020-09-19 16:15:27',NULL,58.50,'','4','1','Inventory sold','1','','sales','6164000009020','','No',NULL,NULL,''),(7980,'1110','41600520116','2020-09-19 16:15:27',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(7981,'5500','41600520116','2020-09-19 16:15:27',61.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7982,'1000','41600521329','2020-09-19 16:48:12',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7983,'4000','41600521329','2020-09-19 16:48:12',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(7984,'1110','41600521329','2020-09-19 16:48:12',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(7985,'5500','41600521329','2020-09-19 16:48:12',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7986,'1000','41600523297','2020-09-19 16:58:19',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7987,'4000','41600523297','2020-09-19 16:58:19',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(7988,'1110','41600523297','2020-09-19 16:58:19',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(7989,'5500','41600523297','2020-09-19 16:58:19',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7990,'1000','41600523901','2020-09-19 17:18:15',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7991,'4000','41600523901','2020-09-19 17:18:15',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(7992,'1110','41600523901','2020-09-19 17:18:15',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(7993,'5500','41600523901','2020-09-19 17:18:15',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7994,'1000','41600523901','2020-09-19 17:18:15',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7995,'4000','41600523901','2020-09-19 17:18:15',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(7996,'1110','41600523901','2020-09-19 17:18:15',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(7997,'5500','41600523901','2020-09-19 17:18:15',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7998,'1000','41600526342','2020-09-19 17:42:04',1075.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(7999,'4000','41600526342','2020-09-19 17:42:04',NULL,250.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(8000,'4000','41600526342','2020-09-19 17:42:04',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(8001,'4000','41600526342','2020-09-19 17:42:04',NULL,115.00,'','4','1','Good sold','1','','sales','6164000009013','','No',NULL,NULL,''),(8002,'4000','41600526342','2020-09-19 17:42:04',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8003,'4000','41600526342','2020-09-19 17:42:04',NULL,50.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(8004,'4000','41600526342','2020-09-19 17:42:04',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(8005,'4000','41600526342','2020-09-19 17:42:04',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(8006,'4000','41600526342','2020-09-19 17:42:04',NULL,170.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(8007,'4000','41600526342','2020-09-19 17:42:04',NULL,250.00,'','4','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(8008,'1110','41600526342','2020-09-19 17:42:04',NULL,225.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(8009,'1110','41600526342','2020-09-19 17:42:04',NULL,112.50,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(8010,'1110','41600526342','2020-09-19 17:42:04',NULL,103.50,'','4','1','Inventory sold','1','','sales','6164000009013','','No',NULL,NULL,''),(8011,'1110','41600526342','2020-09-19 17:42:04',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(8012,'1110','41600526342','2020-09-19 17:42:04',NULL,45.00,'','4','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(8013,'1110','41600526342','2020-09-19 17:42:04',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(8014,'1110','41600526342','2020-09-19 17:42:04',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(8015,'1110','41600526342','2020-09-19 17:42:04',NULL,153.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(8016,'1110','41600526342','2020-09-19 17:42:04',NULL,225.00,'','4','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(8017,'5500','41600526342','2020-09-19 17:42:04',967.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8018,'1000','41600526704','2020-09-19 17:55:25',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8019,'4000','41600526704','2020-09-19 17:55:25',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(8020,'1110','41600526704','2020-09-19 17:55:25',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(8021,'5500','41600526704','2020-09-19 17:55:25',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8022,'1000','41600527328','2020-09-19 18:19:57',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8023,'4000','41600527328','2020-09-19 18:19:57',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(8024,'1110','41600527328','2020-09-19 18:19:57',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(8025,'5500','41600527328','2020-09-19 18:19:57',6.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8026,'1000','41600528800','2020-09-19 18:32:51',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8027,'4000','41600528800','2020-09-19 18:32:51',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(8028,'1110','41600528800','2020-09-19 18:32:51',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(8029,'5500','41600528800','2020-09-19 18:32:51',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8030,'1000','41600529575','2020-09-19 18:38:24',260.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8031,'4000','41600529575','2020-09-19 18:38:24',NULL,60.00,'','4','1','Good sold','1','','sales','7622210304520','','No',NULL,NULL,''),(8032,'4000','41600529575','2020-09-19 18:38:24',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(8033,'4000','41600529575','2020-09-19 18:38:24',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(8034,'1110','41600529575','2020-09-19 18:38:24',NULL,54.00,'','4','1','Inventory sold','1','','sales','7622210304520','','No',NULL,NULL,''),(8035,'1110','41600529575','2020-09-19 18:38:24',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(8036,'1110','41600529575','2020-09-19 18:38:24',NULL,135.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(8037,'5500','41600529575','2020-09-19 18:38:24',234.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8038,'1000','41600529931','2020-09-19 18:43:38',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8039,'4000','41600529931','2020-09-19 18:43:38',NULL,50.00,'','4','1','Good sold','1','','sales','6009607673345','','No',NULL,NULL,''),(8040,'1110','41600529931','2020-09-19 18:43:38',NULL,34.00,'','4','1','Inventory sold','1','','sales','6009607673345','','No',NULL,NULL,''),(8041,'5500','41600529931','2020-09-19 18:43:38',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8042,'1000','41600530237','2020-09-19 18:53:25',165.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8043,'4000','41600530237','2020-09-19 18:53:25',NULL,165.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(8044,'1110','41600530237','2020-09-19 18:53:25',NULL,148.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(8045,'5500','41600530237','2020-09-19 18:53:25',148.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8046,'1000','41600530877','2020-09-19 19:22:07',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8047,'4000','41600530877','2020-09-19 19:22:07',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(8048,'1110','41600530877','2020-09-19 19:22:07',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(8049,'5500','41600530877','2020-09-19 19:22:07',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8050,'1000','41600533995','2020-09-19 19:47:20',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8051,'4000','41600533995','2020-09-19 19:47:20',NULL,20.00,'','4','1','Good sold','1','','sales','161102794700','','No',NULL,NULL,''),(8052,'1110','41600533995','2020-09-19 19:47:20',NULL,16.00,'','4','1','Inventory sold','1','','sales','161102794700','','No',NULL,NULL,''),(8053,'5500','41600533995','2020-09-19 19:47:20',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8054,'1000','41600534043','2020-09-19 19:52:49',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8055,'4000','41600534043','2020-09-19 19:52:49',NULL,50.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8056,'4000','41600534043','2020-09-19 19:52:49',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(8057,'1110','41600534043','2020-09-19 19:52:49',NULL,45.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8058,'1110','41600534043','2020-09-19 19:52:49',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(8059,'5500','41600534043','2020-09-19 19:52:49',67.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8060,'1000','41600535786','2020-09-19 20:17:30',180.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8061,'4000','41600535786','2020-09-19 20:17:30',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(8062,'4000','41600535786','2020-09-19 20:17:30',NULL,30.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(8063,'4000','41600535786','2020-09-19 20:17:30',NULL,100.00,'','4','1','Good sold','1','','sales','158','','No',NULL,NULL,''),(8064,'1110','41600535786','2020-09-19 20:17:30',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(8065,'1110','41600535786','2020-09-19 20:17:30',NULL,27.00,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(8066,'1110','41600535786','2020-09-19 20:17:30',NULL,90.00,'','4','1','Inventory sold','1','','sales','158','','No',NULL,NULL,''),(8067,'5500','41600535786','2020-09-19 20:17:30',162.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8068,'1000','41600536705','2020-09-19 20:34:11',190.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8069,'4000','41600536705','2020-09-19 20:34:11',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760226','','No',NULL,NULL,''),(8070,'4000','41600536705','2020-09-19 20:34:11',NULL,100.00,'','4','1','Good sold','1','','sales','6161100950139','','No',NULL,NULL,''),(8071,'4000','41600536705','2020-09-19 20:34:11',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(8072,'4000','41600536705','2020-09-19 20:34:11',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8073,'1110','41600536705','2020-09-19 20:34:11',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100760226','','No',NULL,NULL,''),(8074,'1110','41600536705','2020-09-19 20:34:11',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161100950139','','No',NULL,NULL,''),(8075,'1110','41600536705','2020-09-19 20:34:11',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(8076,'1110','41600536705','2020-09-19 20:34:11',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(8077,'5500','41600536705','2020-09-19 20:34:11',171.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8078,'1110','71600583653','2020-09-20 09:34:00',225.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','32','','No',NULL,NULL,''),(8079,'1110','71600583653','2020-09-20 09:34:00',252.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','31','','No',NULL,NULL,''),(8080,'1110','71600583653','2020-09-20 09:34:00',324.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','30','','No',NULL,NULL,''),(8081,'1110','71600583653','2020-09-20 09:34:00',324.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','30','','No',NULL,NULL,''),(8082,'1110','71600583653','2020-09-20 09:34:00',540.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','68','','No',NULL,NULL,''),(8083,'1110','71600583653','2020-09-20 09:34:00',540.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','39','','No',NULL,NULL,''),(8084,'1110','71600583653','2020-09-20 09:34:00',648.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','66','','No',NULL,NULL,''),(8085,'1110','71600583653','2020-09-20 09:34:00',432.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','88','','No',NULL,NULL,''),(8086,'1110','71600583653','2020-09-20 09:34:00',432.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','89','','No',NULL,NULL,''),(8087,'1110','71600583653','2020-09-20 09:34:00',306.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','73','','No',NULL,NULL,''),(8088,'1110','71600583653','2020-09-20 09:34:00',306.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','170','','No',NULL,NULL,''),(8089,'1110','71600583653','2020-09-20 09:34:00',153.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','74','','No',NULL,NULL,''),(8090,'1110','71600583653','2020-09-20 09:34:00',153.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','76','','No',NULL,NULL,''),(8091,'1110','71600583653','2020-09-20 09:34:00',396.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','77','','No',NULL,NULL,''),(8092,'1110','71600583653','2020-09-20 09:34:00',396.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','79','','No',NULL,NULL,''),(8093,'1110','71600583653','2020-09-20 09:34:00',396.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','80','','No',NULL,NULL,''),(8094,'2130','71600583653','2020-09-20 09:34:00',NULL,5823.00,'','7','1','Account payable for inventory','1','10','Purchases','','','No',NULL,NULL,''),(8095,'1000','41600584616','2020-09-20 09:50:37',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8096,'4000','41600584616','2020-09-20 09:50:37',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(8097,'1110','41600584616','2020-09-20 09:50:37',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(8098,'5500','41600584616','2020-09-20 09:50:37',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8099,'1000','41600584643','2020-09-20 10:14:01',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8100,'4000','41600584643','2020-09-20 10:14:01',NULL,100.00,'','4','1','Good sold','1','','sales','6164000009068','','No',NULL,NULL,''),(8101,'4000','41600584643','2020-09-20 10:14:01',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(8102,'1110','41600584643','2020-09-20 10:14:01',NULL,90.00,'','4','1','Inventory sold','1','','sales','6164000009068','','No',NULL,NULL,''),(8103,'1110','41600584643','2020-09-20 10:14:01',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(8104,'5500','41600584643','2020-09-20 10:14:01',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8105,'1000','41600586054','2020-09-20 10:15:33',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8106,'4000','41600586054','2020-09-20 10:15:33',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(8107,'1110','41600586054','2020-09-20 10:15:33',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(8108,'5500','41600586054','2020-09-20 10:15:33',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8109,'1000','41600586159','2020-09-20 10:36:52',98.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8110,'4000','41600586159','2020-09-20 10:36:52',NULL,48.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(8111,'4000','41600586159','2020-09-20 10:36:52',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(8112,'1110','41600586159','2020-09-20 10:36:52',NULL,40.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(8113,'1110','41600586159','2020-09-20 10:36:52',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(8114,'5500','41600586159','2020-09-20 10:36:52',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8115,'1000','41600587465','2020-09-20 10:54:55',430.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8116,'4000','41600587465','2020-09-20 10:54:55',NULL,100.00,'','4','1','Good sold','1','','sales','6161100950139','','No',NULL,NULL,''),(8117,'4000','41600587465','2020-09-20 10:54:55',NULL,330.00,'','4','1','Good sold','1','','sales','107','','No',NULL,NULL,''),(8118,'1110','41600587465','2020-09-20 10:54:55',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161100950139','','No',NULL,NULL,''),(8119,'1110','41600587465','2020-09-20 10:54:55',NULL,297.00,'','4','1','Inventory sold','1','','sales','107','','No',NULL,NULL,''),(8120,'5500','41600587465','2020-09-20 10:54:55',387.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8121,'1000','41600588507','2020-09-20 10:57:16',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8122,'4000','41600588507','2020-09-20 10:57:16',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''); INSERT INTO `debitcredit` VALUES (8123,'1110','41600588507','2020-09-20 10:57:16',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(8124,'5500','41600588507','2020-09-20 10:57:16',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8125,'1000','41600588651','2020-09-20 11:12:38',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8126,'4000','41600588651','2020-09-20 11:12:38',NULL,25.00,'','4','1','Good sold','1','','sales','173','','No',NULL,NULL,''),(8127,'1110','41600588651','2020-09-20 11:12:38',NULL,22.50,'','4','1','Inventory sold','1','','sales','173','','No',NULL,NULL,''),(8128,'5500','41600588651','2020-09-20 11:12:38',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8129,'1000','41600589563','2020-09-20 11:15:24',470.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8130,'4000','41600589563','2020-09-20 11:15:24',NULL,100.00,'','4','1','Good sold','1','','sales','0000616009978','','No',NULL,NULL,''),(8131,'4000','41600589563','2020-09-20 11:15:24',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(8132,'4000','41600589563','2020-09-20 11:15:24',NULL,250.00,'','4','1','Good sold','1','','sales','122','','No',NULL,NULL,''),(8133,'1110','41600589563','2020-09-20 11:15:24',NULL,90.00,'','4','1','Inventory sold','1','','sales','0000616009978','','No',NULL,NULL,''),(8134,'1110','41600589563','2020-09-20 11:15:24',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(8135,'1110','41600589563','2020-09-20 11:15:24',NULL,220.00,'','4','1','Inventory sold','1','','sales','122','','No',NULL,NULL,''),(8136,'5500','41600589563','2020-09-20 11:15:24',403.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8137,'1000','41600592751','2020-09-20 12:07:10',270.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8138,'4000','41600592751','2020-09-20 12:07:10',NULL,220.00,'','4','1','Good sold','1','','sales','6161101661232','','No',NULL,NULL,''),(8139,'4000','41600592751','2020-09-20 12:07:10',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(8140,'1110','41600592751','2020-09-20 12:07:10',NULL,198.00,'','4','1','Inventory sold','1','','sales','6161101661232','','No',NULL,NULL,''),(8141,'1110','41600592751','2020-09-20 12:07:10',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(8142,'5500','41600592751','2020-09-20 12:07:10',243.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8143,'1000','41600595758','2020-09-20 12:56:40',270.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8144,'4000','41600595758','2020-09-20 12:56:40',NULL,100.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8145,'4000','41600595758','2020-09-20 12:56:40',NULL,170.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(8146,'1110','41600595758','2020-09-20 12:56:40',NULL,90.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(8147,'1110','41600595758','2020-09-20 12:56:40',NULL,153.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(8148,'5500','41600595758','2020-09-20 12:56:40',243.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8149,'1000','41600596633','2020-09-20 13:11:30',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8150,'4000','41600596633','2020-09-20 13:11:30',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(8151,'4000','41600596633','2020-09-20 13:11:30',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(8152,'1110','41600596633','2020-09-20 13:11:30',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(8153,'1110','41600596633','2020-09-20 13:11:30',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(8154,'5500','41600596633','2020-09-20 13:11:30',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8155,'1000','41600596694','2020-09-20 13:23:06',115.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8156,'4000','41600596694','2020-09-20 13:23:06',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(8157,'4000','41600596694','2020-09-20 13:23:06',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(8158,'4000','41600596694','2020-09-20 13:23:06',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8159,'1110','41600596694','2020-09-20 13:23:06',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(8160,'1110','41600596694','2020-09-20 13:23:06',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(8161,'1110','41600596694','2020-09-20 13:23:06',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(8162,'5500','41600596694','2020-09-20 13:23:06',103.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8163,'1000','41600597394','2020-09-20 13:34:57',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8164,'4000','41600597394','2020-09-20 13:34:57',NULL,150.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(8165,'1110','41600597394','2020-09-20 13:34:57',NULL,135.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(8166,'5500','41600597394','2020-09-20 13:34:57',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8167,'1000','41600598163','2020-09-20 14:02:06',510.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8168,'4000','41600598163','2020-09-20 14:02:06',NULL,0.00,'','4','1','Good sold','1','','sales','6164004611175','','No',NULL,NULL,''),(8169,'4000','41600598163','2020-09-20 14:02:06',NULL,100.00,'','4','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(8170,'4000','41600598163','2020-09-20 14:02:06',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(8171,'4000','41600598163','2020-09-20 14:02:06',NULL,120.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(8172,'4000','41600598163','2020-09-20 14:02:06',NULL,160.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(8173,'4000','41600598163','2020-09-20 14:02:06',NULL,40.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(8174,'4000','41600598163','2020-09-20 14:02:06',NULL,30.00,'','4','1','Good sold','1','','sales','432','','No',NULL,NULL,''),(8175,'1110','41600598163','2020-09-20 14:02:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','6164004611175','','No',NULL,NULL,''),(8176,'1110','41600598163','2020-09-20 14:02:06',NULL,90.00,'','4','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(8177,'1110','41600598163','2020-09-20 14:02:06',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(8178,'1110','41600598163','2020-09-20 14:02:06',NULL,108.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(8179,'1110','41600598163','2020-09-20 14:02:06',NULL,144.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(8180,'1110','41600598163','2020-09-20 14:02:06',NULL,30.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(8181,'1110','41600598163','2020-09-20 14:02:06',NULL,21.00,'','4','1','Inventory sold','1','','sales','432','','No',NULL,NULL,''),(8182,'5500','41600598163','2020-09-20 14:02:06',447.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8183,'1000','41600599741','2020-09-20 14:05:21',235.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8184,'4000','41600599741','2020-09-20 14:05:21',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8185,'4000','41600599741','2020-09-20 14:05:21',NULL,120.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(8186,'4000','41600599741','2020-09-20 14:05:21',NULL,100.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(8187,'1110','41600599741','2020-09-20 14:05:21',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(8188,'1110','41600599741','2020-09-20 14:05:21',NULL,108.00,'','4','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(8189,'1110','41600599741','2020-09-20 14:05:21',NULL,80.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(8190,'5564','41600599741','2020-09-20 14:05:21',201.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8191,'1000','41600599946','2020-09-20 14:07:06',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8192,'4000','41600599946','2020-09-20 14:07:06',NULL,80.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(8193,'1110','41600599946','2020-09-20 14:07:06',NULL,72.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(8194,'5500','41600599946','2020-09-20 14:07:06',72.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8195,'1000','71600600117','2020-09-20 14:08:53',15.00,NULL,'','7','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8196,'4000','71600600117','2020-09-20 14:08:53',NULL,15.00,'','7','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8197,'1110','71600600117','2020-09-20 14:08:53',NULL,13.50,'','7','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(8198,'5500','71600600117','2020-09-20 14:08:53',13.50,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8199,'1000','71600601833','2020-09-20 14:39:05',11.00,NULL,'','7','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8200,'4000','71600601833','2020-09-20 14:39:05',NULL,6.00,'','7','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(8201,'4000','71600601833','2020-09-20 14:39:05',NULL,5.00,'','7','1','Good sold','1','','sales','189','','No',NULL,NULL,''),(8202,'1110','71600601833','2020-09-20 14:39:05',NULL,5.40,'','7','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(8203,'1110','71600601833','2020-09-20 14:39:05',NULL,3.40,'','7','1','Inventory sold','1','','sales','189','','No',NULL,NULL,''),(8204,'5500','71600601833','2020-09-20 14:39:05',8.80,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8205,'1000','41600602229','2020-09-20 14:44:24',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8206,'4000','41600602229','2020-09-20 14:44:24',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(8207,'4000','41600602229','2020-09-20 14:44:24',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(8208,'1110','41600602229','2020-09-20 14:44:24',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(8209,'1110','41600602229','2020-09-20 14:44:24',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(8210,'5500','41600602229','2020-09-20 14:44:24',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8211,'1000','41600603631','2020-09-20 15:07:33',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8212,'4000','41600603631','2020-09-20 15:07:33',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8213,'1110','41600603631','2020-09-20 15:07:33',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(8214,'5500','41600603631','2020-09-20 15:07:33',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8215,'1000','41600604389','2020-09-20 15:20:05',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8216,'4000','41600604389','2020-09-20 15:20:05',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(8217,'1110','41600604389','2020-09-20 15:20:05',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(8218,'5500','41600604389','2020-09-20 15:20:05',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8219,'1000','71600604462','2020-09-20 15:21:21',10.00,NULL,'','7','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8220,'4000','71600604462','2020-09-20 15:21:21',NULL,10.00,'','7','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(8221,'1110','71600604462','2020-09-20 15:21:21',NULL,6.66,'','7','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(8222,'5500','71600604462','2020-09-20 15:21:21',6.66,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8223,'1000','41600605354','2020-09-20 15:36:19',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8224,'4000','41600605354','2020-09-20 15:36:19',NULL,200.00,'','4','1','Good sold','1','','sales','6920354817823','','No',NULL,NULL,''),(8225,'1110','41600605354','2020-09-20 15:36:19',NULL,180.00,'','4','1','Inventory sold','1','','sales','6920354817823','','No',NULL,NULL,''),(8226,'5500','41600605354','2020-09-20 15:36:19',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8227,'1000','41600605468','2020-09-20 15:39:36',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8228,'4000','41600605468','2020-09-20 15:39:36',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(8229,'1110','41600605468','2020-09-20 15:39:36',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(8230,'5500','41600605468','2020-09-20 15:39:36',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8231,'1000','41600606450','2020-09-20 15:55:16',305.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8232,'4000','41600606450','2020-09-20 15:55:16',NULL,130.00,'','4','1','Good sold','1','','sales','5449000180247','','No',NULL,NULL,''),(8233,'4000','41600606450','2020-09-20 15:55:16',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(8234,'4000','41600606450','2020-09-20 15:55:16',NULL,120.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(8235,'1110','41600606450','2020-09-20 15:55:16',NULL,117.00,'','4','1','Inventory sold','1','','sales','5449000180247','','No',NULL,NULL,''),(8236,'1110','41600606450','2020-09-20 15:55:16',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(8237,'1110','41600606450','2020-09-20 15:55:16',NULL,108.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(8238,'5500','41600606450','2020-09-20 15:55:16',274.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8239,'1000','41600606654','2020-09-20 15:59:45',275.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8240,'4000','41600606654','2020-09-20 15:59:45',NULL,250.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(8241,'4000','41600606654','2020-09-20 15:59:45',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(8242,'1110','41600606654','2020-09-20 15:59:45',NULL,225.00,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(8243,'1110','41600606654','2020-09-20 15:59:45',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(8244,'5500','41600606654','2020-09-20 15:59:45',247.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8245,'1000','41600606792','2020-09-20 16:00:16',210.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8246,'4000','41600606792','2020-09-20 16:00:16',NULL,210.00,'','4','1','Good sold','1','','sales','6161101000901','','No',NULL,NULL,''),(8247,'1110','41600606792','2020-09-20 16:00:16',NULL,189.00,'','4','1','Inventory sold','1','','sales','6161101000901','','No',NULL,NULL,''),(8248,'5500','41600606792','2020-09-20 16:00:16',189.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8249,'1000','41600606823','2020-09-20 16:01:05',24.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8250,'4000','41600606823','2020-09-20 16:01:05',NULL,12.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(8251,'4000','41600606823','2020-09-20 16:01:05',NULL,12.00,'','4','1','Good sold','1','','sales','433','','No',NULL,NULL,''),(8252,'1110','41600606823','2020-09-20 16:01:05',NULL,8.40,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(8253,'1110','41600606823','2020-09-20 16:01:05',NULL,9.20,'','4','1','Inventory sold','1','','sales','433','','No',NULL,NULL,''),(8254,'5500','41600606823','2020-09-20 16:01:05',17.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8255,'1000','41600608476','2020-09-20 16:28:48',290.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8256,'4000','41600608476','2020-09-20 16:28:48',NULL,100.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(8257,'4000','41600608476','2020-09-20 16:28:48',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(8258,'4000','41600608476','2020-09-20 16:28:48',NULL,130.00,'','4','1','Good sold','1','','sales','171','','No',NULL,NULL,''),(8259,'1110','41600608476','2020-09-20 16:28:48',NULL,90.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(8260,'1110','41600608476','2020-09-20 16:28:48',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(8261,'1110','41600608476','2020-09-20 16:28:48',NULL,117.00,'','4','1','Inventory sold','1','','sales','171','','No',NULL,NULL,''),(8262,'5500','41600608476','2020-09-20 16:28:48',261.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8263,'1000','41600609277','2020-09-20 16:42:12',135.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8264,'4000','41600609277','2020-09-20 16:42:12',NULL,50.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8265,'4000','41600609277','2020-09-20 16:42:12',NULL,85.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8266,'1110','41600609277','2020-09-20 16:42:12',NULL,45.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8267,'1110','41600609277','2020-09-20 16:42:12',NULL,76.50,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(8268,'5500','41600609277','2020-09-20 16:42:12',121.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8269,'1000','41600609457','2020-09-20 16:45:07',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8270,'4000','41600609457','2020-09-20 16:45:07',NULL,120.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(8271,'1110','41600609457','2020-09-20 16:45:07',NULL,108.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(8272,'5500','41600609457','2020-09-20 16:45:07',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8273,'1000','41600609519','2020-09-20 16:48:14',825.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8274,'4000','41600609519','2020-09-20 16:48:14',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(8275,'4000','41600609519','2020-09-20 16:48:14',NULL,230.00,'','4','1','Good sold','1','','sales','57','','No',NULL,NULL,''),(8276,'4000','41600609519','2020-09-20 16:48:14',NULL,100.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(8277,'4000','41600609519','2020-09-20 16:48:14',NULL,260.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(8278,'4000','41600609519','2020-09-20 16:48:14',NULL,125.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(8279,'4000','41600609519','2020-09-20 16:48:14',NULL,40.00,'','4','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(8280,'1110','41600609519','2020-09-20 16:48:14',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(8281,'1110','41600609519','2020-09-20 16:48:14',NULL,207.00,'','4','1','Inventory sold','1','','sales','57','','No',NULL,NULL,''),(8282,'1110','41600609519','2020-09-20 16:48:14',NULL,90.00,'','4','1','Inventory sold','1','','sales','63','','No',NULL,NULL,''),(8283,'1110','41600609519','2020-09-20 16:48:14',NULL,234.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(8284,'1110','41600609519','2020-09-20 16:48:14',NULL,112.50,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(8285,'1110','41600609519','2020-09-20 16:48:14',NULL,30.00,'','4','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(8286,'5500','41600609519','2020-09-20 16:48:14',736.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8287,'1000','41600610363','2020-09-20 16:59:57',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8288,'4000','41600610363','2020-09-20 16:59:57',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(8289,'1110','41600610363','2020-09-20 16:59:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(8290,'5500','41600610363','2020-09-20 16:59:57',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8291,'1000','41600610400','2020-09-20 17:01:13',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8292,'4000','41600610400','2020-09-20 17:01:13',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440016','','No',NULL,NULL,''),(8293,'4000','41600610400','2020-09-20 17:01:13',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(8294,'1110','41600610400','2020-09-20 17:01:13',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440016','','No',NULL,NULL,''),(8295,'1110','41600610400','2020-09-20 17:01:13',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(8296,'5500','41600610400','2020-09-20 17:01:13',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8297,'1000','41600610477','2020-09-20 17:03:00',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8298,'4000','41600610477','2020-09-20 17:03:00',NULL,100.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(8299,'1110','41600610477','2020-09-20 17:03:00',NULL,90.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(8300,'5500','41600610477','2020-09-20 17:03:00',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8301,'1000','41600611881','2020-09-20 17:25:22',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8302,'4000','41600611881','2020-09-20 17:25:22',NULL,40.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(8303,'4000','41600611881','2020-09-20 17:25:22',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(8304,'1110','41600611881','2020-09-20 17:25:22',NULL,36.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(8305,'1110','41600611881','2020-09-20 17:25:22',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(8306,'5500','41600611881','2020-09-20 17:25:22',72.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8307,'1000','41600612881','2020-09-20 17:41:35',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8308,'4000','41600612881','2020-09-20 17:41:35',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(8309,'1110','41600612881','2020-09-20 17:41:35',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(8310,'5500','41600612881','2020-09-20 17:41:35',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8311,'1000','41600613774','2020-09-20 17:57:34',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8312,'4000','41600613774','2020-09-20 17:57:34',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(8313,'4000','41600613774','2020-09-20 17:57:34',NULL,40.00,'','4','1','Good sold','1','','sales','153','','No',NULL,NULL,''),(8314,'4000','41600613774','2020-09-20 17:57:34',NULL,20.00,'','4','1','Good sold','1','','sales','161102794700','','No',NULL,NULL,''),(8315,'1110','41600613774','2020-09-20 17:57:34',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(8316,'1110','41600613774','2020-09-20 17:57:34',NULL,36.00,'','4','1','Inventory sold','1','','sales','153','','No',NULL,NULL,''),(8317,'1110','41600613774','2020-09-20 17:57:34',NULL,16.00,'','4','1','Inventory sold','1','','sales','161102794700','','No',NULL,NULL,''),(8318,'5500','41600613774','2020-09-20 17:57:34',97.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8319,'1000','41600615264','2020-09-20 18:26:59',1185.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8320,'4000','41600615264','2020-09-20 18:26:59',NULL,70.00,'','4','1','Good sold','1','','sales','427','','No',NULL,NULL,''),(8321,'4000','41600615264','2020-09-20 18:26:59',NULL,25.00,'','4','1','Good sold','1','','sales','6008677000532','','No',NULL,NULL,''),(8322,'4000','41600615264','2020-09-20 18:26:59',NULL,100.00,'','4','1','Good sold','1','','sales','6164000009082','','No',NULL,NULL,''),(8323,'4000','41600615264','2020-09-20 18:26:59',NULL,230.00,'','4','1','Good sold','1','','sales','6164000512018','','No',NULL,NULL,''),(8324,'4000','41600615264','2020-09-20 18:26:59',NULL,120.00,'','4','1','Good sold','1','','sales','8901719908590','','No',NULL,NULL,''),(8325,'4000','41600615264','2020-09-20 18:26:59',NULL,120.00,'','4','1','Good sold','1','','sales','8901719908590','','No',NULL,NULL,''),(8326,'4000','41600615264','2020-09-20 18:26:59',NULL,120.00,'','4','1','Good sold','1','','sales','8901719908590','','No',NULL,NULL,''),(8327,'4000','41600615264','2020-09-20 18:26:59',NULL,200.00,'','4','1','Good sold','1','','sales','0792382434152','','No',NULL,NULL,''),(8328,'4000','41600615264','2020-09-20 18:26:59',NULL,100.00,'','4','1','Good sold','1','','sales','792382330195','','No',NULL,NULL,''),(8329,'4000','41600615264','2020-09-20 18:26:59',NULL,100.00,'','4','1','Good sold','1','','sales','792382330195','','No',NULL,NULL,''),(8330,'1110','41600615264','2020-09-20 18:26:59',NULL,63.00,'','4','1','Inventory sold','1','','sales','427','','No',NULL,NULL,''),(8331,'1110','41600615264','2020-09-20 18:26:59',NULL,22.50,'','4','1','Inventory sold','1','','sales','6008677000532','','No',NULL,NULL,''),(8332,'1110','41600615264','2020-09-20 18:26:59',NULL,90.00,'','4','1','Inventory sold','1','','sales','6164000009082','','No',NULL,NULL,''),(8333,'1110','41600615264','2020-09-20 18:26:59',NULL,207.00,'','4','1','Inventory sold','1','','sales','6164000512018','','No',NULL,NULL,''),(8334,'1110','41600615264','2020-09-20 18:26:59',NULL,108.00,'','4','1','Inventory sold','1','','sales','8901719908590','','No',NULL,NULL,''),(8335,'1110','41600615264','2020-09-20 18:26:59',NULL,108.00,'','4','1','Inventory sold','1','','sales','8901719908590','','No',NULL,NULL,''),(8336,'1110','41600615264','2020-09-20 18:26:59',NULL,108.00,'','4','1','Inventory sold','1','','sales','8901719908590','','No',NULL,NULL,''),(8337,'1110','41600615264','2020-09-20 18:26:59',NULL,170.00,'','4','1','Inventory sold','1','','sales','0792382434152','','No',NULL,NULL,''),(8338,'1110','41600615264','2020-09-20 18:26:59',NULL,85.50,'','4','1','Inventory sold','1','','sales','792382330195','','No',NULL,NULL,''),(8339,'1110','41600615264','2020-09-20 18:26:59',NULL,85.50,'','4','1','Inventory sold','1','','sales','792382330195','','No',NULL,NULL,''),(8340,'5500','41600615264','2020-09-20 18:26:59',1047.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8341,'1000','41600675469','2020-09-21 11:05:01',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8342,'4000','41600675469','2020-09-21 11:05:01',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(8343,'1110','41600675469','2020-09-21 11:05:01',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(8344,'5500','41600675469','2020-09-21 11:05:01',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8345,'1000','41600675507','2020-09-21 11:07:34',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8346,'4000','41600675507','2020-09-21 11:07:34',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(8347,'1110','41600675507','2020-09-21 11:07:34',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(8348,'5500','41600675507','2020-09-21 11:07:34',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8349,'1000','41600675657','2020-09-21 11:07:56',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8350,'4000','41600675657','2020-09-21 11:07:56',NULL,25.00,'','4','1','Good sold','1','','sales','6164004554199','','No',NULL,NULL,''),(8351,'1110','41600675657','2020-09-21 11:07:56',NULL,22.50,'','4','1','Inventory sold','1','','sales','6164004554199','','No',NULL,NULL,''),(8352,'5500','41600675657','2020-09-21 11:07:56',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8353,'1000','41600675710','2020-09-21 11:44:48',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8354,'4000','41600675710','2020-09-21 11:44:48',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(8355,'1110','41600675710','2020-09-21 11:44:48',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(8356,'5500','41600675710','2020-09-21 11:44:48',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8357,'1000','41600677917','2020-09-21 11:54:20',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8358,'4000','41600677917','2020-09-21 11:54:20',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(8359,'1110','41600677917','2020-09-21 11:54:20',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(8360,'5500','41600677917','2020-09-21 11:54:20',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8361,'1000','41600678463','2020-09-21 12:28:39',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8362,'4000','41600678463','2020-09-21 12:28:39',NULL,20.00,'','4','1','Good sold','1','','sales','6161100041240','','No',NULL,NULL,''),(8363,'4000','41600678463','2020-09-21 12:28:39',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(8364,'1110','41600678463','2020-09-21 12:28:39',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100041240','','No',NULL,NULL,''),(8365,'1110','41600678463','2020-09-21 12:28:39',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(8366,'5500','41600678463','2020-09-21 12:28:39',113.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8367,'1000','41600680529','2020-09-21 12:40:04',6.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8368,'4000','41600680529','2020-09-21 12:40:04',NULL,6.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(8369,'1110','41600680529','2020-09-21 12:40:04',NULL,4.20,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(8370,'5500','41600680529','2020-09-21 12:40:04',4.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8371,'1000','41600681973','2020-09-21 12:53:07',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8372,'4000','41600681973','2020-09-21 12:53:07',NULL,75.00,'','4','1','Good sold','1','','sales','6161107150730','','No',NULL,NULL,''),(8373,'1110','41600681973','2020-09-21 12:53:07',NULL,67.50,'','4','1','Inventory sold','1','','sales','6161107150730','','No',NULL,NULL,''),(8374,'5500','41600681973','2020-09-21 12:53:07',67.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8375,'1000','41600681973','2020-09-21 12:53:07',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8376,'4000','41600681973','2020-09-21 12:53:07',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760226','','No',NULL,NULL,''),(8377,'4000','41600681973','2020-09-21 12:53:07',NULL,75.00,'','4','1','Good sold','1','','sales','6161107150730','','No',NULL,NULL,''),(8378,'1110','41600681973','2020-09-21 12:53:07',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100760226','','No',NULL,NULL,''),(8379,'1110','41600681973','2020-09-21 12:53:07',NULL,67.50,'','4','1','Inventory sold','1','','sales','6161107150730','','No',NULL,NULL,''),(8380,'5500','41600681973','2020-09-21 12:53:07',85.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8381,'1000','41600683029','2020-09-21 13:14:12',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8382,'4000','41600683029','2020-09-21 13:14:12',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(8383,'4000','41600683029','2020-09-21 13:14:12',NULL,100.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(8384,'1110','41600683029','2020-09-21 13:14:12',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(8385,'1110','41600683029','2020-09-21 13:14:12',NULL,95.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(8386,'5500','41600683029','2020-09-21 13:14:12',190.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8387,'1000','41600683404','2020-09-21 13:17:19',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8388,'4000','41600683404','2020-09-21 13:17:19',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(8389,'1110','41600683404','2020-09-21 13:17:19',NULL,107.08,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(8390,'5500','41600683404','2020-09-21 13:17:19',107.08,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8391,'1000','41600683442','2020-09-21 14:20:31',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8392,'4000','41600683442','2020-09-21 14:20:31',NULL,40.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(8393,'1110','41600683442','2020-09-21 14:20:31',NULL,36.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(8394,'5500','41600683442','2020-09-21 14:20:31',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8395,'1000','41600687235','2020-09-21 14:28:31',175.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8396,'4000','41600687235','2020-09-21 14:28:31',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8397,'4000','41600687235','2020-09-21 14:28:31',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(8398,'4000','41600687235','2020-09-21 14:28:31',NULL,110.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(8399,'1110','41600687235','2020-09-21 14:28:31',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(8400,'1110','41600687235','2020-09-21 14:28:31',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(8401,'1110','41600687235','2020-09-21 14:28:31',NULL,99.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(8402,'5500','41600687235','2020-09-21 14:28:31',157.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8403,'1000','41600687729','2020-09-21 14:32:42',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8404,'4000','41600687729','2020-09-21 14:32:42',NULL,25.00,'','4','1','Good sold','1','','sales','173','','No',NULL,NULL,''),(8405,'1110','41600687729','2020-09-21 14:32:42',NULL,22.50,'','4','1','Inventory sold','1','','sales','173','','No',NULL,NULL,''),(8406,'5500','41600687729','2020-09-21 14:32:42',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8407,'1000','41600687965','2020-09-21 14:44:14',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8408,'4000','41600687965','2020-09-21 14:44:14',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8409,'1110','41600687965','2020-09-21 14:44:14',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(8410,'5500','41600687965','2020-09-21 14:44:14',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8411,'1000','41600688914','2020-09-21 15:03:28',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8412,'4000','41600688914','2020-09-21 15:03:28',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(8413,'4000','41600688914','2020-09-21 15:03:28',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(8414,'4000','41600688914','2020-09-21 15:03:28',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(8415,'4000','41600688914','2020-09-21 15:03:28',NULL,10.00,'','4','1','Good sold','1','','sales','499','','No',NULL,NULL,''),(8416,'1110','41600688914','2020-09-21 15:03:28',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(8417,'1110','41600688914','2020-09-21 15:03:28',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(8418,'1110','41600688914','2020-09-21 15:03:28',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(8419,'1110','41600688914','2020-09-21 15:03:28',NULL,8.00,'','4','1','Inventory sold','1','','sales','499','','No',NULL,NULL,''),(8420,'5500','41600688914','2020-09-21 15:03:28',110.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8421,'1000','41600689811','2020-09-21 15:08:41',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8422,'4000','41600689811','2020-09-21 15:08:41',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(8423,'4000','41600689811','2020-09-21 15:08:41',NULL,20.00,'','4','1','Good sold','1','','sales','5013405652717','','No',NULL,NULL,''),(8424,'1110','41600689811','2020-09-21 15:08:41',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(8425,'1110','41600689811','2020-09-21 15:08:41',NULL,15.00,'','4','1','Inventory sold','1','','sales','5013405652717','','No',NULL,NULL,''),(8426,'5500','41600689811','2020-09-21 15:08:41',21.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8427,'1000','41600690491','2020-09-21 15:18:21',365.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8428,'4000','41600690491','2020-09-21 15:18:21',NULL,195.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8429,'4000','41600690491','2020-09-21 15:18:21',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(8430,'4000','41600690491','2020-09-21 15:18:21',NULL,110.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(8431,'4000','41600690491','2020-09-21 15:18:21',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(8432,'1110','41600690491','2020-09-21 15:18:21',NULL,175.50,'','4','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(8433,'1110','41600690491','2020-09-21 15:18:21',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(8434,'1110','41600690491','2020-09-21 15:18:21',NULL,99.00,'','4','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(8435,'1110','41600690491','2020-09-21 15:18:21',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(8436,'5500','41600690491','2020-09-21 15:18:21',326.16,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8437,'1000','41600690743','2020-09-21 15:22:15',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8438,'4000','41600690743','2020-09-21 15:22:15',NULL,65.00,'','4','1','Good sold','1','','sales','6161102170030','','No',NULL,NULL,''),(8439,'1110','41600690743','2020-09-21 15:22:15',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161102170030','','No',NULL,NULL,''),(8440,'5500','41600690743','2020-09-21 15:22:15',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8441,'1000','41600690998','2020-09-21 15:31:06',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8442,'4000','41600690998','2020-09-21 15:31:06',NULL,25.00,'','4','1','Good sold','1','','sales','6161101661713','','No',NULL,NULL,''),(8443,'1110','41600690998','2020-09-21 15:31:06',NULL,22.50,'','4','1','Inventory sold','1','','sales','6161101661713','','No',NULL,NULL,''),(8444,'5500','41600690998','2020-09-21 15:31:06',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8445,'1000','41600691468','2020-09-21 15:44:22',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8446,'4000','41600691468','2020-09-21 15:44:22',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(8447,'1110','41600691468','2020-09-21 15:44:22',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(8448,'5500','41600691468','2020-09-21 15:44:22',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8449,'1000','41600692274','2020-09-21 16:09:29',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8450,'4000','41600692274','2020-09-21 16:09:29',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440016','','No',NULL,NULL,''),(8451,'1110','41600692274','2020-09-21 16:09:29',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440016','','No',NULL,NULL,''),(8452,'5500','41600692274','2020-09-21 16:09:29',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8453,'1000','41600694164','2020-09-21 16:16:12',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8454,'4000','41600694164','2020-09-21 16:16:12',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(8455,'1110','41600694164','2020-09-21 16:16:12',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(8456,'5500','41600694164','2020-09-21 16:16:12',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8457,'1000','41600694174','2020-09-21 16:17:53',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8458,'4000','41600694174','2020-09-21 16:17:53',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000901','','No',NULL,NULL,''),(8459,'1110','41600694174','2020-09-21 16:17:53',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000901','','No',NULL,NULL,''),(8460,'5500','41600694174','2020-09-21 16:17:53',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8461,'1000','41600696371','2020-09-21 17:15:51',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8462,'4000','41600696371','2020-09-21 17:15:51',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(8463,'1110','41600696371','2020-09-21 17:15:51',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(8464,'5500','41600696371','2020-09-21 17:15:51',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8465,'1000','41600699526','2020-09-21 17:53:21',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8466,'4000','41600699526','2020-09-21 17:53:21',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(8467,'1110','41600699526','2020-09-21 17:53:21',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(8468,'5500','41600699526','2020-09-21 17:53:21',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8469,'1000','41600700004','2020-09-21 17:55:14',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8470,'4000','41600700004','2020-09-21 17:55:14',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(8471,'1110','41600700004','2020-09-21 17:55:14',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(8472,'5500','41600700004','2020-09-21 17:55:14',3.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8473,'1000','41600700116','2020-09-21 17:55:50',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8474,'4000','41600700116','2020-09-21 17:55:50',NULL,200.00,'','4','1','Good sold','1','','sales','168','','No',NULL,NULL,''),(8475,'1110','41600700116','2020-09-21 17:55:50',NULL,180.00,'','4','1','Inventory sold','1','','sales','168','','No',NULL,NULL,''),(8476,'5500','41600700116','2020-09-21 17:55:50',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8477,'1000','41600700306','2020-09-21 18:00:50',240.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8478,'4000','41600700306','2020-09-21 18:00:50',NULL,100.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(8479,'4000','41600700306','2020-09-21 18:00:50',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903427','','No',NULL,NULL,''),(8480,'4000','41600700306','2020-09-21 18:00:50',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(8481,'1110','41600700306','2020-09-21 18:00:50',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(8482,'1110','41600700306','2020-09-21 18:00:50',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903427','','No',NULL,NULL,''),(8483,'1110','41600700306','2020-09-21 18:00:50',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(8484,'5500','41600700306','2020-09-21 18:00:50',201.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8485,'1000','41600700458','2020-09-21 18:05:15',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8486,'4000','41600700458','2020-09-21 18:05:15',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(8487,'4000','41600700458','2020-09-21 18:05:15',NULL,20.00,'','4','1','Good sold','1','','sales','5013405652717','','No',NULL,NULL,''),(8488,'1110','41600700458','2020-09-21 18:05:15',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(8489,'1110','41600700458','2020-09-21 18:05:15',NULL,15.00,'','4','1','Inventory sold','1','','sales','5013405652717','','No',NULL,NULL,''),(8490,'5500','41600700458','2020-09-21 18:05:15',33.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8491,'1000','41600701990','2020-09-21 18:26:49',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8492,'4000','41600701990','2020-09-21 18:26:49',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(8493,'1110','41600701990','2020-09-21 18:26:49',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(8494,'5500','41600701990','2020-09-21 18:26:49',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8495,'1000','41600702857','2020-09-21 18:48:48',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8496,'4000','41600702857','2020-09-21 18:48:48',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8497,'1110','41600702857','2020-09-21 18:48:48',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(8498,'5500','41600702857','2020-09-21 18:48:48',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8499,'1000','41600703373','2020-09-21 18:50:16',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8500,'4000','41600703373','2020-09-21 18:50:16',NULL,55.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(8501,'1110','41600703373','2020-09-21 18:50:16',NULL,49.50,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(8502,'5500','41600703373','2020-09-21 18:50:16',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8503,'1000','41600703430','2020-09-21 18:53:59',45.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8504,'4000','41600703430','2020-09-21 18:53:59',NULL,20.00,'','4','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(8505,'4000','41600703430','2020-09-21 18:53:59',NULL,25.00,'','4','1','Good sold','1','','sales','173','','No',NULL,NULL,''),(8506,'1110','41600703430','2020-09-21 18:53:59',NULL,18.00,'','4','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(8507,'1110','41600703430','2020-09-21 18:53:59',NULL,22.50,'','4','1','Inventory sold','1','','sales','173','','No',NULL,NULL,''),(8508,'5500','41600703430','2020-09-21 18:53:59',40.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8509,'1000','41600703646','2020-09-21 18:57:57',175.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8510,'4000','41600703646','2020-09-21 18:57:57',NULL,85.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8511,'4000','41600703646','2020-09-21 18:57:57',NULL,90.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8512,'1110','41600703646','2020-09-21 18:57:57',NULL,76.50,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(8513,'1110','41600703646','2020-09-21 18:57:57',NULL,81.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(8514,'5500','41600703646','2020-09-21 18:57:57',157.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8515,'1000','41600703890','2020-09-21 18:58:29',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8516,'4000','41600703890','2020-09-21 18:58:29',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8517,'1110','41600703890','2020-09-21 18:58:29',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(8518,'5500','41600703890','2020-09-21 18:58:29',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8519,'1000','41600704338','2020-09-21 19:07:47',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8520,'4000','41600704338','2020-09-21 19:07:47',NULL,100.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(8521,'1110','41600704338','2020-09-21 19:07:47',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(8522,'5500','41600704338','2020-09-21 19:07:47',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8523,'1000','41600704470','2020-09-21 19:31:18',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8524,'4000','41600704470','2020-09-21 19:31:18',NULL,70.00,'','4','1','Good sold','1','','sales','10000905','','No',NULL,NULL,''),(8525,'1110','41600704470','2020-09-21 19:31:18',NULL,57.00,'','4','1','Inventory sold','1','','sales','10000905','','No',NULL,NULL,''),(8526,'5500','41600704470','2020-09-21 19:31:18',57.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8527,'1000','41600705923','2020-09-21 19:48:01',220.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8528,'4000','41600705923','2020-09-21 19:48:01',NULL,100.00,'','4','1','Good sold','1','','sales','6161100761933','','No',NULL,NULL,''),(8529,'4000','41600705923','2020-09-21 19:48:01',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(8530,'1110','41600705923','2020-09-21 19:48:01',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161100761933','','No',NULL,NULL,''),(8531,'1110','41600705923','2020-09-21 19:48:01',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(8532,'5500','41600705923','2020-09-21 19:48:01',183.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8533,'1000','41600706907','2020-09-21 20:08:56',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8534,'4000','41600706907','2020-09-21 20:08:56',NULL,200.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(8535,'1110','41600706907','2020-09-21 20:08:56',NULL,190.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(8536,'5500','41600706907','2020-09-21 20:08:56',190.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8537,'1000','41600708142','2020-09-21 20:13:15',1355.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8538,'4000','41600708142','2020-09-21 20:13:15',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050034','','No',NULL,NULL,''),(8539,'4000','41600708142','2020-09-21 20:13:15',NULL,100.00,'','4','1','Good sold','1','','sales','6161100762473','','No',NULL,NULL,''),(8540,'4000','41600708142','2020-09-21 20:13:15',NULL,510.00,'','4','1','Good sold','1','','sales','6161106610242','','No',NULL,NULL,''),(8541,'4000','41600708142','2020-09-21 20:13:15',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440016','','No',NULL,NULL,''),(8542,'4000','41600708142','2020-09-21 20:13:15',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440023','','No',NULL,NULL,''),(8543,'4000','41600708142','2020-09-21 20:13:15',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8544,'4000','41600708142','2020-09-21 20:13:15',NULL,260.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(8545,'4000','41600708142','2020-09-21 20:13:15',NULL,125.00,'','4','1','Good sold','1','','sales','122','','No',NULL,NULL,''),(8546,'1110','41600708142','2020-09-21 20:13:15',NULL,104.58,'','4','1','Inventory sold','1','','sales','6009627050034','','No',NULL,NULL,''),(8547,'1110','41600708142','2020-09-21 20:13:15',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161100762473','','No',NULL,NULL,''),(8548,'1110','41600708142','2020-09-21 20:13:15',NULL,452.50,'','4','1','Inventory sold','1','','sales','6161106610242','','No',NULL,NULL,''),(8549,'1110','41600708142','2020-09-21 20:13:15',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440016','','No',NULL,NULL,''),(8550,'1110','41600708142','2020-09-21 20:13:15',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440023','','No',NULL,NULL,''),(8551,'1110','41600708142','2020-09-21 20:13:15',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(8552,'1110','41600708142','2020-09-21 20:13:15',NULL,234.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(8553,'1110','41600708142','2020-09-21 20:13:15',NULL,110.00,'','4','1','Inventory sold','1','','sales','122','','No',NULL,NULL,''),(8554,'5500','41600708142','2020-09-21 20:13:15',1207.08,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8555,'1000','41600708559','2020-09-21 20:16:32',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8556,'4000','41600708559','2020-09-21 20:16:32',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(8557,'4000','41600708559','2020-09-21 20:16:32',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(8558,'1110','41600708559','2020-09-21 20:16:32',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(8559,'1110','41600708559','2020-09-21 20:16:32',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(8560,'5500','41600708559','2020-09-21 20:16:32',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8561,'1000','41600708637','2020-09-21 20:18:45',18.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8562,'4000','41600708637','2020-09-21 20:18:45',NULL,6.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(8563,'4000','41600708637','2020-09-21 20:18:45',NULL,12.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(8564,'1110','41600708637','2020-09-21 20:18:45',NULL,4.20,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(8565,'1110','41600708637','2020-09-21 20:18:45',NULL,8.40,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(8566,'5500','41600708637','2020-09-21 20:18:45',12.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8567,'1000','41600709442','2020-09-21 20:30:53',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8568,'4000','41600709442','2020-09-21 20:30:53',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(8569,'1110','41600709442','2020-09-21 20:30:53',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(8570,'5500','41600709442','2020-09-21 20:30:53',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8571,'1000','41600754445','2020-09-22 09:02:40',160.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8572,'4000','41600754445','2020-09-22 09:02:40',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033483','','No',NULL,NULL,''),(8573,'4000','41600754445','2020-09-22 09:02:40',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8574,'1110','41600754445','2020-09-22 09:02:40',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033483','','No',NULL,NULL,''),(8575,'1110','41600754445','2020-09-22 09:02:40',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(8576,'5500','41600754445','2020-09-22 09:02:40',144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8577,'1000','41600754566','2020-09-22 09:03:05',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8578,'4000','41600754566','2020-09-22 09:03:05',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(8579,'1110','41600754566','2020-09-22 09:03:05',NULL,135.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(8580,'5500','41600754566','2020-09-22 09:03:05',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8581,'1000','41600754589','2020-09-22 09:39:40',135.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8582,'4000','41600754589','2020-09-22 09:39:40',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(8583,'4000','41600754589','2020-09-22 09:39:40',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(8584,'1110','41600754589','2020-09-22 09:39:40',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(8585,'1110','41600754589','2020-09-22 09:39:40',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(8586,'5500','41600754589','2020-09-22 09:39:40',126.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8587,'1000','41600756788','2020-09-22 09:53:49',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8588,'4000','41600756788','2020-09-22 09:53:49',NULL,20.00,'','4','1','Good sold','1','','sales','6161101280013','','No',NULL,NULL,''),(8589,'1110','41600756788','2020-09-22 09:53:49',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161101280013','','No',NULL,NULL,''),(8590,'5500','41600756788','2020-09-22 09:53:49',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8597,'1000','41600757631','2020-09-22 11:06:35',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8598,'4000','41600757631','2020-09-22 11:06:35',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8599,'1110','41600757631','2020-09-22 11:06:35',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(8600,'5500','41600757631','2020-09-22 11:06:35',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8601,'1000','41600761997','2020-09-22 11:21:47',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8602,'4000','41600761997','2020-09-22 11:21:47',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(8603,'4000','41600761997','2020-09-22 11:21:47',NULL,75.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(8604,'1110','41600761997','2020-09-22 11:21:47',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(8605,'1110','41600761997','2020-09-22 11:21:47',NULL,67.50,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(8606,'5500','41600761997','2020-09-22 11:21:47',112.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8607,'1000','41600762914','2020-09-22 11:51:54',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8608,'4000','41600762914','2020-09-22 11:51:54',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(8609,'1110','41600762914','2020-09-22 11:51:54',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(8610,'5500','41600762914','2020-09-22 11:51:54',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8611,'1000','41600764716','2020-09-22 11:52:07',220.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8612,'4000','41600764716','2020-09-22 11:52:07',NULL,220.00,'','4','1','Good sold','1','','sales','6161101661232','','No',NULL,NULL,''),(8613,'1110','41600764716','2020-09-22 11:52:07',NULL,198.00,'','4','1','Inventory sold','1','','sales','6161101661232','','No',NULL,NULL,''),(8614,'5500','41600764716','2020-09-22 11:52:07',198.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8615,'1000','41600764731','2020-09-22 12:22:50',210.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8616,'4000','41600764731','2020-09-22 12:22:50',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903427','','No',NULL,NULL,''),(8617,'4000','41600764731','2020-09-22 12:22:50',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(8618,'4000','41600764731','2020-09-22 12:22:50',NULL,170.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(8619,'1110','41600764731','2020-09-22 12:22:50',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903427','','No',NULL,NULL,''),(8620,'1110','41600764731','2020-09-22 12:22:50',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(8621,'1110','41600764731','2020-09-22 12:22:50',NULL,153.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(8622,'5500','41600764731','2020-09-22 12:22:50',189.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8623,'1000','41600767900','2020-09-22 13:28:59',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8624,'4000','41600767900','2020-09-22 13:28:59',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(8625,'1110','41600767900','2020-09-22 13:28:59',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(8626,'5500','41600767900','2020-09-22 13:28:59',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8627,'1000','41600770549','2020-09-22 13:29:55',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8628,'4000','41600770549','2020-09-22 13:29:55',NULL,10.00,'','4','1','Good sold','1','','sales','8924122012340','','No',NULL,NULL,''),(8629,'1110','41600770549','2020-09-22 13:29:55',NULL,9.00,'','4','1','Inventory sold','1','','sales','8924122012340','','No',NULL,NULL,''),(8630,'5500','41600770549','2020-09-22 13:29:55',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8631,'1000','41600770597','2020-09-22 13:56:03',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8632,'4000','41600770597','2020-09-22 13:56:03',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(8633,'1110','41600770597','2020-09-22 13:56:03',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(8634,'5500','41600770597','2020-09-22 13:56:03',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8635,'1000','41600772165','2020-09-22 14:01:03',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8636,'4000','41600772165','2020-09-22 14:01:03',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(8637,'4000','41600772165','2020-09-22 14:01:03',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8638,'1110','41600772165','2020-09-22 14:01:03',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(8639,'1110','41600772165','2020-09-22 14:01:03',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(8640,'5500','41600772165','2020-09-22 14:01:03',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8641,'1000','41600772465','2020-09-22 14:10:47',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8642,'4000','41600772465','2020-09-22 14:10:47',NULL,110.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(8643,'1110','41600772465','2020-09-22 14:10:47',NULL,99.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(8644,'5500','41600772465','2020-09-22 14:10:47',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8645,'1000','41600773069','2020-09-22 14:35:18',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8646,'4000','41600773069','2020-09-22 14:35:18',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8647,'1110','41600773069','2020-09-22 14:35:18',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(8648,'5500','41600773069','2020-09-22 14:35:18',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8649,'1000','41600774522','2020-09-22 14:51:53',12.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8650,'4000','41600774522','2020-09-22 14:51:53',NULL,12.00,'','4','1','Good sold','1','','sales','433','','No',NULL,NULL,''),(8651,'1110','41600774522','2020-09-22 14:51:53',NULL,9.20,'','4','1','Inventory sold','1','','sales','433','','No',NULL,NULL,''),(8652,'5500','41600774522','2020-09-22 14:51:53',9.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8653,'1000','41600775516','2020-09-22 14:53:29',455.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8654,'4000','41600775516','2020-09-22 14:53:29',NULL,200.00,'','4','1','Good sold','1','','sales','6920354817823','','No',NULL,NULL,''),(8655,'4000','41600775516','2020-09-22 14:53:29',NULL,170.00,'','4','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(8656,'4000','41600775516','2020-09-22 14:53:29',NULL,85.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(8657,'1110','41600775516','2020-09-22 14:53:29',NULL,180.00,'','4','1','Inventory sold','1','','sales','6920354817823','','No',NULL,NULL,''),(8658,'1110','41600775516','2020-09-22 14:53:29',NULL,153.00,'','4','1','Inventory sold','1','','sales','76','','No',NULL,NULL,''),(8659,'1110','41600775516','2020-09-22 14:53:29',NULL,76.50,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(8660,'5500','41600775516','2020-09-22 14:53:29',409.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8661,'1000','41600775658','2020-09-22 15:04:55',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8662,'4000','41600775658','2020-09-22 15:04:55',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(8663,'1110','41600775658','2020-09-22 15:04:55',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(8664,'5500','41600775658','2020-09-22 15:04:55',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8665,'1110','71600759347','2020-09-22 10:22:00',225.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','32','','No',NULL,NULL,''),(8666,'1110','71600759347','2020-09-22 10:22:00',135.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','33','','No',NULL,NULL,''),(8667,'1110','71600759347','2020-09-22 10:22:00',126.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','427','','No',NULL,NULL,''),(8668,'1110','71600759347','2020-09-22 10:22:00',324.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','30','','No',NULL,NULL,''),(8669,'1110','71600759347','2020-09-22 10:22:00',216.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','53','','No',NULL,NULL,''),(8670,'1110','71600759347','2020-09-22 10:22:00',70.40,NULL,'','7','1','Inventory Purchased','1','3','Purchases','502','','No',NULL,NULL,''),(8671,'1110','71600759347','2020-09-22 10:22:00',475.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','492','','No',NULL,NULL,''),(8672,'1110','71600759347','2020-09-22 10:22:00',225.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','493','','No',NULL,NULL,''),(8673,'1110','71600759347','2020-09-22 10:22:00',472.50,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161101000895','','No',NULL,NULL,''),(8674,'1110','71600759347','2020-09-22 10:22:00',472.50,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161101000901','','No',NULL,NULL,''),(8675,'1110','71600759347','2020-09-22 10:22:00',252.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000033490','','No',NULL,NULL,''),(8676,'1110','71600759347','2020-09-22 10:22:00',240.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','616400033506','','No',NULL,NULL,''),(8677,'1110','71600759347','2020-09-22 10:22:00',252.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000033483','','No',NULL,NULL,''),(8678,'1110','71600759347','2020-09-22 10:22:00',189.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000033070','','No',NULL,NULL,''),(8679,'1110','71600759347','2020-09-22 10:22:00',468.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000033179','','No',NULL,NULL,''),(8680,'1110','71600759347','2020-09-22 10:22:00',234.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000033223','','No',NULL,NULL,''),(8681,'1110','71600759347','2020-09-22 10:22:00',234.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000033193','','No',NULL,NULL,''),(8682,'1110','71600759347','2020-09-22 10:22:00',472.50,NULL,'','7','1','Inventory Purchased','1','3','Purchases','161','','No',NULL,NULL,''),(8683,'1110','71600759347','2020-09-22 10:22:00',336.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','161101680431','','No',NULL,NULL,''),(8684,'1110','71600759347','2020-09-22 10:22:00',1080.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161101680424','','No',NULL,NULL,''),(8685,'2130','71600759347','2020-09-22 10:22:00',NULL,6498.90,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(8686,'1000','41600776300','2020-09-22 15:20:15',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8687,'4000','41600776300','2020-09-22 15:20:15',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440016','','No',NULL,NULL,''),(8688,'1110','41600776300','2020-09-22 15:20:15',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440016','','No',NULL,NULL,''),(8689,'5500','41600776300','2020-09-22 15:20:15',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8690,'1000','41600777221','2020-09-22 15:29:08',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8691,'4000','41600777221','2020-09-22 15:29:08',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000895','','No',NULL,NULL,''),(8692,'1110','41600777221','2020-09-22 15:29:08',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000895','','No',NULL,NULL,''),(8693,'5500','41600777221','2020-09-22 15:29:08',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8694,'1000','41600777770','2020-09-22 15:34:37',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8695,'4000','41600777770','2020-09-22 15:34:37',NULL,150.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(8696,'1110','41600777770','2020-09-22 15:34:37',NULL,135.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(8697,'5500','41600777770','2020-09-22 15:34:37',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8698,'1000','41600778095','2020-09-22 15:40:59',35.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8699,'4000','41600778095','2020-09-22 15:40:59',NULL,35.00,'','4','1','Good sold','1','','sales','6164000009358','','No',NULL,NULL,''),(8700,'1110','41600778095','2020-09-22 15:40:59',NULL,31.50,'','4','1','Inventory sold','1','','sales','6164000009358','','No',NULL,NULL,''),(8701,'5500','41600778095','2020-09-22 15:40:59',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8702,'1000','41600778757','2020-09-22 16:35:26',137.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8703,'4000','41600778757','2020-09-22 16:35:26',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033483','','No',NULL,NULL,''),(8704,'4000','41600778757','2020-09-22 16:35:26',NULL,6.00,'','4','1','Good sold','1','','sales','433','','No',NULL,NULL,''),(8705,'4000','41600778757','2020-09-22 16:35:26',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(8706,'4000','41600778757','2020-09-22 16:35:26',NULL,11.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(8707,'1110','41600778757','2020-09-22 16:35:26',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033483','','No',NULL,NULL,''),(8708,'1110','41600778757','2020-09-22 16:35:26',NULL,4.60,'','4','1','Inventory sold','1','','sales','433','','No',NULL,NULL,''),(8709,'1110','41600778757','2020-09-22 16:35:26',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(8710,'1110','41600778757','2020-09-22 16:35:26',NULL,9.68,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(8711,'5500','41600778757','2020-09-22 16:35:26',122.28,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8712,'1000','41600781728','2020-09-22 17:26:04',270.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8713,'4000','41600781728','2020-09-22 17:26:04',NULL,100.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(8714,'4000','41600781728','2020-09-22 17:26:04',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(8715,'4000','41600781728','2020-09-22 17:26:04',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(8716,'1110','41600781728','2020-09-22 17:26:04',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(8717,'1110','41600781728','2020-09-22 17:26:04',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(8718,'1110','41600781728','2020-09-22 17:26:04',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(8719,'5500','41600781728','2020-09-22 17:26:04',228.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8720,'1000','41600784767','2020-09-22 17:31:47',310.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8721,'4000','41600784767','2020-09-22 17:31:47',NULL,240.00,'','4','1','Good sold','1','','sales','6161102170900','','No',NULL,NULL,''),(8722,'4000','41600784767','2020-09-22 17:31:47',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(8723,'1110','41600784767','2020-09-22 17:31:47',NULL,216.00,'','4','1','Inventory sold','1','','sales','6161102170900','','No',NULL,NULL,''),(8724,'1110','41600784767','2020-09-22 17:31:47',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(8725,'5500','41600784767','2020-09-22 17:31:47',279.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8726,'1000','41600785158','2020-09-22 17:33:27',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8727,'4000','41600785158','2020-09-22 17:33:27',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(8728,'1110','41600785158','2020-09-22 17:33:27',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(8729,'5500','41600785158','2020-09-22 17:33:27',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8730,'1000','41600785261','2020-09-22 17:39:33',180.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8731,'4000','41600785261','2020-09-22 17:39:33',NULL,180.00,'','4','1','Good sold','1','','sales','6161106610228','','No',NULL,NULL,''),(8732,'1110','41600785261','2020-09-22 17:39:33',NULL,162.00,'','4','1','Inventory sold','1','','sales','6161106610228','','No',NULL,NULL,''),(8733,'5500','41600785261','2020-09-22 17:39:33',162.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8734,'1000','41600785640','2020-09-22 18:27:23',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8735,'4000','41600785640','2020-09-22 18:27:23',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033179','','No',NULL,NULL,''),(8736,'1110','41600785640','2020-09-22 18:27:23',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033179','','No',NULL,NULL,''),(8737,'5500','41600785640','2020-09-22 18:27:23',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8738,'1000','41600790238','2020-09-22 18:57:40',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8739,'4000','41600790238','2020-09-22 18:57:40',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033179','','No',NULL,NULL,''),(8740,'1110','41600790238','2020-09-22 18:57:40',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033179','','No',NULL,NULL,''),(8741,'5500','41600790238','2020-09-22 18:57:40',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8742,'1000','41600790332','2020-09-22 19:04:47',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8743,'4000','41600790332','2020-09-22 19:04:47',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(8744,'1110','41600790332','2020-09-22 19:04:47',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(8745,'5500','41600790332','2020-09-22 19:04:47',3.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8746,'1000','41600790691','2020-09-22 19:25:57',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8747,'4000','41600790691','2020-09-22 19:25:57',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(8748,'1110','41600790691','2020-09-22 19:25:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(8749,'5500','41600790691','2020-09-22 19:25:57',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8750,'1000','41600792041','2020-09-22 19:33:07',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8751,'4000','41600792041','2020-09-22 19:33:07',NULL,25.00,'','4','1','Good sold','1','','sales','6161100040267','','No',NULL,NULL,''),(8752,'1110','41600792041','2020-09-22 19:33:07',NULL,22.50,'','4','1','Inventory sold','1','','sales','6161100040267','','No',NULL,NULL,''),(8753,'5500','41600792041','2020-09-22 19:33:07',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8754,'1000','41600792397','2020-09-22 19:33:58',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8755,'4000','41600792397','2020-09-22 19:33:58',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(8756,'1110','41600792397','2020-09-22 19:33:58',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(8757,'5500','41600792397','2020-09-22 19:33:58',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8758,'1000','41600793060','2020-09-22 19:45:55',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8759,'4000','41600793060','2020-09-22 19:45:55',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033193','','No',NULL,NULL,''),(8760,'1110','41600793060','2020-09-22 19:45:55',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033193','','No',NULL,NULL,''),(8761,'5500','41600793060','2020-09-22 19:45:55',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8762,'1000','41600793158','2020-09-22 19:54:08',935.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8763,'4000','41600793158','2020-09-22 19:54:08',NULL,600.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(8764,'4000','41600793158','2020-09-22 19:54:08',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440023','','No',NULL,NULL,''),(8765,'4000','41600793158','2020-09-22 19:54:08',NULL,160.00,'','4','1','Good sold','1','','sales','6164000009006','','No',NULL,NULL,''),(8766,'4000','41600793158','2020-09-22 19:54:08',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8767,'1110','41600793158','2020-09-22 19:54:08',NULL,540.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(8768,'1110','41600793158','2020-09-22 19:54:08',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440023','','No',NULL,NULL,''),(8769,'1110','41600793158','2020-09-22 19:54:08',NULL,144.00,'','4','1','Inventory sold','1','','sales','6164000009006','','No',NULL,NULL,''),(8770,'1110','41600793158','2020-09-22 19:54:08',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(8771,'5500','41600793158','2020-09-22 19:54:08',841.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8772,'1000','41600793703','2020-09-22 19:55:19',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8773,'4000','41600793703','2020-09-22 19:55:19',NULL,75.00,'','4','1','Good sold','1','','sales','6161113440061','','No',NULL,NULL,''),(8774,'1110','41600793703','2020-09-22 19:55:19',NULL,67.50,'','4','1','Inventory sold','1','','sales','6161113440061','','No',NULL,NULL,''),(8775,'5500','41600793703','2020-09-22 19:55:19',67.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8776,'4000','41600790238','2020-09-22 19:59:31',130.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(8777,'1000','41600790238','2020-09-22 19:59:31',NULL,130.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(8778,'5500','41600790238','2020-09-22 19:59:31',NULL,117.00,'','4','1','Cost of goods returned','1','','sales','6164000033179','','No',NULL,NULL,''),(8779,'1110','41600790238','2020-09-22 19:59:31',117.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(8780,'1000','41600795194','2020-09-22 20:20:08',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8781,'4000','41600795194','2020-09-22 20:20:08',NULL,50.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(8782,'1110','41600795194','2020-09-22 20:20:08',NULL,45.00,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(8783,'5500','41600795194','2020-09-22 20:20:08',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8784,'1000','41600838456','2020-09-23 09:29:35',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8785,'4000','41600838456','2020-09-23 09:29:35',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(8786,'1110','41600838456','2020-09-23 09:29:35',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(8787,'5500','41600838456','2020-09-23 09:29:35',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8788,'1000','41600842595','2020-09-23 09:45:03',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8789,'4000','41600842595','2020-09-23 09:45:03',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(8790,'1110','41600842595','2020-09-23 09:45:03',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(8791,'5500','41600842595','2020-09-23 09:45:03',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8792,'1000','41600843506','2020-09-23 10:18:09',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8793,'4000','41600843506','2020-09-23 10:18:09',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(8794,'4000','41600843506','2020-09-23 10:18:09',NULL,50.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(8795,'1110','41600843506','2020-09-23 10:18:09',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(8796,'1110','41600843506','2020-09-23 10:18:09',NULL,45.00,'','4','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(8797,'5500','41600843506','2020-09-23 10:18:09',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8798,'1000','41600845494','2020-09-23 10:40:34',215.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8799,'4000','41600845494','2020-09-23 10:40:34',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(8800,'4000','41600845494','2020-09-23 10:40:34',NULL,30.00,'','4','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(8801,'4000','41600845494','2020-09-23 10:40:34',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(8802,'1110','41600845494','2020-09-23 10:40:34',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(8803,'1110','41600845494','2020-09-23 10:40:34',NULL,27.00,'','4','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(8804,'1110','41600845494','2020-09-23 10:40:34',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(8805,'5500','41600845494','2020-09-23 10:40:34',178.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8806,'1000','41600847616','2020-09-23 11:06:06',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8807,'4000','41600847616','2020-09-23 11:06:06',NULL,20.00,'','4','1','Good sold','1','','sales','499','','No',NULL,NULL,''),(8808,'1110','41600847616','2020-09-23 11:06:06',NULL,16.00,'','4','1','Inventory sold','1','','sales','499','','No',NULL,NULL,''),(8809,'5500','41600847616','2020-09-23 11:06:06',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8810,'1000','41600848369','2020-09-23 11:11:27',220.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8811,'4000','41600848369','2020-09-23 11:11:27',NULL,85.00,'','4','1','Good sold','1','','sales','6161100912281','','No',NULL,NULL,''),(8812,'4000','41600848369','2020-09-23 11:11:27',NULL,70.00,'','4','1','Good sold','1','','sales','6161100912380','','No',NULL,NULL,''),(8813,'4000','41600848369','2020-09-23 11:11:27',NULL,65.00,'','4','1','Good sold','1','','sales','6161100913080','','No',NULL,NULL,''),(8814,'1110','41600848369','2020-09-23 11:11:27',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161100912281','','No',NULL,NULL,''),(8815,'1110','41600848369','2020-09-23 11:11:27',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100912380','','No',NULL,NULL,''),(8816,'1110','41600848369','2020-09-23 11:11:27',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161100913080','','No',NULL,NULL,''),(8817,'5500','41600848369','2020-09-23 11:11:27',198.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8818,'1000','41600848824','2020-09-23 11:20:39',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8819,'4000','41600848824','2020-09-23 11:20:39',NULL,55.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(8820,'1110','41600848824','2020-09-23 11:20:39',NULL,49.50,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(8821,'5500','41600848824','2020-09-23 11:20:39',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8822,'1000','41600849268','2020-09-23 11:33:16',45.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8823,'4000','41600849268','2020-09-23 11:33:16',NULL,45.00,'','4','1','Good sold','1','','sales','6164000009556','','No',NULL,NULL,''),(8824,'1110','41600849268','2020-09-23 11:33:16',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000009556','','No',NULL,NULL,''),(8825,'5500','41600849268','2020-09-23 11:33:16',40.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8826,'1000','41600850000','2020-09-23 11:56:39',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8827,'4000','41600850000','2020-09-23 11:56:39',NULL,20.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(8828,'1110','41600850000','2020-09-23 11:56:39',NULL,13.32,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(8829,'5500','41600850000','2020-09-23 11:56:39',13.32,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8830,'1000','41600851404','2020-09-23 12:14:32',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8831,'4000','41600851404','2020-09-23 12:14:32',NULL,5.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(8832,'4000','41600851404','2020-09-23 12:14:32',NULL,65.00,'','4','1','Good sold','1','','sales','144','','No',NULL,NULL,''),(8833,'1110','41600851404','2020-09-23 12:14:32',NULL,4.50,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(8834,'1110','41600851404','2020-09-23 12:14:32',NULL,58.50,'','4','1','Inventory sold','1','','sales','144','','No',NULL,NULL,''),(8835,'5500','41600851404','2020-09-23 12:14:32',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8836,'1000','41600852480','2020-09-23 12:21:48',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8837,'4000','41600852480','2020-09-23 12:21:48',NULL,5.00,'','4','1','Good sold','1','','sales','189','','No',NULL,NULL,''),(8838,'1110','41600852480','2020-09-23 12:21:48',NULL,3.40,'','4','1','Inventory sold','1','','sales','189','','No',NULL,NULL,''),(8839,'5500','41600852480','2020-09-23 12:21:48',3.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8840,'1000','41600852911','2020-09-23 12:24:23',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8841,'4000','41600852911','2020-09-23 12:24:23',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(8842,'1110','41600852911','2020-09-23 12:24:23',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(8843,'5500','41600852911','2020-09-23 12:24:23',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8852,'1000','41600853067','2020-09-23 13:29:37',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8853,'4000','41600853067','2020-09-23 13:29:37',NULL,30.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(8854,'1110','41600853067','2020-09-23 13:29:37',NULL,27.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(8855,'5500','41600853067','2020-09-23 13:29:37',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8856,'1000','41600856980','2020-09-23 14:13:41',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8857,'4000','41600856980','2020-09-23 14:13:41',NULL,80.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(8858,'4000','41600856980','2020-09-23 14:13:41',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(8859,'4000','41600856980','2020-09-23 14:13:41',NULL,40.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(8860,'1110','41600856980','2020-09-23 14:13:41',NULL,72.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(8861,'1110','41600856980','2020-09-23 14:13:41',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(8862,'1110','41600856980','2020-09-23 14:13:41',NULL,30.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(8863,'5500','41600856980','2020-09-23 14:13:41',147.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8864,'1000','41600859624','2020-09-23 14:14:32',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8865,'4000','41600859624','2020-09-23 14:14:32',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(8866,'1110','41600859624','2020-09-23 14:14:32',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(8867,'5500','41600859624','2020-09-23 14:14:32',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8868,'1000','41600859675','2020-09-23 14:18:11',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8869,'4000','41600859675','2020-09-23 14:18:11',NULL,70.00,'','4','1','Good sold','1','','sales','10000905','','No',NULL,NULL,''),(8870,'1110','41600859675','2020-09-23 14:18:11',NULL,57.00,'','4','1','Inventory sold','1','','sales','10000905','','No',NULL,NULL,''),(8871,'5500','41600859675','2020-09-23 14:18:11',57.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8872,'1000','41600860119','2020-09-23 14:28:54',245.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8873,'4000','41600860119','2020-09-23 14:28:54',NULL,170.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(8874,'4000','41600860119','2020-09-23 14:28:54',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(8875,'4000','41600860119','2020-09-23 14:28:54',NULL,5.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(8876,'1110','41600860119','2020-09-23 14:28:54',NULL,153.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(8877,'1110','41600860119','2020-09-23 14:28:54',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(8878,'1110','41600860119','2020-09-23 14:28:54',NULL,4.40,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(8879,'5500','41600860119','2020-09-23 14:28:54',214.90,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8880,'1110','71600854205','2020-09-23 12:43:00',225.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','493','','No',NULL,NULL,''),(8881,'1110','71600854205','2020-09-23 12:43:00',105.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','494','','No',NULL,NULL,''),(8882,'1110','71600854205','2020-09-23 12:43:00',40.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','495','','No',NULL,NULL,''),(8883,'1110','71600854205','2020-09-23 12:43:00',368.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','497','','No',NULL,NULL,''),(8884,'1110','71600854205','2020-09-23 12:43:00',475.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','496','','No',NULL,NULL,''),(8885,'1110','71600854205','2020-09-23 12:43:00',1188.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161101000543','','No',NULL,NULL,''),(8886,'1110','71600854205','2020-09-23 12:43:00',540.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161101680424','','No',NULL,NULL,''),(8887,'1110','71600854205','2020-09-23 12:43:00',190.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','492','','No',NULL,NULL,''),(8888,'2130','71600854205','2020-09-23 12:43:00',NULL,3131.00,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(8889,'1000','41600860702','2020-09-23 14:38:12',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8890,'4000','41600860702','2020-09-23 14:38:12',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(8891,'1110','41600860702','2020-09-23 14:38:12',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(8892,'5500','41600860702','2020-09-23 14:38:12',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8893,'1000','41600861097','2020-09-23 14:45:35',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8894,'4000','41600861097','2020-09-23 14:45:35',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(8895,'1110','41600861097','2020-09-23 14:45:35',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(8896,'5500','41600861097','2020-09-23 14:45:35',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8897,'1000','41600861580','2020-09-23 14:46:45',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8898,'4000','41600861580','2020-09-23 14:46:45',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(8899,'1110','41600861580','2020-09-23 14:46:45',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(8900,'5500','41600861580','2020-09-23 14:46:45',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8901,'1000','41600861580','2020-09-23 14:46:45',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8902,'4000','41600861580','2020-09-23 14:46:45',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(8903,'1110','41600861580','2020-09-23 14:46:45',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(8904,'5500','41600861580','2020-09-23 14:46:45',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8905,'4000','41600861580','2020-09-23 14:47:47',20.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(8906,'1000','41600861580','2020-09-23 14:47:47',NULL,20.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(8907,'5500','41600861580','2020-09-23 14:47:47',NULL,15.00,'','4','1','Cost of goods returned','1','','sales','494','','No',NULL,NULL,''),(8908,'1110','41600861580','2020-09-23 14:47:47',15.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(8909,'1000','41600861674','2020-09-23 15:00:05',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8910,'4000','41600861674','2020-09-23 15:00:05',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(8911,'1110','41600861674','2020-09-23 15:00:05',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(8912,'5500','41600861674','2020-09-23 15:00:05',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8913,'1000','41600862408','2020-09-23 15:05:08',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8914,'4000','41600862408','2020-09-23 15:05:08',NULL,10.00,'','4','1','Good sold','1','','sales','499','','No',NULL,NULL,''),(8915,'1110','41600862408','2020-09-23 15:05:08',NULL,8.00,'','4','1','Inventory sold','1','','sales','499','','No',NULL,NULL,''),(8916,'5500','41600862408','2020-09-23 15:05:08',8.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8917,'1000','41600862711','2020-09-23 15:27:53',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8918,'4000','41600862711','2020-09-23 15:27:53',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(8919,'4000','41600862711','2020-09-23 15:27:53',NULL,65.00,'','4','1','Good sold','1','','sales','6161100913080','','No',NULL,NULL,''),(8920,'4000','41600862711','2020-09-23 15:27:53',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8921,'4000','41600862711','2020-09-23 15:27:53',NULL,30.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(8922,'1110','41600862711','2020-09-23 15:27:53',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(8923,'1110','41600862711','2020-09-23 15:27:53',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161100913080','','No',NULL,NULL,''),(8924,'1110','41600862711','2020-09-23 15:27:53',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(8925,'1110','41600862711','2020-09-23 15:27:53',NULL,27.00,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(8926,'5500','41600862711','2020-09-23 15:27:53',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8927,'1000','41600864130','2020-09-23 16:00:14',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8928,'4000','41600864130','2020-09-23 16:00:14',NULL,50.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(8929,'1110','41600864130','2020-09-23 16:00:14',NULL,45.00,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(8930,'5500','41600864130','2020-09-23 16:00:14',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8931,'1000','41600866021','2020-09-23 16:04:48',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8932,'4000','41600866021','2020-09-23 16:04:48',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(8933,'4000','41600866021','2020-09-23 16:04:48',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(8934,'1110','41600866021','2020-09-23 16:04:48',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(8935,'1110','41600866021','2020-09-23 16:04:48',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(8936,'5500','41600866021','2020-09-23 16:04:48',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8937,'1000','41600866291','2020-09-23 16:11:54',25.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8938,'4000','41600866291','2020-09-23 16:11:54',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(8939,'1110','41600866291','2020-09-23 16:11:54',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(8940,'5500','41600866291','2020-09-23 16:11:54',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8941,'1000','41600866721','2020-09-23 16:18:09',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8942,'4000','41600866721','2020-09-23 16:18:09',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8943,'1110','41600866721','2020-09-23 16:18:09',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(8944,'5500','41600866721','2020-09-23 16:18:09',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8945,'1000','41600867092','2020-09-23 16:25:19',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8946,'4000','41600867092','2020-09-23 16:25:19',NULL,100.00,'','4','1','Good sold','1','','sales','6162006607998','','No',NULL,NULL,''),(8947,'4000','41600867092','2020-09-23 16:25:19',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(8948,'4000','41600867092','2020-09-23 16:25:19',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(8949,'1110','41600867092','2020-09-23 16:25:19',NULL,90.00,'','4','1','Inventory sold','1','','sales','6162006607998','','No',NULL,NULL,''),(8950,'1110','41600867092','2020-09-23 16:25:19',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(8951,'1110','41600867092','2020-09-23 16:25:19',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(8952,'5500','41600867092','2020-09-23 16:25:19',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8953,'1000','41600867523','2020-09-23 16:36:31',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8954,'4000','41600867523','2020-09-23 16:36:31',NULL,120.00,'','4','1','Good sold','1','','sales','0792382429769','','No',NULL,NULL,''),(8955,'1110','41600867523','2020-09-23 16:36:31',NULL,108.00,'','4','1','Inventory sold','1','','sales','0792382429769','','No',NULL,NULL,''),(8956,'5500','41600867523','2020-09-23 16:36:31',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8957,'1000','41600868194','2020-09-23 16:37:48',210.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8958,'4000','41600868194','2020-09-23 16:37:48',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8959,'4000','41600868194','2020-09-23 16:37:48',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(8960,'1110','41600868194','2020-09-23 16:37:48',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(8961,'1110','41600868194','2020-09-23 16:37:48',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(8962,'5500','41600868194','2020-09-23 16:37:48',174.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8963,'1000','41600868284','2020-09-23 16:42:10',435.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8964,'4000','41600868284','2020-09-23 16:42:10',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033070','','No',NULL,NULL,''),(8965,'4000','41600868284','2020-09-23 16:42:10',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033070','','No',NULL,NULL,''),(8966,'4000','41600868284','2020-09-23 16:42:10',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033483','','No',NULL,NULL,''),(8967,'4000','41600868284','2020-09-23 16:42:10',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033490','','No',NULL,NULL,''),(8968,'4000','41600868284','2020-09-23 16:42:10',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033490','','No',NULL,NULL,''),(8969,'4000','41600868284','2020-09-23 16:42:10',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8970,'4000','41600868284','2020-09-23 16:42:10',NULL,70.00,'','4','1','Good sold','1','','sales','616400033506','','No',NULL,NULL,''),(8971,'1110','41600868284','2020-09-23 16:42:10',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033070','','No',NULL,NULL,''),(8972,'1110','41600868284','2020-09-23 16:42:10',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033070','','No',NULL,NULL,''),(8973,'1110','41600868284','2020-09-23 16:42:10',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033483','','No',NULL,NULL,''),(8974,'1110','41600868284','2020-09-23 16:42:10',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033490','','No',NULL,NULL,''),(8975,'1110','41600868284','2020-09-23 16:42:10',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033490','','No',NULL,NULL,''),(8976,'1110','41600868284','2020-09-23 16:42:10',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(8977,'1110','41600868284','2020-09-23 16:42:10',NULL,60.00,'','4','1','Inventory sold','1','','sales','616400033506','','No',NULL,NULL,''),(8978,'5500','41600868284','2020-09-23 16:42:10',388.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8979,'1000','41600868616','2020-09-23 16:44:16',420.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8980,'4000','41600868616','2020-09-23 16:44:16',NULL,100.00,'','4','1','Good sold','1','','sales','6161101668293','','No',NULL,NULL,''),(8981,'4000','41600868616','2020-09-23 16:44:16',NULL,320.00,'','4','1','Good sold','1','','sales','121','','No',NULL,NULL,''),(8982,'1110','41600868616','2020-09-23 16:44:16',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161101668293','','No',NULL,NULL,''),(8983,'1110','41600868616','2020-09-23 16:44:16',NULL,288.00,'','4','1','Inventory sold','1','','sales','121','','No',NULL,NULL,''),(8984,'5500','41600868616','2020-09-23 16:44:16',378.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8985,'1000','41600868616','2020-09-23 16:44:16',420.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8986,'4000','41600868616','2020-09-23 16:44:16',NULL,100.00,'','4','1','Good sold','1','','sales','6161101668293','','No',NULL,NULL,''),(8987,'4000','41600868616','2020-09-23 16:44:16',NULL,320.00,'','4','1','Good sold','1','','sales','121','','No',NULL,NULL,''),(8988,'1110','41600868616','2020-09-23 16:44:16',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161101668293','','No',NULL,NULL,''),(8989,'1110','41600868616','2020-09-23 16:44:16',NULL,288.00,'','4','1','Inventory sold','1','','sales','121','','No',NULL,NULL,''),(8990,'5500','41600868616','2020-09-23 16:44:16',378.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8991,'1000','41600868775','2020-09-23 16:48:33',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8992,'4000','41600868775','2020-09-23 16:48:33',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(8993,'1110','41600868775','2020-09-23 16:48:33',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(8994,'5500','41600868775','2020-09-23 16:48:33',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8995,'1000','41600868917','2020-09-23 17:08:14',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8996,'4000','41600868917','2020-09-23 17:08:14',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8997,'4000','41600868917','2020-09-23 17:08:14',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(8998,'1110','41600868917','2020-09-23 17:08:14',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(8999,'1110','41600868917','2020-09-23 17:08:14',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(9000,'5500','41600868917','2020-09-23 17:08:14',144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9001,'1000','41600870118','2020-09-23 17:20:12',460.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9002,'4000','41600870118','2020-09-23 17:20:12',NULL,170.00,'','4','1','Good sold','1','','sales','5010029204780','','No',NULL,NULL,''),(9003,'4000','41600870118','2020-09-23 17:20:12',NULL,40.00,'','4','1','Good sold','1','','sales','6008677000549','','No',NULL,NULL,''),(9004,'4000','41600870118','2020-09-23 17:20:12',NULL,110.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(9005,'4000','41600870118','2020-09-23 17:20:12',NULL,70.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(9006,'4000','41600870118','2020-09-23 17:20:12',NULL,70.00,'','4','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(9007,'1110','41600870118','2020-09-23 17:20:12',NULL,153.00,'','4','1','Inventory sold','1','','sales','5010029204780','','No',NULL,NULL,''),(9008,'1110','41600870118','2020-09-23 17:20:12',NULL,36.00,'','4','1','Inventory sold','1','','sales','6008677000549','','No',NULL,NULL,''),(9009,'1110','41600870118','2020-09-23 17:20:12',NULL,99.00,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(9010,'1110','41600870118','2020-09-23 17:20:12',NULL,63.00,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(9011,'1110','41600870118','2020-09-23 17:20:12',NULL,63.00,'','4','1','Inventory sold','1','','sales','51','','No',NULL,NULL,''),(9012,'5500','41600870118','2020-09-23 17:20:12',414.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9013,'1000','41600870843','2020-09-23 17:47:14',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9014,'4000','41600870843','2020-09-23 17:47:14',NULL,20.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(9015,'1110','41600870843','2020-09-23 17:47:14',NULL,18.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(9016,'5500','41600870843','2020-09-23 17:47:14',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9017,'1000','41600872437','2020-09-23 18:06:23',510.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9018,'4000','41600872437','2020-09-23 18:06:23',NULL,510.00,'','4','1','Good sold','1','','sales','6161106610242','','No',NULL,NULL,''),(9019,'1110','41600872437','2020-09-23 18:06:23',NULL,452.50,'','4','1','Inventory sold','1','','sales','6161106610242','','No',NULL,NULL,''),(9020,'5500','41600872437','2020-09-23 18:06:23',452.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9021,'1000','41600873649','2020-09-23 18:07:44',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9022,'4000','41600873649','2020-09-23 18:07:44',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9023,'1110','41600873649','2020-09-23 18:07:44',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(9024,'5500','41600873649','2020-09-23 18:07:44',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9025,'1000','41600873667','2020-09-23 18:27:04',230.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9026,'4000','41600873667','2020-09-23 18:27:04',NULL,230.00,'','4','1','Good sold','1','','sales','57','','No',NULL,NULL,''),(9027,'1110','41600873667','2020-09-23 18:27:04',NULL,207.00,'','4','1','Inventory sold','1','','sales','57','','No',NULL,NULL,''),(9028,'5500','41600873667','2020-09-23 18:27:04',207.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9029,'1000','41600874903','2020-09-23 18:36:24',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9030,'4000','41600874903','2020-09-23 18:36:24',NULL,120.00,'','4','1','Good sold','1','','sales','6161106610594','','No',NULL,NULL,''),(9031,'1110','41600874903','2020-09-23 18:36:24',NULL,108.00,'','4','1','Inventory sold','1','','sales','6161106610594','','No',NULL,NULL,''),(9032,'5500','41600874903','2020-09-23 18:36:24',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9033,'1000','41600875393','2020-09-23 18:50:24',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9034,'4000','41600875393','2020-09-23 18:50:24',NULL,20.00,'','4','1','Good sold','1','','sales','161102794700','','No',NULL,NULL,''),(9035,'1110','41600875393','2020-09-23 18:50:24',NULL,16.00,'','4','1','Inventory sold','1','','sales','161102794700','','No',NULL,NULL,''),(9036,'5500','41600875393','2020-09-23 18:50:24',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9037,'1000','41600876227','2020-09-23 18:57:18',265.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9038,'4000','41600876227','2020-09-23 18:57:18',NULL,40.00,'','4','1','Good sold','1','','sales','6008677000549','','No',NULL,NULL,''),(9039,'4000','41600876227','2020-09-23 18:57:18',NULL,60.00,'','4','1','Good sold','1','','sales','6161101000840','','No',NULL,NULL,''),(9040,'4000','41600876227','2020-09-23 18:57:18',NULL,60.00,'','4','1','Good sold','1','','sales','6161101000840','','No',NULL,NULL,''),(9041,'4000','41600876227','2020-09-23 18:57:18',NULL,45.00,'','4','1','Good sold','1','','sales','6164000009556','','No',NULL,NULL,''),(9042,'4000','41600876227','2020-09-23 18:57:18',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(9043,'4000','41600876227','2020-09-23 18:57:18',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(9044,'1110','41600876227','2020-09-23 18:57:18',NULL,36.00,'','4','1','Inventory sold','1','','sales','6008677000549','','No',NULL,NULL,''),(9045,'1110','41600876227','2020-09-23 18:57:18',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161101000840','','No',NULL,NULL,''),(9046,'1110','41600876227','2020-09-23 18:57:18',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161101000840','','No',NULL,NULL,''),(9047,'1110','41600876227','2020-09-23 18:57:18',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000009556','','No',NULL,NULL,''),(9048,'1110','41600876227','2020-09-23 18:57:18',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(9049,'1110','41600876227','2020-09-23 18:57:18',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(9050,'5500','41600876227','2020-09-23 18:57:18',238.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9051,'1000','41600876655','2020-09-23 19:00:17',115.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9052,'4000','41600876655','2020-09-23 19:00:17',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(9053,'4000','41600876655','2020-09-23 19:00:17',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(9054,'1110','41600876655','2020-09-23 19:00:17',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(9055,'1110','41600876655','2020-09-23 19:00:17',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(9056,'5500','41600876655','2020-09-23 19:00:17',103.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9057,'1000','41600877023','2020-09-23 19:04:24',45.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9058,'4000','41600877023','2020-09-23 19:04:24',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903465','','No',NULL,NULL,''),(9059,'4000','41600877023','2020-09-23 19:04:24',NULL,20.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(9060,'4000','41600877023','2020-09-23 19:04:24',NULL,5.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(9061,'1110','41600877023','2020-09-23 19:04:24',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903465','','No',NULL,NULL,''),(9062,'1110','41600877023','2020-09-23 19:04:24',NULL,15.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(9063,'1110','41600877023','2020-09-23 19:04:24',NULL,4.40,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(9064,'5500','41600877023','2020-09-23 19:04:24',37.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9065,'1000','41600877070','2020-09-23 19:11:45',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9066,'4000','41600877070','2020-09-23 19:11:45',NULL,20.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(9067,'1110','41600877070','2020-09-23 19:11:45',NULL,15.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(9068,'5500','41600877070','2020-09-23 19:11:45',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9069,'1000','41600877507','2020-09-23 19:16:21',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9070,'4000','41600877507','2020-09-23 19:16:21',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(9071,'1110','41600877507','2020-09-23 19:16:21',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(9072,'5500','41600877507','2020-09-23 19:16:21',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9073,'1000','41600877800','2020-09-23 19:23:41',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9074,'4000','41600877800','2020-09-23 19:23:41',NULL,60.00,'','4','1','Good sold','1','','sales','6009627050027','','No',NULL,NULL,''),(9075,'1110','41600877800','2020-09-23 19:23:41',NULL,54.00,'','4','1','Inventory sold','1','','sales','6009627050027','','No',NULL,NULL,''),(9076,'5500','41600877800','2020-09-23 19:23:41',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9077,'1000','41600878550','2020-09-23 19:29:23',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9078,'4000','41600878550','2020-09-23 19:29:23',NULL,20.00,'','4','1','Good sold','1','','sales','161102794700','','No',NULL,NULL,''),(9079,'1110','41600878550','2020-09-23 19:29:23',NULL,16.00,'','4','1','Inventory sold','1','','sales','161102794700','','No',NULL,NULL,''),(9080,'5500','41600878550','2020-09-23 19:29:23',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9081,'1000','41600878224','2020-09-23 19:48:09',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9082,'4000','41600878224','2020-09-23 19:48:09',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(9083,'4000','41600878224','2020-09-23 19:48:09',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(9084,'4000','41600878224','2020-09-23 19:48:09',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(9085,'1110','41600878224','2020-09-23 19:48:09',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(9086,'1110','41600878224','2020-09-23 19:48:09',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(9087,'1110','41600878224','2020-09-23 19:48:09',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(9088,'5500','41600878224','2020-09-23 19:48:09',98.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9089,'1000','41600881004','2020-09-23 20:21:33',365.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9090,'4000','41600881004','2020-09-23 20:21:33',NULL,100.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(9091,'4000','41600881004','2020-09-23 20:21:33',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(9092,'4000','41600881004','2020-09-23 20:21:33',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(9093,'4000','41600881004','2020-09-23 20:21:33',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440030','','No',NULL,NULL,''),(9094,'4000','41600881004','2020-09-23 20:21:33',NULL,80.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(9095,'1110','41600881004','2020-09-23 20:21:33',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(9096,'1110','41600881004','2020-09-23 20:21:33',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(9097,'1110','41600881004','2020-09-23 20:21:33',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(9098,'1110','41600881004','2020-09-23 20:21:33',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440030','','No',NULL,NULL,''),(9099,'1110','41600881004','2020-09-23 20:21:33',NULL,72.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(9100,'5500','41600881004','2020-09-23 20:21:33',328.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9101,'1000','41600881004','2020-09-23 20:21:33',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9102,'4000','41600881004','2020-09-23 20:21:33',NULL,100.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(9103,'4000','41600881004','2020-09-23 20:21:33',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(9104,'4000','41600881004','2020-09-23 20:21:33',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(9105,'4000','41600881004','2020-09-23 20:21:33',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440030','','No',NULL,NULL,''),(9106,'4000','41600881004','2020-09-23 20:21:33',NULL,80.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(9107,'4000','41600881004','2020-09-23 20:21:33',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(9108,'1110','41600881004','2020-09-23 20:21:33',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(9109,'1110','41600881004','2020-09-23 20:21:33',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(9110,'1110','41600881004','2020-09-23 20:21:33',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(9111,'1110','41600881004','2020-09-23 20:21:33',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440030','','No',NULL,NULL,''),(9112,'1110','41600881004','2020-09-23 20:21:33',NULL,72.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(9113,'1110','41600881004','2020-09-23 20:21:33',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(9114,'5500','41600881004','2020-09-23 20:21:33',423.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9115,'1000','41600924465','2020-09-24 08:15:13',7.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9116,'4000','41600924465','2020-09-24 08:15:13',NULL,6.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(9117,'4000','41600924465','2020-09-24 08:15:13',NULL,1.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(9118,'1110','41600924465','2020-09-24 08:15:13',NULL,4.20,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(9119,'1110','41600924465','2020-09-24 08:15:13',NULL,0.88,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(9120,'5500','41600924465','2020-09-24 08:15:13',5.08,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9121,'1000','41600924516','2020-09-24 08:21:25',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9122,'4000','41600924516','2020-09-24 08:21:25',NULL,25.00,'','4','1','Good sold','1','','sales','6164004554199','','No',NULL,NULL,''),(9123,'1110','41600924516','2020-09-24 08:21:25',NULL,22.50,'','4','1','Inventory sold','1','','sales','6164004554199','','No',NULL,NULL,''),(9124,'5500','41600924516','2020-09-24 08:21:25',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9125,'1000','41600924888','2020-09-24 08:22:58',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9126,'4000','41600924888','2020-09-24 08:22:58',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(9127,'1110','41600924888','2020-09-24 08:22:58',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(9128,'5500','41600924888','2020-09-24 08:22:58',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9129,'1000','41600924981','2020-09-24 08:35:39',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9130,'4000','41600924981','2020-09-24 08:35:39',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(9131,'4000','41600924981','2020-09-24 08:35:39',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(9132,'1110','41600924981','2020-09-24 08:35:39',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(9133,'1110','41600924981','2020-09-24 08:35:39',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(9134,'5500','41600924981','2020-09-24 08:35:39',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9135,'1000','41600925742','2020-09-24 08:51:19',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9136,'4000','41600925742','2020-09-24 08:51:19',NULL,10.00,'','4','1','Good sold','1','','sales','189','','No',NULL,NULL,''),(9137,'1110','41600925742','2020-09-24 08:51:19',NULL,6.80,'','4','1','Inventory sold','1','','sales','189','','No',NULL,NULL,''),(9138,'5500','41600925742','2020-09-24 08:51:19',6.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9139,'1000','41600926683','2020-09-24 08:59:01',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9140,'4000','41600926683','2020-09-24 08:59:01',NULL,25.00,'','4','1','Good sold','1','','sales','129','','No',NULL,NULL,''),(9141,'1110','41600926683','2020-09-24 08:59:01',NULL,22.50,'','4','1','Inventory sold','1','','sales','129','','No',NULL,NULL,''),(9142,'5500','41600926683','2020-09-24 08:59:01',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9143,'1000','41600927149','2020-09-24 08:59:28',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9144,'4000','41600927149','2020-09-24 08:59:28',NULL,50.00,'','4','1','Good sold','1','','sales','6161101661713','','No',NULL,NULL,''),(9145,'1110','41600927149','2020-09-24 08:59:28',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101661713','','No',NULL,NULL,''),(9146,'5500','41600927149','2020-09-24 08:59:28',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9147,'1000','41600927171','2020-09-24 09:00:46',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9148,'4000','41600927171','2020-09-24 09:00:46',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(9149,'1110','41600927171','2020-09-24 09:00:46',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(9150,'5500','41600927171','2020-09-24 09:00:46',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9151,'1000','41600927253','2020-09-24 09:31:17',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9152,'4000','41600927253','2020-09-24 09:31:17',NULL,200.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(9153,'1110','41600927253','2020-09-24 09:31:17',NULL,190.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(9154,'5500','41600927253','2020-09-24 09:31:17',190.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9155,'1000','41600929082','2020-09-24 09:37:20',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9156,'4000','41600929082','2020-09-24 09:37:20',NULL,200.00,'','4','1','Good sold','1','','sales','6920354817823','','No',NULL,NULL,''),(9157,'1110','41600929082','2020-09-24 09:37:20',NULL,180.00,'','4','1','Inventory sold','1','','sales','6920354817823','','No',NULL,NULL,''),(9158,'5500','41600929082','2020-09-24 09:37:20',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9159,'1000','41600929449','2020-09-24 09:42:46',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9160,'4000','41600929449','2020-09-24 09:42:46',NULL,170.00,'','4','1','Good sold','1','','sales','6164003349239','','No',NULL,NULL,''),(9161,'1110','41600929449','2020-09-24 09:42:46',NULL,153.00,'','4','1','Inventory sold','1','','sales','6164003349239','','No',NULL,NULL,''),(9162,'5500','41600929449','2020-09-24 09:42:46',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9163,'1000','41600929791','2020-09-24 09:44:26',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9164,'4000','41600929791','2020-09-24 09:44:26',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(9165,'1110','41600929791','2020-09-24 09:44:26',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(9166,'5500','41600929791','2020-09-24 09:44:26',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9167,'1000','41600929909','2020-09-24 09:54:56',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9168,'4000','41600929909','2020-09-24 09:54:56',NULL,10.00,'','4','1','Good sold','1','','sales','189','','No',NULL,NULL,''),(9169,'1110','41600929909','2020-09-24 09:54:56',NULL,6.80,'','4','1','Inventory sold','1','','sales','189','','No',NULL,NULL,''),(9170,'5500','41600929909','2020-09-24 09:54:56',6.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9171,'1000','41600930522','2020-09-24 09:57:08',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9172,'4000','41600930522','2020-09-24 09:57:08',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(9173,'1110','41600930522','2020-09-24 09:57:08',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(9174,'5500','41600930522','2020-09-24 09:57:08',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9175,'1000','41600930630','2020-09-24 10:03:51',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9176,'4000','41600930630','2020-09-24 10:03:51',NULL,100.00,'','4','1','Good sold','1','','sales','6161100760479','','No',NULL,NULL,''),(9177,'1110','41600930630','2020-09-24 10:03:51',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161100760479','','No',NULL,NULL,''),(9178,'5500','41600930630','2020-09-24 10:03:51',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9179,'1000','41600931036','2020-09-24 10:15:40',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9180,'4000','41600931036','2020-09-24 10:15:40',NULL,100.00,'','4','1','Good sold','1','','sales','6162006607998','','No',NULL,NULL,''),(9181,'1110','41600931036','2020-09-24 10:15:40',NULL,90.00,'','4','1','Inventory sold','1','','sales','6162006607998','','No',NULL,NULL,''),(9182,'5500','41600931036','2020-09-24 10:15:40',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9183,'1000','41600931744','2020-09-24 10:32:58',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9184,'4000','41600931744','2020-09-24 10:32:58',NULL,5.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(9185,'4000','41600931744','2020-09-24 10:32:58',NULL,65.00,'','4','1','Good sold','1','','sales','144','','No',NULL,NULL,''),(9186,'1110','41600931744','2020-09-24 10:32:58',NULL,4.50,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(9187,'1110','41600931744','2020-09-24 10:32:58',NULL,58.50,'','4','1','Inventory sold','1','','sales','144','','No',NULL,NULL,''),(9188,'5500','41600931744','2020-09-24 10:32:58',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9189,'1000','41600932781','2020-09-24 10:57:05',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9190,'4000','41600932781','2020-09-24 10:57:05',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(9191,'4000','41600932781','2020-09-24 10:57:05',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(9192,'1110','41600932781','2020-09-24 10:57:05',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(9193,'1110','41600932781','2020-09-24 10:57:05',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(9194,'5500','41600932781','2020-09-24 10:57:05',142.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9195,'1000','41600934227','2020-09-24 11:13:02',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9196,'4000','41600934227','2020-09-24 11:13:02',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050034','','No',NULL,NULL,''),(9197,'1110','41600934227','2020-09-24 11:13:02',NULL,104.58,'','4','1','Inventory sold','1','','sales','6009627050034','','No',NULL,NULL,''),(9198,'5500','41600934227','2020-09-24 11:13:02',104.58,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9199,'1000','41600936162','2020-09-24 11:51:17',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9200,'4000','41600936162','2020-09-24 11:51:17',NULL,20.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(9201,'1110','41600936162','2020-09-24 11:51:17',NULL,15.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(9202,'5500','41600936162','2020-09-24 11:51:17',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9203,'1000','41600937479','2020-09-24 11:58:40',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9204,'4000','41600937479','2020-09-24 11:58:40',NULL,60.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(9205,'1110','41600937479','2020-09-24 11:58:40',NULL,54.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(9206,'5500','41600937479','2020-09-24 11:58:40',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9207,'1000','41600937923','2020-09-24 12:09:02',405.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9208,'4000','41600937923','2020-09-24 12:09:02',NULL,150.00,'','4','1','Good sold','1','','sales','6164000009075','','No',NULL,NULL,''),(9209,'4000','41600937923','2020-09-24 12:09:02',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033223','','No',NULL,NULL,''),(9210,'4000','41600937923','2020-09-24 12:09:02',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9211,'4000','41600937923','2020-09-24 12:09:02',NULL,110.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(9212,'1110','41600937923','2020-09-24 12:09:02',NULL,135.00,'','4','1','Inventory sold','1','','sales','6164000009075','','No',NULL,NULL,''),(9213,'1110','41600937923','2020-09-24 12:09:02',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033223','','No',NULL,NULL,''),(9214,'1110','41600937923','2020-09-24 12:09:02',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(9215,'1110','41600937923','2020-09-24 12:09:02',NULL,99.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(9216,'5500','41600937923','2020-09-24 12:09:02',364.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9217,'1000','41600938581','2020-09-24 12:29:51',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9218,'4000','41600938581','2020-09-24 12:29:51',NULL,160.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(9219,'1110','41600938581','2020-09-24 12:29:51',NULL,144.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(9220,'5500','41600938581','2020-09-24 12:29:51',144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9221,'1000','41600943505','2020-09-24 13:36:01',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9222,'4000','41600943505','2020-09-24 13:36:01',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(9223,'1110','41600943505','2020-09-24 13:36:01',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(9224,'5500','41600943505','2020-09-24 13:36:01',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9225,'1000','41600943780','2020-09-24 13:39:50',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9226,'4000','41600943780','2020-09-24 13:39:50',NULL,5.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(9227,'1110','41600943780','2020-09-24 13:39:50',NULL,4.40,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(9228,'5500','41600943780','2020-09-24 13:39:50',4.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9229,'1000','41600944006','2020-09-24 13:55:50',45.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9230,'4000','41600944006','2020-09-24 13:55:50',NULL,45.00,'','4','1','Good sold','1','','sales','154','','No',NULL,NULL,''),(9231,'1110','41600944006','2020-09-24 13:55:50',NULL,40.50,'','4','1','Inventory sold','1','','sales','154','','No',NULL,NULL,''),(9232,'5500','41600944006','2020-09-24 13:55:50',40.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9233,'1000','41600944970','2020-09-24 13:59:58',140.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9234,'4000','41600944970','2020-09-24 13:59:58',NULL,140.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(9235,'1110','41600944970','2020-09-24 13:59:58',NULL,115.00,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(9236,'5500','41600944970','2020-09-24 13:59:58',115.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9237,'1000','41600945209','2020-09-24 14:22:26',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9238,'4000','41600945209','2020-09-24 14:22:26',NULL,40.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(9239,'1110','41600945209','2020-09-24 14:22:26',NULL,36.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(9240,'5500','41600945209','2020-09-24 14:22:26',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9241,'1000','41600946551','2020-09-24 14:26:21',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9242,'4000','41600946551','2020-09-24 14:26:21',NULL,120.00,'','4','1','Good sold','1','','sales','8901719908262','','No',NULL,NULL,''),(9243,'1110','41600946551','2020-09-24 14:26:21',NULL,108.00,'','4','1','Inventory sold','1','','sales','8901719908262','','No',NULL,NULL,''),(9244,'5500','41600946551','2020-09-24 14:26:21',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9245,'1000','41600946804','2020-09-24 14:27:02',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9246,'4000','41600946804','2020-09-24 14:27:02',NULL,90.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(9247,'1110','41600946804','2020-09-24 14:27:02',NULL,81.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(9248,'5500','41600946804','2020-09-24 14:27:02',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9249,'1000','41600946825','2020-09-24 14:58:16',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9250,'4000','41600946825','2020-09-24 14:58:16',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903465','','No',NULL,NULL,''),(9251,'1110','41600946825','2020-09-24 14:58:16',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903465','','No',NULL,NULL,''),(9252,'5500','41600946825','2020-09-24 14:58:16',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9253,'1000','41600948709','2020-09-24 15:12:30',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9254,'4000','41600948709','2020-09-24 15:12:30',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(9255,'1110','41600948709','2020-09-24 15:12:30',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(9256,'5500','41600948709','2020-09-24 15:12:30',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9263,'1000','41600949552','2020-09-24 15:50:39',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9264,'4000','41600949552','2020-09-24 15:50:39',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(9265,'1110','41600949552','2020-09-24 15:50:39',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(9266,'5564','41600949552','2020-09-24 15:50:39',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9267,'1000','41600951843','2020-09-24 15:55:00',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9268,'4000','41600951843','2020-09-24 15:55:00',NULL,10.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(9269,'1110','41600951843','2020-09-24 15:55:00',NULL,8.80,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(9270,'5500','41600951843','2020-09-24 15:55:00',8.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9271,'1000','41600952103','2020-09-24 16:13:38',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9272,'4000','41600952103','2020-09-24 16:13:38',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(9273,'1110','41600952103','2020-09-24 16:13:38',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(9274,'5500','41600952103','2020-09-24 16:13:38',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9275,'1000','41600953358','2020-09-24 16:31:29',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9276,'4000','41600953358','2020-09-24 16:31:29',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(9277,'4000','41600953358','2020-09-24 16:31:29',NULL,45.00,'','4','1','Good sold','1','','sales','6164000009570','','No',NULL,NULL,''),(9278,'1110','41600953358','2020-09-24 16:31:29',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(9279,'1110','41600953358','2020-09-24 16:31:29',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000009570','','No',NULL,NULL,''),(9280,'5500','41600953358','2020-09-24 16:31:29',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9281,'1000','41600954298','2020-09-24 16:32:00',250.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9282,'4000','41600954298','2020-09-24 16:32:00',NULL,75.00,'','4','1','Good sold','1','','sales','6161113440061','','No',NULL,NULL,''),(9283,'4000','41600954298','2020-09-24 16:32:00',NULL,45.00,'','4','1','Good sold','1','','sales','6164000009570','','No',NULL,NULL,''),(9284,'4000','41600954298','2020-09-24 16:32:00',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033193','','No',NULL,NULL,''),(9285,'1110','41600954298','2020-09-24 16:32:00',NULL,67.50,'','4','1','Inventory sold','1','','sales','6161113440061','','No',NULL,NULL,''),(9286,'1110','41600954298','2020-09-24 16:32:00',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000009570','','No',NULL,NULL,''),(9287,'1110','41600954298','2020-09-24 16:32:00',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033193','','No',NULL,NULL,''),(9288,'5500','41600954298','2020-09-24 16:32:00',225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9289,'1000','41600954362','2020-09-24 16:32:55',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9290,'4000','41600954362','2020-09-24 16:32:55',NULL,170.00,'','4','1','Good sold','1','','sales','6162006602740','','No',NULL,NULL,''),(9291,'1110','41600954362','2020-09-24 16:32:55',NULL,153.00,'','4','1','Inventory sold','1','','sales','6162006602740','','No',NULL,NULL,''),(9292,'5500','41600954362','2020-09-24 16:32:55',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9293,'1000','41600954391','2020-09-24 16:59:29',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9294,'4000','41600954391','2020-09-24 16:59:29',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(9295,'4000','41600954391','2020-09-24 16:59:29',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(9296,'1110','41600954391','2020-09-24 16:59:29',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(9297,'1110','41600954391','2020-09-24 16:59:29',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(9298,'5500','41600954391','2020-09-24 16:59:29',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9299,'1000','41600955971','2020-09-24 17:04:32',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9300,'4000','41600955971','2020-09-24 17:04:32',NULL,50.00,'','4','1','Good sold','1','','sales','6162006607998','','No',NULL,NULL,''),(9301,'1110','41600955971','2020-09-24 17:04:32',NULL,45.00,'','4','1','Inventory sold','1','','sales','6162006607998','','No',NULL,NULL,''),(9302,'5500','41600955971','2020-09-24 17:04:32',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9303,'1000','41600956275','2020-09-24 17:20:35',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9304,'4000','41600956275','2020-09-24 17:20:35',NULL,12.00,'','4','1','Good sold','1','','sales','433','','No',NULL,NULL,''),(9305,'4000','41600956275','2020-09-24 17:20:35',NULL,8.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(9306,'1110','41600956275','2020-09-24 17:20:35',NULL,9.20,'','4','1','Inventory sold','1','','sales','433','','No',NULL,NULL,''),(9307,'1110','41600956275','2020-09-24 17:20:35',NULL,7.04,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(9308,'5500','41600956275','2020-09-24 17:20:35',16.24,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9309,'1000','41600957244','2020-09-24 17:21:00',1.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9310,'4000','41600957244','2020-09-24 17:21:00',NULL,1.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(9311,'1110','41600957244','2020-09-24 17:21:00',NULL,0.88,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(9312,'5500','41600957244','2020-09-24 17:21:00',0.88,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9313,'1000','41600957262','2020-09-24 17:26:18',970.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9314,'4000','41600957262','2020-09-24 17:26:18',NULL,40.00,'','4','1','Good sold','1','','sales','6161101280020','','No',NULL,NULL,''),(9315,'4000','41600957262','2020-09-24 17:26:18',NULL,525.00,'','4','1','Good sold','1','','sales','6161101661249','','No',NULL,NULL,''),(9316,'4000','41600957262','2020-09-24 17:26:18',NULL,50.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(9317,'4000','41600957262','2020-09-24 17:26:18',NULL,130.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(9318,'4000','41600957262','2020-09-24 17:26:18',NULL,125.00,'','4','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(9319,'4000','41600957262','2020-09-24 17:26:18',NULL,100.00,'','4','1','Good sold','1','','sales','792382330195','','No',NULL,NULL,''),(9320,'1110','41600957262','2020-09-24 17:26:18',NULL,28.50,'','4','1','Inventory sold','1','','sales','6161101280020','','No',NULL,NULL,''),(9321,'1110','41600957262','2020-09-24 17:26:18',NULL,441.66,'','4','1','Inventory sold','1','','sales','6161101661249','','No',NULL,NULL,''),(9322,'1110','41600957262','2020-09-24 17:26:18',NULL,45.00,'','4','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(9323,'1110','41600957262','2020-09-24 17:26:18',NULL,117.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(9324,'1110','41600957262','2020-09-24 17:26:18',NULL,112.50,'','4','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(9325,'1110','41600957262','2020-09-24 17:26:18',NULL,85.50,'','4','1','Inventory sold','1','','sales','792382330195','','No',NULL,NULL,''),(9326,'5500','41600957262','2020-09-24 17:26:18',830.16,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9327,'1000','41600957661','2020-09-24 17:28:12',225.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9328,'4000','41600957661','2020-09-24 17:28:12',NULL,70.00,'','4','1','Good sold','1','','sales','427','','No',NULL,NULL,''),(9329,'4000','41600957661','2020-09-24 17:28:12',NULL,155.00,'','4','1','Good sold','1','','sales','5410076189540','','No',NULL,NULL,''),(9330,'1110','41600957661','2020-09-24 17:28:12',NULL,63.00,'','4','1','Inventory sold','1','','sales','427','','No',NULL,NULL,''),(9331,'1110','41600957661','2020-09-24 17:28:12',NULL,139.50,'','4','1','Inventory sold','1','','sales','5410076189540','','No',NULL,NULL,''),(9332,'5500','41600957661','2020-09-24 17:28:12',202.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9333,'1000','41600957747','2020-09-24 17:48:31',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9334,'4000','41600957747','2020-09-24 17:48:31',NULL,40.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(9335,'1110','41600957747','2020-09-24 17:48:31',NULL,36.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(9336,'5500','41600957747','2020-09-24 17:48:31',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9337,'1110','71600949551','2020-09-24 15:12:00',117.00,NULL,'','7','1','Inventory Purchased','1','12','Purchases','6161113440009','','No',NULL,NULL,''),(9338,'1110','71600949551','2020-09-24 15:12:00',117.00,NULL,'','7','1','Inventory Purchased','1','12','Purchases','6161113440016','','No',NULL,NULL,''),(9339,'1110','71600949551','2020-09-24 15:12:00',153.00,NULL,'','7','1','Inventory Purchased','1','12','Purchases','6161113440030','','No',NULL,NULL,''),(9340,'1110','71600949551','2020-09-24 15:12:00',135.00,NULL,'','7','1','Inventory Purchased','1','12','Purchases','6161113440061','','No',NULL,NULL,''),(9341,'1110','71600949551','2020-09-24 15:12:00',99.00,NULL,'','7','1','Inventory Purchased','1','12','Purchases','6161113440054','','No',NULL,NULL,''),(9342,'1110','71600949551','2020-09-24 15:12:00',540.00,NULL,'','7','1','Inventory Purchased','1','12','Purchases','6161102794694','','No',NULL,NULL,''),(9343,'1110','71600949551','2020-09-24 15:12:00',120.00,NULL,'','7','1','Inventory Purchased','1','12','Purchases','494','','No',NULL,NULL,''),(9344,'2130','71600949551','2020-09-24 15:12:00',NULL,1281.00,'','7','1','Account payable for inventory','1','12','Purchases','','','No',NULL,NULL,''),(9345,'1000','41600958913','2020-09-24 17:50:58',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9346,'4000','41600958913','2020-09-24 17:50:58',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(9347,'1110','41600958913','2020-09-24 17:50:58',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(9348,'5500','41600958913','2020-09-24 17:50:58',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9349,'1000','41600959061','2020-09-24 17:54:30',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9350,'4000','41600959061','2020-09-24 17:54:30',NULL,35.00,'','4','1','Good sold','1','','sales','6164000009358','','No',NULL,NULL,''),(9351,'4000','41600959061','2020-09-24 17:54:30',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903465','','No',NULL,NULL,''),(9352,'1110','41600959061','2020-09-24 17:54:30',NULL,31.50,'','4','1','Inventory sold','1','','sales','6164000009358','','No',NULL,NULL,''),(9353,'1110','41600959061','2020-09-24 17:54:30',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903465','','No',NULL,NULL,''),(9354,'5500','41600959061','2020-09-24 17:54:30',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9355,'1000','41600959272','2020-09-24 18:12:14',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9356,'4000','41600959272','2020-09-24 18:12:14',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(9357,'1110','41600959272','2020-09-24 18:12:14',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(9358,'5500','41600959272','2020-09-24 18:12:14',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9359,'1000','41600960338','2020-09-24 18:12:54',54.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9360,'4000','41600960338','2020-09-24 18:12:54',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(9361,'4000','41600960338','2020-09-24 18:12:54',NULL,4.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(9362,'1110','41600960338','2020-09-24 18:12:54',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(9363,'1110','41600960338','2020-09-24 18:12:54',NULL,3.52,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(9364,'5500','41600960338','2020-09-24 18:12:54',48.52,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9365,'1000','41600960379','2020-09-24 18:25:13',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9366,'4000','41600960379','2020-09-24 18:25:13',NULL,55.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(9367,'1110','41600960379','2020-09-24 18:25:13',NULL,49.50,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(9368,'5500','41600960379','2020-09-24 18:25:13',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9369,'1000','41600961116','2020-09-24 18:37:08',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9370,'4000','41600961116','2020-09-24 18:37:08',NULL,150.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(9371,'1110','41600961116','2020-09-24 18:37:08',NULL,135.00,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(9372,'5500','41600961116','2020-09-24 18:37:08',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9373,'1000','41600961832','2020-09-24 19:29:13',355.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9374,'4000','41600961832','2020-09-24 19:29:13',NULL,40.00,'','4','1','Good sold','1','','sales','6161101280020','','No',NULL,NULL,''),(9375,'4000','41600961832','2020-09-24 19:29:13',NULL,75.00,'','4','1','Good sold','1','','sales','6161113440061','','No',NULL,NULL,''),(9376,'4000','41600961832','2020-09-24 19:29:13',NULL,140.00,'','4','1','Good sold','1','','sales','6164004575910','','No',NULL,NULL,''),(9377,'4000','41600961832','2020-09-24 19:29:13',NULL,100.00,'','4','1','Good sold','1','','sales','6920354820946','','No',NULL,NULL,''),(9378,'1110','41600961832','2020-09-24 19:29:13',NULL,28.50,'','4','1','Inventory sold','1','','sales','6161101280020','','No',NULL,NULL,''),(9379,'1110','41600961832','2020-09-24 19:29:13',NULL,67.50,'','4','1','Inventory sold','1','','sales','6161113440061','','No',NULL,NULL,''),(9380,'1110','41600961832','2020-09-24 19:29:13',NULL,126.00,'','4','1','Inventory sold','1','','sales','6164004575910','','No',NULL,NULL,''),(9381,'1110','41600961832','2020-09-24 19:29:13',NULL,90.00,'','4','1','Inventory sold','1','','sales','6920354820946','','No',NULL,NULL,''),(9382,'5500','41600961832','2020-09-24 19:29:13',312.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9383,'1000','41600965179','2020-09-24 19:40:42',340.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9384,'4000','41600965179','2020-09-24 19:40:42',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(9385,'4000','41600965179','2020-09-24 19:40:42',NULL,250.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(9386,'4000','41600965179','2020-09-24 19:40:42',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(9387,'1110','41600965179','2020-09-24 19:40:42',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(9388,'1110','41600965179','2020-09-24 19:40:42',NULL,225.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(9389,'1110','41600965179','2020-09-24 19:40:42',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(9390,'5500','41600965179','2020-09-24 19:40:42',306.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9391,'1000','41600965656','2020-09-24 19:41:25',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9392,'4000','41600965656','2020-09-24 19:41:25',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(9393,'1110','41600965656','2020-09-24 19:41:25',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(9394,'5500','41600965656','2020-09-24 19:41:25',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9395,'1000','41600965704','2020-09-24 19:43:33',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9396,'4000','41600965704','2020-09-24 19:43:33',NULL,40.00,'','4','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(9397,'1110','41600965704','2020-09-24 19:43:33',NULL,30.00,'','4','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(9398,'5500','41600965704','2020-09-24 19:43:33',30.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9399,'1000','41600965816','2020-09-24 19:52:20',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9400,'4000','41600965816','2020-09-24 19:52:20',NULL,50.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(9401,'1110','41600965816','2020-09-24 19:52:20',NULL,45.00,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(9402,'5500','41600965816','2020-09-24 19:52:20',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9403,'1000','41600966344','2020-09-24 19:53:44',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9404,'4000','41600966344','2020-09-24 19:53:44',NULL,25.00,'','4','1','Good sold','1','','sales','6161101661713','','No',NULL,NULL,''),(9405,'4000','41600966344','2020-09-24 19:53:44',NULL,5.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(9406,'1110','41600966344','2020-09-24 19:53:44',NULL,22.50,'','4','1','Inventory sold','1','','sales','6161101661713','','No',NULL,NULL,''),(9407,'1110','41600966344','2020-09-24 19:53:44',NULL,4.40,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(9408,'5500','41600966344','2020-09-24 19:53:44',26.90,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9409,'1000','41600966543','2020-09-24 19:56:41',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9410,'4000','41600966543','2020-09-24 19:56:41',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(9411,'1110','41600966543','2020-09-24 19:56:41',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(9412,'5500','41600966543','2020-09-24 19:56:41',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9413,'1000','41600966768','2020-09-24 20:04:39',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9414,'4000','41600966768','2020-09-24 20:04:39',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(9415,'4000','41600966768','2020-09-24 20:04:39',NULL,25.00,'','4','1','Good sold','1','','sales','173','','No',NULL,NULL,''),(9416,'1110','41600966768','2020-09-24 20:04:39',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(9417,'1110','41600966768','2020-09-24 20:04:39',NULL,22.50,'','4','1','Inventory sold','1','','sales','173','','No',NULL,NULL,''),(9418,'5500','41600966768','2020-09-24 20:04:39',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9419,'1000','41600967119','2020-09-24 20:20:14',230.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9420,'4000','41600967119','2020-09-24 20:20:14',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(9421,'4000','41600967119','2020-09-24 20:20:14',NULL,50.00,'','4','1','Good sold','1','','sales','6164000009372','','No',NULL,NULL,''),(9422,'4000','41600967119','2020-09-24 20:20:14',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033179','','No',NULL,NULL,''),(9423,'1110','41600967119','2020-09-24 20:20:14',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(9424,'1110','41600967119','2020-09-24 20:20:14',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164000009372','','No',NULL,NULL,''),(9425,'1110','41600967119','2020-09-24 20:20:14',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033179','','No',NULL,NULL,''),(9426,'5500','41600967119','2020-09-24 20:20:14',207.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9427,'1000','41600968183','2020-09-24 20:23:11',60.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9428,'4000','41600968183','2020-09-24 20:23:11',NULL,60.00,'','4','1','Good sold','1','','sales','6161101000833','','No',NULL,NULL,''),(9429,'1110','41600968183','2020-09-24 20:23:11',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161101000833','','No',NULL,NULL,''),(9430,'5500','41600968183','2020-09-24 20:23:11',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9431,'1000','41600968194','2020-09-24 20:24:20',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9432,'4000','41600968194','2020-09-24 20:24:20',NULL,55.00,'','4','1','Good sold','1','','sales','6161113440054','','No',NULL,NULL,''),(9433,'4000','41600968194','2020-09-24 20:24:20',NULL,35.00,'','4','1','Good sold','1','','sales','6164000009358','','No',NULL,NULL,''),(9434,'4000','41600968194','2020-09-24 20:24:20',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(9435,'1110','41600968194','2020-09-24 20:24:20',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161113440054','','No',NULL,NULL,''),(9436,'1110','41600968194','2020-09-24 20:24:20',NULL,31.50,'','4','1','Inventory sold','1','','sales','6164000009358','','No',NULL,NULL,''),(9437,'1110','41600968194','2020-09-24 20:24:20',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(9438,'5500','41600968194','2020-09-24 20:24:20',138.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9439,'1000','41600968295','2020-09-24 20:26:22',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9440,'4000','41600968295','2020-09-24 20:26:22',NULL,6.00,'','4','1','Good sold','1','','sales','433','','No',NULL,NULL,''),(9441,'4000','41600968295','2020-09-24 20:26:22',NULL,4.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(9442,'4000','41600968295','2020-09-24 20:26:22',NULL,1.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(9443,'4000','41600968295','2020-09-24 20:26:22',NULL,4.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(9444,'1110','41600968295','2020-09-24 20:26:22',NULL,4.60,'','4','1','Inventory sold','1','','sales','433','','No',NULL,NULL,''),(9445,'1110','41600968295','2020-09-24 20:26:22',NULL,3.52,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(9446,'1110','41600968295','2020-09-24 20:26:22',NULL,0.88,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(9447,'1110','41600968295','2020-09-24 20:26:22',NULL,3.52,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(9448,'5500','41600968295','2020-09-24 20:26:22',12.52,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9449,'1000','41601011489','2020-09-25 08:25:00',144.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9450,'4000','41601011489','2020-09-25 08:25:00',NULL,144.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(9451,'1110','41601011489','2020-09-25 08:25:00',NULL,120.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(9452,'5500','41601011489','2020-09-25 08:25:00',120.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9453,'1000','41601011502','2020-09-25 08:34:31',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9454,'4000','41601011502','2020-09-25 08:34:31',NULL,60.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(9455,'1110','41601011502','2020-09-25 08:34:31',NULL,54.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(9456,'5500','41601011502','2020-09-25 08:34:31',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9457,'1000','41601012157','2020-09-25 09:32:47',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9458,'4000','41601012157','2020-09-25 09:32:47',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(9459,'1110','41601012157','2020-09-25 09:32:47',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(9460,'5500','41601012157','2020-09-25 09:32:47',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9461,'1000','41601015570','2020-09-25 09:52:52',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9462,'4000','41601015570','2020-09-25 09:52:52',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(9463,'1110','41601015570','2020-09-25 09:52:52',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(9464,'5500','41601015570','2020-09-25 09:52:52',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9465,'1110','71601016909','2020-09-25 09:55:00',135.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','32','','No',NULL,NULL,''),(9466,'1110','71601016909','2020-09-25 09:55:00',90.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','33','','No',NULL,NULL,''),(9467,'1110','71601016909','2020-09-25 09:55:00',189.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','31','','No',NULL,NULL,''),(9468,'1110','71601016909','2020-09-25 09:55:00',126.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','427','','No',NULL,NULL,''),(9469,'1110','71601016909','2020-09-25 09:55:00',243.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','30','','No',NULL,NULL,''),(9470,'2130','71601016909','2020-09-25 09:55:00',NULL,783.00,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(9471,'1000','41601016775','2020-09-25 10:05:52',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9472,'4000','41601016775','2020-09-25 10:05:52',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(9473,'1110','41601016775','2020-09-25 10:05:52',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(9474,'5500','41601016775','2020-09-25 10:05:52',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9475,'1000','41601017555','2020-09-25 10:18:13',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9476,'4000','41601017555','2020-09-25 10:18:13',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033490','','No',NULL,NULL,''),(9477,'1110','41601017555','2020-09-25 10:18:13',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033490','','No',NULL,NULL,''),(9478,'5500','41601017555','2020-09-25 10:18:13',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9479,'1000','41601018303','2020-09-25 10:32:39',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9480,'4000','41601018303','2020-09-25 10:32:39',NULL,40.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(9481,'4000','41601018303','2020-09-25 10:32:39',NULL,10.00,'','4','1','Good sold','1','','sales','499','','No',NULL,NULL,''),(9482,'1110','41601018303','2020-09-25 10:32:39',NULL,30.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(9483,'1110','41601018303','2020-09-25 10:32:39',NULL,8.00,'','4','1','Inventory sold','1','','sales','499','','No',NULL,NULL,''),(9484,'5500','41601018303','2020-09-25 10:32:39',38.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9485,'1000','41601019162','2020-09-25 10:53:16',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9486,'4000','41601019162','2020-09-25 10:53:16',NULL,50.00,'','4','1','Good sold','1','','sales','6162006607998','','No',NULL,NULL,''),(9487,'4000','41601019162','2020-09-25 10:53:16',NULL,20.00,'','4','1','Good sold','1','','sales','491','','No',NULL,NULL,''),(9488,'1110','41601019162','2020-09-25 10:53:16',NULL,45.00,'','4','1','Inventory sold','1','','sales','6162006607998','','No',NULL,NULL,''),(9489,'1110','41601019162','2020-09-25 10:53:16',NULL,16.00,'','4','1','Inventory sold','1','','sales','491','','No',NULL,NULL,''),(9490,'5500','41601019162','2020-09-25 10:53:16',61.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9491,'1000','41601021570','2020-09-25 11:38:12',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9492,'4000','41601021570','2020-09-25 11:38:12',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(9493,'1110','41601021570','2020-09-25 11:38:12',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(9494,'5500','41601021570','2020-09-25 11:38:12',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9495,'1000','41601023095','2020-09-25 12:18:58',370.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9496,'4000','41601023095','2020-09-25 12:18:58',NULL,350.00,'','4','1','Good sold','1','','sales','6161106610235','','No',NULL,NULL,''),(9497,'4000','41601023095','2020-09-25 12:18:58',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(9498,'1110','41601023095','2020-09-25 12:18:58',NULL,315.83,'','4','1','Inventory sold','1','','sales','6161106610235','','No',NULL,NULL,''),(9499,'1110','41601023095','2020-09-25 12:18:58',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(9500,'5500','41601023095','2020-09-25 12:18:58',332.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9501,'1000','41601030263','2020-09-25 13:38:10',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9502,'4000','41601030263','2020-09-25 13:38:10',NULL,25.00,'','4','1','Good sold','1','','sales','6161101661713','','No',NULL,NULL,''),(9503,'4000','41601030263','2020-09-25 13:38:10',NULL,25.00,'','4','1','Good sold','1','','sales','6164004554199','','No',NULL,NULL,''),(9504,'1110','41601030263','2020-09-25 13:38:10',NULL,22.50,'','4','1','Inventory sold','1','','sales','6161101661713','','No',NULL,NULL,''),(9505,'1110','41601030263','2020-09-25 13:38:10',NULL,22.50,'','4','1','Inventory sold','1','','sales','6164004554199','','No',NULL,NULL,''),(9506,'5500','41601030263','2020-09-25 13:38:10',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9507,'1000','41601030299','2020-09-25 14:26:57',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9508,'4000','41601030299','2020-09-25 14:26:57',NULL,120.00,'','4','1','Good sold','1','','sales','6161106610594','','No',NULL,NULL,''),(9509,'1110','41601030299','2020-09-25 14:26:57',NULL,108.00,'','4','1','Inventory sold','1','','sales','6161106610594','','No',NULL,NULL,''),(9510,'5500','41601030299','2020-09-25 14:26:57',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9511,'1000','41601033224','2020-09-25 14:31:11',270.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9512,'4000','41601033224','2020-09-25 14:31:11',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(9513,'4000','41601033224','2020-09-25 14:31:11',NULL,260.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(9514,'1110','41601033224','2020-09-25 14:31:11',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(9515,'1110','41601033224','2020-09-25 14:31:11',NULL,234.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(9516,'5500','41601033224','2020-09-25 14:31:11',243.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9517,'1000','41601033713','2020-09-25 14:36:35',210.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9518,'4000','41601033713','2020-09-25 14:36:35',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440009','','No',NULL,NULL,''),(9519,'4000','41601033713','2020-09-25 14:36:35',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9520,'4000','41601033713','2020-09-25 14:36:35',NULL,130.00,'','4','1','Good sold','1','','sales','5449000180292','','No',NULL,NULL,''),(9521,'1110','41601033713','2020-09-25 14:36:35',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440009','','No',NULL,NULL,''),(9522,'1110','41601033713','2020-09-25 14:36:35',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(9523,'1110','41601033713','2020-09-25 14:36:35',NULL,108.33,'','4','1','Inventory sold','1','','sales','5449000180292','','No',NULL,NULL,''),(9524,'5500','41601033713','2020-09-25 14:36:35',180.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9525,'1000','41601034395','2020-09-25 14:47:37',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9526,'4000','41601034395','2020-09-25 14:47:37',NULL,55.00,'','4','1','Good sold','1','','sales','6161113440054','','No',NULL,NULL,''),(9527,'4000','41601034395','2020-09-25 14:47:37',NULL,20.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(9528,'1110','41601034395','2020-09-25 14:47:37',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161113440054','','No',NULL,NULL,''),(9529,'1110','41601034395','2020-09-25 14:47:37',NULL,15.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(9530,'5500','41601034395','2020-09-25 14:47:37',64.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9568,'1000','41601036468','2020-09-25 15:23:22',1670.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9569,'4000','41601036468','2020-09-25 15:23:22',NULL,70.00,'','4','1','Good sold','1','','sales','427','','No',NULL,NULL,''),(9570,'4000','41601036468','2020-09-25 15:23:22',NULL,860.00,'','4','1','Good sold','1','','sales','6161101661256','','No',NULL,NULL,''),(9571,'4000','41601036468','2020-09-25 15:23:22',NULL,210.00,'','4','1','Good sold','1','','sales','6161107774240','','No',NULL,NULL,''),(9572,'4000','41601036468','2020-09-25 15:23:22',NULL,240.00,'','4','1','Good sold','1','','sales','6161113940530','','No',NULL,NULL,''),(9573,'4000','41601036468','2020-09-25 15:23:22',NULL,160.00,'','4','1','Good sold','1','','sales','132','','No',NULL,NULL,''),(9574,'4000','41601036468','2020-09-25 15:23:22',NULL,80.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9575,'4000','41601036468','2020-09-25 15:23:22',NULL,50.00,'','4','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(9576,'1110','41601036468','2020-09-25 15:23:22',NULL,63.00,'','4','1','Inventory sold','1','','sales','427','','No',NULL,NULL,''),(9577,'1110','41601036468','2020-09-25 15:23:22',NULL,768.75,'','4','1','Inventory sold','1','','sales','6161101661256','','No',NULL,NULL,''),(9578,'1110','41601036468','2020-09-25 15:23:22',NULL,189.00,'','4','1','Inventory sold','1','','sales','6161107774240','','No',NULL,NULL,''),(9579,'1110','41601036468','2020-09-25 15:23:22',NULL,216.00,'','4','1','Inventory sold','1','','sales','6161113940530','','No',NULL,NULL,''),(9580,'1110','41601036468','2020-09-25 15:23:22',NULL,144.00,'','4','1','Inventory sold','1','','sales','132','','No',NULL,NULL,''),(9581,'1110','41601036468','2020-09-25 15:23:22',NULL,72.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9582,'1110','41601036468','2020-09-25 15:23:22',NULL,40.00,'','4','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(9583,'5500','41601036468','2020-09-25 15:23:22',1492.75,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9584,'1000','41601036624','2020-09-25 15:25:40',185.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9585,'4000','41601036624','2020-09-25 15:25:40',NULL,65.00,'','4','1','Good sold','1','','sales','144','','No',NULL,NULL,''),(9586,'4000','41601036624','2020-09-25 15:25:40',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(9587,'4000','41601036624','2020-09-25 15:25:40',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(9588,'4000','41601036624','2020-09-25 15:25:40',NULL,20.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(9589,'1110','41601036624','2020-09-25 15:25:40',NULL,58.50,'','4','1','Inventory sold','1','','sales','144','','No',NULL,NULL,''),(9590,'1110','41601036624','2020-09-25 15:25:40',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(9591,'1110','41601036624','2020-09-25 15:25:40',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(9592,'1110','41601036624','2020-09-25 15:25:40',NULL,16.68,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(9593,'5500','41601036624','2020-09-25 15:25:40',166.18,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9594,'1000','41601037099','2020-09-25 16:00:50',246.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9595,'4000','41601037099','2020-09-25 16:00:50',NULL,36.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(9596,'4000','41601037099','2020-09-25 16:00:50',NULL,170.00,'','4','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(9597,'4000','41601037099','2020-09-25 16:00:50',NULL,40.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(9598,'1110','41601037099','2020-09-25 16:00:50',NULL,32.40,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(9599,'1110','41601037099','2020-09-25 16:00:50',NULL,153.00,'','4','1','Inventory sold','1','','sales','76','','No',NULL,NULL,''),(9600,'1110','41601037099','2020-09-25 16:00:50',NULL,30.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(9601,'5500','41601037099','2020-09-25 16:00:50',215.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9602,'1000','41601038961','2020-09-25 16:15:43',188.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9603,'4000','41601038961','2020-09-25 16:15:43',NULL,18.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(9604,'4000','41601038961','2020-09-25 16:15:43',NULL,170.00,'','4','1','Good sold','1','','sales','170','','No',NULL,NULL,''),(9605,'1110','41601038961','2020-09-25 16:15:43',NULL,16.20,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(9606,'1110','41601038961','2020-09-25 16:15:43',NULL,153.00,'','4','1','Inventory sold','1','','sales','170','','No',NULL,NULL,''),(9607,'5500','41601038961','2020-09-25 16:15:43',169.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9608,'1000','41601039747','2020-09-25 16:17:54',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9609,'4000','41601039747','2020-09-25 16:17:54',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440009','','No',NULL,NULL,''),(9610,'1110','41601039747','2020-09-25 16:17:54',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440009','','No',NULL,NULL,''),(9611,'5500','41601039747','2020-09-25 16:17:54',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9612,'1000','41601039906','2020-09-25 16:51:37',220.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9613,'4000','41601039906','2020-09-25 16:51:37',NULL,120.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(9614,'4000','41601039906','2020-09-25 16:51:37',NULL,50.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(9615,'4000','41601039906','2020-09-25 16:51:37',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(9616,'1110','41601039906','2020-09-25 16:51:37',NULL,100.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(9617,'1110','41601039906','2020-09-25 16:51:37',NULL,45.00,'','4','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(9618,'1110','41601039906','2020-09-25 16:51:37',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(9619,'5500','41601039906','2020-09-25 16:51:37',191.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9620,'1000','41601041911','2020-09-25 17:03:12',275.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9621,'4000','41601041911','2020-09-25 17:03:12',NULL,275.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(9622,'1110','41601041911','2020-09-25 17:03:12',NULL,247.50,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(9623,'5500','41601041911','2020-09-25 17:03:12',247.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9624,'1000','41601042614','2020-09-25 17:06:33',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9625,'4000','41601042614','2020-09-25 17:06:33',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440016','','No',NULL,NULL,''),(9626,'1110','41601042614','2020-09-25 17:06:33',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440016','','No',NULL,NULL,''),(9627,'5500','41601042614','2020-09-25 17:06:33',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9628,'1000','41601042892','2020-09-25 17:33:13',1.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9629,'4000','41601042892','2020-09-25 17:33:13',NULL,1.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(9630,'1110','41601042892','2020-09-25 17:33:13',NULL,0.88,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(9631,'5500','41601042892','2020-09-25 17:33:13',0.88,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9632,'1000','41601044396','2020-09-25 17:36:16',44.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9633,'4000','41601044396','2020-09-25 17:36:16',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(9634,'4000','41601044396','2020-09-25 17:36:16',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(9635,'4000','41601044396','2020-09-25 17:36:16',NULL,4.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(9636,'1110','41601044396','2020-09-25 17:36:16',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(9637,'1110','41601044396','2020-09-25 17:36:16',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(9638,'1110','41601044396','2020-09-25 17:36:16',NULL,3.52,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(9639,'5500','41601044396','2020-09-25 17:36:16',36.52,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9640,'1000','41601044578','2020-09-25 17:39:52',165.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9641,'4000','41601044578','2020-09-25 17:39:52',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(9642,'4000','41601044578','2020-09-25 17:39:52',NULL,130.00,'','4','1','Good sold','1','','sales','171','','No',NULL,NULL,''),(9643,'1110','41601044578','2020-09-25 17:39:52',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(9644,'1110','41601044578','2020-09-25 17:39:52',NULL,117.00,'','4','1','Inventory sold','1','','sales','171','','No',NULL,NULL,''),(9645,'5500','41601044578','2020-09-25 17:39:52',148.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9646,'1000','41601044877','2020-09-25 17:51:25',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9647,'4000','41601044877','2020-09-25 17:51:25',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033490','','No',NULL,NULL,''),(9648,'1110','41601044877','2020-09-25 17:51:25',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033490','','No',NULL,NULL,''),(9649,'5500','41601044877','2020-09-25 17:51:25',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9650,'1000','41601045499','2020-09-25 17:55:10',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9651,'4000','41601045499','2020-09-25 17:55:10',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(9652,'1110','41601045499','2020-09-25 17:55:10',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(9653,'5500','41601045499','2020-09-25 17:55:10',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9654,'1000','41601045722','2020-09-25 18:07:37',180.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9655,'4000','41601045722','2020-09-25 18:07:37',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(9656,'4000','41601045722','2020-09-25 18:07:37',NULL,60.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(9657,'4000','41601045722','2020-09-25 18:07:37',NULL,30.00,'','4','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(9658,'1110','41601045722','2020-09-25 18:07:37',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(9659,'1110','41601045722','2020-09-25 18:07:37',NULL,54.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(9660,'1110','41601045722','2020-09-25 18:07:37',NULL,27.00,'','4','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(9661,'5500','41601045722','2020-09-25 18:07:37',162.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9662,'1000','41601046485','2020-09-25 18:12:49',1.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9663,'4000','41601046485','2020-09-25 18:12:49',NULL,1.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(9664,'1110','41601046485','2020-09-25 18:12:49',NULL,0.88,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(9665,'5500','41601046485','2020-09-25 18:12:49',0.88,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9666,'1000','41601047280','2020-09-25 18:39:33',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9667,'4000','41601047280','2020-09-25 18:39:33',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(9668,'1110','41601047280','2020-09-25 18:39:33',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(9669,'5500','41601047280','2020-09-25 18:39:33',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9670,'1000','41601048376','2020-09-25 18:45:03',248.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9671,'4000','41601048376','2020-09-25 18:45:03',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9672,'4000','41601048376','2020-09-25 18:45:03',NULL,80.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(9673,'4000','41601048376','2020-09-25 18:45:03',NULL,50.00,'','4','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(9674,'4000','41601048376','2020-09-25 18:45:03',NULL,85.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(9675,'4000','41601048376','2020-09-25 18:45:03',NULL,18.00,'','4','1','Good sold','1','','sales','433','','No',NULL,NULL,''),(9676,'1110','41601048376','2020-09-25 18:45:03',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(9677,'1110','41601048376','2020-09-25 18:45:03',NULL,72.00,'','4','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(9678,'1110','41601048376','2020-09-25 18:45:03',NULL,40.00,'','4','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(9679,'1110','41601048376','2020-09-25 18:45:03',NULL,76.50,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(9680,'1110','41601048376','2020-09-25 18:45:03',NULL,13.80,'','4','1','Inventory sold','1','','sales','433','','No',NULL,NULL,''),(9681,'5500','41601048376','2020-09-25 18:45:03',215.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9682,'1000','41601048708','2020-09-25 18:47:13',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9683,'4000','41601048708','2020-09-25 18:47:13',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(9684,'1110','41601048708','2020-09-25 18:47:13',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(9685,'5500','41601048708','2020-09-25 18:47:13',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9686,'1000','41601048838','2020-09-25 18:48:23',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9687,'4000','41601048838','2020-09-25 18:48:23',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9688,'1110','41601048838','2020-09-25 18:48:23',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(9689,'5500','41601048838','2020-09-25 18:48:23',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9690,'1000','41601048907','2020-09-25 19:07:52',285.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9691,'4000','41601048907','2020-09-25 19:07:52',NULL,200.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(9692,'4000','41601048907','2020-09-25 19:07:52',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440030','','No',NULL,NULL,''),(9693,'1110','41601048907','2020-09-25 19:07:52',NULL,180.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(9694,'1110','41601048907','2020-09-25 19:07:52',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440030','','No',NULL,NULL,''),(9695,'5500','41601048907','2020-09-25 19:07:52',256.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9696,'1000','41601050120','2020-09-25 19:09:31',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9697,'4000','41601050120','2020-09-25 19:09:31',NULL,40.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(9698,'1110','41601050120','2020-09-25 19:09:31',NULL,34.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(9699,'5500','41601050120','2020-09-25 19:09:31',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9700,'1000','41601050286','2020-09-25 19:16:37',12.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9701,'4000','41601050286','2020-09-25 19:16:37',NULL,12.00,'','4','1','Good sold','1','','sales','432','','No',NULL,NULL,''),(9702,'1110','41601050286','2020-09-25 19:16:37',NULL,8.40,'','4','1','Inventory sold','1','','sales','432','','No',NULL,NULL,''),(9703,'5500','41601050286','2020-09-25 19:16:37',8.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9729,'1000','41601050601','2020-09-25 19:31:39',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9730,'4000','41601050601','2020-09-25 19:31:39',NULL,10.00,'','4','1','Good sold','1','','sales','6161101280037','','No',NULL,NULL,''),(9731,'1110','41601050601','2020-09-25 19:31:39',NULL,9.00,'','4','1','Inventory sold','1','','sales','6161101280037','','No',NULL,NULL,''),(9732,'5500','41601050601','2020-09-25 19:31:39',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9733,'1000','41601051586','2020-09-25 19:33:37',305.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9734,'4000','41601051586','2020-09-25 19:33:37',NULL,155.00,'','4','1','Good sold','1','','sales','5410076189540','','No',NULL,NULL,''),(9735,'4000','41601051586','2020-09-25 19:33:37',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(9736,'4000','41601051586','2020-09-25 19:33:37',NULL,100.00,'','4','1','Good sold','1','','sales','792382330195','','No',NULL,NULL,''),(9737,'1110','41601051586','2020-09-25 19:33:37',NULL,139.50,'','4','1','Inventory sold','1','','sales','5410076189540','','No',NULL,NULL,''),(9738,'1110','41601051586','2020-09-25 19:33:37',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(9739,'1110','41601051586','2020-09-25 19:33:37',NULL,85.50,'','4','1','Inventory sold','1','','sales','792382330195','','No',NULL,NULL,''),(9740,'5500','41601051586','2020-09-25 19:33:37',270.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9741,'1000','41601051726','2020-09-25 19:41:43',140.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9742,'4000','41601051726','2020-09-25 19:41:43',NULL,36.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(9743,'4000','41601051726','2020-09-25 19:41:43',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(9744,'4000','41601051726','2020-09-25 19:41:43',NULL,4.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(9745,'1110','41601051726','2020-09-25 19:41:43',NULL,30.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(9746,'1110','41601051726','2020-09-25 19:41:43',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(9747,'1110','41601051726','2020-09-25 19:41:43',NULL,3.52,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(9748,'5500','41601051726','2020-09-25 19:41:43',128.52,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9749,'1000','41601052486','2020-09-25 19:50:15',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9750,'4000','41601052486','2020-09-25 19:50:15',NULL,75.00,'','4','1','Good sold','1','','sales','6161107150730','','No',NULL,NULL,''),(9751,'4000','41601052486','2020-09-25 19:50:15',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(9752,'4000','41601052486','2020-09-25 19:50:15',NULL,5.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(9753,'1110','41601052486','2020-09-25 19:50:15',NULL,67.50,'','4','1','Inventory sold','1','','sales','6161107150730','','No',NULL,NULL,''),(9754,'1110','41601052486','2020-09-25 19:50:15',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(9755,'1110','41601052486','2020-09-25 19:50:15',NULL,4.40,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(9756,'5500','41601052486','2020-09-25 19:50:15',87.90,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9757,'1000','41601052619','2020-09-25 19:54:21',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9758,'4000','41601052619','2020-09-25 19:54:21',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(9759,'1110','41601052619','2020-09-25 19:54:21',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(9760,'5500','41601052619','2020-09-25 19:54:21',4.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9761,'1000','41601052864','2020-09-25 19:54:57',1.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9762,'4000','41601052864','2020-09-25 19:54:57',NULL,1.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(9763,'1110','41601052864','2020-09-25 19:54:57',NULL,0.88,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(9764,'5500','41601052864','2020-09-25 19:54:57',0.88,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9765,'1000','41601052900','2020-09-25 20:17:30',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9766,'4000','41601052900','2020-09-25 20:17:30',NULL,170.00,'','4','1','Good sold','1','','sales','5010029204780','','No',NULL,NULL,''),(9767,'1110','41601052900','2020-09-25 20:17:30',NULL,153.00,'','4','1','Inventory sold','1','','sales','5010029204780','','No',NULL,NULL,''),(9768,'5500','41601052900','2020-09-25 20:17:30',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9769,'1000','41601054277','2020-09-25 20:26:32',255.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9770,'4000','41601054277','2020-09-25 20:26:32',NULL,195.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9771,'4000','41601054277','2020-09-25 20:26:32',NULL,60.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(9772,'1110','41601054277','2020-09-25 20:26:32',NULL,175.50,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9773,'1110','41601054277','2020-09-25 20:26:32',NULL,54.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(9774,'5500','41601054277','2020-09-25 20:26:32',229.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9775,'1000','41601100144','2020-09-26 09:03:23',310.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9776,'4000','41601100144','2020-09-26 09:03:23',NULL,50.00,'','4','1','Good sold','1','','sales','6164004554199','','No',NULL,NULL,''),(9777,'4000','41601100144','2020-09-26 09:03:23',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(9778,'4000','41601100144','2020-09-26 09:03:23',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(9779,'4000','41601100144','2020-09-26 09:03:23',NULL,50.00,'','4','1','Good sold','1','','sales','509','','No',NULL,NULL,''),(9780,'1110','41601100144','2020-09-26 09:03:23',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164004554199','','No',NULL,NULL,''),(9781,'1110','41601100144','2020-09-26 09:03:23',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(9782,'1110','41601100144','2020-09-26 09:03:23',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(9783,'1110','41601100144','2020-09-26 09:03:23',NULL,40.00,'','4','1','Inventory sold','1','','sales','509','','No',NULL,NULL,''),(9784,'5500','41601100144','2020-09-26 09:03:23',259.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9785,'1000','41601100207','2020-09-26 09:12:26',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9786,'4000','41601100207','2020-09-26 09:12:26',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(9787,'1110','41601100207','2020-09-26 09:12:26',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(9788,'5500','41601100207','2020-09-26 09:12:26',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9789,'1000','41601100748','2020-09-26 09:26:36',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9790,'4000','41601100748','2020-09-26 09:26:36',NULL,100.00,'','4','1','Good sold','1','','sales','6164000009082','','No',NULL,NULL,''),(9791,'1110','41601100748','2020-09-26 09:26:36',NULL,90.00,'','4','1','Inventory sold','1','','sales','6164000009082','','No',NULL,NULL,''),(9792,'5500','41601100748','2020-09-26 09:26:36',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9793,'1000','41601101598','2020-09-26 09:44:15',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9794,'4000','41601101598','2020-09-26 09:44:15',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(9795,'1110','41601101598','2020-09-26 09:44:15',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(9796,'5500','41601101598','2020-09-26 09:44:15',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9797,'1000','41601102659','2020-09-26 09:48:23',250.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9798,'4000','41601102659','2020-09-26 09:48:23',NULL,250.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(9799,'1110','41601102659','2020-09-26 09:48:23',NULL,225.00,'','4','1','Inventory sold','1','','sales','147','','No',NULL,NULL,''),(9800,'5500','41601102659','2020-09-26 09:48:23',225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9801,'1000','41601102949','2020-09-26 09:55:22',380.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9802,'4000','41601102949','2020-09-26 09:55:22',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(9803,'4000','41601102949','2020-09-26 09:55:22',NULL,60.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(9804,'4000','41601102949','2020-09-26 09:55:22',NULL,100.00,'','4','1','Good sold','1','','sales','792382330195','','No',NULL,NULL,''),(9805,'4000','41601102949','2020-09-26 09:55:22',NULL,100.00,'','4','1','Good sold','1','','sales','792382330195','','No',NULL,NULL,''),(9806,'1110','41601102949','2020-09-26 09:55:22',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(9807,'1110','41601102949','2020-09-26 09:55:22',NULL,54.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(9808,'1110','41601102949','2020-09-26 09:55:22',NULL,85.50,'','4','1','Inventory sold','1','','sales','792382330195','','No',NULL,NULL,''),(9809,'1110','41601102949','2020-09-26 09:55:22',NULL,85.50,'','4','1','Inventory sold','1','','sales','792382330195','','No',NULL,NULL,''),(9810,'5500','41601102949','2020-09-26 09:55:22',318.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9811,'1000','41601103324','2020-09-26 10:12:16',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9812,'4000','41601103324','2020-09-26 10:12:16',NULL,150.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(9813,'1110','41601103324','2020-09-26 10:12:16',NULL,135.00,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(9814,'5500','41601103324','2020-09-26 10:12:16',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9815,'1000','41601104348','2020-09-26 10:38:33',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9816,'4000','41601104348','2020-09-26 10:38:33',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(9817,'1110','41601104348','2020-09-26 10:38:33',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(9818,'5500','41601104348','2020-09-26 10:38:33',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9819,'1000','41601105915','2020-09-26 10:48:42',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9820,'4000','41601105915','2020-09-26 10:48:42',NULL,130.00,'','4','1','Good sold','1','','sales','144','','No',NULL,NULL,''),(9821,'1110','41601105915','2020-09-26 10:48:42',NULL,117.00,'','4','1','Inventory sold','1','','sales','144','','No',NULL,NULL,''),(9822,'5500','41601105915','2020-09-26 10:48:42',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9823,'1000','41601106524','2020-09-26 10:57:36',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9824,'4000','41601106524','2020-09-26 10:57:36',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(9825,'1110','41601106524','2020-09-26 10:57:36',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(9826,'5500','41601106524','2020-09-26 10:57:36',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9827,'1000','41601107058','2020-09-26 11:01:42',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9828,'4000','41601107058','2020-09-26 11:01:42',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(9829,'1110','41601107058','2020-09-26 11:01:42',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(9830,'5500','41601107058','2020-09-26 11:01:42',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9831,'1000','41601107305','2020-09-26 11:13:22',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9832,'4000','41601107305','2020-09-26 11:13:22',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(9833,'1110','41601107305','2020-09-26 11:13:22',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(9834,'5500','41601107305','2020-09-26 11:13:22',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9835,'1000','41601108019','2020-09-26 11:22:35',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9836,'4000','41601108019','2020-09-26 11:22:35',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(9837,'1110','41601108019','2020-09-26 11:22:35',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(9838,'5500','41601108019','2020-09-26 11:22:35',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9839,'1000','41601109497','2020-09-26 11:38:47',280.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9840,'4000','41601109497','2020-09-26 11:38:47',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033483','','No',NULL,NULL,''),(9841,'4000','41601109497','2020-09-26 11:38:47',NULL,210.00,'','4','1','Good sold','1','','sales','6164002695962','','No',NULL,NULL,''),(9842,'1110','41601109497','2020-09-26 11:38:47',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033483','','No',NULL,NULL,''),(9843,'1110','41601109497','2020-09-26 11:38:47',NULL,180.00,'','4','1','Inventory sold','1','','sales','6164002695962','','No',NULL,NULL,''),(9844,'5500','41601109497','2020-09-26 11:38:47',243.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9845,'1000','41601109543','2020-09-26 11:46:43',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9846,'4000','41601109543','2020-09-26 11:46:43',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(9847,'1110','41601109543','2020-09-26 11:46:43',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(9848,'5500','41601109543','2020-09-26 11:46:43',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9849,'1000','41601110007','2020-09-26 12:12:13',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9850,'4000','41601110007','2020-09-26 12:12:13',NULL,30.00,'','4','1','Good sold','1','','sales','8001090702500','','No',NULL,NULL,''),(9851,'4000','41601110007','2020-09-26 12:12:13',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(9852,'1110','41601110007','2020-09-26 12:12:13',NULL,27.00,'','4','1','Inventory sold','1','','sales','8001090702500','','No',NULL,NULL,''),(9853,'1110','41601110007','2020-09-26 12:12:13',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(9854,'5500','41601110007','2020-09-26 12:12:13',73.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9855,'1000','41601111537','2020-09-26 12:35:25',6.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9856,'4000','41601111537','2020-09-26 12:35:25',NULL,6.00,'','4','1','Good sold','1','','sales','432','','No',NULL,NULL,''),(9857,'1110','41601111537','2020-09-26 12:35:25',NULL,4.20,'','4','1','Inventory sold','1','','sales','432','','No',NULL,NULL,''),(9858,'5500','41601111537','2020-09-26 12:35:25',4.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9859,'1000','41601112933','2020-09-26 12:39:03',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9860,'4000','41601112933','2020-09-26 12:39:03',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(9861,'1110','41601112933','2020-09-26 12:39:03',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(9862,'5500','41601112933','2020-09-26 12:39:03',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9863,'1000','41601113207','2020-09-26 12:51:57',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9864,'4000','41601113207','2020-09-26 12:51:57',NULL,70.00,'','4','1','Good sold','1','','sales','616400033506','','No',NULL,NULL,''),(9865,'1110','41601113207','2020-09-26 12:51:57',NULL,60.00,'','4','1','Inventory sold','1','','sales','616400033506','','No',NULL,NULL,''),(9866,'5500','41601113207','2020-09-26 12:51:57',60.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9867,'1000','41601113923','2020-09-26 12:53:52',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9868,'4000','41601113923','2020-09-26 12:53:52',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(9869,'1110','41601113923','2020-09-26 12:53:52',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(9870,'5500','41601113923','2020-09-26 12:53:52',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9871,'1000','41601114040','2020-09-26 13:32:07',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9872,'4000','41601114040','2020-09-26 13:32:07',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(9873,'4000','41601114040','2020-09-26 13:32:07',NULL,20.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(9874,'4000','41601114040','2020-09-26 13:32:07',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(9875,'1110','41601114040','2020-09-26 13:32:07',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(9876,'1110','41601114040','2020-09-26 13:32:07',NULL,18.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(9877,'1110','41601114040','2020-09-26 13:32:07',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(9878,'5500','41601114040','2020-09-26 13:32:07',55.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9879,'1000','41601116334','2020-09-26 13:48:56',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9880,'4000','41601116334','2020-09-26 13:48:56',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(9881,'1110','41601116334','2020-09-26 13:48:56',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(9882,'5500','41601116334','2020-09-26 13:48:56',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9883,'1000','41601117338','2020-09-26 13:51:51',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9884,'4000','41601117338','2020-09-26 13:51:51',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(9885,'4000','41601117338','2020-09-26 13:51:51',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(9886,'1110','41601117338','2020-09-26 13:51:51',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(9887,'1110','41601117338','2020-09-26 13:51:51',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(9888,'5500','41601117338','2020-09-26 13:51:51',152.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9889,'1000','41601117575','2020-09-26 14:06:49',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9890,'4000','41601117575','2020-09-26 14:06:49',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(9891,'1110','41601117575','2020-09-26 14:06:49',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(9892,'5500','41601117575','2020-09-26 14:06:49',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9893,'1000','41601118412','2020-09-26 14:12:37',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9894,'4000','41601118412','2020-09-26 14:12:37',NULL,40.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(9895,'1110','41601118412','2020-09-26 14:12:37',NULL,36.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(9896,'5500','41601118412','2020-09-26 14:12:37',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9897,'1110','71601118822','2020-09-26 14:13:00',180.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','32','','No',NULL,NULL,''),(9898,'1110','71601118822','2020-09-26 14:13:00',243.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','30','','No',NULL,NULL,''),(9899,'2130','71601118822','2020-09-26 14:13:00',NULL,423.00,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(9900,'1000','41601118765','2020-09-26 14:29:11',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9901,'4000','41601118765','2020-09-26 14:29:11',NULL,50.00,'','4','1','Good sold','1','','sales','6161100760479','','No',NULL,NULL,''),(9902,'1110','41601118765','2020-09-26 14:29:11',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161100760479','','No',NULL,NULL,''),(9903,'5500','41601118765','2020-09-26 14:29:11',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9904,'1000','41601119753','2020-09-26 16:03:14',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9905,'4000','41601119753','2020-09-26 16:03:14',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(9906,'1110','41601119753','2020-09-26 16:03:14',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(9907,'5500','41601119753','2020-09-26 16:03:14',57.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9908,'1000','41601125492','2020-09-26 16:07:21',340.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9909,'4000','41601125492','2020-09-26 16:07:21',NULL,170.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(9910,'4000','41601125492','2020-09-26 16:07:21',NULL,170.00,'','4','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(9911,'1110','41601125492','2020-09-26 16:07:21',NULL,153.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(9912,'1110','41601125492','2020-09-26 16:07:21',NULL,153.00,'','4','1','Inventory sold','1','','sales','75','','No',NULL,NULL,''),(9913,'5500','41601125492','2020-09-26 16:07:21',306.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9914,'1000','41601125648','2020-09-26 16:26:12',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9915,'4000','41601125648','2020-09-26 16:26:12',NULL,65.00,'','4','1','Good sold','1','','sales','6161102170030','','No',NULL,NULL,''),(9916,'1110','41601125648','2020-09-26 16:26:12',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161102170030','','No',NULL,NULL,''),(9917,'5500','41601125648','2020-09-26 16:26:12',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9918,'1000','41601125648','2020-09-26 16:26:12',45.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9919,'4000','41601125648','2020-09-26 16:26:12',NULL,65.00,'','4','1','Good sold','1','','sales','6161102170030','','No',NULL,NULL,''),(9920,'4000','41601125648','2020-09-26 16:26:12',NULL,45.00,'','4','1','Good sold','1','','sales','112','','No',NULL,NULL,''),(9921,'1110','41601125648','2020-09-26 16:26:12',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161102170030','','No',NULL,NULL,''),(9922,'1110','41601125648','2020-09-26 16:26:12',NULL,37.50,'','4','1','Inventory sold','1','','sales','112','','No',NULL,NULL,''),(9923,'5500','41601125648','2020-09-26 16:26:12',96.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9924,'1000','41601126975','2020-09-26 16:29:51',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9925,'4000','41601126975','2020-09-26 16:29:51',NULL,110.00,'','4','1','Good sold','1','','sales','78','','No',NULL,NULL,''),(9926,'1110','41601126975','2020-09-26 16:29:51',NULL,99.00,'','4','1','Inventory sold','1','','sales','78','','No',NULL,NULL,''),(9927,'5500','41601126975','2020-09-26 16:29:51',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9928,'1000','41601126995','2020-09-26 16:31:23',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9929,'4000','41601126995','2020-09-26 16:31:23',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(9930,'1110','41601126995','2020-09-26 16:31:23',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(9931,'5564','41601126995','2020-09-26 16:31:23',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9932,'1000','41601127119','2020-09-26 16:40:46',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9933,'4000','41601127119','2020-09-26 16:40:46',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(9934,'1110','41601127119','2020-09-26 16:40:46',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(9935,'5500','41601127119','2020-09-26 16:40:46',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9936,'1110','71601035351','2020-09-25 15:02:00',1620.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','99','','No',NULL,NULL,''),(9937,'1110','71601035351','2020-09-25 15:02:00',4200.12,NULL,'','7','1','Inventory Purchased','1','18','Purchases','6161113940141','','No',NULL,NULL,''),(9938,'1110','71601035351','2020-09-25 15:02:00',500.40,NULL,'','7','1','Inventory Purchased','1','18','Purchases','504','','No',NULL,NULL,''),(9939,'1110','71601035351','2020-09-25 15:02:00',900.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','112','','No',NULL,NULL,''),(9940,'1110','71601035351','2020-09-25 15:02:00',900.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','505','','No',NULL,NULL,''),(9941,'1110','71601035351','2020-09-25 15:02:00',2750.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','122','','No',NULL,NULL,''),(9942,'1110','71601035351','2020-09-25 15:02:00',450.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','503','','No',NULL,NULL,''),(9943,'1110','71601035351','2020-09-25 15:02:00',1050.24,NULL,'','7','1','Inventory Purchased','1','18','Purchases','506','','No',NULL,NULL,''),(9944,'1110','71601035351','2020-09-25 15:02:00',850.08,NULL,'','7','1','Inventory Purchased','1','18','Purchases','507','','No',NULL,NULL,''),(9945,'1110','71601035351','2020-09-25 15:02:00',230.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','497','','No',NULL,NULL,''),(9946,'1110','71601035351','2020-09-25 15:02:00',475.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','492','','No',NULL,NULL,''),(9947,'1110','71601035351','2020-09-25 15:02:00',480.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','509','','No',NULL,NULL,''),(9948,'1110','71601035351','2020-09-25 15:02:00',4743.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','101','','No',NULL,NULL,''),(9949,'2130','71601035351','2020-09-25 15:02:00',NULL,19148.84,'','7','1','Account payable for inventory','1','18','Purchases','','','No',NULL,NULL,''),(9950,'1000','41601300814','2020-09-28 16:48:31',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9951,'4000','41601300814','2020-09-28 16:48:31',NULL,110.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(9952,'1110','41601300814','2020-09-28 16:48:31',NULL,99.00,'','4','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(9953,'5500','41601300814','2020-09-28 16:48:31',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9954,'1000','41601300926','2020-09-28 16:49:11',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9955,'4000','41601300926','2020-09-28 16:49:11',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(9956,'1110','41601300926','2020-09-28 16:49:11',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(9957,'5500','41601300926','2020-09-28 16:49:11',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9958,'1000','41601300954','2020-09-28 17:00:18',6.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9959,'4000','41601300954','2020-09-28 17:00:18',NULL,6.00,'','4','1','Good sold','1','','sales','432','','No',NULL,NULL,''),(9960,'1110','41601300954','2020-09-28 17:00:18',NULL,4.20,'','4','1','Inventory sold','1','','sales','432','','No',NULL,NULL,''),(9961,'5500','41601300954','2020-09-28 17:00:18',4.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9962,'1000','41601301650','2020-09-28 17:09:19',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9963,'4000','41601301650','2020-09-28 17:09:19',NULL,40.00,'','4','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(9964,'1110','41601301650','2020-09-28 17:09:19',NULL,36.00,'','4','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(9965,'5500','41601301650','2020-09-28 17:09:19',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9966,'1000','41601302240','2020-09-28 17:11:07',380.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9967,'4000','41601302240','2020-09-28 17:11:07',NULL,380.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(9968,'1110','41601302240','2020-09-28 17:11:07',NULL,342.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(9969,'5500','41601302240','2020-09-28 17:11:07',342.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9970,'1000','41601302270','2020-09-28 17:11:20',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9971,'4000','41601302270','2020-09-28 17:11:20',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(9972,'1110','41601302270','2020-09-28 17:11:20',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(9973,'5500','41601302270','2020-09-28 17:11:20',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9974,'1000','41601302419','2020-09-28 17:14:39',220.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(9975,'4000','41601302419','2020-09-28 17:14:39',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(9976,'4000','41601302419','2020-09-28 17:14:39',NULL,160.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(9977,'4000','41601302419','2020-09-28 17:14:39',NULL,25.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(9978,'1110','41601302419','2020-09-28 17:14:39',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(9979,'1110','41601302419','2020-09-28 17:14:39',NULL,144.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(9980,'1110','41601302419','2020-09-28 17:14:39',NULL,20.85,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(9981,'5500','41601302419','2020-09-28 17:14:39',196.35,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10018,'1110','71601301443','2020-09-28 16:57:00',475.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','492','','No',NULL,NULL,''),(10019,'1110','71601301443','2020-09-28 16:57:00',225.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','493','','No',NULL,NULL,''),(10020,'1110','71601301443','2020-09-28 16:57:00',150.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','494','','No',NULL,NULL,''),(10021,'1110','71601301443','2020-09-28 16:57:00',648.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','16','','No',NULL,NULL,''),(10022,'1110','71601301443','2020-09-28 16:57:00',540.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','68','','No',NULL,NULL,''),(10023,'1110','71601301443','2020-09-28 16:57:00',468.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','83','','No',NULL,NULL,''),(10024,'1110','71601301443','2020-09-28 16:57:00',175.50,NULL,'','7','1','Inventory Purchased','1','3','Purchases','82','','No',NULL,NULL,''),(10025,'1110','71601301443','2020-09-28 16:57:00',351.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','85','','No',NULL,NULL,''),(10026,'1110','71601301443','2020-09-28 16:57:00',234.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','86','','No',NULL,NULL,''),(10027,'1110','71601301443','2020-09-28 16:57:00',175.50,NULL,'','7','1','Inventory Purchased','1','3','Purchases','183','','No',NULL,NULL,''),(10028,'1110','71601301443','2020-09-28 16:57:00',216.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','88','','No',NULL,NULL,''),(10029,'1110','71601301443','2020-09-28 16:57:00',108.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','8888','','No',NULL,NULL,''),(10030,'1110','71601301443','2020-09-28 16:57:00',216.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','89','','No',NULL,NULL,''),(10031,'1110','71601301443','2020-09-28 16:57:00',108.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','92','','No',NULL,NULL,''),(10032,'1110','71601301443','2020-09-28 16:57:00',72.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','182','','No',NULL,NULL,''),(10033,'1110','71601301443','2020-09-28 16:57:00',144.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','90','','No',NULL,NULL,''),(10034,'1110','71601301443','2020-09-28 16:57:00',495.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','77','','No',NULL,NULL,''),(10035,'1110','71601301443','2020-09-28 16:57:00',198.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','78','','No',NULL,NULL,''),(10036,'1110','71601301443','2020-09-28 16:57:00',198.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','81','','No',NULL,NULL,''),(10037,'1110','71601301443','2020-09-28 16:57:00',297.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','80','','No',NULL,NULL,''),(10038,'1110','71601301443','2020-09-28 16:57:00',297.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','80','','No',NULL,NULL,''),(10039,'1110','71601301443','2020-09-28 16:57:00',306.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','73','','No',NULL,NULL,''),(10040,'1110','71601301443','2020-09-28 16:57:00',306.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','76','','No',NULL,NULL,''),(10041,'1110','71601301443','2020-09-28 16:57:00',468.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','5449000180247','','No',NULL,NULL,''),(10042,'1110','71601301443','2020-09-28 16:57:00',468.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','171','','No',NULL,NULL,''),(10043,'1110','71601301443','2020-09-28 16:57:00',433.32,NULL,'','7','1','Inventory Purchased','1','3','Purchases','5449000180292','','No',NULL,NULL,''),(10044,'1110','71601301443','2020-09-28 16:57:00',189.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','96','','No',NULL,NULL,''),(10045,'1110','71601301443','2020-09-28 16:57:00',189.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','94','','No',NULL,NULL,''),(10046,'1110','71601301443','2020-09-28 16:57:00',378.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','95','','No',NULL,NULL,''),(10047,'1110','71601301443','2020-09-28 16:57:00',475.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','496','','No',NULL,NULL,''),(10048,'1110','71601301443','2020-09-28 16:57:00',80.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','499','','No',NULL,NULL,''),(10049,'1110','71601301443','2020-09-28 16:57:00',600.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','268','','No',NULL,NULL,''),(10050,'1110','71601301443','2020-09-28 16:57:00',1134.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','172','','No',NULL,NULL,''),(10051,'1110','71601301443','2020-09-28 16:57:00',1134.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','172','','No',NULL,NULL,''),(10052,'1110','71601301443','2020-09-28 16:57:00',540.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164001166272','','No',NULL,NULL,''),(10053,'1110','71601301443','2020-09-28 16:57:00',1458.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','158','','No',NULL,NULL,''),(10054,'2130','71601301443','2020-09-28 16:57:00',NULL,13949.32,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(10055,'1000','41601302553','2020-09-28 17:41:36',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10056,'4000','41601302553','2020-09-28 17:41:36',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050034','','No',NULL,NULL,''),(10057,'4000','41601302553','2020-09-28 17:41:36',NULL,30.00,'','4','1','Good sold','1','','sales','6161109510389','','No',NULL,NULL,''),(10058,'1110','41601302553','2020-09-28 17:41:36',NULL,104.58,'','4','1','Inventory sold','1','','sales','6009627050034','','No',NULL,NULL,''),(10059,'1110','41601302553','2020-09-28 17:41:36',NULL,27.00,'','4','1','Inventory sold','1','','sales','6161109510389','','No',NULL,NULL,''),(10060,'5500','41601302553','2020-09-28 17:41:36',131.58,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10061,'1000','41601304099','2020-09-28 17:41:53',240.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10062,'4000','41601304099','2020-09-28 17:41:53',NULL,170.00,'','4','1','Good sold','1','','sales','6162006602740','','No',NULL,NULL,''),(10063,'4000','41601304099','2020-09-28 17:41:53',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(10064,'1110','41601304099','2020-09-28 17:41:53',NULL,153.00,'','4','1','Inventory sold','1','','sales','6162006602740','','No',NULL,NULL,''),(10065,'1110','41601304099','2020-09-28 17:41:53',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(10066,'5500','41601304099','2020-09-28 17:41:53',216.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10067,'1000','41601304133','2020-09-28 17:49:09',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10068,'4000','41601304133','2020-09-28 17:49:09',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903427','','No',NULL,NULL,''),(10069,'4000','41601304133','2020-09-28 17:49:09',NULL,130.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(10070,'4000','41601304133','2020-09-28 17:49:09',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(10071,'1110','41601304133','2020-09-28 17:49:09',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903427','','No',NULL,NULL,''),(10072,'1110','41601304133','2020-09-28 17:49:09',NULL,117.00,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(10073,'1110','41601304133','2020-09-28 17:49:09',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(10074,'5500','41601304133','2020-09-28 17:49:09',152.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10075,'1000','41601304552','2020-09-28 18:00:58',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10076,'4000','41601304552','2020-09-28 18:00:58',NULL,40.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(10077,'1110','41601304552','2020-09-28 18:00:58',NULL,36.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(10078,'5500','41601304552','2020-09-28 18:00:58',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10079,'1000','41601305261','2020-09-28 18:01:37',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10080,'4000','41601305261','2020-09-28 18:01:37',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033223','','No',NULL,NULL,''),(10081,'1110','41601305261','2020-09-28 18:01:37',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033223','','No',NULL,NULL,''),(10082,'5500','41601305261','2020-09-28 18:01:37',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10083,'1000','41601305405','2020-09-28 18:19:23',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10084,'4000','41601305405','2020-09-28 18:19:23',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(10085,'1110','41601305405','2020-09-28 18:19:23',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(10086,'5500','41601305405','2020-09-28 18:19:23',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10087,'1000','41601306371','2020-09-28 18:24:35',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10088,'4000','41601306371','2020-09-28 18:24:35',NULL,170.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(10089,'1110','41601306371','2020-09-28 18:24:35',NULL,153.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(10090,'5500','41601306371','2020-09-28 18:24:35',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10091,'1000','41601306679','2020-09-28 18:24:53',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10092,'4000','41601306679','2020-09-28 18:24:53',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10093,'1110','41601306679','2020-09-28 18:24:53',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(10094,'5500','41601306679','2020-09-28 18:24:53',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10095,'1000','41601306697','2020-09-28 18:30:25',767.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10096,'4000','41601306697','2020-09-28 18:30:25',NULL,72.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(10097,'4000','41601306697','2020-09-28 18:30:25',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(10098,'4000','41601306697','2020-09-28 18:30:25',NULL,65.00,'','4','1','Good sold','1','','sales','6161102170030','','No',NULL,NULL,''),(10099,'4000','41601306697','2020-09-28 18:30:25',NULL,50.00,'','4','1','Good sold','1','','sales','6162006607998','','No',NULL,NULL,''),(10100,'4000','41601306697','2020-09-28 18:30:25',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(10101,'4000','41601306697','2020-09-28 18:30:25',NULL,75.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(10102,'4000','41601306697','2020-09-28 18:30:25',NULL,130.00,'','4','1','Good sold','1','','sales','144','','No',NULL,NULL,''),(10103,'4000','41601306697','2020-09-28 18:30:25',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(10104,'4000','41601306697','2020-09-28 18:30:25',NULL,100.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(10105,'4000','41601306697','2020-09-28 18:30:25',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(10106,'1110','41601306697','2020-09-28 18:30:25',NULL,60.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(10107,'1110','41601306697','2020-09-28 18:30:25',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(10108,'1110','41601306697','2020-09-28 18:30:25',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161102170030','','No',NULL,NULL,''),(10109,'1110','41601306697','2020-09-28 18:30:25',NULL,45.00,'','4','1','Inventory sold','1','','sales','6162006607998','','No',NULL,NULL,''),(10110,'1110','41601306697','2020-09-28 18:30:25',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(10111,'1110','41601306697','2020-09-28 18:30:25',NULL,67.50,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(10112,'1110','41601306697','2020-09-28 18:30:25',NULL,117.00,'','4','1','Inventory sold','1','','sales','144','','No',NULL,NULL,''),(10113,'1110','41601306697','2020-09-28 18:30:25',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(10114,'1110','41601306697','2020-09-28 18:30:25',NULL,95.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(10115,'1110','41601306697','2020-09-28 18:30:25',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(10116,'5500','41601306697','2020-09-28 18:30:25',676.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10117,'1000','41601307126','2020-09-28 18:36:34',1191.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10118,'4000','41601307126','2020-09-28 18:36:34',NULL,96.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(10119,'4000','41601307126','2020-09-28 18:36:34',NULL,60.00,'','4','1','Good sold','1','','sales','6161100760066','','No',NULL,NULL,''),(10120,'4000','41601307126','2020-09-28 18:36:34',NULL,180.00,'','4','1','Good sold','1','','sales','6161106610228','','No',NULL,NULL,''),(10121,'4000','41601307126','2020-09-28 18:36:34',NULL,30.00,'','4','1','Good sold','1','','sales','6923564532289','','No',NULL,NULL,''),(10122,'4000','41601307126','2020-09-28 18:36:34',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903427','','No',NULL,NULL,''),(10123,'4000','41601307126','2020-09-28 18:36:34',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(10124,'4000','41601307126','2020-09-28 18:36:34',NULL,20.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(10125,'4000','41601307126','2020-09-28 18:36:34',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(10126,'4000','41601307126','2020-09-28 18:36:34',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(10127,'4000','41601307126','2020-09-28 18:36:34',NULL,170.00,'','4','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(10128,'4000','41601307126','2020-09-28 18:36:34',NULL,110.00,'','4','1','Good sold','1','','sales','78','','No',NULL,NULL,''),(10129,'4000','41601307126','2020-09-28 18:36:34',NULL,110.00,'','4','1','Good sold','1','','sales','81','','No',NULL,NULL,''),(10130,'4000','41601307126','2020-09-28 18:36:34',NULL,130.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(10131,'4000','41601307126','2020-09-28 18:36:34',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(10132,'4000','41601307126','2020-09-28 18:36:34',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(10133,'4000','41601307126','2020-09-28 18:36:34',NULL,10.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(10134,'1110','41601307126','2020-09-28 18:36:34',NULL,80.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(10135,'1110','41601307126','2020-09-28 18:36:34',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161100760066','','No',NULL,NULL,''),(10136,'1110','41601307126','2020-09-28 18:36:34',NULL,162.00,'','4','1','Inventory sold','1','','sales','6161106610228','','No',NULL,NULL,''),(10137,'1110','41601307126','2020-09-28 18:36:34',NULL,27.00,'','4','1','Inventory sold','1','','sales','6923564532289','','No',NULL,NULL,''),(10138,'1110','41601307126','2020-09-28 18:36:34',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903427','','No',NULL,NULL,''),(10139,'1110','41601307126','2020-09-28 18:36:34',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(10140,'1110','41601307126','2020-09-28 18:36:34',NULL,18.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(10141,'1110','41601307126','2020-09-28 18:36:34',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(10142,'1110','41601307126','2020-09-28 18:36:34',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(10143,'1110','41601307126','2020-09-28 18:36:34',NULL,153.00,'','4','1','Inventory sold','1','','sales','75','','No',NULL,NULL,''),(10144,'1110','41601307126','2020-09-28 18:36:34',NULL,99.00,'','4','1','Inventory sold','1','','sales','78','','No',NULL,NULL,''),(10145,'1110','41601307126','2020-09-28 18:36:34',NULL,99.00,'','4','1','Inventory sold','1','','sales','81','','No',NULL,NULL,''),(10146,'1110','41601307126','2020-09-28 18:36:34',NULL,117.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(10147,'1110','41601307126','2020-09-28 18:36:34',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(10148,'1110','41601307126','2020-09-28 18:36:34',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(10149,'1110','41601307126','2020-09-28 18:36:34',NULL,8.34,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(10150,'5500','41601307126','2020-09-28 18:36:34',1069.51,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10151,'1000','41601307413','2020-09-28 18:37:50',169.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10152,'4000','41601307413','2020-09-28 18:37:50',NULL,24.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(10153,'4000','41601307413','2020-09-28 18:37:50',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760226','','No',NULL,NULL,''),(10154,'4000','41601307413','2020-09-28 18:37:50',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(10155,'4000','41601307413','2020-09-28 18:37:50',NULL,30.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(10156,'4000','41601307413','2020-09-28 18:37:50',NULL,65.00,'','4','1','Good sold','1','','sales','144','','No',NULL,NULL,''),(10157,'4000','41601307413','2020-09-28 18:37:50',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(10158,'1110','41601307413','2020-09-28 18:37:50',NULL,20.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(10159,'1110','41601307413','2020-09-28 18:37:50',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100760226','','No',NULL,NULL,''),(10160,'1110','41601307413','2020-09-28 18:37:50',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(10161,'1110','41601307413','2020-09-28 18:37:50',NULL,27.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(10162,'1110','41601307413','2020-09-28 18:37:50',NULL,58.50,'','4','1','Inventory sold','1','','sales','144','','No',NULL,NULL,''),(10163,'1110','41601307413','2020-09-28 18:37:50',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(10164,'5564','41601307413','2020-09-28 18:37:50',148.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10165,'1000','41601307503','2020-09-28 19:06:57',5844.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10166,'4000','41601307503','2020-09-28 19:06:57',NULL,70.00,'','4','1','Good sold','1','','sales','427','','No',NULL,NULL,''),(10167,'4000','41601307503','2020-09-28 19:06:57',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(10168,'4000','41601307503','2020-09-28 19:06:57',NULL,60.00,'','4','1','Good sold','1','','sales','6161100760066','','No',NULL,NULL,''),(10169,'4000','41601307503','2020-09-28 19:06:57',NULL,100.00,'','4','1','Good sold','1','','sales','6161100762473','','No',NULL,NULL,''),(10170,'4000','41601307503','2020-09-28 19:06:57',NULL,165.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(10171,'4000','41601307503','2020-09-28 19:06:57',NULL,120.00,'','4','1','Good sold','1','','sales','6161106610594','','No',NULL,NULL,''),(10172,'4000','41601307503','2020-09-28 19:06:57',NULL,75.00,'','4','1','Good sold','1','','sales','6161107150730','','No',NULL,NULL,''),(10173,'4000','41601307503','2020-09-28 19:06:57',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440030','','No',NULL,NULL,''),(10174,'4000','41601307503','2020-09-28 19:06:57',NULL,55.00,'','4','1','Good sold','1','','sales','6161113440054','','No',NULL,NULL,''),(10175,'4000','41601307503','2020-09-28 19:06:57',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440078','','No',NULL,NULL,''),(10176,'4000','41601307503','2020-09-28 19:06:57',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(10177,'4000','41601307503','2020-09-28 19:06:57',NULL,50.00,'','4','1','Good sold','1','','sales','6162006607998','','No',NULL,NULL,''),(10178,'4000','41601307503','2020-09-28 19:06:57',NULL,160.00,'','4','1','Good sold','1','','sales','6164000009006','','No',NULL,NULL,''),(10179,'4000','41601307503','2020-09-28 19:06:57',NULL,45.00,'','4','1','Good sold','1','','sales','6164000009570','','No',NULL,NULL,''),(10180,'4000','41601307503','2020-09-28 19:06:57',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033070','','No',NULL,NULL,''),(10181,'4000','41601307503','2020-09-28 19:06:57',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033483','','No',NULL,NULL,''),(10182,'4000','41601307503','2020-09-28 19:06:57',NULL,5.00,'','4','1','Good sold','1','','sales','6164000184048','','No',NULL,NULL,''),(10183,'4000','41601307503','2020-09-28 19:06:57',NULL,25.00,'','4','1','Good sold','1','','sales','6164004554199','','No',NULL,NULL,''),(10184,'4000','41601307503','2020-09-28 19:06:57',NULL,25.00,'','4','1','Good sold','1','','sales','6164004554199','','No',NULL,NULL,''),(10185,'4000','41601307503','2020-09-28 19:06:57',NULL,25.00,'','4','1','Good sold','1','','sales','6164004554199','','No',NULL,NULL,''),(10186,'4000','41601307503','2020-09-28 19:06:57',NULL,70.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(10187,'4000','41601307503','2020-09-28 19:06:57',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(10188,'4000','41601307503','2020-09-28 19:06:57',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(10189,'4000','41601307503','2020-09-28 19:06:57',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(10190,'4000','41601307503','2020-09-28 19:06:57',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903427','','No',NULL,NULL,''),(10191,'4000','41601307503','2020-09-28 19:06:57',NULL,65.00,'','4','1','Good sold','1','','sales','8901719908583','','No',NULL,NULL,''),(10192,'4000','41601307503','2020-09-28 19:06:57',NULL,10.00,'','4','1','Good sold','1','','sales','8908000034198','','No',NULL,NULL,''),(10193,'4000','41601307503','2020-09-28 19:06:57',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10194,'4000','41601307503','2020-09-28 19:06:57',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10195,'4000','41601307503','2020-09-28 19:06:57',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10196,'4000','41601307503','2020-09-28 19:06:57',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10197,'4000','41601307503','2020-09-28 19:06:57',NULL,90.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10198,'4000','41601307503','2020-09-28 19:06:57',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(10199,'4000','41601307503','2020-09-28 19:06:57',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10200,'4000','41601307503','2020-09-28 19:06:57',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10201,'4000','41601307503','2020-09-28 19:06:57',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10202,'4000','41601307503','2020-09-28 19:06:57',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10203,'4000','41601307503','2020-09-28 19:06:57',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10204,'4000','41601307503','2020-09-28 19:06:57',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(10205,'4000','41601307503','2020-09-28 19:06:57',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(10206,'4000','41601307503','2020-09-28 19:06:57',NULL,20.00,'','4','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(10207,'4000','41601307503','2020-09-28 19:06:57',NULL,30.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(10208,'4000','41601307503','2020-09-28 19:06:57',NULL,40.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(10209,'4000','41601307503','2020-09-28 19:06:57',NULL,40.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(10210,'4000','41601307503','2020-09-28 19:06:57',NULL,110.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(10211,'4000','41601307503','2020-09-28 19:06:57',NULL,110.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(10212,'4000','41601307503','2020-09-28 19:06:57',NULL,110.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(10213,'4000','41601307503','2020-09-28 19:06:57',NULL,110.00,'','4','1','Good sold','1','','sales','81','','No',NULL,NULL,''),(10214,'4000','41601307503','2020-09-28 19:06:57',NULL,40.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(10215,'4000','41601307503','2020-09-28 19:06:57',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(10216,'4000','41601307503','2020-09-28 19:06:57',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(10217,'4000','41601307503','2020-09-28 19:06:57',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(10218,'4000','41601307503','2020-09-28 19:06:57',NULL,50.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(10219,'4000','41601307503','2020-09-28 19:06:57',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(10220,'4000','41601307503','2020-09-28 19:06:57',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(10221,'4000','41601307503','2020-09-28 19:06:57',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(10222,'4000','41601307503','2020-09-28 19:06:57',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(10223,'4000','41601307503','2020-09-28 19:06:57',NULL,130.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(10224,'4000','41601307503','2020-09-28 19:06:57',NULL,75.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(10225,'4000','41601307503','2020-09-28 19:06:57',NULL,75.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(10226,'4000','41601307503','2020-09-28 19:06:57',NULL,275.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(10227,'4000','41601307503','2020-09-28 19:06:57',NULL,30.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(10228,'4000','41601307503','2020-09-28 19:06:57',NULL,125.00,'','4','1','Good sold','1','','sales','122','','No',NULL,NULL,''),(10229,'4000','41601307503','2020-09-28 19:06:57',NULL,160.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(10230,'4000','41601307503','2020-09-28 19:06:57',NULL,160.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(10231,'4000','41601307503','2020-09-28 19:06:57',NULL,30.00,'','4','1','Good sold','1','','sales','152','','No',NULL,NULL,''),(10232,'4000','41601307503','2020-09-28 19:06:57',NULL,40.00,'','4','1','Good sold','1','','sales','153','','No',NULL,NULL,''),(10233,'4000','41601307503','2020-09-28 19:06:57',NULL,10.00,'','4','1','Good sold','1','','sales','189','','No',NULL,NULL,''),(10234,'4000','41601307503','2020-09-28 19:06:57',NULL,5.00,'','4','1','Good sold','1','','sales','189','','No',NULL,NULL,''),(10235,'4000','41601307503','2020-09-28 19:06:57',NULL,85.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(10236,'4000','41601307503','2020-09-28 19:06:57',NULL,55.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(10237,'4000','41601307503','2020-09-28 19:06:57',NULL,170.00,'','4','1','Good sold','1','','sales','266','','No',NULL,NULL,''),(10238,'4000','41601307503','2020-09-28 19:06:57',NULL,6.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(10239,'4000','41601307503','2020-09-28 19:06:57',NULL,6.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(10240,'4000','41601307503','2020-09-28 19:06:57',NULL,6.00,'','4','1','Good sold','1','','sales','432','','No',NULL,NULL,''),(10241,'4000','41601307503','2020-09-28 19:06:57',NULL,6.00,'','4','1','Good sold','1','','sales','432','','No',NULL,NULL,''),(10242,'4000','41601307503','2020-09-28 19:06:57',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(10243,'4000','41601307503','2020-09-28 19:06:57',NULL,100.00,'','4','1','Good sold','1','','sales','792382330195','','No',NULL,NULL,''),(10244,'4000','41601307503','2020-09-28 19:06:57',NULL,200.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(10245,'4000','41601307503','2020-09-28 19:06:57',NULL,200.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(10246,'4000','41601307503','2020-09-28 19:06:57',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(10247,'4000','41601307503','2020-09-28 19:06:57',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(10248,'4000','41601307503','2020-09-28 19:06:57',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(10249,'4000','41601307503','2020-09-28 19:06:57',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(10250,'4000','41601307503','2020-09-28 19:06:57',NULL,100.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(10251,'4000','41601307503','2020-09-28 19:06:57',NULL,100.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(10252,'4000','41601307503','2020-09-28 19:06:57',NULL,100.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(10253,'4000','41601307503','2020-09-28 19:06:57',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(10254,'4000','41601307503','2020-09-28 19:06:57',NULL,20.00,'','4','1','Good sold','1','','sales','499','','No',NULL,NULL,''),(10255,'4000','41601307503','2020-09-28 19:06:57',NULL,10.00,'','4','1','Good sold','1','','sales','499','','No',NULL,NULL,''),(10256,'4000','41601307503','2020-09-28 19:06:57',NULL,110.00,'','4','1','Good sold','1','','sales','505','','No',NULL,NULL,''),(10257,'1110','41601307503','2020-09-28 19:06:57',NULL,63.00,'','4','1','Inventory sold','1','','sales','427','','No',NULL,NULL,''),(10258,'1110','41601307503','2020-09-28 19:06:57',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(10259,'1110','41601307503','2020-09-28 19:06:57',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161100760066','','No',NULL,NULL,''),(10260,'1110','41601307503','2020-09-28 19:06:57',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161100762473','','No',NULL,NULL,''),(10261,'1110','41601307503','2020-09-28 19:06:57',NULL,148.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(10262,'1110','41601307503','2020-09-28 19:06:57',NULL,108.00,'','4','1','Inventory sold','1','','sales','6161106610594','','No',NULL,NULL,''),(10263,'1110','41601307503','2020-09-28 19:06:57',NULL,67.50,'','4','1','Inventory sold','1','','sales','6161107150730','','No',NULL,NULL,''),(10264,'1110','41601307503','2020-09-28 19:06:57',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440030','','No',NULL,NULL,''),(10265,'1110','41601307503','2020-09-28 19:06:57',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161113440054','','No',NULL,NULL,''),(10266,'1110','41601307503','2020-09-28 19:06:57',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440078','','No',NULL,NULL,''),(10267,'1110','41601307503','2020-09-28 19:06:57',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(10268,'1110','41601307503','2020-09-28 19:06:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','6162006607998','','No',NULL,NULL,''),(10269,'1110','41601307503','2020-09-28 19:06:57',NULL,144.00,'','4','1','Inventory sold','1','','sales','6164000009006','','No',NULL,NULL,''),(10270,'1110','41601307503','2020-09-28 19:06:57',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000009570','','No',NULL,NULL,''),(10271,'1110','41601307503','2020-09-28 19:06:57',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033070','','No',NULL,NULL,''),(10272,'1110','41601307503','2020-09-28 19:06:57',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033483','','No',NULL,NULL,''),(10273,'1110','41601307503','2020-09-28 19:06:57',NULL,4.50,'','4','1','Inventory sold','1','','sales','6164000184048','','No',NULL,NULL,''),(10274,'1110','41601307503','2020-09-28 19:06:57',NULL,22.50,'','4','1','Inventory sold','1','','sales','6164004554199','','No',NULL,NULL,''),(10275,'1110','41601307503','2020-09-28 19:06:57',NULL,22.50,'','4','1','Inventory sold','1','','sales','6164004554199','','No',NULL,NULL,''),(10276,'1110','41601307503','2020-09-28 19:06:57',NULL,22.50,'','4','1','Inventory sold','1','','sales','6164004554199','','No',NULL,NULL,''),(10277,'1110','41601307503','2020-09-28 19:06:57',NULL,63.00,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(10278,'1110','41601307503','2020-09-28 19:06:57',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(10279,'1110','41601307503','2020-09-28 19:06:57',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(10280,'1110','41601307503','2020-09-28 19:06:57',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(10281,'1110','41601307503','2020-09-28 19:06:57',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903427','','No',NULL,NULL,''),(10282,'1110','41601307503','2020-09-28 19:06:57',NULL,58.50,'','4','1','Inventory sold','1','','sales','8901719908583','','No',NULL,NULL,''),(10283,'1110','41601307503','2020-09-28 19:06:57',NULL,9.00,'','4','1','Inventory sold','1','','sales','8908000034198','','No',NULL,NULL,''),(10284,'1110','41601307503','2020-09-28 19:06:57',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(10285,'1110','41601307503','2020-09-28 19:06:57',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(10286,'1110','41601307503','2020-09-28 19:06:57',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(10287,'1110','41601307503','2020-09-28 19:06:57',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(10288,'1110','41601307503','2020-09-28 19:06:57',NULL,81.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(10289,'1110','41601307503','2020-09-28 19:06:57',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(10290,'1110','41601307503','2020-09-28 19:06:57',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(10291,'1110','41601307503','2020-09-28 19:06:57',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(10292,'1110','41601307503','2020-09-28 19:06:57',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(10293,'1110','41601307503','2020-09-28 19:06:57',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(10294,'1110','41601307503','2020-09-28 19:06:57',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(10295,'1110','41601307503','2020-09-28 19:06:57',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(10296,'1110','41601307503','2020-09-28 19:06:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(10297,'1110','41601307503','2020-09-28 19:06:57',NULL,18.00,'','4','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(10298,'1110','41601307503','2020-09-28 19:06:57',NULL,27.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(10299,'1110','41601307503','2020-09-28 19:06:57',NULL,36.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(10300,'1110','41601307503','2020-09-28 19:06:57',NULL,36.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(10301,'1110','41601307503','2020-09-28 19:06:57',NULL,99.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(10302,'1110','41601307503','2020-09-28 19:06:57',NULL,99.00,'','4','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(10303,'1110','41601307503','2020-09-28 19:06:57',NULL,99.00,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(10304,'1110','41601307503','2020-09-28 19:06:57',NULL,99.00,'','4','1','Inventory sold','1','','sales','81','','No',NULL,NULL,''),(10305,'1110','41601307503','2020-09-28 19:06:57',NULL,36.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(10306,'1110','41601307503','2020-09-28 19:06:57',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(10307,'1110','41601307503','2020-09-28 19:06:57',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(10308,'1110','41601307503','2020-09-28 19:06:57',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(10309,'1110','41601307503','2020-09-28 19:06:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(10310,'1110','41601307503','2020-09-28 19:06:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(10311,'1110','41601307503','2020-09-28 19:06:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(10312,'1110','41601307503','2020-09-28 19:06:57',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(10313,'1110','41601307503','2020-09-28 19:06:57',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(10314,'1110','41601307503','2020-09-28 19:06:57',NULL,117.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(10315,'1110','41601307503','2020-09-28 19:06:57',NULL,67.50,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(10316,'1110','41601307503','2020-09-28 19:06:57',NULL,67.50,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(10317,'1110','41601307503','2020-09-28 19:06:57',NULL,247.50,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(10318,'1110','41601307503','2020-09-28 19:06:57',NULL,27.00,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(10319,'1110','41601307503','2020-09-28 19:06:57',NULL,110.00,'','4','1','Inventory sold','1','','sales','122','','No',NULL,NULL,''),(10320,'1110','41601307503','2020-09-28 19:06:57',NULL,144.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(10321,'1110','41601307503','2020-09-28 19:06:57',NULL,144.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(10322,'1110','41601307503','2020-09-28 19:06:57',NULL,27.00,'','4','1','Inventory sold','1','','sales','152','','No',NULL,NULL,''),(10323,'1110','41601307503','2020-09-28 19:06:57',NULL,36.00,'','4','1','Inventory sold','1','','sales','153','','No',NULL,NULL,''),(10324,'1110','41601307503','2020-09-28 19:06:57',NULL,6.80,'','4','1','Inventory sold','1','','sales','189','','No',NULL,NULL,''),(10325,'1110','41601307503','2020-09-28 19:06:57',NULL,3.40,'','4','1','Inventory sold','1','','sales','189','','No',NULL,NULL,''),(10326,'1110','41601307503','2020-09-28 19:06:57',NULL,76.50,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(10327,'1110','41601307503','2020-09-28 19:06:57',NULL,49.50,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(10328,'1110','41601307503','2020-09-28 19:06:57',NULL,151.00,'','4','1','Inventory sold','1','','sales','266','','No',NULL,NULL,''),(10329,'1110','41601307503','2020-09-28 19:06:57',NULL,4.20,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(10330,'1110','41601307503','2020-09-28 19:06:57',NULL,4.20,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(10331,'1110','41601307503','2020-09-28 19:06:57',NULL,4.20,'','4','1','Inventory sold','1','','sales','432','','No',NULL,NULL,''),(10332,'1110','41601307503','2020-09-28 19:06:57',NULL,4.20,'','4','1','Inventory sold','1','','sales','432','','No',NULL,NULL,''),(10333,'1110','41601307503','2020-09-28 19:06:57',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(10334,'1110','41601307503','2020-09-28 19:06:57',NULL,85.50,'','4','1','Inventory sold','1','','sales','792382330195','','No',NULL,NULL,''),(10335,'1110','41601307503','2020-09-28 19:06:57',NULL,190.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(10336,'1110','41601307503','2020-09-28 19:06:57',NULL,190.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(10337,'1110','41601307503','2020-09-28 19:06:57',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(10338,'1110','41601307503','2020-09-28 19:06:57',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(10339,'1110','41601307503','2020-09-28 19:06:57',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(10340,'1110','41601307503','2020-09-28 19:06:57',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(10341,'1110','41601307503','2020-09-28 19:06:57',NULL,95.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(10342,'1110','41601307503','2020-09-28 19:06:57',NULL,95.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(10343,'1110','41601307503','2020-09-28 19:06:57',NULL,95.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(10344,'1110','41601307503','2020-09-28 19:06:57',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(10345,'1110','41601307503','2020-09-28 19:06:57',NULL,16.00,'','4','1','Inventory sold','1','','sales','499','','No',NULL,NULL,''),(10346,'1110','41601307503','2020-09-28 19:06:57',NULL,8.00,'','4','1','Inventory sold','1','','sales','499','','No',NULL,NULL,''),(10347,'1110','41601307503','2020-09-28 19:06:57',NULL,90.00,'','4','1','Inventory sold','1','','sales','505','','No',NULL,NULL,''),(10348,'5500','41601307503','2020-09-28 19:06:57',5223.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10349,'1000','41601309300','2020-09-28 19:14:19',1913.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10350,'4000','41601309300','2020-09-28 19:14:19',NULL,155.00,'','4','1','Good sold','1','','sales','5410076189540','','No',NULL,NULL,''),(10351,'4000','41601309300','2020-09-28 19:14:19',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000901','','No',NULL,NULL,''),(10352,'4000','41601309300','2020-09-28 19:14:19',NULL,525.00,'','4','1','Good sold','1','','sales','6161101661249','','No',NULL,NULL,''),(10353,'4000','41601309300','2020-09-28 19:14:19',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(10354,'4000','41601309300','2020-09-28 19:14:19',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(10355,'4000','41601309300','2020-09-28 19:14:19',NULL,50.00,'','4','1','Good sold','1','','sales','6164004554199','','No',NULL,NULL,''),(10356,'4000','41601309300','2020-09-28 19:14:19',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(10357,'4000','41601309300','2020-09-28 19:14:19',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10358,'4000','41601309300','2020-09-28 19:14:19',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10359,'4000','41601309300','2020-09-28 19:14:19',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10360,'4000','41601309300','2020-09-28 19:14:19',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10361,'4000','41601309300','2020-09-28 19:14:19',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10362,'4000','41601309300','2020-09-28 19:14:19',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(10363,'4000','41601309300','2020-09-28 19:14:19',NULL,10.00,'','4','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(10364,'4000','41601309300','2020-09-28 19:14:19',NULL,40.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(10365,'4000','41601309300','2020-09-28 19:14:19',NULL,40.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(10366,'4000','41601309300','2020-09-28 19:14:19',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(10367,'4000','41601309300','2020-09-28 19:14:19',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(10368,'4000','41601309300','2020-09-28 19:14:19',NULL,170.00,'','4','1','Good sold','1','','sales','170','','No',NULL,NULL,''),(10369,'4000','41601309300','2020-09-28 19:14:19',NULL,40.00,'','4','1','Good sold','1','','sales','182','','No',NULL,NULL,''),(10370,'4000','41601309300','2020-09-28 19:14:19',NULL,40.00,'','4','1','Good sold','1','','sales','182','','No',NULL,NULL,''),(10371,'4000','41601309300','2020-09-28 19:14:19',NULL,6.00,'','4','1','Good sold','1','','sales','432','','No',NULL,NULL,''),(10372,'4000','41601309300','2020-09-28 19:14:19',NULL,6.00,'','4','1','Good sold','1','','sales','432','','No',NULL,NULL,''),(10373,'4000','41601309300','2020-09-28 19:14:19',NULL,6.00,'','4','1','Good sold','1','','sales','433','','No',NULL,NULL,''),(10374,'4000','41601309300','2020-09-28 19:14:19',NULL,90.00,'','4','1','Good sold','1','','sales','6164000242595','','No',NULL,NULL,''),(10375,'4000','41601309300','2020-09-28 19:14:19',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(10376,'4000','41601309300','2020-09-28 19:14:19',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(10377,'4000','41601309300','2020-09-28 19:14:19',NULL,10.00,'','4','1','Good sold','1','','sales','499','','No',NULL,NULL,''),(10378,'4000','41601309300','2020-09-28 19:14:19',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(10379,'4000','41601309300','2020-09-28 19:14:19',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(10380,'1110','41601309300','2020-09-28 19:14:19',NULL,139.50,'','4','1','Inventory sold','1','','sales','5410076189540','','No',NULL,NULL,''),(10381,'1110','41601309300','2020-09-28 19:14:19',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000901','','No',NULL,NULL,''),(10382,'1110','41601309300','2020-09-28 19:14:19',NULL,441.66,'','4','1','Inventory sold','1','','sales','6161101661249','','No',NULL,NULL,''),(10383,'1110','41601309300','2020-09-28 19:14:19',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(10384,'1110','41601309300','2020-09-28 19:14:19',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(10385,'1110','41601309300','2020-09-28 19:14:19',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164004554199','','No',NULL,NULL,''),(10386,'1110','41601309300','2020-09-28 19:14:19',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(10387,'1110','41601309300','2020-09-28 19:14:19',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(10388,'1110','41601309300','2020-09-28 19:14:19',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(10389,'1110','41601309300','2020-09-28 19:14:19',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(10390,'1110','41601309300','2020-09-28 19:14:19',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(10391,'1110','41601309300','2020-09-28 19:14:19',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(10392,'1110','41601309300','2020-09-28 19:14:19',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(10393,'1110','41601309300','2020-09-28 19:14:19',NULL,9.00,'','4','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(10394,'1110','41601309300','2020-09-28 19:14:19',NULL,36.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(10395,'1110','41601309300','2020-09-28 19:14:19',NULL,36.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(10396,'1110','41601309300','2020-09-28 19:14:19',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(10397,'1110','41601309300','2020-09-28 19:14:19',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(10398,'1110','41601309300','2020-09-28 19:14:19',NULL,153.00,'','4','1','Inventory sold','1','','sales','170','','No',NULL,NULL,''),(10399,'1110','41601309300','2020-09-28 19:14:19',NULL,36.00,'','4','1','Inventory sold','1','','sales','182','','No',NULL,NULL,''),(10400,'1110','41601309300','2020-09-28 19:14:19',NULL,36.00,'','4','1','Inventory sold','1','','sales','182','','No',NULL,NULL,''),(10401,'1110','41601309300','2020-09-28 19:14:19',NULL,4.20,'','4','1','Inventory sold','1','','sales','432','','No',NULL,NULL,''),(10402,'1110','41601309300','2020-09-28 19:14:19',NULL,4.20,'','4','1','Inventory sold','1','','sales','432','','No',NULL,NULL,''),(10403,'1110','41601309300','2020-09-28 19:14:19',NULL,4.60,'','4','1','Inventory sold','1','','sales','433','','No',NULL,NULL,''),(10404,'1110','41601309300','2020-09-28 19:14:19',NULL,78.00,'','4','1','Inventory sold','1','','sales','6164000242595','','No',NULL,NULL,''),(10405,'1110','41601309300','2020-09-28 19:14:19',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(10406,'1110','41601309300','2020-09-28 19:14:19',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(10407,'1110','41601309300','2020-09-28 19:14:19',NULL,8.00,'','4','1','Inventory sold','1','','sales','499','','No',NULL,NULL,''),(10408,'1110','41601309300','2020-09-28 19:14:19',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(10409,'1110','41601309300','2020-09-28 19:14:19',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(10410,'5500','41601309300','2020-09-28 19:14:19',1692.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10411,'1000','41601309663','2020-09-28 19:21:31',135.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10412,'4000','41601309663','2020-09-28 19:21:31',NULL,65.00,'','4','1','Good sold','1','','sales','6164000009020','','No',NULL,NULL,''),(10413,'4000','41601309663','2020-09-28 19:21:31',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(10414,'1110','41601309663','2020-09-28 19:21:31',NULL,58.50,'','4','1','Inventory sold','1','','sales','6164000009020','','No',NULL,NULL,''),(10415,'1110','41601309663','2020-09-28 19:21:31',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(10416,'5500','41601309663','2020-09-28 19:21:31',121.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10417,'1000','41601310123','2020-09-28 19:23:30',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10418,'4000','41601310123','2020-09-28 19:23:30',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(10419,'1110','41601310123','2020-09-28 19:23:30',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(10420,'5500','41601310123','2020-09-28 19:23:30',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10421,'1000','41601310212','2020-09-28 19:27:18',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10422,'4000','41601310212','2020-09-28 19:27:18',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(10423,'1110','41601310212','2020-09-28 19:27:18',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(10424,'5500','41601310212','2020-09-28 19:27:18',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10425,'1000','41601310462','2020-09-28 19:28:33',330.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10426,'4000','41601310462','2020-09-28 19:28:33',NULL,330.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(10427,'1110','41601310462','2020-09-28 19:28:33',NULL,297.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(10428,'5500','41601310462','2020-09-28 19:28:33',297.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10429,'1000','41601311382','2020-09-28 19:44:07',270.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10430,'4000','41601311382','2020-09-28 19:44:07',NULL,180.00,'','4','1','Good sold','1','','sales','6161106610228','','No',NULL,NULL,''),(10431,'4000','41601311382','2020-09-28 19:44:07',NULL,90.00,'','4','1','Good sold','1','','sales','6164000242595','','No',NULL,NULL,''),(10432,'1110','41601311382','2020-09-28 19:44:07',NULL,162.00,'','4','1','Inventory sold','1','','sales','6161106610228','','No',NULL,NULL,''),(10433,'1110','41601311382','2020-09-28 19:44:07',NULL,78.00,'','4','1','Inventory sold','1','','sales','6164000242595','','No',NULL,NULL,''),(10434,'5500','41601311382','2020-09-28 19:44:07',240.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10435,'1000','41601311449','2020-09-28 19:53:56',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10436,'4000','41601311449','2020-09-28 19:53:56',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10437,'1110','41601311449','2020-09-28 19:53:56',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(10438,'5500','41601311449','2020-09-28 19:53:56',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10439,'1000','41601312047','2020-09-28 19:58:17',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10440,'4000','41601312047','2020-09-28 19:58:17',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(10441,'1110','41601312047','2020-09-28 19:58:17',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(10442,'5500','41601312047','2020-09-28 19:58:17',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10443,'1000','41601312307','2020-09-28 20:07:27',275.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10444,'4000','41601312307','2020-09-28 20:07:27',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(10445,'4000','41601312307','2020-09-28 20:07:27',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760226','','No',NULL,NULL,''),(10446,'4000','41601312307','2020-09-28 20:07:27',NULL,20.00,'','4','1','Good sold','1','','sales','6161101280013','','No',NULL,NULL,''),(10447,'4000','41601312307','2020-09-28 20:07:27',NULL,10.00,'','4','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(10448,'4000','41601312307','2020-09-28 20:07:27',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(10449,'4000','41601312307','2020-09-28 20:07:27',NULL,25.00,'','4','1','Good sold','1','','sales','128','','No',NULL,NULL,''),(10450,'4000','41601312307','2020-09-28 20:07:27',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(10451,'1110','41601312307','2020-09-28 20:07:27',NULL,107.08,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(10452,'1110','41601312307','2020-09-28 20:07:27',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100760226','','No',NULL,NULL,''),(10453,'1110','41601312307','2020-09-28 20:07:27',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161101280013','','No',NULL,NULL,''),(10454,'1110','41601312307','2020-09-28 20:07:27',NULL,9.00,'','4','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(10455,'1110','41601312307','2020-09-28 20:07:27',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(10456,'1110','41601312307','2020-09-28 20:07:27',NULL,22.50,'','4','1','Inventory sold','1','','sales','128','','No',NULL,NULL,''),(10457,'1110','41601312307','2020-09-28 20:07:27',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(10458,'5564','41601312307','2020-09-28 20:07:27',237.58,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10459,'1000','41601312853','2020-09-28 20:07:57',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10460,'4000','41601312853','2020-09-28 20:07:57',NULL,150.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(10461,'1110','41601312853','2020-09-28 20:07:57',NULL,135.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(10462,'5500','41601312853','2020-09-28 20:07:57',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10463,'1000','41601312887','2020-09-28 20:09:52',48.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10464,'4000','41601312887','2020-09-28 20:09:52',NULL,48.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(10465,'1110','41601312887','2020-09-28 20:09:52',NULL,40.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(10466,'5500','41601312887','2020-09-28 20:09:52',40.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10467,'1000','41601312996','2020-09-28 20:11:50',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10468,'4000','41601312996','2020-09-28 20:11:50',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(10469,'4000','41601312996','2020-09-28 20:11:50',NULL,15.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(10470,'1110','41601312996','2020-09-28 20:11:50',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(10471,'1110','41601312996','2020-09-28 20:11:50',NULL,12.51,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(10472,'5500','41601312996','2020-09-28 20:11:50',70.01,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10473,'1000','41601313130','2020-09-28 20:15:05',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10474,'4000','41601313130','2020-09-28 20:15:05',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(10475,'4000','41601313130','2020-09-28 20:15:05',NULL,100.00,'','4','1','Good sold','1','','sales','6920354820946','','No',NULL,NULL,''),(10476,'4000','41601313130','2020-09-28 20:15:05',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(10477,'4000','41601313130','2020-09-28 20:15:05',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(10478,'1110','41601313130','2020-09-28 20:15:05',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(10479,'1110','41601313130','2020-09-28 20:15:05',NULL,90.00,'','4','1','Inventory sold','1','','sales','6920354820946','','No',NULL,NULL,''),(10480,'1110','41601313130','2020-09-28 20:15:05',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(10481,'1110','41601313130','2020-09-28 20:15:05',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(10482,'5500','41601313130','2020-09-28 20:15:05',143.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10483,'1000','41601360824','2020-09-29 09:59:37',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10484,'4000','41601360824','2020-09-29 09:59:37',NULL,70.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(10485,'1110','41601360824','2020-09-29 09:59:37',NULL,63.00,'','4','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(10486,'5500','41601360824','2020-09-29 09:59:37',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10487,'1000','41601362800','2020-09-29 10:02:59',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10488,'4000','41601362800','2020-09-29 10:02:59',NULL,40.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(10489,'4000','41601362800','2020-09-29 10:02:59',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(10490,'1110','41601362800','2020-09-29 10:02:59',NULL,30.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(10491,'1110','41601362800','2020-09-29 10:02:59',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(10492,'5500','41601362800','2020-09-29 10:02:59',35.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10493,'1000','41601363799','2020-09-29 10:28:51',270.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10494,'4000','41601363799','2020-09-29 10:28:51',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(10495,'4000','41601363799','2020-09-29 10:28:51',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440030','','No',NULL,NULL,''),(10496,'4000','41601363799','2020-09-29 10:28:51',NULL,130.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(10497,'1110','41601363799','2020-09-29 10:28:51',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(10498,'1110','41601363799','2020-09-29 10:28:51',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440030','','No',NULL,NULL,''),(10499,'1110','41601363799','2020-09-29 10:28:51',NULL,117.00,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(10500,'5500','41601363799','2020-09-29 10:28:51',243.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10501,'1000','41601364546','2020-09-29 10:33:23',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10502,'4000','41601364546','2020-09-29 10:33:23',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(10503,'4000','41601364546','2020-09-29 10:33:23',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(10504,'1110','41601364546','2020-09-29 10:33:23',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(10505,'1110','41601364546','2020-09-29 10:33:23',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(10506,'5500','41601364546','2020-09-29 10:33:23',91.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10507,'1000','41601364810','2020-09-29 10:56:51',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10508,'4000','41601364810','2020-09-29 10:56:51',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(10509,'1110','41601364810','2020-09-29 10:56:51',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(10510,'5500','41601364810','2020-09-29 10:56:51',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10511,'1000','41601366280','2020-09-29 11:06:50',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10512,'4000','41601366280','2020-09-29 11:06:50',NULL,40.00,'','4','1','Good sold','1','','sales','8888','','No',NULL,NULL,''),(10513,'4000','41601366280','2020-09-29 11:06:50',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(10514,'1110','41601366280','2020-09-29 11:06:50',NULL,36.00,'','4','1','Inventory sold','1','','sales','8888','','No',NULL,NULL,''),(10515,'1110','41601366280','2020-09-29 11:06:50',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(10516,'5500','41601366280','2020-09-29 11:06:50',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10517,'1000','41601366813','2020-09-29 11:17:35',70.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10518,'4000','41601366813','2020-09-29 11:17:35',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(10519,'1110','41601366813','2020-09-29 11:17:35',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(10520,'5500','41601366813','2020-09-29 11:17:35',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10521,'1000','41601368364','2020-09-29 11:33:06',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10522,'4000','41601368364','2020-09-29 11:33:06',NULL,10.00,'','4','1','Good sold','1','','sales','8908000034198','','No',NULL,NULL,''),(10523,'1110','41601368364','2020-09-29 11:33:06',NULL,9.00,'','4','1','Inventory sold','1','','sales','8908000034198','','No',NULL,NULL,''),(10524,'5500','41601368364','2020-09-29 11:33:06',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10525,'1000','41601368389','2020-09-29 11:36:18',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10526,'4000','41601368389','2020-09-29 11:36:18',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(10527,'1110','41601368389','2020-09-29 11:36:18',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(10528,'5500','41601368389','2020-09-29 11:36:18',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10529,'1000','41601368590','2020-09-29 11:42:33',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10530,'4000','41601368590','2020-09-29 11:42:33',NULL,70.00,'','4','1','Good sold','1','','sales','616400033506','','No',NULL,NULL,''),(10531,'1110','41601368590','2020-09-29 11:42:33',NULL,60.00,'','4','1','Inventory sold','1','','sales','616400033506','','No',NULL,NULL,''),(10532,'5500','41601368590','2020-09-29 11:42:33',60.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10533,'1000','41601368959','2020-09-29 11:43:55',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10534,'4000','41601368959','2020-09-29 11:43:55',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903427','','No',NULL,NULL,''),(10535,'1110','41601368959','2020-09-29 11:43:55',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903427','','No',NULL,NULL,''),(10536,'5500','41601368959','2020-09-29 11:43:55',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10537,'1000','41601369040','2020-09-29 11:45:23',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10538,'4000','41601369040','2020-09-29 11:45:23',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(10539,'1110','41601369040','2020-09-29 11:45:23',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(10540,'5500','41601369040','2020-09-29 11:45:23',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10541,'1000','41601369130','2020-09-29 11:54:11',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10542,'4000','41601369130','2020-09-29 11:54:11',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(10543,'1110','41601369130','2020-09-29 11:54:11',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(10544,'5500','41601369130','2020-09-29 11:54:11',116.67,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10545,'1000','41601369679','2020-09-29 12:03:29',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10546,'4000','41601369679','2020-09-29 12:03:29',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(10547,'1110','41601369679','2020-09-29 12:03:29',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(10548,'5500','41601369679','2020-09-29 12:03:29',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10549,'1000','41601370214','2020-09-29 12:09:10',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10550,'4000','41601370214','2020-09-29 12:09:10',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(10551,'1110','41601370214','2020-09-29 12:09:10',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(10552,'5500','41601370214','2020-09-29 12:09:10',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10553,'1000','41601371005','2020-09-29 12:19:55',95.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10554,'4000','41601371005','2020-09-29 12:19:55',NULL,30.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(10555,'4000','41601371005','2020-09-29 12:19:55',NULL,65.00,'','4','1','Good sold','1','','sales','144','','No',NULL,NULL,''),(10556,'1110','41601371005','2020-09-29 12:19:55',NULL,27.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(10557,'1110','41601371005','2020-09-29 12:19:55',NULL,58.50,'','4','1','Inventory sold','1','','sales','144','','No',NULL,NULL,''),(10558,'5500','41601371005','2020-09-29 12:19:55',85.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10559,'1000','41601371199','2020-09-29 12:42:55',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10560,'4000','41601371199','2020-09-29 12:42:55',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(10561,'1110','41601371199','2020-09-29 12:42:55',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(10562,'5500','41601371199','2020-09-29 12:42:55',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10563,'1000','41601373139','2020-09-29 13:00:57',275.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10564,'4000','41601373139','2020-09-29 13:00:57',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000895','','No',NULL,NULL,''),(10565,'4000','41601373139','2020-09-29 13:00:57',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(10566,'4000','41601373139','2020-09-29 13:00:57',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10567,'4000','41601373139','2020-09-29 13:00:57',NULL,110.00,'','4','1','Good sold','1','','sales','78','','No',NULL,NULL,''),(10568,'4000','41601373139','2020-09-29 13:00:57',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(10569,'1110','41601373139','2020-09-29 13:00:57',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000895','','No',NULL,NULL,''),(10570,'1110','41601373139','2020-09-29 13:00:57',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(10571,'1110','41601373139','2020-09-29 13:00:57',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(10572,'1110','41601373139','2020-09-29 13:00:57',NULL,99.00,'','4','1','Inventory sold','1','','sales','78','','No',NULL,NULL,''),(10573,'1110','41601373139','2020-09-29 13:00:57',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(10574,'5500','41601373139','2020-09-29 13:00:57',243.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10575,'1000','41601373659','2020-09-29 13:28:51',240.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10576,'4000','41601373659','2020-09-29 13:28:51',NULL,240.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(10577,'1110','41601373659','2020-09-29 13:28:51',NULL,186.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(10578,'5500','41601373659','2020-09-29 13:28:51',186.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10579,'1000','41601375334','2020-09-29 13:30:09',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10580,'4000','41601375334','2020-09-29 13:30:09',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(10581,'1110','41601375334','2020-09-29 13:30:09',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(10582,'5500','41601375334','2020-09-29 13:30:09',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10583,'1000','41601375415','2020-09-29 13:53:58',1475.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10584,'4000','41601375415','2020-09-29 13:53:58',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(10585,'4000','41601375415','2020-09-29 13:53:58',NULL,350.00,'','4','1','Good sold','1','','sales','6161106610235','','No',NULL,NULL,''),(10586,'4000','41601375415','2020-09-29 13:53:58',NULL,620.00,'','4','1','Good sold','1','','sales','6161107770297','','No',NULL,NULL,''),(10587,'4000','41601375415','2020-09-29 13:53:58',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(10588,'4000','41601375415','2020-09-29 13:53:58',NULL,260.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(10589,'1110','41601375415','2020-09-29 13:53:58',NULL,107.08,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(10590,'1110','41601375415','2020-09-29 13:53:58',NULL,315.83,'','4','1','Inventory sold','1','','sales','6161106610235','','No',NULL,NULL,''),(10591,'1110','41601375415','2020-09-29 13:53:58',NULL,558.00,'','4','1','Inventory sold','1','','sales','6161107770297','','No',NULL,NULL,''),(10592,'1110','41601375415','2020-09-29 13:53:58',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(10593,'1110','41601375415','2020-09-29 13:53:58',NULL,234.00,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(10594,'5500','41601375415','2020-09-29 13:53:58',1331.58,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10595,'1000','41601377015','2020-09-29 13:57:22',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10596,'4000','41601377015','2020-09-29 13:57:22',NULL,110.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(10597,'4000','41601377015','2020-09-29 13:57:22',NULL,40.00,'','4','1','Good sold','1','','sales','8888','','No',NULL,NULL,''),(10598,'1110','41601377015','2020-09-29 13:57:22',NULL,99.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(10599,'1110','41601377015','2020-09-29 13:57:22',NULL,36.00,'','4','1','Inventory sold','1','','sales','8888','','No',NULL,NULL,''),(10600,'5500','41601377015','2020-09-29 13:57:22',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10601,'1000','41601377048','2020-09-29 14:05:12',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10602,'4000','41601377048','2020-09-29 14:05:12',NULL,10.00,'','4','1','Good sold','1','','sales','8908000034198','','No',NULL,NULL,''),(10603,'1110','41601377048','2020-09-29 14:05:12',NULL,9.00,'','4','1','Inventory sold','1','','sales','8908000034198','','No',NULL,NULL,''),(10604,'5500','41601377048','2020-09-29 14:05:12',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10605,'1000','41601377533','2020-09-29 14:05:55',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10606,'4000','41601377533','2020-09-29 14:05:55',NULL,10.00,'','4','1','Good sold','1','','sales','8908000034198','','No',NULL,NULL,''),(10607,'1110','41601377533','2020-09-29 14:05:55',NULL,9.00,'','4','1','Inventory sold','1','','sales','8908000034198','','No',NULL,NULL,''),(10608,'5500','41601377533','2020-09-29 14:05:55',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10609,'1000','41601377560','2020-09-29 14:08:39',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10610,'4000','41601377560','2020-09-29 14:08:39',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903465','','No',NULL,NULL,''),(10611,'1110','41601377560','2020-09-29 14:08:39',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903465','','No',NULL,NULL,''),(10612,'5500','41601377560','2020-09-29 14:08:39',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10613,'1000','41601377744','2020-09-29 14:15:10',800.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10614,'4000','41601377744','2020-09-29 14:15:10',NULL,750.00,'','4','1','Good sold','1','','sales','6161106610259','','No',NULL,NULL,''),(10615,'4000','41601377744','2020-09-29 14:15:10',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(10616,'1110','41601377744','2020-09-29 14:15:10',NULL,675.00,'','4','1','Inventory sold','1','','sales','6161106610259','','No',NULL,NULL,''),(10617,'1110','41601377744','2020-09-29 14:15:10',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(10618,'5500','41601377744','2020-09-29 14:15:10',720.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10619,'1000','41601378528','2020-09-29 14:24:33',95.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10620,'4000','41601378528','2020-09-29 14:24:33',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10621,'4000','41601378528','2020-09-29 14:24:33',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(10622,'1110','41601378528','2020-09-29 14:24:33',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(10623,'1110','41601378528','2020-09-29 14:24:33',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(10624,'5500','41601378528','2020-09-29 14:24:33',85.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10625,'1000','41601378677','2020-09-29 14:30:20',45.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10626,'4000','41601378677','2020-09-29 14:30:20',NULL,45.00,'','4','1','Good sold','1','','sales','6164000009570','','No',NULL,NULL,''),(10627,'1110','41601378677','2020-09-29 14:30:20',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000009570','','No',NULL,NULL,''),(10628,'5500','41601378677','2020-09-29 14:30:20',40.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10629,'1000','41601379031','2020-09-29 14:43:50',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10630,'4000','41601379031','2020-09-29 14:43:50',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(10631,'1110','41601379031','2020-09-29 14:43:50',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(10632,'5500','41601379031','2020-09-29 14:43:50',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10639,'1000','41601379990','2020-09-29 15:01:52',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10640,'4000','41601379990','2020-09-29 15:01:52',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(10641,'1110','41601379990','2020-09-29 15:01:52',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(10642,'5500','41601379990','2020-09-29 15:01:52',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10643,'1000','41601381110','2020-09-29 15:15:22',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10644,'4000','41601381110','2020-09-29 15:15:22',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(10645,'1110','41601381110','2020-09-29 15:15:22',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(10646,'5500','41601381110','2020-09-29 15:15:22',57.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10647,'1000','41601381736','2020-09-29 15:30:13',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10648,'4000','41601381736','2020-09-29 15:30:13',NULL,110.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(10649,'1110','41601381736','2020-09-29 15:30:13',NULL,99.00,'','4','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(10650,'5500','41601381736','2020-09-29 15:30:13',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10651,'1000','41601382616','2020-09-29 15:38:41',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10652,'4000','41601382616','2020-09-29 15:38:41',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(10653,'1110','41601382616','2020-09-29 15:38:41',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(10654,'5500','41601382616','2020-09-29 15:38:41',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10655,'1000','41601383124','2020-09-29 15:40:32',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10656,'4000','41601383124','2020-09-29 15:40:32',NULL,100.00,'','4','1','Good sold','1','','sales','6161107772208','','No',NULL,NULL,''),(10657,'1110','41601383124','2020-09-29 15:40:32',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161107772208','','No',NULL,NULL,''),(10658,'5500','41601383124','2020-09-29 15:40:32',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10659,'1000','41601383345','2020-09-29 15:42:45',370.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10660,'4000','41601383345','2020-09-29 15:42:45',NULL,110.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(10661,'4000','41601383345','2020-09-29 15:42:45',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033179','','No',NULL,NULL,''),(10662,'4000','41601383345','2020-09-29 15:42:45',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033179','','No',NULL,NULL,''),(10663,'1110','41601383345','2020-09-29 15:42:45',NULL,99.00,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(10664,'1110','41601383345','2020-09-29 15:42:45',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033179','','No',NULL,NULL,''),(10665,'1110','41601383345','2020-09-29 15:42:45',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033179','','No',NULL,NULL,''),(10666,'5500','41601383345','2020-09-29 15:42:45',333.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10667,'1000','41601383455','2020-09-29 15:56:00',210.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10668,'4000','41601383455','2020-09-29 15:56:00',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000895','','No',NULL,NULL,''),(10669,'4000','41601383455','2020-09-29 15:56:00',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000901','','No',NULL,NULL,''),(10670,'1110','41601383455','2020-09-29 15:56:00',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000895','','No',NULL,NULL,''),(10671,'1110','41601383455','2020-09-29 15:56:00',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000901','','No',NULL,NULL,''),(10672,'5500','41601383455','2020-09-29 15:56:00',189.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10673,'1000','41601384443','2020-09-29 16:02:22',250.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10674,'4000','41601384443','2020-09-29 16:02:22',NULL,250.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(10675,'1110','41601384443','2020-09-29 16:02:22',NULL,215.00,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(10676,'5500','41601384443','2020-09-29 16:02:22',215.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10677,'1000','41601384545','2020-09-29 16:14:35',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10678,'4000','41601384545','2020-09-29 16:14:35',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(10679,'1110','41601384545','2020-09-29 16:14:35',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(10680,'5500','41601384545','2020-09-29 16:14:35',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10681,'1000','41601385281','2020-09-29 16:20:17',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10682,'4000','41601385281','2020-09-29 16:20:17',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10683,'1110','41601385281','2020-09-29 16:20:17',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(10684,'5500','41601385281','2020-09-29 16:20:17',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10685,'1110','71601380008','2020-09-29 14:46:00',135.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','32','','No',NULL,NULL,''),(10686,'1110','71601380008','2020-09-29 14:46:00',90.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','33','','No',NULL,NULL,''),(10687,'1110','71601380008','2020-09-29 14:46:00',189.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','31','','No',NULL,NULL,''),(10688,'1110','71601380008','2020-09-29 14:46:00',126.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','427','','No',NULL,NULL,''),(10689,'1110','71601380008','2020-09-29 14:46:00',243.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','30','','No',NULL,NULL,''),(10690,'1110','71601380008','2020-09-29 14:46:00',475.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','492','','No',NULL,NULL,''),(10691,'1110','71601380008','2020-09-29 14:46:00',225.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','493','','No',NULL,NULL,''),(10692,'2130','71601380008','2020-09-29 14:46:00',NULL,1483.00,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(10693,'1000','41601385619','2020-09-29 16:43:47',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10694,'4000','41601385619','2020-09-29 16:43:47',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(10695,'1110','41601385619','2020-09-29 16:43:47',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(10696,'5500','41601385619','2020-09-29 16:43:47',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10697,'1000','41601387057','2020-09-29 16:49:58',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10698,'4000','41601387057','2020-09-29 16:49:58',NULL,65.00,'','4','1','Good sold','1','','sales','86','','No',NULL,NULL,''),(10699,'4000','41601387057','2020-09-29 16:49:58',NULL,40.00,'','4','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(10700,'1110','41601387057','2020-09-29 16:49:58',NULL,58.50,'','4','1','Inventory sold','1','','sales','86','','No',NULL,NULL,''),(10701,'1110','41601387057','2020-09-29 16:49:58',NULL,36.00,'','4','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(10702,'5500','41601387057','2020-09-29 16:49:58',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10703,'1000','41601387433','2020-09-29 16:56:49',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10704,'4000','41601387433','2020-09-29 16:56:49',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(10705,'1110','41601387433','2020-09-29 16:56:49',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(10706,'5500','41601387433','2020-09-29 16:56:49',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10707,'1000','41601387904','2020-09-29 17:02:51',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10708,'4000','41601387904','2020-09-29 17:02:51',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(10709,'1110','41601387904','2020-09-29 17:02:51',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(10710,'5500','41601387904','2020-09-29 17:02:51',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10711,'1000','41601388186','2020-09-29 17:16:50',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10712,'4000','41601388186','2020-09-29 17:16:50',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(10713,'1110','41601388186','2020-09-29 17:16:50',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(10714,'5500','41601388186','2020-09-29 17:16:50',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10715,'1000','41601389024','2020-09-29 17:47:56',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10716,'4000','41601389024','2020-09-29 17:47:56',NULL,120.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(10717,'1110','41601389024','2020-09-29 17:47:56',NULL,100.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(10718,'5500','41601389024','2020-09-29 17:47:56',100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10719,'1000','41601390895','2020-09-29 17:49:42',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10720,'4000','41601390895','2020-09-29 17:49:42',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(10721,'1110','41601390895','2020-09-29 17:49:42',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(10722,'5500','41601390895','2020-09-29 17:49:42',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10723,'1000','41601391097','2020-09-29 17:54:03',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10724,'4000','41601391097','2020-09-29 17:54:03',NULL,70.00,'','4','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(10725,'4000','41601391097','2020-09-29 17:54:03',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(10726,'1110','41601391097','2020-09-29 17:54:03',NULL,63.00,'','4','1','Inventory sold','1','','sales','96','','No',NULL,NULL,''),(10727,'1110','41601391097','2020-09-29 17:54:03',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(10728,'5500','41601391097','2020-09-29 17:54:03',109.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10729,'1000','41601391245','2020-09-29 18:42:39',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10730,'4000','41601391245','2020-09-29 18:42:39',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10731,'4000','41601391245','2020-09-29 18:42:39',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(10732,'1110','41601391245','2020-09-29 18:42:39',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(10733,'1110','41601391245','2020-09-29 18:42:39',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(10734,'5500','41601391245','2020-09-29 18:42:39',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10735,'1000','41601394180','2020-09-29 18:50:09',550.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10736,'4000','41601394180','2020-09-29 18:50:09',NULL,450.00,'','4','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(10737,'4000','41601394180','2020-09-29 18:50:09',NULL,100.00,'','4','1','Good sold','1','','sales','792382330195','','No',NULL,NULL,''),(10738,'1110','41601394180','2020-09-29 18:50:09',NULL,405.00,'','4','1','Inventory sold','1','','sales','24','','No',NULL,NULL,''),(10739,'1110','41601394180','2020-09-29 18:50:09',NULL,85.50,'','4','1','Inventory sold','1','','sales','792382330195','','No',NULL,NULL,''),(10740,'5500','41601394180','2020-09-29 18:50:09',490.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10741,'1000','41601394614','2020-09-29 18:50:48',6.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10742,'4000','41601394614','2020-09-29 18:50:48',NULL,6.00,'','4','1','Good sold','1','','sales','432','','No',NULL,NULL,''),(10743,'1110','41601394614','2020-09-29 18:50:48',NULL,4.20,'','4','1','Inventory sold','1','','sales','432','','No',NULL,NULL,''),(10744,'5500','41601394614','2020-09-29 18:50:48',4.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10745,'1000','41601396046','2020-09-29 19:15:25',374.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10746,'4000','41601396046','2020-09-29 19:15:25',NULL,110.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(10747,'4000','41601396046','2020-09-29 19:15:25',NULL,110.00,'','4','1','Good sold','1','','sales','78','','No',NULL,NULL,''),(10748,'4000','41601396046','2020-09-29 19:15:25',NULL,24.00,'','4','1','Good sold','1','','sales','432','','No',NULL,NULL,''),(10749,'4000','41601396046','2020-09-29 19:15:25',NULL,130.00,'','4','1','Good sold','1','','sales','5449000180292','','No',NULL,NULL,''),(10750,'1110','41601396046','2020-09-29 19:15:25',NULL,99.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(10751,'1110','41601396046','2020-09-29 19:15:25',NULL,99.00,'','4','1','Inventory sold','1','','sales','78','','No',NULL,NULL,''),(10752,'1110','41601396046','2020-09-29 19:15:25',NULL,16.80,'','4','1','Inventory sold','1','','sales','432','','No',NULL,NULL,''),(10753,'1110','41601396046','2020-09-29 19:15:25',NULL,108.33,'','4','1','Inventory sold','1','','sales','5449000180292','','No',NULL,NULL,''),(10754,'5500','41601396046','2020-09-29 19:15:25',323.13,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10755,'1000','41601396130','2020-09-29 19:16:19',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10756,'4000','41601396130','2020-09-29 19:16:19',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(10757,'4000','41601396130','2020-09-29 19:16:19',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(10758,'4000','41601396130','2020-09-29 19:16:19',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(10759,'1110','41601396130','2020-09-29 19:16:19',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(10760,'1110','41601396130','2020-09-29 19:16:19',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(10761,'1110','41601396130','2020-09-29 19:16:19',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(10762,'5500','41601396130','2020-09-29 19:16:19',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10763,'1000','41601396181','2020-09-29 19:38:17',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10764,'4000','41601396181','2020-09-29 19:38:17',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(10765,'1110','41601396181','2020-09-29 19:38:17',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(10766,'5564','41601396181','2020-09-29 19:38:17',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10767,'1000','41601397510','2020-09-29 19:46:43',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10768,'4000','41601397510','2020-09-29 19:46:43',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(10769,'4000','41601397510','2020-09-29 19:46:43',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(10770,'4000','41601397510','2020-09-29 19:46:43',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(10771,'1110','41601397510','2020-09-29 19:46:43',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(10772,'1110','41601397510','2020-09-29 19:46:43',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(10773,'1110','41601397510','2020-09-29 19:46:43',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(10774,'5500','41601397510','2020-09-29 19:46:43',115.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10775,'1000','41601398333','2020-09-29 19:52:23',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10776,'4000','41601398333','2020-09-29 19:52:23',NULL,10.00,'','4','1','Good sold','1','','sales','499','','No',NULL,NULL,''),(10777,'1110','41601398333','2020-09-29 19:52:23',NULL,8.00,'','4','1','Inventory sold','1','','sales','499','','No',NULL,NULL,''),(10778,'5500','41601398333','2020-09-29 19:52:23',8.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10779,'1000','41601398360','2020-09-29 19:59:06',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10780,'4000','41601398360','2020-09-29 19:59:06',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(10781,'4000','41601398360','2020-09-29 19:59:06',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(10782,'1110','41601398360','2020-09-29 19:59:06',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(10783,'1110','41601398360','2020-09-29 19:59:06',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(10784,'5500','41601398360','2020-09-29 19:59:06',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10785,'1000','41601398757','2020-09-29 20:11:03',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10786,'4000','41601398757','2020-09-29 20:11:03',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(10787,'4000','41601398757','2020-09-29 20:11:03',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(10788,'1110','41601398757','2020-09-29 20:11:03',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(10789,'1110','41601398757','2020-09-29 20:11:03',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(10790,'5500','41601398757','2020-09-29 20:11:03',138.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10791,'1000','41601399472','2020-09-29 20:16:43',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10792,'4000','41601399472','2020-09-29 20:16:43',NULL,25.00,'','4','1','Good sold','1','','sales','6161101661713','','No',NULL,NULL,''),(10793,'1110','41601399472','2020-09-29 20:16:43',NULL,22.50,'','4','1','Inventory sold','1','','sales','6161101661713','','No',NULL,NULL,''),(10794,'5500','41601399472','2020-09-29 20:16:43',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10795,'1000','41601400861','2020-09-29 20:34:29',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10796,'4000','41601400861','2020-09-29 20:34:29',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10797,'1110','41601400861','2020-09-29 20:34:29',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(10798,'5500','41601400861','2020-09-29 20:34:29',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10799,'1000','41601445183','2020-09-30 08:53:53',78.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10800,'4000','41601445183','2020-09-30 08:53:53',NULL,48.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(10801,'4000','41601445183','2020-09-30 08:53:53',NULL,30.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(10802,'1110','41601445183','2020-09-30 08:53:53',NULL,40.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(10803,'1110','41601445183','2020-09-30 08:53:53',NULL,27.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(10804,'5500','41601445183','2020-09-30 08:53:53',67.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10805,'1000','41601445237','2020-09-30 09:21:08',341.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10806,'4000','41601445237','2020-09-30 09:21:08',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050034','','No',NULL,NULL,''),(10807,'4000','41601445237','2020-09-30 09:21:08',NULL,65.00,'','4','1','Good sold','1','','sales','183','','No',NULL,NULL,''),(10808,'4000','41601445237','2020-09-30 09:21:08',NULL,6.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(10809,'4000','41601445237','2020-09-30 09:21:08',NULL,100.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(10810,'4000','41601445237','2020-09-30 09:21:08',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(10811,'1110','41601445237','2020-09-30 09:21:08',NULL,104.58,'','4','1','Inventory sold','1','','sales','6009627050034','','No',NULL,NULL,''),(10812,'1110','41601445237','2020-09-30 09:21:08',NULL,58.50,'','4','1','Inventory sold','1','','sales','183','','No',NULL,NULL,''),(10813,'1110','41601445237','2020-09-30 09:21:08',NULL,4.20,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(10814,'1110','41601445237','2020-09-30 09:21:08',NULL,95.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(10815,'1110','41601445237','2020-09-30 09:21:08',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(10816,'5500','41601445237','2020-09-30 09:21:08',308.28,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10817,'1000','41601446875','2020-09-30 09:28:42',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10818,'4000','41601446875','2020-09-30 09:28:42',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(10819,'4000','41601446875','2020-09-30 09:28:42',NULL,160.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(10820,'4000','41601446875','2020-09-30 09:28:42',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(10821,'1110','41601446875','2020-09-30 09:28:42',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(10822,'1110','41601446875','2020-09-30 09:28:42',NULL,144.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(10823,'1110','41601446875','2020-09-30 09:28:42',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(10824,'5500','41601446875','2020-09-30 09:28:42',300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10825,'1000','41601447683','2020-09-30 09:52:00',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10826,'4000','41601447683','2020-09-30 09:52:00',NULL,50.00,'','4','1','Good sold','1','','sales','6161107772208','','No',NULL,NULL,''),(10827,'4000','41601447683','2020-09-30 09:52:00',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(10828,'4000','41601447683','2020-09-30 09:52:00',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(10829,'1110','41601447683','2020-09-30 09:52:00',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161107772208','','No',NULL,NULL,''),(10830,'1110','41601447683','2020-09-30 09:52:00',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(10831,'1110','41601447683','2020-09-30 09:52:00',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(10832,'5500','41601447683','2020-09-30 09:52:00',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10833,'1000','41601448727','2020-09-30 10:39:39',325.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10834,'4000','41601448727','2020-09-30 10:39:39',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(10835,'4000','41601448727','2020-09-30 10:39:39',NULL,300.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(10836,'1110','41601448727','2020-09-30 10:39:39',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(10837,'1110','41601448727','2020-09-30 10:39:39',NULL,285.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(10838,'5500','41601448727','2020-09-30 10:39:39',307.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10839,'1000','41601451607','2020-09-30 10:59:01',45.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10840,'4000','41601451607','2020-09-30 10:59:01',NULL,45.00,'','4','1','Good sold','1','','sales','112','','No',NULL,NULL,''),(10841,'1110','41601451607','2020-09-30 10:59:01',NULL,37.50,'','4','1','Inventory sold','1','','sales','112','','No',NULL,NULL,''),(10842,'5500','41601451607','2020-09-30 10:59:01',37.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10843,'1000','41601455789','2020-09-30 11:52:03',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10844,'4000','41601455789','2020-09-30 11:52:03',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10845,'1110','41601455789','2020-09-30 11:52:03',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(10846,'5500','41601455789','2020-09-30 11:52:03',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10847,'1000','41601456000','2020-09-30 12:20:27',98.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10848,'4000','41601456000','2020-09-30 12:20:27',NULL,48.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(10849,'4000','41601456000','2020-09-30 12:20:27',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(10850,'1110','41601456000','2020-09-30 12:20:27',NULL,40.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(10851,'1110','41601456000','2020-09-30 12:20:27',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(10852,'5500','41601456000','2020-09-30 12:20:27',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10853,'1000','41601457646','2020-09-30 12:54:05',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10854,'4000','41601457646','2020-09-30 12:54:05',NULL,10.00,'','4','1','Good sold','1','','sales','8908000034198','','No',NULL,NULL,''),(10855,'1110','41601457646','2020-09-30 12:54:05',NULL,9.00,'','4','1','Inventory sold','1','','sales','8908000034198','','No',NULL,NULL,''),(10856,'5500','41601457646','2020-09-30 12:54:05',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10857,'1000','41601459659','2020-09-30 13:34:11',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10858,'4000','41601459659','2020-09-30 13:34:11',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10859,'1110','41601459659','2020-09-30 13:34:11',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(10860,'5500','41601459659','2020-09-30 13:34:11',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10861,'1000','41601462173','2020-09-30 13:41:36',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10862,'4000','41601462173','2020-09-30 13:41:36',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10863,'1110','41601462173','2020-09-30 13:41:36',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(10864,'5500','41601462173','2020-09-30 13:41:36',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10875,'1000','41601464859','2020-09-30 14:22:01',735.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10876,'4000','41601464859','2020-09-30 14:22:01',NULL,400.00,'','4','1','Good sold','1','','sales','6161101661300','','No',NULL,NULL,''),(10877,'4000','41601464859','2020-09-30 14:22:01',NULL,210.00,'','4','1','Good sold','1','','sales','6161107774240','','No',NULL,NULL,''),(10878,'4000','41601464859','2020-09-30 14:22:01',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(10879,'1110','41601464859','2020-09-30 14:22:01',NULL,317.50,'','4','1','Inventory sold','1','','sales','6161101661300','','No',NULL,NULL,''),(10880,'1110','41601464859','2020-09-30 14:22:01',NULL,189.00,'','4','1','Inventory sold','1','','sales','6161107774240','','No',NULL,NULL,''),(10881,'1110','41601464859','2020-09-30 14:22:01',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(10882,'5500','41601464859','2020-09-30 14:22:01',623.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10883,'1000','41601464973','2020-09-30 14:26:15',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10884,'4000','41601464973','2020-09-30 14:26:15',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(10885,'1110','41601464973','2020-09-30 14:26:15',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(10886,'5500','41601464973','2020-09-30 14:26:15',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10887,'1000','41601465182','2020-09-30 14:32:59',6.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10888,'4000','41601465182','2020-09-30 14:32:59',NULL,6.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(10889,'1110','41601465182','2020-09-30 14:32:59',NULL,5.28,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(10890,'5500','41601465182','2020-09-30 14:32:59',5.28,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10891,'1000','41601465581','2020-09-30 14:38:14',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10892,'4000','41601465581','2020-09-30 14:38:14',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(10893,'1110','41601465581','2020-09-30 14:38:14',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(10894,'5500','41601465581','2020-09-30 14:38:14',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10895,'1000','41601465896','2020-09-30 14:51:48',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10896,'4000','41601465896','2020-09-30 14:51:48',NULL,50.00,'','4','1','Good sold','1','','sales','507','','No',NULL,NULL,''),(10897,'1110','41601465896','2020-09-30 14:51:48',NULL,35.42,'','4','1','Inventory sold','1','','sales','507','','No',NULL,NULL,''),(10898,'5500','41601465896','2020-09-30 14:51:48',35.42,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10899,'1000','41601466715','2020-09-30 15:07:37',285.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10900,'4000','41601466715','2020-09-30 15:07:37',NULL,100.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(10901,'4000','41601466715','2020-09-30 15:07:37',NULL,40.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(10902,'4000','41601466715','2020-09-30 15:07:37',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(10903,'4000','41601466715','2020-09-30 15:07:37',NULL,25.00,'','4','1','Good sold','1','','sales','435','','No',NULL,NULL,''),(10904,'1110','41601466715','2020-09-30 15:07:37',NULL,90.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(10905,'1110','41601466715','2020-09-30 15:07:37',NULL,36.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(10906,'1110','41601466715','2020-09-30 15:07:37',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(10907,'1110','41601466715','2020-09-30 15:07:37',NULL,18.00,'','4','1','Inventory sold','1','','sales','435','','No',NULL,NULL,''),(10908,'5500','41601466715','2020-09-30 15:07:37',237.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10909,'1000','41601467679','2020-09-30 15:21:15',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10910,'4000','41601467679','2020-09-30 15:21:15',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(10911,'1110','41601467679','2020-09-30 15:21:15',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(10912,'5500','41601467679','2020-09-30 15:21:15',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10913,'1000','41601468477','2020-09-30 15:21:26',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10914,'4000','41601468477','2020-09-30 15:21:26',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(10915,'1110','41601468477','2020-09-30 15:21:26',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(10916,'5500','41601468477','2020-09-30 15:21:26',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10917,'4000','41601467679','2020-09-30 15:21:37',100.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(10918,'1000','41601467679','2020-09-30 15:21:37',NULL,100.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(10919,'5500','41601467679','2020-09-30 15:21:37',NULL,95.00,'','4','1','Cost of goods returned','1','','sales','492','','No',NULL,NULL,''),(10920,'1110','41601467679','2020-09-30 15:21:37',95.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(10921,'1000','41601469555','2020-09-30 15:47:43',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10922,'4000','41601469555','2020-09-30 15:47:43',NULL,70.00,'','4','1','Good sold','1','','sales','427','','No',NULL,NULL,''),(10923,'4000','41601469555','2020-09-30 15:47:43',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903427','','No',NULL,NULL,''),(10924,'4000','41601469555','2020-09-30 15:47:43',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903427','','No',NULL,NULL,''),(10925,'1110','41601469555','2020-09-30 15:47:43',NULL,63.00,'','4','1','Inventory sold','1','','sales','427','','No',NULL,NULL,''),(10926,'1110','41601469555','2020-09-30 15:47:43',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903427','','No',NULL,NULL,''),(10927,'1110','41601469555','2020-09-30 15:47:43',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903427','','No',NULL,NULL,''),(10928,'5500','41601469555','2020-09-30 15:47:43',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10929,'1000','41601470254','2020-09-30 15:51:03',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10930,'4000','41601470254','2020-09-30 15:51:03',NULL,65.00,'','4','1','Good sold','1','','sales','82','','No',NULL,NULL,''),(10931,'1110','41601470254','2020-09-30 15:51:03',NULL,58.50,'','4','1','Inventory sold','1','','sales','82','','No',NULL,NULL,''),(10932,'5500','41601470254','2020-09-30 15:51:03',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10933,'1000','41601470265','2020-09-30 15:51:18',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10934,'4000','41601470265','2020-09-30 15:51:18',NULL,50.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(10935,'1110','41601470265','2020-09-30 15:51:18',NULL,45.00,'','4','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(10936,'5500','41601470265','2020-09-30 15:51:18',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10937,'1000','41601470280','2020-09-30 17:11:30',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10938,'4000','41601470280','2020-09-30 17:11:30',NULL,55.00,'','4','1','Good sold','1','','sales','6161113440054','','No',NULL,NULL,''),(10939,'4000','41601470280','2020-09-30 17:11:30',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(10940,'1110','41601470280','2020-09-30 17:11:30',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161113440054','','No',NULL,NULL,''),(10941,'1110','41601470280','2020-09-30 17:11:30',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(10942,'5500','41601470280','2020-09-30 17:11:30',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10943,'1000','41601475092','2020-09-30 17:29:03',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10944,'4000','41601475092','2020-09-30 17:29:03',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(10945,'1110','41601475092','2020-09-30 17:29:03',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(10946,'5500','41601475092','2020-09-30 17:29:03',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10947,'1000','41601476145','2020-09-30 17:29:28',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10948,'4000','41601476145','2020-09-30 17:29:28',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(10949,'1110','41601476145','2020-09-30 17:29:28',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(10950,'5500','41601476145','2020-09-30 17:29:28',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10951,'1000','41601476172','2020-09-30 17:32:36',275.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10952,'4000','41601476172','2020-09-30 17:32:36',NULL,85.00,'','4','1','Good sold','1','','sales','6161100912281','','No',NULL,NULL,''),(10953,'4000','41601476172','2020-09-30 17:32:36',NULL,70.00,'','4','1','Good sold','1','','sales','6161100912380','','No',NULL,NULL,''),(10954,'4000','41601476172','2020-09-30 17:32:36',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(10955,'1110','41601476172','2020-09-30 17:32:36',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161100912281','','No',NULL,NULL,''),(10956,'1110','41601476172','2020-09-30 17:32:36',NULL,63.00,'','4','1','Inventory sold','1','','sales','6161100912380','','No',NULL,NULL,''),(10957,'1110','41601476172','2020-09-30 17:32:36',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(10958,'5500','41601476172','2020-09-30 17:32:36',232.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10959,'1000','41601476363','2020-09-30 17:37:17',260.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10960,'4000','41601476363','2020-09-30 17:37:17',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000901','','No',NULL,NULL,''),(10961,'4000','41601476363','2020-09-30 17:37:17',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10962,'4000','41601476363','2020-09-30 17:37:17',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(10963,'4000','41601476363','2020-09-30 17:37:17',NULL,70.00,'','4','1','Good sold','1','','sales','616400033506','','No',NULL,NULL,''),(10964,'1110','41601476363','2020-09-30 17:37:17',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000901','','No',NULL,NULL,''),(10965,'1110','41601476363','2020-09-30 17:37:17',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(10966,'1110','41601476363','2020-09-30 17:37:17',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(10967,'1110','41601476363','2020-09-30 17:37:17',NULL,60.00,'','4','1','Inventory sold','1','','sales','616400033506','','No',NULL,NULL,''),(10968,'5500','41601476363','2020-09-30 17:37:17',231.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10969,'1000','41601476640','2020-09-30 17:45:04',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10970,'4000','41601476640','2020-09-30 17:45:04',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(10971,'1110','41601476640','2020-09-30 17:45:04',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(10972,'5500','41601476640','2020-09-30 17:45:04',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10973,'1000','41601477457','2020-09-30 17:51:07',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10974,'4000','41601477457','2020-09-30 17:51:07',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(10975,'1110','41601477457','2020-09-30 17:51:07',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(10976,'5500','41601477457','2020-09-30 17:51:07',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10977,'1000','41601477472','2020-09-30 17:51:24',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10978,'4000','41601477472','2020-09-30 17:51:24',NULL,200.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(10979,'1110','41601477472','2020-09-30 17:51:24',NULL,190.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(10980,'5500','41601477472','2020-09-30 17:51:24',190.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10981,'1000','41601477495','2020-09-30 17:52:21',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10982,'4000','41601477495','2020-09-30 17:52:21',NULL,5.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(10983,'1110','41601477495','2020-09-30 17:52:21',NULL,4.40,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(10984,'5500','41601477495','2020-09-30 17:52:21',4.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10985,'1000','41601477679','2020-09-30 17:54:52',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10986,'4000','41601477679','2020-09-30 17:54:52',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(10987,'1110','41601477679','2020-09-30 17:54:52',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(10988,'5500','41601477679','2020-09-30 17:54:52',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11003,'1000','41601477732','2020-09-30 18:35:19',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11004,'4000','41601477732','2020-09-30 18:35:19',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033070','','No',NULL,NULL,''),(11005,'1110','41601477732','2020-09-30 18:35:19',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033070','','No',NULL,NULL,''),(11006,'5500','41601477732','2020-09-30 18:35:19',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11007,'1110','71601463381','2020-09-30 13:56:00',170.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','498','','No',NULL,NULL,''),(11008,'1110','71601463381','2020-09-30 13:56:00',50.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','495','','No',NULL,NULL,''),(11009,'1110','71601463381','2020-09-30 13:56:00',475.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','496','','No',NULL,NULL,''),(11010,'1110','71601463381','2020-09-30 13:56:00',230.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','497','','No',NULL,NULL,''),(11011,'1110','71601463381','2020-09-30 13:56:00',475.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','492','','No',NULL,NULL,''),(11012,'1110','71601463381','2020-09-30 13:56:00',150.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','494','','No',NULL,NULL,''),(11013,'1110','71601463381','2020-09-30 13:56:00',300.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','268','','No',NULL,NULL,''),(11014,'1110','71601463381','2020-09-30 13:56:00',1836.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000993008','','No',NULL,NULL,''),(11015,'1110','71601463381','2020-09-30 13:56:00',70.40,NULL,'','7','1','Inventory Purchased','1','3','Purchases','502','','No',NULL,NULL,''),(11016,'1110','71601463381','2020-09-30 13:56:00',540.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161102794694','','No',NULL,NULL,''),(11017,'1110','71601463381','2020-09-30 13:56:00',135.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161101680424','','No',NULL,NULL,''),(11018,'1110','71601463381','2020-09-30 13:56:00',216.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161107150709','','No',NULL,NULL,''),(11019,'1110','71601463381','2020-09-30 13:56:00',252.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000033070','','No',NULL,NULL,''),(11020,'1110','71601463381','2020-09-30 13:56:00',126.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000033483','','No',NULL,NULL,''),(11021,'2130','71601463381','2020-09-30 13:56:00',NULL,5025.40,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(11022,'1000','41601480834','2020-09-30 18:47:52',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11023,'4000','41601480834','2020-09-30 18:47:52',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440016','','No',NULL,NULL,''),(11024,'1110','41601480834','2020-09-30 18:47:52',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440016','','No',NULL,NULL,''),(11025,'5500','41601480834','2020-09-30 18:47:52',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11026,'1000','41601480946','2020-09-30 18:52:17',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11027,'4000','41601480946','2020-09-30 18:52:17',NULL,25.00,'','4','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(11028,'1110','41601480946','2020-09-30 18:52:17',NULL,22.50,'','4','1','Inventory sold','1','','sales','28','','No',NULL,NULL,''),(11029,'5500','41601480946','2020-09-30 18:52:17',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11030,'1000','41601481139','2020-09-30 19:09:50',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11031,'4000','41601481139','2020-09-30 19:09:50',NULL,15.00,'','4','1','Good sold','1','','sales','6164004611175','','No',NULL,NULL,''),(11032,'4000','41601481139','2020-09-30 19:09:50',NULL,40.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(11033,'4000','41601481139','2020-09-30 19:09:50',NULL,15.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(11034,'1110','41601481139','2020-09-30 19:09:50',NULL,13.50,'','4','1','Inventory sold','1','','sales','6164004611175','','No',NULL,NULL,''),(11035,'1110','41601481139','2020-09-30 19:09:50',NULL,34.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(11036,'1110','41601481139','2020-09-30 19:09:50',NULL,12.51,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(11037,'5500','41601481139','2020-09-30 19:09:50',60.01,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11038,'1000','41601482385','2020-09-30 19:26:22',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11039,'4000','41601482385','2020-09-30 19:26:22',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760035','','No',NULL,NULL,''),(11040,'4000','41601482385','2020-09-30 19:26:22',NULL,100.00,'','4','1','Good sold','1','','sales','792382330195','','No',NULL,NULL,''),(11041,'1110','41601482385','2020-09-30 19:26:22',NULL,15.00,'','4','1','Inventory sold','1','','sales','6161100760035','','No',NULL,NULL,''),(11042,'1110','41601482385','2020-09-30 19:26:22',NULL,85.50,'','4','1','Inventory sold','1','','sales','792382330195','','No',NULL,NULL,''),(11043,'5500','41601482385','2020-09-30 19:26:22',100.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11044,'1000','41601483193','2020-09-30 19:28:51',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11045,'4000','41601483193','2020-09-30 19:28:51',NULL,30.00,'','4','1','Good sold','1','','sales','167','','No',NULL,NULL,''),(11046,'1110','41601483193','2020-09-30 19:28:51',NULL,27.00,'','4','1','Inventory sold','1','','sales','167','','No',NULL,NULL,''),(11047,'5500','41601483193','2020-09-30 19:28:51',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11048,'1000','41601483334','2020-09-30 19:34:57',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11049,'4000','41601483334','2020-09-30 19:34:57',NULL,40.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(11050,'1110','41601483334','2020-09-30 19:34:57',NULL,36.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(11051,'5500','41601483334','2020-09-30 19:34:57',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11052,'1000','41601483699','2020-09-30 19:41:33',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11053,'4000','41601483699','2020-09-30 19:41:33',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(11054,'1110','41601483699','2020-09-30 19:41:33',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(11055,'5500','41601483699','2020-09-30 19:41:33',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11056,'1000','41601484096','2020-09-30 19:51:27',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11057,'4000','41601484096','2020-09-30 19:51:27',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(11058,'1110','41601484096','2020-09-30 19:51:27',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(11059,'5500','41601484096','2020-09-30 19:51:27',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11060,'1000','41601484716','2020-09-30 19:57:07',375.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11061,'4000','41601484716','2020-09-30 19:57:07',NULL,165.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(11062,'4000','41601484716','2020-09-30 19:57:07',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000895','','No',NULL,NULL,''),(11063,'4000','41601484716','2020-09-30 19:57:07',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000901','','No',NULL,NULL,''),(11064,'1110','41601484716','2020-09-30 19:57:07',NULL,148.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(11065,'1110','41601484716','2020-09-30 19:57:07',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000895','','No',NULL,NULL,''),(11066,'1110','41601484716','2020-09-30 19:57:07',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000901','','No',NULL,NULL,''),(11067,'5500','41601484716','2020-09-30 19:57:07',337.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11068,'1000','41601485183','2020-09-30 20:05:06',12.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11069,'4000','41601485183','2020-09-30 20:05:06',NULL,12.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(11070,'1110','41601485183','2020-09-30 20:05:06',NULL,10.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(11071,'5500','41601485183','2020-09-30 20:05:06',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11072,'1000','41601485509','2020-09-30 20:18:58',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11073,'4000','41601485509','2020-09-30 20:18:58',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(11074,'1110','41601485509','2020-09-30 20:18:58',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(11075,'5500','41601485509','2020-09-30 20:18:58',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11076,'1000','41601486341','2020-09-30 20:22:53',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11077,'4000','41601486341','2020-09-30 20:22:53',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(11078,'4000','41601486341','2020-09-30 20:22:53',NULL,50.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(11079,'1110','41601486341','2020-09-30 20:22:53',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(11080,'1110','41601486341','2020-09-30 20:22:53',NULL,45.00,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(11081,'5500','41601486341','2020-09-30 20:22:53',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11082,'4000','41601486341','2020-09-30 20:23:14',55.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(11083,'1000','41601486341','2020-09-30 20:23:14',NULL,55.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(11084,'5500','41601486341','2020-09-30 20:23:14',NULL,49.50,'','4','1','Cost of goods returned','1','','sales','6161101000543','','No',NULL,NULL,''),(11085,'1110','41601486341','2020-09-30 20:23:14',49.50,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(11086,'1000','41601530335','2020-10-01 08:33:55',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11087,'4000','41601530335','2020-10-01 08:33:55',NULL,125.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(11088,'1110','41601530335','2020-10-01 08:33:55',NULL,112.50,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(11089,'5500','41601530335','2020-10-01 08:33:55',112.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11090,'1000','41601530440','2020-10-01 09:24:07',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11091,'4000','41601530440','2020-10-01 09:24:07',NULL,25.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(11092,'1110','41601530440','2020-10-01 09:24:07',NULL,22.50,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(11093,'5500','41601530440','2020-10-01 09:24:07',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11094,'1000','41601533449','2020-10-01 10:09:27',320.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11095,'4000','41601533449','2020-10-01 10:09:27',NULL,50.00,'','4','1','Good sold','1','','sales','6161107772208','','No',NULL,NULL,''),(11096,'4000','41601533449','2020-10-01 10:09:27',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(11097,'4000','41601533449','2020-10-01 10:09:27',NULL,150.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(11098,'1110','41601533449','2020-10-01 10:09:27',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161107772208','','No',NULL,NULL,''),(11099,'1110','41601533449','2020-10-01 10:09:27',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(11100,'1110','41601533449','2020-10-01 10:09:27',NULL,135.00,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(11101,'5500','41601533449','2020-10-01 10:09:27',273.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11102,'1000','41601536186','2020-10-01 10:13:54',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11103,'4000','41601536186','2020-10-01 10:13:54',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(11104,'1110','41601536186','2020-10-01 10:13:54',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(11105,'5500','41601536186','2020-10-01 10:13:54',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11106,'1000','41601536437','2020-10-01 10:30:56',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11107,'4000','41601536437','2020-10-01 10:30:56',NULL,10.00,'','4','1','Good sold','1','','sales','499','','No',NULL,NULL,''),(11108,'1110','41601536437','2020-10-01 10:30:56',NULL,8.00,'','4','1','Inventory sold','1','','sales','499','','No',NULL,NULL,''),(11109,'5500','41601536437','2020-10-01 10:30:56',8.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11115,'1000','41601537460','2020-10-01 10:35:47',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11116,'4000','41601537460','2020-10-01 10:35:47',NULL,30.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(11117,'1110','41601537460','2020-10-01 10:35:47',NULL,25.02,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(11118,'5500','41601537460','2020-10-01 10:35:47',25.02,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11119,'1000','41601537754','2020-10-01 10:37:59',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11120,'4000','41601537754','2020-10-01 10:37:59',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(11121,'1110','41601537754','2020-10-01 10:37:59',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(11122,'5500','41601537754','2020-10-01 10:37:59',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11123,'1000','41601537892','2020-10-01 10:40:54',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11124,'4000','41601537892','2020-10-01 10:40:54',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(11125,'1110','41601537892','2020-10-01 10:40:54',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(11126,'5500','41601537892','2020-10-01 10:40:54',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11127,'1000','41601538059','2020-10-01 10:41:26',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11128,'4000','41601538059','2020-10-01 10:41:26',NULL,100.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(11129,'1110','41601538059','2020-10-01 10:41:26',NULL,90.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(11130,'5500','41601538059','2020-10-01 10:41:26',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11131,'1000','41601538096','2020-10-01 11:00:27',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11132,'4000','41601538096','2020-10-01 11:00:27',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(11133,'4000','41601538096','2020-10-01 11:00:27',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(11134,'4000','41601538096','2020-10-01 11:00:27',NULL,10.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(11135,'1110','41601538096','2020-10-01 11:00:27',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(11136,'1110','41601538096','2020-10-01 11:00:27',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(11137,'1110','41601538096','2020-10-01 11:00:27',NULL,8.34,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(11138,'5500','41601538096','2020-10-01 11:00:27',148.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11139,'1000','41601539236','2020-10-01 11:11:03',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11140,'4000','41601539236','2020-10-01 11:11:03',NULL,60.00,'','4','1','Good sold','1','','sales','6009627050027','','No',NULL,NULL,''),(11141,'1110','41601539236','2020-10-01 11:11:03',NULL,54.00,'','4','1','Inventory sold','1','','sales','6009627050027','','No',NULL,NULL,''),(11142,'5500','41601539236','2020-10-01 11:11:03',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11149,'1000','41601539908','2020-10-01 12:30:18',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11150,'4000','41601539908','2020-10-01 12:30:18',NULL,110.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(11151,'1110','41601539908','2020-10-01 12:30:18',NULL,99.00,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(11152,'5500','41601539908','2020-10-01 12:30:18',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11164,'1000','41601549904','2020-10-01 13:59:51',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11165,'4000','41601549904','2020-10-01 13:59:51',NULL,80.00,'','4','1','Good sold','1','','sales','6161107150709','','No',NULL,NULL,''),(11166,'1110','41601549904','2020-10-01 13:59:51',NULL,72.00,'','4','1','Inventory sold','1','','sales','6161107150709','','No',NULL,NULL,''),(11167,'5500','41601549904','2020-10-01 13:59:51',72.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11168,'1000','41601550140','2020-10-01 14:08:34',345.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11169,'4000','41601550140','2020-10-01 14:08:34',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11170,'4000','41601550140','2020-10-01 14:08:34',NULL,160.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(11171,'4000','41601550140','2020-10-01 14:08:34',NULL,170.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(11172,'1110','41601550140','2020-10-01 14:08:34',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(11173,'1110','41601550140','2020-10-01 14:08:34',NULL,144.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(11174,'1110','41601550140','2020-10-01 14:08:34',NULL,153.00,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(11175,'5500','41601550140','2020-10-01 14:08:34',310.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11176,'1000','41601555190','2020-10-01 15:26:40',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11177,'4000','41601555190','2020-10-01 15:26:40',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(11178,'1110','41601555190','2020-10-01 15:26:40',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(11179,'5500','41601555190','2020-10-01 15:26:40',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11180,'1000','41601555213','2020-10-01 15:32:07',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11181,'4000','41601555213','2020-10-01 15:32:07',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(11182,'1110','41601555213','2020-10-01 15:32:07',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(11183,'5500','41601555213','2020-10-01 15:32:07',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11184,'1000','41601555531','2020-10-01 15:32:21',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11185,'4000','41601555531','2020-10-01 15:32:21',NULL,90.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11186,'1110','41601555531','2020-10-01 15:32:21',NULL,81.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(11187,'5500','41601555531','2020-10-01 15:32:21',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11188,'1000','41601555757','2020-10-01 16:33:38',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11189,'4000','41601555757','2020-10-01 16:33:38',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(11190,'1110','41601555757','2020-10-01 16:33:38',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(11191,'5500','41601555757','2020-10-01 16:33:38',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11192,'1000','41601559220','2020-10-01 16:33:48',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11193,'4000','41601559220','2020-10-01 16:33:48',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11194,'1110','41601559220','2020-10-01 16:33:48',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(11195,'5500','41601559220','2020-10-01 16:33:48',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11196,'1000','41601559230','2020-10-01 16:47:17',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11197,'4000','41601559230','2020-10-01 16:47:17',NULL,30.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(11198,'1110','41601559230','2020-10-01 16:47:17',NULL,25.02,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(11199,'5500','41601559230','2020-10-01 16:47:17',25.02,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11200,'1000','41601560039','2020-10-01 17:08:03',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11201,'4000','41601560039','2020-10-01 17:08:03',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(11202,'1110','41601560039','2020-10-01 17:08:03',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(11203,'5500','41601560039','2020-10-01 17:08:03',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11204,'1000','41601561325','2020-10-01 17:11:07',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11205,'4000','41601561325','2020-10-01 17:11:07',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(11206,'1110','41601561325','2020-10-01 17:11:07',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(11207,'5500','41601561325','2020-10-01 17:11:07',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11208,'1000','41601561470','2020-10-01 17:38:39',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11209,'4000','41601561470','2020-10-01 17:38:39',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(11210,'1110','41601561470','2020-10-01 17:38:39',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(11211,'5500','41601561470','2020-10-01 17:38:39',4.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11212,'1000','41601563133','2020-10-01 17:43:48',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11213,'4000','41601563133','2020-10-01 17:43:48',NULL,110.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(11214,'1110','41601563133','2020-10-01 17:43:48',NULL,99.00,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(11215,'5500','41601563133','2020-10-01 17:43:48',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11216,'1000','41601563590','2020-10-01 18:02:13',260.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11217,'4000','41601563590','2020-10-01 18:02:13',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(11218,'4000','41601563590','2020-10-01 18:02:13',NULL,170.00,'','4','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(11219,'4000','41601563590','2020-10-01 18:02:13',NULL,40.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(11220,'1110','41601563590','2020-10-01 18:02:13',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(11221,'1110','41601563590','2020-10-01 18:02:13',NULL,153.00,'','4','1','Inventory sold','1','','sales','76','','No',NULL,NULL,''),(11222,'1110','41601563590','2020-10-01 18:02:13',NULL,36.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(11223,'5500','41601563590','2020-10-01 18:02:13',234.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11224,'1000','41601564595','2020-10-01 18:06:07',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11225,'4000','41601564595','2020-10-01 18:06:07',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(11226,'1110','41601564595','2020-10-01 18:06:07',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(11227,'5500','41601564595','2020-10-01 18:06:07',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11228,'1000','41601564769','2020-10-01 18:39:29',585.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11229,'4000','41601564769','2020-10-01 18:39:29',NULL,350.00,'','4','1','Good sold','1','','sales','6161106610235','','No',NULL,NULL,''),(11230,'4000','41601564769','2020-10-01 18:39:29',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11231,'4000','41601564769','2020-10-01 18:39:29',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(11232,'4000','41601564769','2020-10-01 18:39:29',NULL,100.00,'','4','1','Good sold','1','','sales','792382330195','','No',NULL,NULL,''),(11233,'1110','41601564769','2020-10-01 18:39:29',NULL,315.83,'','4','1','Inventory sold','1','','sales','6161106610235','','No',NULL,NULL,''),(11234,'1110','41601564769','2020-10-01 18:39:29',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(11235,'1110','41601564769','2020-10-01 18:39:29',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(11236,'1110','41601564769','2020-10-01 18:39:29',NULL,85.50,'','4','1','Inventory sold','1','','sales','792382330195','','No',NULL,NULL,''),(11237,'5500','41601564769','2020-10-01 18:39:29',507.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11238,'1000','41601566847','2020-10-01 18:41:52',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11239,'4000','41601566847','2020-10-01 18:41:52',NULL,50.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(11240,'1110','41601566847','2020-10-01 18:41:52',NULL,45.00,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(11241,'5500','41601566847','2020-10-01 18:41:52',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11242,'1110','71601537439','2020-10-01 10:30:00',225.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','32','','No',NULL,NULL,''),(11243,'1110','71601537439','2020-10-01 10:30:00',90.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','33','','No',NULL,NULL,''),(11244,'1110','71601537439','2020-10-01 10:30:00',126.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','31','','No',NULL,NULL,''),(11245,'1110','71601537439','2020-10-01 10:30:00',162.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','30','','No',NULL,NULL,''),(11246,'1110','71601537439','2020-10-01 10:30:00',562.50,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161100860155','','No',NULL,NULL,''),(11247,'1110','71601537439','2020-10-01 10:30:00',540.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161100760226','','No',NULL,NULL,''),(11248,'1110','71601537439','2020-10-01 10:30:00',135.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','493','','No',NULL,NULL,''),(11249,'1110','71601537439','2020-10-01 10:30:00',30.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','494','','No',NULL,NULL,''),(11250,'1110','71601537439','2020-10-01 10:30:00',15.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','495','','No',NULL,NULL,''),(11251,'1110','71601537439','2020-10-01 10:30:00',34.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','498','','No',NULL,NULL,''),(11252,'1110','71601537439','2020-10-01 10:30:00',450.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','165','','No',NULL,NULL,''),(11253,'1110','71601537439','2020-10-01 10:30:00',630.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6166000090213','','No',NULL,NULL,''),(11254,'1110','71601537439','2020-10-01 10:30:00',117.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161113440016','','No',NULL,NULL,''),(11255,'1110','71601537439','2020-10-01 10:30:00',117.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161113440009','','No',NULL,NULL,''),(11256,'1110','71601537439','2020-10-01 10:30:00',153.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161113440030','','No',NULL,NULL,''),(11257,'1110','71601537439','2020-10-01 10:30:00',153.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161113440023','','No',NULL,NULL,''),(11258,'1110','71601537439','2020-10-01 10:30:00',99.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161113440054','','No',NULL,NULL,''),(11259,'1110','71601537439','2020-10-01 10:30:00',117.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161113440078','','No',NULL,NULL,''),(11260,'2130','71601537439','2020-10-01 10:30:00',NULL,3755.50,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(11261,'1000','41601568982','2020-10-01 19:21:49',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11262,'4000','41601568982','2020-10-01 19:21:49',NULL,100.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(11263,'1110','41601568982','2020-10-01 19:21:49',NULL,95.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(11264,'5500','41601568982','2020-10-01 19:21:49',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11265,'1000','41601569380','2020-10-01 19:25:54',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11266,'4000','41601569380','2020-10-01 19:25:54',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(11267,'4000','41601569380','2020-10-01 19:25:54',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(11268,'1110','41601569380','2020-10-01 19:25:54',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(11269,'1110','41601569380','2020-10-01 19:25:54',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(11270,'5500','41601569380','2020-10-01 19:25:54',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11271,'1000','41601569637','2020-10-01 19:30:42',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11272,'4000','41601569637','2020-10-01 19:30:42',NULL,50.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(11273,'4000','41601569637','2020-10-01 19:30:42',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(11274,'1110','41601569637','2020-10-01 19:30:42',NULL,45.00,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(11275,'1110','41601569637','2020-10-01 19:30:42',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(11276,'5500','41601569637','2020-10-01 19:30:42',49.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11277,'1000','41601569863','2020-10-01 19:32:18',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11278,'4000','41601569863','2020-10-01 19:32:18',NULL,10.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(11279,'1110','41601569863','2020-10-01 19:32:18',NULL,8.34,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(11280,'5500','41601569863','2020-10-01 19:32:18',8.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11281,'1000','41601569960','2020-10-01 19:33:22',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11282,'4000','41601569960','2020-10-01 19:33:22',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033070','','No',NULL,NULL,''),(11283,'4000','41601569960','2020-10-01 19:33:22',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11284,'1110','41601569960','2020-10-01 19:33:22',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033070','','No',NULL,NULL,''),(11285,'1110','41601569960','2020-10-01 19:33:22',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11286,'5500','41601569960','2020-10-01 19:33:22',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11287,'1000','41601570023','2020-10-01 19:35:29',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11288,'4000','41601570023','2020-10-01 19:35:29',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11289,'1110','41601570023','2020-10-01 19:35:29',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11290,'5500','41601570023','2020-10-01 19:35:29',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11291,'1000','41601570153','2020-10-01 19:50:48',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11292,'4000','41601570153','2020-10-01 19:50:48',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(11293,'1110','41601570153','2020-10-01 19:50:48',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(11294,'5500','41601570153','2020-10-01 19:50:48',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11295,'1000','41601573079','2020-10-01 20:24:47',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11296,'4000','41601573079','2020-10-01 20:24:47',NULL,55.00,'','4','1','Good sold','1','','sales','6161113440054','','No',NULL,NULL,''),(11297,'1110','41601573079','2020-10-01 20:24:47',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161113440054','','No',NULL,NULL,''),(11298,'5500','41601573079','2020-10-01 20:24:47',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11299,'1000','41601622051','2020-10-02 10:01:35',165.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11300,'4000','41601622051','2020-10-02 10:01:35',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(11301,'4000','41601622051','2020-10-02 10:01:35',NULL,65.00,'','4','1','Good sold','1','','sales','183','','No',NULL,NULL,''),(11302,'4000','41601622051','2020-10-02 10:01:35',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(11303,'1110','41601622051','2020-10-02 10:01:35',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(11304,'1110','41601622051','2020-10-02 10:01:35',NULL,58.50,'','4','1','Inventory sold','1','','sales','183','','No',NULL,NULL,''),(11305,'1110','41601622051','2020-10-02 10:01:35',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(11306,'5500','41601622051','2020-10-02 10:01:35',149.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11307,'1000','41601622118','2020-10-02 10:55:05',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11308,'4000','41601622118','2020-10-02 10:55:05',NULL,100.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(11309,'1110','41601622118','2020-10-02 10:55:05',NULL,95.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(11310,'5500','41601622118','2020-10-02 10:55:05',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11311,'1000','41601625308','2020-10-02 11:07:52',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11312,'4000','41601625308','2020-10-02 11:07:52',NULL,30.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(11313,'1110','41601625308','2020-10-02 11:07:52',NULL,27.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(11314,'5500','41601625308','2020-10-02 11:07:52',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11315,'1000','41601628384','2020-10-02 11:46:36',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11316,'4000','41601628384','2020-10-02 11:46:36',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(11317,'1110','41601628384','2020-10-02 11:46:36',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(11318,'5500','41601628384','2020-10-02 11:46:36',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11319,'1000','41601628403','2020-10-02 12:05:47',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11320,'4000','41601628403','2020-10-02 12:05:47',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11321,'1110','41601628403','2020-10-02 12:05:47',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(11322,'5500','41601628403','2020-10-02 12:05:47',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11323,'1000','41601629552','2020-10-02 12:07:19',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11324,'4000','41601629552','2020-10-02 12:07:19',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(11325,'1110','41601629552','2020-10-02 12:07:19',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(11326,'5500','41601629552','2020-10-02 12:07:19',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11327,'1000','41601629643','2020-10-02 12:09:31',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11328,'4000','41601629643','2020-10-02 12:09:31',NULL,60.00,'','4','1','Good sold','1','','sales','6009627050027','','No',NULL,NULL,''),(11329,'1110','41601629643','2020-10-02 12:09:31',NULL,54.00,'','4','1','Inventory sold','1','','sales','6009627050027','','No',NULL,NULL,''),(11330,'5500','41601629643','2020-10-02 12:09:31',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11331,'1000','41601629775','2020-10-02 12:22:47',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11332,'4000','41601629775','2020-10-02 12:22:47',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11333,'4000','41601629775','2020-10-02 12:22:47',NULL,10.00,'','4','1','Good sold','1','','sales','499','','No',NULL,NULL,''),(11334,'1110','41601629775','2020-10-02 12:22:47',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(11335,'1110','41601629775','2020-10-02 12:22:47',NULL,8.00,'','4','1','Inventory sold','1','','sales','499','','No',NULL,NULL,''),(11336,'5500','41601629775','2020-10-02 12:22:47',35.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11337,'1000','41601630570','2020-10-02 12:29:29',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11338,'4000','41601630570','2020-10-02 12:29:29',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11339,'1110','41601630570','2020-10-02 12:29:29',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(11340,'5500','41601630570','2020-10-02 12:29:29',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11341,'1000','41601630976','2020-10-02 13:01:14',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11342,'4000','41601630976','2020-10-02 13:01:14',NULL,65.00,'','4','1','Good sold','1','','sales','82','','No',NULL,NULL,''),(11343,'1110','41601630976','2020-10-02 13:01:14',NULL,58.50,'','4','1','Inventory sold','1','','sales','82','','No',NULL,NULL,''),(11344,'5500','41601630976','2020-10-02 13:01:14',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11345,'1000','41601632876','2020-10-02 13:08:25',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11346,'4000','41601632876','2020-10-02 13:08:25',NULL,90.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11347,'1110','41601632876','2020-10-02 13:08:25',NULL,81.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(11348,'5500','41601632876','2020-10-02 13:08:25',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11349,'1000','41601633308','2020-10-02 13:14:02',230.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11350,'4000','41601633308','2020-10-02 13:14:02',NULL,230.00,'','4','1','Good sold','1','','sales','57','','No',NULL,NULL,''),(11351,'1110','41601633308','2020-10-02 13:14:02',NULL,207.00,'','4','1','Inventory sold','1','','sales','57','','No',NULL,NULL,''),(11352,'5500','41601633308','2020-10-02 13:14:02',207.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11353,'1000','41601633667','2020-10-02 13:20:33',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11354,'4000','41601633667','2020-10-02 13:20:33',NULL,55.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(11355,'1110','41601633667','2020-10-02 13:20:33',NULL,49.50,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(11356,'5500','41601633667','2020-10-02 13:20:33',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11357,'1000','41601634036','2020-10-02 13:32:36',61.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11358,'4000','41601634036','2020-10-02 13:32:36',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(11359,'4000','41601634036','2020-10-02 13:32:36',NULL,6.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(11360,'4000','41601634036','2020-10-02 13:32:36',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(11361,'1110','41601634036','2020-10-02 13:32:36',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(11362,'1110','41601634036','2020-10-02 13:32:36',NULL,4.20,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(11363,'1110','41601634036','2020-10-02 13:32:36',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(11364,'5500','41601634036','2020-10-02 13:32:36',53.37,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11365,'1000','41601635552','2020-10-02 14:05:33',190.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11366,'4000','41601635552','2020-10-02 14:05:33',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(11367,'4000','41601635552','2020-10-02 14:05:33',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(11368,'1110','41601635552','2020-10-02 14:05:33',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(11369,'1110','41601635552','2020-10-02 14:05:33',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(11370,'5500','41601635552','2020-10-02 14:05:33',156.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11371,'1000','41601636737','2020-10-02 14:07:36',485.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11372,'4000','41601636737','2020-10-02 14:07:36',NULL,40.00,'','4','1','Good sold','1','','sales','6008677000549','','No',NULL,NULL,''),(11373,'4000','41601636737','2020-10-02 14:07:36',NULL,240.00,'','4','1','Good sold','1','','sales','6009627050034','','No',NULL,NULL,''),(11374,'4000','41601636737','2020-10-02 14:07:36',NULL,200.00,'','4','1','Good sold','1','','sales','6920354820946','','No',NULL,NULL,''),(11375,'4000','41601636737','2020-10-02 14:07:36',NULL,5.00,'','4','1','Good sold','1','','sales','189','','No',NULL,NULL,''),(11376,'1110','41601636737','2020-10-02 14:07:36',NULL,36.00,'','4','1','Inventory sold','1','','sales','6008677000549','','No',NULL,NULL,''),(11377,'1110','41601636737','2020-10-02 14:07:36',NULL,209.16,'','4','1','Inventory sold','1','','sales','6009627050034','','No',NULL,NULL,''),(11378,'1110','41601636737','2020-10-02 14:07:36',NULL,180.00,'','4','1','Inventory sold','1','','sales','6920354820946','','No',NULL,NULL,''),(11379,'1110','41601636737','2020-10-02 14:07:36',NULL,3.40,'','4','1','Inventory sold','1','','sales','189','','No',NULL,NULL,''),(11380,'5500','41601636737','2020-10-02 14:07:36',428.56,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11381,'1000','41601637369','2020-10-02 14:16:22',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11382,'4000','41601637369','2020-10-02 14:16:22',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(11383,'1110','41601637369','2020-10-02 14:16:22',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(11384,'5500','41601637369','2020-10-02 14:16:22',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11385,'1000','41601637389','2020-10-02 14:23:24',260.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11386,'4000','41601637389','2020-10-02 14:23:24',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440009','','No',NULL,NULL,''),(11387,'4000','41601637389','2020-10-02 14:23:24',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440016','','No',NULL,NULL,''),(11388,'4000','41601637389','2020-10-02 14:23:24',NULL,130.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(11389,'1110','41601637389','2020-10-02 14:23:24',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440009','','No',NULL,NULL,''),(11390,'1110','41601637389','2020-10-02 14:23:24',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440016','','No',NULL,NULL,''),(11391,'1110','41601637389','2020-10-02 14:23:24',NULL,117.00,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(11392,'5500','41601637389','2020-10-02 14:23:24',234.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11393,'1000','41601637807','2020-10-02 14:23:46',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11394,'4000','41601637807','2020-10-02 14:23:46',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11395,'1110','41601637807','2020-10-02 14:23:46',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(11396,'5500','41601637807','2020-10-02 14:23:46',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11405,'1000','41601637829','2020-10-02 14:31:08',11.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11406,'4000','41601637829','2020-10-02 14:31:08',NULL,6.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(11407,'4000','41601637829','2020-10-02 14:31:08',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(11408,'1110','41601637829','2020-10-02 14:31:08',NULL,4.20,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(11409,'1110','41601637829','2020-10-02 14:31:08',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(11410,'5500','41601637829','2020-10-02 14:31:08',8.37,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11411,'1000','41601638318','2020-10-02 14:32:22',180.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11412,'4000','41601638318','2020-10-02 14:32:22',NULL,60.00,'','4','1','Good sold','1','','sales','6009627050027','','No',NULL,NULL,''),(11413,'4000','41601638318','2020-10-02 14:32:22',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(11414,'1110','41601638318','2020-10-02 14:32:22',NULL,54.00,'','4','1','Inventory sold','1','','sales','6009627050027','','No',NULL,NULL,''),(11415,'1110','41601638318','2020-10-02 14:32:22',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(11416,'5500','41601638318','2020-10-02 14:32:22',147.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11417,'1000','41601638352','2020-10-02 14:41:18',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11418,'4000','41601638352','2020-10-02 14:41:18',NULL,30.00,'','4','1','Good sold','1','','sales','6923564532289','','No',NULL,NULL,''),(11419,'1110','41601638352','2020-10-02 14:41:18',NULL,27.00,'','4','1','Inventory sold','1','','sales','6923564532289','','No',NULL,NULL,''),(11420,'5500','41601638352','2020-10-02 14:41:18',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11421,'1000','41601638894','2020-10-02 14:51:30',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11422,'4000','41601638894','2020-10-02 14:51:30',NULL,40.00,'','4','1','Good sold','1','','sales','6161100041240','','No',NULL,NULL,''),(11423,'1110','41601638894','2020-10-02 14:51:30',NULL,36.00,'','4','1','Inventory sold','1','','sales','6161100041240','','No',NULL,NULL,''),(11424,'5500','41601638894','2020-10-02 14:51:30',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11425,'1000','41601639493','2020-10-02 15:06:37',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11426,'4000','41601639493','2020-10-02 15:06:37',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(11427,'1110','41601639493','2020-10-02 15:06:37',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(11428,'5500','41601639493','2020-10-02 15:06:37',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11429,'1000','41601640400','2020-10-02 15:07:36',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11430,'4000','41601640400','2020-10-02 15:07:36',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(11431,'1110','41601640400','2020-10-02 15:07:36',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(11432,'5500','41601640400','2020-10-02 15:07:36',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11433,'1000','41601640460','2020-10-02 15:18:36',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11434,'4000','41601640460','2020-10-02 15:18:36',NULL,65.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(11435,'1110','41601640460','2020-10-02 15:18:36',NULL,58.50,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(11436,'5500','41601640460','2020-10-02 15:18:36',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11437,'1000','41601641119','2020-10-02 15:18:57',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11438,'4000','41601641119','2020-10-02 15:18:57',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(11439,'1110','41601641119','2020-10-02 15:18:57',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(11440,'5500','41601641119','2020-10-02 15:18:57',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11441,'1000','41601641141','2020-10-02 15:26:37',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11442,'4000','41601641141','2020-10-02 15:26:37',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(11443,'1110','41601641141','2020-10-02 15:26:37',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(11444,'5500','41601641141','2020-10-02 15:26:37',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11445,'1000','41601641599','2020-10-02 15:29:04',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11446,'4000','41601641599','2020-10-02 15:29:04',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11447,'4000','41601641599','2020-10-02 15:29:04',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(11448,'1110','41601641599','2020-10-02 15:29:04',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11449,'1110','41601641599','2020-10-02 15:29:04',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(11450,'5500','41601641599','2020-10-02 15:29:04',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11451,'1000','41601641599','2020-10-02 15:29:04',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11452,'4000','41601641599','2020-10-02 15:29:04',NULL,25.00,'','4','1','Good sold','1','','sales','6161101661713','','No',NULL,NULL,''),(11453,'4000','41601641599','2020-10-02 15:29:04',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11454,'4000','41601641599','2020-10-02 15:29:04',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(11455,'1110','41601641599','2020-10-02 15:29:04',NULL,22.50,'','4','1','Inventory sold','1','','sales','6161101661713','','No',NULL,NULL,''),(11456,'1110','41601641599','2020-10-02 15:29:04',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11457,'1110','41601641599','2020-10-02 15:29:04',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(11458,'5500','41601641599','2020-10-02 15:29:04',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11459,'1000','41601641813','2020-10-02 15:32:39',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11460,'4000','41601641813','2020-10-02 15:32:39',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11461,'1110','41601641813','2020-10-02 15:32:39',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(11462,'5500','41601641813','2020-10-02 15:32:39',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11463,'1000','41601705748','2020-10-03 09:29:57',4747.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11464,'4000','41601705748','2020-10-03 09:29:57',NULL,50.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11465,'4000','41601705748','2020-10-03 09:29:57',NULL,130.00,'','4','1','Good sold','1','','sales','5449000180247','','No',NULL,NULL,''),(11466,'4000','41601705748','2020-10-03 09:29:57',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(11467,'4000','41601705748','2020-10-03 09:29:57',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760226','','No',NULL,NULL,''),(11468,'4000','41601705748','2020-10-03 09:29:57',NULL,10.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(11469,'4000','41601705748','2020-10-03 09:29:57',NULL,20.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(11470,'4000','41601705748','2020-10-03 09:29:57',NULL,140.00,'','4','1','Good sold','1','','sales','6161100860247','','No',NULL,NULL,''),(11471,'4000','41601705748','2020-10-03 09:29:57',NULL,90.00,'','4','1','Good sold','1','','sales','6161100912519','','No',NULL,NULL,''),(11472,'4000','41601705748','2020-10-03 09:29:57',NULL,120.00,'','4','1','Good sold','1','','sales','6161100912731','','No',NULL,NULL,''),(11473,'4000','41601705748','2020-10-03 09:29:57',NULL,35.00,'','4','1','Good sold','1','','sales','6161100950825','','No',NULL,NULL,''),(11474,'4000','41601705748','2020-10-03 09:29:57',NULL,525.00,'','4','1','Good sold','1','','sales','6161101661249','','No',NULL,NULL,''),(11475,'4000','41601705748','2020-10-03 09:29:57',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(11476,'4000','41601705748','2020-10-03 09:29:57',NULL,180.00,'','4','1','Good sold','1','','sales','6161106610228','','No',NULL,NULL,''),(11477,'4000','41601705748','2020-10-03 09:29:57',NULL,15.00,'','4','1','Good sold','1','','sales','6161109510389','','No',NULL,NULL,''),(11478,'4000','41601705748','2020-10-03 09:29:57',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(11479,'4000','41601705748','2020-10-03 09:29:57',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(11480,'4000','41601705748','2020-10-03 09:29:57',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033070','','No',NULL,NULL,''),(11481,'4000','41601705748','2020-10-03 09:29:57',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(11482,'4000','41601705748','2020-10-03 09:29:57',NULL,100.00,'','4','1','Good sold','1','','sales','8718951340664','','No',NULL,NULL,''),(11483,'4000','41601705748','2020-10-03 09:29:57',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903465','','No',NULL,NULL,''),(11484,'4000','41601705748','2020-10-03 09:29:57',NULL,590.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11485,'4000','41601705748','2020-10-03 09:29:57',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11486,'4000','41601705748','2020-10-03 09:29:57',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11487,'4000','41601705748','2020-10-03 09:29:57',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11488,'4000','41601705748','2020-10-03 09:29:57',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(11489,'4000','41601705748','2020-10-03 09:29:57',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(11490,'4000','41601705748','2020-10-03 09:29:57',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(11491,'4000','41601705748','2020-10-03 09:29:57',NULL,55.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(11492,'4000','41601705748','2020-10-03 09:29:57',NULL,50.00,'','4','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(11493,'4000','41601705748','2020-10-03 09:29:57',NULL,110.00,'','4','1','Good sold','1','','sales','78','','No',NULL,NULL,''),(11494,'4000','41601705748','2020-10-03 09:29:57',NULL,110.00,'','4','1','Good sold','1','','sales','78','','No',NULL,NULL,''),(11495,'4000','41601705748','2020-10-03 09:29:57',NULL,110.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(11496,'4000','41601705748','2020-10-03 09:29:57',NULL,110.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(11497,'4000','41601705748','2020-10-03 09:29:57',NULL,65.00,'','4','1','Good sold','1','','sales','82','','No',NULL,NULL,''),(11498,'4000','41601705748','2020-10-03 09:29:57',NULL,65.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(11499,'4000','41601705748','2020-10-03 09:29:57',NULL,65.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(11500,'4000','41601705748','2020-10-03 09:29:57',NULL,65.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(11501,'4000','41601705748','2020-10-03 09:29:57',NULL,65.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(11502,'4000','41601705748','2020-10-03 09:29:57',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(11503,'4000','41601705748','2020-10-03 09:29:57',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(11504,'4000','41601705748','2020-10-03 09:29:57',NULL,45.00,'','4','1','Good sold','1','','sales','112','','No',NULL,NULL,''),(11505,'4000','41601705748','2020-10-03 09:29:57',NULL,75.00,'','4','1','Good sold','1','','sales','123','','No',NULL,NULL,''),(11506,'4000','41601705748','2020-10-03 09:29:57',NULL,55.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(11507,'4000','41601705748','2020-10-03 09:29:57',NULL,55.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(11508,'4000','41601705748','2020-10-03 09:29:57',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(11509,'4000','41601705748','2020-10-03 09:29:57',NULL,10.00,'','4','1','Good sold','1','','sales','189','','No',NULL,NULL,''),(11510,'4000','41601705748','2020-10-03 09:29:57',NULL,40.00,'','4','1','Good sold','1','','sales','8888','','No',NULL,NULL,''),(11511,'4000','41601705748','2020-10-03 09:29:57',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(11512,'4000','41601705748','2020-10-03 09:29:57',NULL,12.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(11513,'4000','41601705748','2020-10-03 09:29:57',NULL,55.00,'','4','1','Good sold','1','','sales','6008459000507','','No',NULL,NULL,''),(11514,'4000','41601705748','2020-10-03 09:29:57',NULL,130.00,'','4','1','Good sold','1','','sales','5449000180292','','No',NULL,NULL,''),(11515,'4000','41601705748','2020-10-03 09:29:57',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760035','','No',NULL,NULL,''),(11516,'4000','41601705748','2020-10-03 09:29:57',NULL,100.00,'','4','1','Good sold','1','','sales','792382330195','','No',NULL,NULL,''),(11517,'4000','41601705748','2020-10-03 09:29:57',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(11518,'4000','41601705748','2020-10-03 09:29:57',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(11519,'4000','41601705748','2020-10-03 09:29:57',NULL,5.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(11520,'4000','41601705748','2020-10-03 09:29:57',NULL,45.00,'','4','1','Good sold','1','','sales','503','','No',NULL,NULL,''),(11521,'4000','41601705748','2020-10-03 09:29:57',NULL,20.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(11522,'4000','41601705748','2020-10-03 09:29:57',NULL,10.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(11523,'4000','41601705748','2020-10-03 09:29:57',NULL,50.00,'','4','1','Good sold','1','','sales','507','','No',NULL,NULL,''),(11524,'1110','41601705748','2020-10-03 09:29:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11525,'1110','41601705748','2020-10-03 09:29:57',NULL,117.00,'','4','1','Inventory sold','1','','sales','5449000180247','','No',NULL,NULL,''),(11526,'1110','41601705748','2020-10-03 09:29:57',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(11527,'1110','41601705748','2020-10-03 09:29:57',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100760226','','No',NULL,NULL,''),(11528,'1110','41601705748','2020-10-03 09:29:57',NULL,9.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(11529,'1110','41601705748','2020-10-03 09:29:57',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(11530,'1110','41601705748','2020-10-03 09:29:57',NULL,126.00,'','4','1','Inventory sold','1','','sales','6161100860247','','No',NULL,NULL,''),(11531,'1110','41601705748','2020-10-03 09:29:57',NULL,81.00,'','4','1','Inventory sold','1','','sales','6161100912519','','No',NULL,NULL,''),(11532,'1110','41601705748','2020-10-03 09:29:57',NULL,108.00,'','4','1','Inventory sold','1','','sales','6161100912731','','No',NULL,NULL,''),(11533,'1110','41601705748','2020-10-03 09:29:57',NULL,31.50,'','4','1','Inventory sold','1','','sales','6161100950825','','No',NULL,NULL,''),(11534,'1110','41601705748','2020-10-03 09:29:57',NULL,441.66,'','4','1','Inventory sold','1','','sales','6161101661249','','No',NULL,NULL,''),(11535,'1110','41601705748','2020-10-03 09:29:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(11536,'1110','41601705748','2020-10-03 09:29:57',NULL,162.00,'','4','1','Inventory sold','1','','sales','6161106610228','','No',NULL,NULL,''),(11537,'1110','41601705748','2020-10-03 09:29:57',NULL,13.50,'','4','1','Inventory sold','1','','sales','6161109510389','','No',NULL,NULL,''),(11538,'1110','41601705748','2020-10-03 09:29:57',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(11539,'1110','41601705748','2020-10-03 09:29:57',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(11540,'1110','41601705748','2020-10-03 09:29:57',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033070','','No',NULL,NULL,''),(11541,'1110','41601705748','2020-10-03 09:29:57',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(11542,'1110','41601705748','2020-10-03 09:29:57',NULL,90.00,'','4','1','Inventory sold','1','','sales','8718951340664','','No',NULL,NULL,''),(11543,'1110','41601705748','2020-10-03 09:29:57',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903465','','No',NULL,NULL,''),(11544,'1110','41601705748','2020-10-03 09:29:57',NULL,531.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11545,'1110','41601705748','2020-10-03 09:29:57',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(11546,'1110','41601705748','2020-10-03 09:29:57',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(11547,'1110','41601705748','2020-10-03 09:29:57',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(11548,'1110','41601705748','2020-10-03 09:29:57',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(11549,'1110','41601705748','2020-10-03 09:29:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(11550,'1110','41601705748','2020-10-03 09:29:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(11551,'1110','41601705748','2020-10-03 09:29:57',NULL,49.50,'','4','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(11552,'1110','41601705748','2020-10-03 09:29:57',NULL,45.00,'','4','1','Inventory sold','1','','sales','69','','No',NULL,NULL,''),(11553,'1110','41601705748','2020-10-03 09:29:57',NULL,99.00,'','4','1','Inventory sold','1','','sales','78','','No',NULL,NULL,''),(11554,'1110','41601705748','2020-10-03 09:29:57',NULL,99.00,'','4','1','Inventory sold','1','','sales','78','','No',NULL,NULL,''),(11555,'1110','41601705748','2020-10-03 09:29:57',NULL,99.00,'','4','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(11556,'1110','41601705748','2020-10-03 09:29:57',NULL,99.00,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(11557,'1110','41601705748','2020-10-03 09:29:57',NULL,58.50,'','4','1','Inventory sold','1','','sales','82','','No',NULL,NULL,''),(11558,'1110','41601705748','2020-10-03 09:29:57',NULL,58.50,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(11559,'1110','41601705748','2020-10-03 09:29:57',NULL,58.50,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(11560,'1110','41601705748','2020-10-03 09:29:57',NULL,58.50,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(11561,'1110','41601705748','2020-10-03 09:29:57',NULL,58.50,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(11562,'1110','41601705748','2020-10-03 09:29:57',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(11563,'1110','41601705748','2020-10-03 09:29:57',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(11564,'1110','41601705748','2020-10-03 09:29:57',NULL,37.50,'','4','1','Inventory sold','1','','sales','112','','No',NULL,NULL,''),(11565,'1110','41601705748','2020-10-03 09:29:57',NULL,68.00,'','4','1','Inventory sold','1','','sales','123','','No',NULL,NULL,''),(11566,'1110','41601705748','2020-10-03 09:29:57',NULL,49.50,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(11567,'1110','41601705748','2020-10-03 09:29:57',NULL,49.50,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(11568,'1110','41601705748','2020-10-03 09:29:57',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(11569,'1110','41601705748','2020-10-03 09:29:57',NULL,6.80,'','4','1','Inventory sold','1','','sales','189','','No',NULL,NULL,''),(11570,'1110','41601705748','2020-10-03 09:29:57',NULL,36.00,'','4','1','Inventory sold','1','','sales','8888','','No',NULL,NULL,''),(11571,'1110','41601705748','2020-10-03 09:29:57',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(11572,'1110','41601705748','2020-10-03 09:29:57',NULL,8.40,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(11573,'1110','41601705748','2020-10-03 09:29:57',NULL,40.83,'','4','1','Inventory sold','1','','sales','6008459000507','','No',NULL,NULL,''),(11574,'1110','41601705748','2020-10-03 09:29:57',NULL,108.33,'','4','1','Inventory sold','1','','sales','5449000180292','','No',NULL,NULL,''),(11575,'1110','41601705748','2020-10-03 09:29:57',NULL,15.00,'','4','1','Inventory sold','1','','sales','6161100760035','','No',NULL,NULL,''),(11576,'1110','41601705748','2020-10-03 09:29:57',NULL,85.50,'','4','1','Inventory sold','1','','sales','792382330195','','No',NULL,NULL,''),(11577,'1110','41601705748','2020-10-03 09:29:57',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(11578,'1110','41601705748','2020-10-03 09:29:57',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(11579,'1110','41601705748','2020-10-03 09:29:57',NULL,4.40,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(11580,'1110','41601705748','2020-10-03 09:29:57',NULL,37.50,'','4','1','Inventory sold','1','','sales','503','','No',NULL,NULL,''),(11581,'1110','41601705748','2020-10-03 09:29:57',NULL,16.68,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(11582,'1110','41601705748','2020-10-03 09:29:57',NULL,8.34,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(11583,'1110','41601705748','2020-10-03 09:29:57',NULL,35.42,'','4','1','Inventory sold','1','','sales','507','','No',NULL,NULL,''),(11584,'5500','41601705748','2020-10-03 09:29:57',4192.03,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11585,'1000','41601706841','2020-10-03 09:36:49',140.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11586,'4000','41601706841','2020-10-03 09:36:49',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11587,'4000','41601706841','2020-10-03 09:36:49',NULL,40.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(11588,'4000','41601706841','2020-10-03 09:36:49',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(11589,'1110','41601706841','2020-10-03 09:36:49',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(11590,'1110','41601706841','2020-10-03 09:36:49',NULL,30.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(11591,'1110','41601706841','2020-10-03 09:36:49',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(11592,'5500','41601706841','2020-10-03 09:36:49',116.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11593,'1000','41601707013','2020-10-03 09:57:06',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11594,'4000','41601707013','2020-10-03 09:57:06',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440078','','No',NULL,NULL,''),(11595,'1110','41601707013','2020-10-03 09:57:06',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440078','','No',NULL,NULL,''),(11596,'5500','41601707013','2020-10-03 09:57:06',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11597,'1000','41601708242','2020-10-03 10:04:14',9.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11598,'4000','41601708242','2020-10-03 10:04:14',NULL,9.00,'','4','1','Good sold','1','','sales','190','','No',NULL,NULL,''),(11599,'1110','41601708242','2020-10-03 10:04:14',NULL,6.90,'','4','1','Inventory sold','1','','sales','190','','No',NULL,NULL,''),(11600,'5500','41601708242','2020-10-03 10:04:14',6.90,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11601,'1000','41601708670','2020-10-03 10:12:24',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11602,'4000','41601708670','2020-10-03 10:12:24',NULL,10.00,'','4','1','Good sold','1','','sales','499','','No',NULL,NULL,''),(11603,'4000','41601708670','2020-10-03 10:12:24',NULL,10.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(11604,'1110','41601708670','2020-10-03 10:12:24',NULL,8.00,'','4','1','Inventory sold','1','','sales','499','','No',NULL,NULL,''),(11605,'1110','41601708670','2020-10-03 10:12:24',NULL,8.34,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(11606,'5500','41601708670','2020-10-03 10:12:24',16.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11607,'1000','41601709147','2020-10-03 10:13:58',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11608,'4000','41601709147','2020-10-03 10:13:58',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(11609,'1110','41601709147','2020-10-03 10:13:58',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(11610,'5500','41601709147','2020-10-03 10:13:58',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11611,'1000','41601710385','2020-10-03 10:33:27',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11612,'4000','41601710385','2020-10-03 10:33:27',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(11613,'1110','41601710385','2020-10-03 10:33:27',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(11614,'5500','41601710385','2020-10-03 10:33:27',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11615,'1000','41601710425','2020-10-03 10:47:22',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11616,'4000','41601710425','2020-10-03 10:47:22',NULL,10.00,'','4','1','Good sold','1','','sales','8924122012340','','No',NULL,NULL,''),(11617,'1110','41601710425','2020-10-03 10:47:22',NULL,9.00,'','4','1','Inventory sold','1','','sales','8924122012340','','No',NULL,NULL,''),(11618,'5500','41601710425','2020-10-03 10:47:22',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11619,'1000','41601711244','2020-10-03 11:51:26',320.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11620,'4000','41601711244','2020-10-03 11:51:26',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440023','','No',NULL,NULL,''),(11621,'4000','41601711244','2020-10-03 11:51:26',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11622,'4000','41601711244','2020-10-03 11:51:26',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(11623,'4000','41601711244','2020-10-03 11:51:26',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(11624,'4000','41601711244','2020-10-03 11:51:26',NULL,85.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(11625,'4000','41601711244','2020-10-03 11:51:26',NULL,55.00,'','4','1','Good sold','1','','sales','6008459000507','','No',NULL,NULL,''),(11626,'1110','41601711244','2020-10-03 11:51:26',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440023','','No',NULL,NULL,''),(11627,'1110','41601711244','2020-10-03 11:51:26',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(11628,'1110','41601711244','2020-10-03 11:51:26',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(11629,'1110','41601711244','2020-10-03 11:51:26',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(11630,'1110','41601711244','2020-10-03 11:51:26',NULL,76.50,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(11631,'1110','41601711244','2020-10-03 11:51:26',NULL,40.83,'','4','1','Inventory sold','1','','sales','6008459000507','','No',NULL,NULL,''),(11632,'5500','41601711244','2020-10-03 11:51:26',276.99,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11633,'1000','41601715207','2020-10-03 13:02:33',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11634,'4000','41601715207','2020-10-03 13:02:33',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11635,'4000','41601715207','2020-10-03 13:02:33',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(11636,'4000','41601715207','2020-10-03 13:02:33',NULL,40.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(11637,'1110','41601715207','2020-10-03 13:02:33',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(11638,'1110','41601715207','2020-10-03 13:02:33',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(11639,'1110','41601715207','2020-10-03 13:02:33',NULL,36.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(11640,'5500','41601715207','2020-10-03 13:02:33',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11641,'1000','41601719895','2020-10-03 13:38:20',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11642,'4000','41601719895','2020-10-03 13:38:20',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(11643,'4000','41601719895','2020-10-03 13:38:20',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(11644,'1110','41601719895','2020-10-03 13:38:20',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(11645,'1110','41601719895','2020-10-03 13:38:20',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(11646,'5500','41601719895','2020-10-03 13:38:20',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11647,'1000','41601721503','2020-10-03 13:39:12',195.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11648,'4000','41601721503','2020-10-03 13:39:12',NULL,65.00,'','4','1','Good sold','1','','sales','8901719908583','','No',NULL,NULL,''),(11649,'4000','41601721503','2020-10-03 13:39:12',NULL,130.00,'','4','1','Good sold','1','','sales','171','','No',NULL,NULL,''),(11650,'1110','41601721503','2020-10-03 13:39:12',NULL,58.50,'','4','1','Inventory sold','1','','sales','8901719908583','','No',NULL,NULL,''),(11651,'1110','41601721503','2020-10-03 13:39:12',NULL,117.00,'','4','1','Inventory sold','1','','sales','171','','No',NULL,NULL,''),(11652,'5500','41601721503','2020-10-03 13:39:12',175.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11653,'1000','41601721672','2020-10-03 13:56:25',260.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11654,'4000','41601721672','2020-10-03 13:56:25',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11655,'4000','41601721672','2020-10-03 13:56:25',NULL,5.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(11656,'4000','41601721672','2020-10-03 13:56:25',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(11657,'4000','41601721672','2020-10-03 13:56:25',NULL,170.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(11658,'4000','41601721672','2020-10-03 13:56:25',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(11659,'1110','41601721672','2020-10-03 13:56:25',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(11660,'1110','41601721672','2020-10-03 13:56:25',NULL,4.50,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(11661,'1110','41601721672','2020-10-03 13:56:25',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(11662,'1110','41601721672','2020-10-03 13:56:25',NULL,153.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(11663,'1110','41601721672','2020-10-03 13:56:25',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(11664,'5500','41601721672','2020-10-03 13:56:25',233.67,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11665,'1000','41601723237','2020-10-03 14:09:56',710.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11666,'4000','41601723237','2020-10-03 14:09:56',NULL,250.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(11667,'4000','41601723237','2020-10-03 14:09:56',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(11668,'4000','41601723237','2020-10-03 14:09:56',NULL,40.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(11669,'4000','41601723237','2020-10-03 14:09:56',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(11670,'4000','41601723237','2020-10-03 14:09:56',NULL,250.00,'','4','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(11671,'1110','41601723237','2020-10-03 14:09:56',NULL,215.00,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(11672,'1110','41601723237','2020-10-03 14:09:56',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(11673,'1110','41601723237','2020-10-03 14:09:56',NULL,36.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(11674,'1110','41601723237','2020-10-03 14:09:56',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(11675,'1110','41601723237','2020-10-03 14:09:56',NULL,225.00,'','4','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(11676,'5500','41601723237','2020-10-03 14:09:56',614.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11677,'1000','41601723485','2020-10-03 14:24:16',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11678,'4000','41601723485','2020-10-03 14:24:16',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(11679,'1110','41601723485','2020-10-03 14:24:16',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(11680,'5500','41601723485','2020-10-03 14:24:16',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11681,'1000','41601724263','2020-10-03 14:25:45',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11682,'4000','41601724263','2020-10-03 14:25:45',NULL,60.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(11683,'4000','41601724263','2020-10-03 14:25:45',NULL,25.00,'','4','1','Good sold','1','','sales','129','','No',NULL,NULL,''),(11684,'1110','41601724263','2020-10-03 14:25:45',NULL,54.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(11685,'1110','41601724263','2020-10-03 14:25:45',NULL,22.50,'','4','1','Inventory sold','1','','sales','129','','No',NULL,NULL,''),(11686,'5500','41601724263','2020-10-03 14:25:45',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11687,'1000','41601724367','2020-10-03 14:30:52',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11688,'4000','41601724367','2020-10-03 14:30:52',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(11689,'4000','41601724367','2020-10-03 14:30:52',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(11690,'4000','41601724367','2020-10-03 14:30:52',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(11691,'1110','41601724367','2020-10-03 14:30:52',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(11692,'1110','41601724367','2020-10-03 14:30:52',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(11693,'1110','41601724367','2020-10-03 14:30:52',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(11694,'5500','41601724367','2020-10-03 14:30:52',115.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11695,'1000','41601724675','2020-10-03 15:14:54',295.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11696,'4000','41601724675','2020-10-03 15:14:54',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(11697,'4000','41601724675','2020-10-03 15:14:54',NULL,75.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(11698,'4000','41601724675','2020-10-03 15:14:54',NULL,100.00,'','4','1','Good sold','1','','sales','792382330195','','No',NULL,NULL,''),(11699,'1110','41601724675','2020-10-03 15:14:54',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(11700,'1110','41601724675','2020-10-03 15:14:54',NULL,67.50,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(11701,'1110','41601724675','2020-10-03 15:14:54',NULL,85.50,'','4','1','Inventory sold','1','','sales','792382330195','','No',NULL,NULL,''),(11702,'5500','41601724675','2020-10-03 15:14:54',246.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11703,'1000','41601727345','2020-10-03 15:25:50',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11704,'4000','41601727345','2020-10-03 15:25:50',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11705,'4000','41601727345','2020-10-03 15:25:50',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(11706,'1110','41601727345','2020-10-03 15:25:50',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(11707,'1110','41601727345','2020-10-03 15:25:50',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(11708,'5500','41601727345','2020-10-03 15:25:50',71.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11709,'4000','41601727345','2020-10-03 16:11:58',70.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(11710,'1000','41601727345','2020-10-03 16:11:58',NULL,70.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(11711,'5500','41601727345','2020-10-03 16:11:58',NULL,57.50,'','4','1','Cost of goods returned','1','','sales','6008459000453','','No',NULL,NULL,''),(11712,'1110','41601727345','2020-10-03 16:11:58',57.50,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(11713,'1000','41601730730','2020-10-03 16:12:29',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11714,'4000','41601730730','2020-10-03 16:12:29',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(11715,'1110','41601730730','2020-10-03 16:12:29',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(11716,'5500','41601730730','2020-10-03 16:12:29',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11717,'1000','41601730843','2020-10-03 16:15:43',175.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11718,'4000','41601730843','2020-10-03 16:15:43',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(11719,'4000','41601730843','2020-10-03 16:15:43',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(11720,'1110','41601730843','2020-10-03 16:15:43',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(11721,'1110','41601730843','2020-10-03 16:15:43',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(11722,'5500','41601730843','2020-10-03 16:15:43',162.67,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11723,'1000','41601730946','2020-10-03 16:26:17',335.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11724,'4000','41601730946','2020-10-03 16:26:17',NULL,110.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(11725,'4000','41601730946','2020-10-03 16:26:17',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(11726,'4000','41601730946','2020-10-03 16:26:17',NULL,200.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(11727,'1110','41601730946','2020-10-03 16:26:17',NULL,99.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(11728,'1110','41601730946','2020-10-03 16:26:17',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(11729,'1110','41601730946','2020-10-03 16:26:17',NULL,190.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(11730,'5500','41601730946','2020-10-03 16:26:17',311.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11731,'1000','41601731609','2020-10-03 16:42:00',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11732,'4000','41601731609','2020-10-03 16:42:00',NULL,100.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(11733,'1110','41601731609','2020-10-03 16:42:00',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(11734,'5500','41601731609','2020-10-03 16:42:00',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11735,'1000','41601732524','2020-10-03 16:45:19',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11736,'4000','41601732524','2020-10-03 16:45:19',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760226','','No',NULL,NULL,''),(11737,'1110','41601732524','2020-10-03 16:45:19',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100760226','','No',NULL,NULL,''),(11738,'5500','41601732524','2020-10-03 16:45:19',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11739,'1000','41601732722','2020-10-03 16:59:08',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11740,'4000','41601732722','2020-10-03 16:59:08',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000895','','No',NULL,NULL,''),(11741,'1110','41601732722','2020-10-03 16:59:08',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000895','','No',NULL,NULL,''),(11742,'5500','41601732722','2020-10-03 16:59:08',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11743,'1000','41601733576','2020-10-03 17:09:49',140.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11744,'4000','41601733576','2020-10-03 17:09:49',NULL,100.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(11745,'4000','41601733576','2020-10-03 17:09:49',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(11746,'4000','41601733576','2020-10-03 17:09:49',NULL,15.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(11747,'1110','41601733576','2020-10-03 17:09:49',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(11748,'1110','41601733576','2020-10-03 17:09:49',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(11749,'1110','41601733576','2020-10-03 17:09:49',NULL,12.51,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(11750,'5500','41601733576','2020-10-03 17:09:49',125.01,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11751,'1000','41601734236','2020-10-03 17:12:32',73.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11752,'4000','41601734236','2020-10-03 17:12:32',NULL,48.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(11753,'4000','41601734236','2020-10-03 17:12:32',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(11754,'1110','41601734236','2020-10-03 17:12:32',NULL,40.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(11755,'1110','41601734236','2020-10-03 17:12:32',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(11756,'5500','41601734236','2020-10-03 17:12:32',62.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11757,'1000','41601734354','2020-10-03 17:14:10',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11758,'4000','41601734354','2020-10-03 17:14:10',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(11759,'1110','41601734354','2020-10-03 17:14:10',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(11760,'5500','41601734354','2020-10-03 17:14:10',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11761,'1000','41601734452','2020-10-03 17:20:10',24.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11762,'4000','41601734452','2020-10-03 17:20:10',NULL,24.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(11763,'1110','41601734452','2020-10-03 17:20:10',NULL,20.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(11764,'5500','41601734452','2020-10-03 17:20:10',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11765,'1000','41601734816','2020-10-03 17:22:16',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11766,'4000','41601734816','2020-10-03 17:22:16',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11767,'1110','41601734816','2020-10-03 17:22:16',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(11768,'5500','41601734816','2020-10-03 17:22:16',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11769,'1000','41601734946','2020-10-03 17:26:52',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11770,'4000','41601734946','2020-10-03 17:26:52',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(11771,'1110','41601734946','2020-10-03 17:26:52',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(11772,'5500','41601734946','2020-10-03 17:26:52',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11773,'1000','41601735216','2020-10-03 17:32:22',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11774,'4000','41601735216','2020-10-03 17:32:22',NULL,125.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(11775,'1110','41601735216','2020-10-03 17:32:22',NULL,112.50,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(11776,'5500','41601735216','2020-10-03 17:32:22',112.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11777,'1000','41601735558','2020-10-03 18:20:09',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11778,'4000','41601735558','2020-10-03 18:20:09',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11779,'1110','41601735558','2020-10-03 18:20:09',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(11780,'5500','41601735558','2020-10-03 18:20:09',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11814,'1000','41601884226','2020-10-05 11:01:08',847.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11815,'4000','41601884226','2020-10-05 11:01:08',NULL,24.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(11816,'4000','41601884226','2020-10-05 11:01:08',NULL,48.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(11817,'4000','41601884226','2020-10-05 11:01:08',NULL,65.00,'','4','1','Good sold','1','','sales','6161100760257','','No',NULL,NULL,''),(11818,'4000','41601884226','2020-10-05 11:01:08',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(11819,'4000','41601884226','2020-10-05 11:01:08',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(11820,'4000','41601884226','2020-10-05 11:01:08',NULL,140.00,'','4','1','Good sold','1','','sales','6164004575910','','No',NULL,NULL,''),(11821,'4000','41601884226','2020-10-05 11:01:08',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(11822,'4000','41601884226','2020-10-05 11:01:08',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(11823,'4000','41601884226','2020-10-05 11:01:08',NULL,160.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(11824,'4000','41601884226','2020-10-05 11:01:08',NULL,30.00,'','4','1','Good sold','1','','sales','167','','No',NULL,NULL,''),(11825,'4000','41601884226','2020-10-05 11:01:08',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(11826,'4000','41601884226','2020-10-05 11:01:08',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(11827,'1110','41601884226','2020-10-05 11:01:08',NULL,20.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(11828,'1110','41601884226','2020-10-05 11:01:08',NULL,40.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(11829,'1110','41601884226','2020-10-05 11:01:08',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161100760257','','No',NULL,NULL,''),(11830,'1110','41601884226','2020-10-05 11:01:08',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(11831,'1110','41601884226','2020-10-05 11:01:08',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(11832,'1110','41601884226','2020-10-05 11:01:08',NULL,126.00,'','4','1','Inventory sold','1','','sales','6164004575910','','No',NULL,NULL,''),(11833,'1110','41601884226','2020-10-05 11:01:08',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(11834,'1110','41601884226','2020-10-05 11:01:08',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(11835,'1110','41601884226','2020-10-05 11:01:08',NULL,144.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(11836,'1110','41601884226','2020-10-05 11:01:08',NULL,27.00,'','4','1','Inventory sold','1','','sales','167','','No',NULL,NULL,''),(11837,'1110','41601884226','2020-10-05 11:01:08',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(11838,'1110','41601884226','2020-10-05 11:01:08',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(11839,'5500','41601884226','2020-10-05 11:01:08',743.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11840,'1000','41601884877','2020-10-05 11:02:19',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11841,'4000','41601884877','2020-10-05 11:02:19',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(11842,'1110','41601884877','2020-10-05 11:02:19',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(11843,'5500','41601884877','2020-10-05 11:02:19',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11844,'1000','41601885170','2020-10-05 11:30:44',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11845,'4000','41601885170','2020-10-05 11:30:44',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11846,'1110','41601885170','2020-10-05 11:30:44',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(11847,'5500','41601885170','2020-10-05 11:30:44',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11848,'1110','71601638032','2020-10-02 14:27:00',540.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','65','','No',NULL,NULL,''),(11849,'1110','71601638032','2020-10-02 14:27:00',1404.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','6161113940134','','No',NULL,NULL,''),(11850,'1110','71601638032','2020-10-02 14:27:00',1290.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','6161102170023','','No',NULL,NULL,''),(11851,'1110','71601638032','2020-10-02 14:27:00',3186.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','9','','No',NULL,NULL,''),(11852,'1110','71601638032','2020-10-02 14:27:00',283.50,NULL,'','7','1','Inventory Purchased','1','18','Purchases','6161101000895','','No',NULL,NULL,''),(11853,'1110','71601638032','2020-10-02 14:27:00',100.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','201','','No',NULL,NULL,''),(11854,'1110','71601638032','2020-10-02 14:27:00',184.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','497','','No',NULL,NULL,''),(11855,'1110','71601638032','2020-10-02 14:27:00',1237.50,NULL,'','7','1','Inventory Purchased','1','18','Purchases','106','','No',NULL,NULL,''),(11856,'1110','71601638032','2020-10-02 14:27:00',1080.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','186','','No',NULL,NULL,''),(11857,'1110','71601638032','2020-10-02 14:27:00',675.00,NULL,'','7','1','Inventory Purchased','1','18','Purchases','105','','No',NULL,NULL,''),(11858,'2130','71601638032','2020-10-02 14:27:00',NULL,9980.00,'','7','1','Account payable for inventory','1','18','Purchases','','','No',NULL,NULL,''),(11892,'1000','41601886651','2020-10-05 11:57:11',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11893,'4000','41601886651','2020-10-05 11:57:11',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11894,'1110','41601886651','2020-10-05 11:57:11',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(11895,'5500','41601886651','2020-10-05 11:57:11',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11896,'1000','41601888279','2020-10-05 12:20:31',205.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11897,'4000','41601888279','2020-10-05 12:20:31',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(11898,'4000','41601888279','2020-10-05 12:20:31',NULL,120.00,'','4','1','Good sold','1','','sales','8901719908576','','No',NULL,NULL,''),(11899,'4000','41601888279','2020-10-05 12:20:31',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11900,'1110','41601888279','2020-10-05 12:20:31',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(11901,'1110','41601888279','2020-10-05 12:20:31',NULL,108.00,'','4','1','Inventory sold','1','','sales','8901719908576','','No',NULL,NULL,''),(11902,'1110','41601888279','2020-10-05 12:20:31',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(11903,'5500','41601888279','2020-10-05 12:20:31',184.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11904,'1000','41601889640','2020-10-05 12:55:52',115.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11905,'4000','41601889640','2020-10-05 12:55:52',NULL,35.00,'','4','1','Good sold','1','','sales','6161100950825','','No',NULL,NULL,''),(11906,'4000','41601889640','2020-10-05 12:55:52',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11907,'4000','41601889640','2020-10-05 12:55:52',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(11908,'1110','41601889640','2020-10-05 12:55:52',NULL,31.50,'','4','1','Inventory sold','1','','sales','6161100950825','','No',NULL,NULL,''),(11909,'1110','41601889640','2020-10-05 12:55:52',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(11910,'1110','41601889640','2020-10-05 12:55:52',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(11911,'5500','41601889640','2020-10-05 12:55:52',103.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11912,'1000','41601891760','2020-10-05 13:06:25',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11913,'4000','41601891760','2020-10-05 13:06:25',NULL,65.00,'','4','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(11914,'1110','41601891760','2020-10-05 13:06:25',NULL,58.50,'','4','1','Inventory sold','1','','sales','84','','No',NULL,NULL,''),(11915,'5500','41601891760','2020-10-05 13:06:25',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11916,'1000','41601892410','2020-10-05 13:30:29',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11917,'4000','41601892410','2020-10-05 13:30:29',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11918,'1110','41601892410','2020-10-05 13:30:29',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(11919,'5500','41601892410','2020-10-05 13:30:29',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11920,'1000','41601893834','2020-10-05 13:41:21',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11921,'4000','41601893834','2020-10-05 13:41:21',NULL,100.00,'','4','1','Good sold','1','','sales','792382330195','','No',NULL,NULL,''),(11922,'1110','41601893834','2020-10-05 13:41:21',NULL,85.50,'','4','1','Inventory sold','1','','sales','792382330195','','No',NULL,NULL,''),(11923,'5500','41601893834','2020-10-05 13:41:21',85.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11924,'1000','41601894485','2020-10-05 13:52:10',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11925,'4000','41601894485','2020-10-05 13:52:10',NULL,30.00,'','4','1','Good sold','1','','sales','8924122012340','','No',NULL,NULL,''),(11926,'1110','41601894485','2020-10-05 13:52:10',NULL,27.00,'','4','1','Inventory sold','1','','sales','8924122012340','','No',NULL,NULL,''),(11927,'5500','41601894485','2020-10-05 13:52:10',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11928,'1000','41601895140','2020-10-05 14:01:46',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11929,'4000','41601895140','2020-10-05 14:01:46',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11930,'1110','41601895140','2020-10-05 14:01:46',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(11931,'5500','41601895140','2020-10-05 14:01:46',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11932,'1000','41601895712','2020-10-05 14:05:11',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11933,'4000','41601895712','2020-10-05 14:05:11',NULL,110.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(11934,'1110','41601895712','2020-10-05 14:05:11',NULL,99.00,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(11935,'5500','41601895712','2020-10-05 14:05:11',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11936,'1000','41601895917','2020-10-05 14:15:24',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11937,'4000','41601895917','2020-10-05 14:15:24',NULL,70.00,'','4','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(11938,'1110','41601895917','2020-10-05 14:15:24',NULL,63.00,'','4','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(11939,'5500','41601895917','2020-10-05 14:15:24',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11940,'1000','41601896534','2020-10-05 14:16:53',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11941,'4000','41601896534','2020-10-05 14:16:53',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11942,'4000','41601896534','2020-10-05 14:16:53',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(11943,'1110','41601896534','2020-10-05 14:16:53',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11944,'1110','41601896534','2020-10-05 14:16:53',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(11945,'5500','41601896534','2020-10-05 14:16:53',149.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11946,'1000','41601896616','2020-10-05 14:23:07',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11947,'4000','41601896616','2020-10-05 14:23:07',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11948,'1110','41601896616','2020-10-05 14:23:07',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(11949,'5500','41601896616','2020-10-05 14:23:07',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11950,'4000','41601895140','2020-10-05 15:13:19',30.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(11951,'1000','41601895140','2020-10-05 15:13:19',NULL,30.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(11952,'5500','41601895140','2020-10-05 15:13:19',NULL,27.00,'','4','1','Cost of goods returned','1','','sales','16','','No',NULL,NULL,''),(11953,'1110','41601895140','2020-10-05 15:13:19',27.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(11954,'1000','41601900004','2020-10-05 15:14:07',275.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11955,'4000','41601900004','2020-10-05 15:14:07',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(11956,'4000','41601900004','2020-10-05 15:14:07',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(11957,'4000','41601900004','2020-10-05 15:14:07',NULL,85.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(11958,'1110','41601900004','2020-10-05 15:14:07',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(11959,'1110','41601900004','2020-10-05 15:14:07',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(11960,'1110','41601900004','2020-10-05 15:14:07',NULL,76.50,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(11961,'5500','41601900004','2020-10-05 15:14:07',232.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11962,'1000','41601900068','2020-10-05 15:15:10',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11963,'4000','41601900068','2020-10-05 15:15:10',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(11964,'1110','41601900068','2020-10-05 15:15:10',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(11965,'5500','41601900068','2020-10-05 15:15:10',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11966,'1000','41601900113','2020-10-05 15:16:58',66.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11967,'4000','41601900113','2020-10-05 15:16:58',NULL,65.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(11968,'4000','41601900113','2020-10-05 15:16:58',NULL,1.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(11969,'1110','41601900113','2020-10-05 15:16:58',NULL,58.50,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(11970,'1110','41601900113','2020-10-05 15:16:58',NULL,0.88,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(11971,'5500','41601900113','2020-10-05 15:16:58',59.38,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11972,'1000','41601900226','2020-10-05 15:24:24',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11973,'4000','41601900226','2020-10-05 15:24:24',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(11974,'1110','41601900226','2020-10-05 15:24:24',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(11975,'5500','41601900226','2020-10-05 15:24:24',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11976,'1000','41601900676','2020-10-05 15:29:18',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11977,'4000','41601900676','2020-10-05 15:29:18',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(11978,'1110','41601900676','2020-10-05 15:29:18',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(11979,'5500','41601900676','2020-10-05 15:29:18',3.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11980,'1000','41601900962','2020-10-05 15:29:35',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11981,'4000','41601900962','2020-10-05 15:29:35',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(11982,'1110','41601900962','2020-10-05 15:29:35',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(11983,'5500','41601900962','2020-10-05 15:29:35',3.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11984,'1000','41601900978','2020-10-05 15:55:25',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11985,'4000','41601900978','2020-10-05 15:55:25',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(11986,'4000','41601900978','2020-10-05 15:55:25',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11987,'1110','41601900978','2020-10-05 15:55:25',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(11988,'1110','41601900978','2020-10-05 15:55:25',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(11989,'5500','41601900978','2020-10-05 15:55:25',72.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11990,'1000','41601902534','2020-10-05 15:56:26',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11991,'4000','41601902534','2020-10-05 15:56:26',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903465','','No',NULL,NULL,''),(11992,'1110','41601902534','2020-10-05 15:56:26',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903465','','No',NULL,NULL,''),(11993,'5500','41601902534','2020-10-05 15:56:26',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11994,'1000','41601902590','2020-10-05 16:10:25',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(11995,'4000','41601902590','2020-10-05 16:10:25',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(11996,'4000','41601902590','2020-10-05 16:10:25',NULL,5.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(11997,'1110','41601902590','2020-10-05 16:10:25',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(11998,'1110','41601902590','2020-10-05 16:10:25',NULL,4.40,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(11999,'5500','41601902590','2020-10-05 16:10:25',35.90,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12000,'1000','41601903428','2020-10-05 16:18:13',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12001,'4000','41601903428','2020-10-05 16:18:13',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12002,'4000','41601903428','2020-10-05 16:18:13',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12003,'1110','41601903428','2020-10-05 16:18:13',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12004,'1110','41601903428','2020-10-05 16:18:13',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12005,'5500','41601903428','2020-10-05 16:18:13',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12006,'1000','41601903897','2020-10-05 17:08:14',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12007,'4000','41601903897','2020-10-05 17:08:14',NULL,30.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(12008,'1110','41601903897','2020-10-05 17:08:14',NULL,27.00,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(12009,'5500','41601903897','2020-10-05 17:08:14',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12010,'1000','41601906900','2020-10-05 17:29:58',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12011,'4000','41601906900','2020-10-05 17:29:58',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(12012,'1110','41601906900','2020-10-05 17:29:58',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(12013,'5500','41601906900','2020-10-05 17:29:58',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12014,'1000','41601908204','2020-10-05 17:35:31',95.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12015,'4000','41601908204','2020-10-05 17:35:31',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(12016,'4000','41601908204','2020-10-05 17:35:31',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(12017,'1110','41601908204','2020-10-05 17:35:31',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(12018,'1110','41601908204','2020-10-05 17:35:31',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(12019,'5500','41601908204','2020-10-05 17:35:31',85.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12020,'1000','41601908536','2020-10-05 17:36:43',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12021,'4000','41601908536','2020-10-05 17:36:43',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(12022,'1110','41601908536','2020-10-05 17:36:43',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(12023,'5500','41601908536','2020-10-05 17:36:43',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12024,'1000','41601908607','2020-10-05 17:37:08',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12025,'4000','41601908607','2020-10-05 17:37:08',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(12026,'1110','41601908607','2020-10-05 17:37:08',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(12027,'5500','41601908607','2020-10-05 17:37:08',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12028,'1000','41601908632','2020-10-05 18:51:41',9161.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12029,'4000','41601908632','2020-10-05 18:51:41',NULL,24.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(12030,'4000','41601908632','2020-10-05 18:51:41',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(12031,'4000','41601908632','2020-10-05 18:51:41',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050034','','No',NULL,NULL,''),(12032,'4000','41601908632','2020-10-05 18:51:41',NULL,30.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(12033,'4000','41601908632','2020-10-05 18:51:41',NULL,110.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(12034,'4000','41601908632','2020-10-05 18:51:41',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000895','','No',NULL,NULL,''),(12035,'4000','41601908632','2020-10-05 18:51:41',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000895','','No',NULL,NULL,''),(12036,'4000','41601908632','2020-10-05 18:51:41',NULL,20.00,'','4','1','Good sold','1','','sales','6161101280013','','No',NULL,NULL,''),(12037,'4000','41601908632','2020-10-05 18:51:41',NULL,40.00,'','4','1','Good sold','1','','sales','6161101280020','','No',NULL,NULL,''),(12038,'4000','41601908632','2020-10-05 18:51:41',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(12039,'4000','41601908632','2020-10-05 18:51:41',NULL,65.00,'','4','1','Good sold','1','','sales','6161102170030','','No',NULL,NULL,''),(12040,'4000','41601908632','2020-10-05 18:51:41',NULL,480.00,'','4','1','Good sold','1','','sales','6161102170900','','No',NULL,NULL,''),(12041,'4000','41601908632','2020-10-05 18:51:41',NULL,240.00,'','4','1','Good sold','1','','sales','6161102170900','','No',NULL,NULL,''),(12042,'4000','41601908632','2020-10-05 18:51:41',NULL,150.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(12043,'4000','41601908632','2020-10-05 18:51:41',NULL,15.00,'','4','1','Good sold','1','','sales','6161106002146','','No',NULL,NULL,''),(12044,'4000','41601908632','2020-10-05 18:51:41',NULL,1500.00,'','4','1','Good sold','1','','sales','6161106610259','','No',NULL,NULL,''),(12045,'4000','41601908632','2020-10-05 18:51:41',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440009','','No',NULL,NULL,''),(12046,'4000','41601908632','2020-10-05 18:51:41',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440016','','No',NULL,NULL,''),(12047,'4000','41601908632','2020-10-05 18:51:41',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440023','','No',NULL,NULL,''),(12048,'4000','41601908632','2020-10-05 18:51:41',NULL,115.00,'','4','1','Good sold','1','','sales','6161113440085','','No',NULL,NULL,''),(12049,'4000','41601908632','2020-10-05 18:51:41',NULL,115.00,'','4','1','Good sold','1','','sales','6161113440085','','No',NULL,NULL,''),(12050,'4000','41601908632','2020-10-05 18:51:41',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(12051,'4000','41601908632','2020-10-05 18:51:41',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033070','','No',NULL,NULL,''),(12052,'4000','41601908632','2020-10-05 18:51:41',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033483','','No',NULL,NULL,''),(12053,'4000','41601908632','2020-10-05 18:51:41',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033483','','No',NULL,NULL,''),(12054,'4000','41601908632','2020-10-05 18:51:41',NULL,100.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(12055,'4000','41601908632','2020-10-05 18:51:41',NULL,25.00,'','4','1','Good sold','1','','sales','6164004554199','','No',NULL,NULL,''),(12056,'4000','41601908632','2020-10-05 18:51:41',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(12057,'4000','41601908632','2020-10-05 18:51:41',NULL,100.00,'','4','1','Good sold','1','','sales','6920354820946','','No',NULL,NULL,''),(12058,'4000','41601908632','2020-10-05 18:51:41',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903427','','No',NULL,NULL,''),(12059,'4000','41601908632','2020-10-05 18:51:41',NULL,120.00,'','4','1','Good sold','1','','sales','8901719908576','','No',NULL,NULL,''),(12060,'4000','41601908632','2020-10-05 18:51:41',NULL,120.00,'','4','1','Good sold','1','','sales','8901719908590','','No',NULL,NULL,''),(12061,'4000','41601908632','2020-10-05 18:51:41',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12062,'4000','41601908632','2020-10-05 18:51:41',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12063,'4000','41601908632','2020-10-05 18:51:41',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12064,'4000','41601908632','2020-10-05 18:51:41',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12065,'4000','41601908632','2020-10-05 18:51:41',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12066,'4000','41601908632','2020-10-05 18:51:41',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12067,'4000','41601908632','2020-10-05 18:51:41',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12068,'4000','41601908632','2020-10-05 18:51:41',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12069,'4000','41601908632','2020-10-05 18:51:41',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(12070,'4000','41601908632','2020-10-05 18:51:41',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(12071,'4000','41601908632','2020-10-05 18:51:41',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(12072,'4000','41601908632','2020-10-05 18:51:41',NULL,170.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(12073,'4000','41601908632','2020-10-05 18:51:41',NULL,170.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(12074,'4000','41601908632','2020-10-05 18:51:41',NULL,170.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(12075,'4000','41601908632','2020-10-05 18:51:41',NULL,170.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(12076,'4000','41601908632','2020-10-05 18:51:41',NULL,170.00,'','4','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(12077,'4000','41601908632','2020-10-05 18:51:41',NULL,170.00,'','4','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(12078,'4000','41601908632','2020-10-05 18:51:41',NULL,170.00,'','4','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(12079,'4000','41601908632','2020-10-05 18:51:41',NULL,170.00,'','4','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(12080,'4000','41601908632','2020-10-05 18:51:41',NULL,110.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(12081,'4000','41601908632','2020-10-05 18:51:41',NULL,220.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(12082,'4000','41601908632','2020-10-05 18:51:41',NULL,110.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(12083,'4000','41601908632','2020-10-05 18:51:41',NULL,65.00,'','4','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(12084,'4000','41601908632','2020-10-05 18:51:41',NULL,65.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(12085,'4000','41601908632','2020-10-05 18:51:41',NULL,65.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(12086,'4000','41601908632','2020-10-05 18:51:41',NULL,65.00,'','4','1','Good sold','1','','sales','86','','No',NULL,NULL,''),(12087,'4000','41601908632','2020-10-05 18:51:41',NULL,65.00,'','4','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(12088,'4000','41601908632','2020-10-05 18:51:41',NULL,65.00,'','4','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(12089,'4000','41601908632','2020-10-05 18:51:41',NULL,140.00,'','4','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(12090,'4000','41601908632','2020-10-05 18:51:41',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(12091,'4000','41601908632','2020-10-05 18:51:41',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(12092,'4000','41601908632','2020-10-05 18:51:41',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(12093,'4000','41601908632','2020-10-05 18:51:41',NULL,240.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(12094,'4000','41601908632','2020-10-05 18:51:41',NULL,75.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(12095,'4000','41601908632','2020-10-05 18:51:41',NULL,60.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(12096,'4000','41601908632','2020-10-05 18:51:41',NULL,60.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(12097,'4000','41601908632','2020-10-05 18:51:41',NULL,65.00,'','4','1','Good sold','1','','sales','144','','No',NULL,NULL,''),(12098,'4000','41601908632','2020-10-05 18:51:41',NULL,50.00,'','4','1','Good sold','1','','sales','158','','No',NULL,NULL,''),(12099,'4000','41601908632','2020-10-05 18:51:41',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(12100,'4000','41601908632','2020-10-05 18:51:41',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(12101,'4000','41601908632','2020-10-05 18:51:41',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(12102,'4000','41601908632','2020-10-05 18:51:41',NULL,170.00,'','4','1','Good sold','1','','sales','170','','No',NULL,NULL,''),(12103,'4000','41601908632','2020-10-05 18:51:41',NULL,170.00,'','4','1','Good sold','1','','sales','170','','No',NULL,NULL,''),(12104,'4000','41601908632','2020-10-05 18:51:41',NULL,100.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(12105,'4000','41601908632','2020-10-05 18:51:41',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(12106,'4000','41601908632','2020-10-05 18:51:41',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(12107,'4000','41601908632','2020-10-05 18:51:41',NULL,170.00,'','4','1','Good sold','1','','sales','266','','No',NULL,NULL,''),(12108,'4000','41601908632','2020-10-05 18:51:41',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(12109,'4000','41601908632','2020-10-05 18:51:41',NULL,10.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(12110,'4000','41601908632','2020-10-05 18:51:41',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(12111,'4000','41601908632','2020-10-05 18:51:41',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(12112,'4000','41601908632','2020-10-05 18:51:41',NULL,12.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(12113,'4000','41601908632','2020-10-05 18:51:41',NULL,25.00,'','4','1','Good sold','1','','sales','435','','No',NULL,NULL,''),(12114,'4000','41601908632','2020-10-05 18:51:41',NULL,25.00,'','4','1','Good sold','1','','sales','435','','No',NULL,NULL,''),(12115,'4000','41601908632','2020-10-05 18:51:41',NULL,55.00,'','4','1','Good sold','1','','sales','792382415885','','No',NULL,NULL,''),(12116,'4000','41601908632','2020-10-05 18:51:41',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(12117,'4000','41601908632','2020-10-05 18:51:41',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(12118,'4000','41601908632','2020-10-05 18:51:41',NULL,100.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(12119,'4000','41601908632','2020-10-05 18:51:41',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(12120,'4000','41601908632','2020-10-05 18:51:41',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(12121,'4000','41601908632','2020-10-05 18:51:41',NULL,10.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(12122,'4000','41601908632','2020-10-05 18:51:41',NULL,25.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(12123,'4000','41601908632','2020-10-05 18:51:41',NULL,65.00,'','4','1','Good sold','1','','sales','508','','No',NULL,NULL,''),(12124,'4000','41601908632','2020-10-05 18:51:41',NULL,50.00,'','4','1','Good sold','1','','sales','509','','No',NULL,NULL,''),(12125,'1110','41601908632','2020-10-05 18:51:41',NULL,20.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(12126,'1110','41601908632','2020-10-05 18:51:41',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(12127,'1110','41601908632','2020-10-05 18:51:41',NULL,104.58,'','4','1','Inventory sold','1','','sales','6009627050034','','No',NULL,NULL,''),(12128,'1110','41601908632','2020-10-05 18:51:41',NULL,27.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(12129,'1110','41601908632','2020-10-05 18:51:41',NULL,99.00,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(12130,'1110','41601908632','2020-10-05 18:51:41',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000895','','No',NULL,NULL,''),(12131,'1110','41601908632','2020-10-05 18:51:41',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000895','','No',NULL,NULL,''),(12132,'1110','41601908632','2020-10-05 18:51:41',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161101280013','','No',NULL,NULL,''),(12133,'1110','41601908632','2020-10-05 18:51:41',NULL,28.50,'','4','1','Inventory sold','1','','sales','6161101280020','','No',NULL,NULL,''),(12134,'1110','41601908632','2020-10-05 18:51:41',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(12135,'1110','41601908632','2020-10-05 18:51:41',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161102170030','','No',NULL,NULL,''),(12136,'1110','41601908632','2020-10-05 18:51:41',NULL,432.00,'','4','1','Inventory sold','1','','sales','6161102170900','','No',NULL,NULL,''),(12137,'1110','41601908632','2020-10-05 18:51:41',NULL,216.00,'','4','1','Inventory sold','1','','sales','6161102170900','','No',NULL,NULL,''),(12138,'1110','41601908632','2020-10-05 18:51:41',NULL,135.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(12139,'1110','41601908632','2020-10-05 18:51:41',NULL,13.50,'','4','1','Inventory sold','1','','sales','6161106002146','','No',NULL,NULL,''),(12140,'1110','41601908632','2020-10-05 18:51:41',NULL,1350.00,'','4','1','Inventory sold','1','','sales','6161106610259','','No',NULL,NULL,''),(12141,'1110','41601908632','2020-10-05 18:51:41',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440009','','No',NULL,NULL,''),(12142,'1110','41601908632','2020-10-05 18:51:41',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440016','','No',NULL,NULL,''),(12143,'1110','41601908632','2020-10-05 18:51:41',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440023','','No',NULL,NULL,''),(12144,'1110','41601908632','2020-10-05 18:51:41',NULL,103.50,'','4','1','Inventory sold','1','','sales','6161113440085','','No',NULL,NULL,''),(12145,'1110','41601908632','2020-10-05 18:51:41',NULL,103.50,'','4','1','Inventory sold','1','','sales','6161113440085','','No',NULL,NULL,''),(12146,'1110','41601908632','2020-10-05 18:51:41',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(12147,'1110','41601908632','2020-10-05 18:51:41',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033070','','No',NULL,NULL,''),(12148,'1110','41601908632','2020-10-05 18:51:41',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033483','','No',NULL,NULL,''),(12149,'1110','41601908632','2020-10-05 18:51:41',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033483','','No',NULL,NULL,''),(12150,'1110','41601908632','2020-10-05 18:51:41',NULL,90.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(12151,'1110','41601908632','2020-10-05 18:51:41',NULL,22.50,'','4','1','Inventory sold','1','','sales','6164004554199','','No',NULL,NULL,''),(12152,'1110','41601908632','2020-10-05 18:51:41',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(12153,'1110','41601908632','2020-10-05 18:51:41',NULL,90.00,'','4','1','Inventory sold','1','','sales','6920354820946','','No',NULL,NULL,''),(12154,'1110','41601908632','2020-10-05 18:51:41',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903427','','No',NULL,NULL,''),(12155,'1110','41601908632','2020-10-05 18:51:41',NULL,108.00,'','4','1','Inventory sold','1','','sales','8901719908576','','No',NULL,NULL,''),(12156,'1110','41601908632','2020-10-05 18:51:41',NULL,108.00,'','4','1','Inventory sold','1','','sales','8901719908590','','No',NULL,NULL,''),(12157,'1110','41601908632','2020-10-05 18:51:41',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12158,'1110','41601908632','2020-10-05 18:51:41',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12159,'1110','41601908632','2020-10-05 18:51:41',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(12160,'1110','41601908632','2020-10-05 18:51:41',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(12161,'1110','41601908632','2020-10-05 18:51:41',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(12162,'1110','41601908632','2020-10-05 18:51:41',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(12163,'1110','41601908632','2020-10-05 18:51:41',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(12164,'1110','41601908632','2020-10-05 18:51:41',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(12165,'1110','41601908632','2020-10-05 18:51:41',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(12166,'1110','41601908632','2020-10-05 18:51:41',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(12167,'1110','41601908632','2020-10-05 18:51:41',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(12168,'1110','41601908632','2020-10-05 18:51:41',NULL,153.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(12169,'1110','41601908632','2020-10-05 18:51:41',NULL,153.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(12170,'1110','41601908632','2020-10-05 18:51:41',NULL,153.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(12171,'1110','41601908632','2020-10-05 18:51:41',NULL,153.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(12172,'1110','41601908632','2020-10-05 18:51:41',NULL,153.00,'','4','1','Inventory sold','1','','sales','75','','No',NULL,NULL,''),(12173,'1110','41601908632','2020-10-05 18:51:41',NULL,153.00,'','4','1','Inventory sold','1','','sales','75','','No',NULL,NULL,''),(12174,'1110','41601908632','2020-10-05 18:51:41',NULL,153.00,'','4','1','Inventory sold','1','','sales','76','','No',NULL,NULL,''),(12175,'1110','41601908632','2020-10-05 18:51:41',NULL,153.00,'','4','1','Inventory sold','1','','sales','76','','No',NULL,NULL,''),(12176,'1110','41601908632','2020-10-05 18:51:41',NULL,99.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(12177,'1110','41601908632','2020-10-05 18:51:41',NULL,198.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(12178,'1110','41601908632','2020-10-05 18:51:41',NULL,99.00,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(12179,'1110','41601908632','2020-10-05 18:51:41',NULL,58.50,'','4','1','Inventory sold','1','','sales','84','','No',NULL,NULL,''),(12180,'1110','41601908632','2020-10-05 18:51:41',NULL,58.50,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(12181,'1110','41601908632','2020-10-05 18:51:41',NULL,58.50,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(12182,'1110','41601908632','2020-10-05 18:51:41',NULL,58.50,'','4','1','Inventory sold','1','','sales','86','','No',NULL,NULL,''),(12183,'1110','41601908632','2020-10-05 18:51:41',NULL,58.50,'','4','1','Inventory sold','1','','sales','87','','No',NULL,NULL,''),(12184,'1110','41601908632','2020-10-05 18:51:41',NULL,58.50,'','4','1','Inventory sold','1','','sales','87','','No',NULL,NULL,''),(12185,'1110','41601908632','2020-10-05 18:51:41',NULL,126.00,'','4','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(12186,'1110','41601908632','2020-10-05 18:51:41',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(12187,'1110','41601908632','2020-10-05 18:51:41',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(12188,'1110','41601908632','2020-10-05 18:51:41',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(12189,'1110','41601908632','2020-10-05 18:51:41',NULL,186.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(12190,'1110','41601908632','2020-10-05 18:51:41',NULL,67.50,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(12191,'1110','41601908632','2020-10-05 18:51:41',NULL,54.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(12192,'1110','41601908632','2020-10-05 18:51:41',NULL,54.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(12193,'1110','41601908632','2020-10-05 18:51:41',NULL,58.50,'','4','1','Inventory sold','1','','sales','144','','No',NULL,NULL,''),(12194,'1110','41601908632','2020-10-05 18:51:41',NULL,36.45,'','4','1','Inventory sold','1','','sales','158','','No',NULL,NULL,''),(12195,'1110','41601908632','2020-10-05 18:51:41',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(12196,'1110','41601908632','2020-10-05 18:51:41',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(12197,'1110','41601908632','2020-10-05 18:51:41',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(12198,'1110','41601908632','2020-10-05 18:51:41',NULL,153.00,'','4','1','Inventory sold','1','','sales','170','','No',NULL,NULL,''),(12199,'1110','41601908632','2020-10-05 18:51:41',NULL,153.00,'','4','1','Inventory sold','1','','sales','170','','No',NULL,NULL,''),(12200,'1110','41601908632','2020-10-05 18:51:41',NULL,80.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(12201,'1110','41601908632','2020-10-05 18:51:41',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(12202,'1110','41601908632','2020-10-05 18:51:41',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(12203,'1110','41601908632','2020-10-05 18:51:41',NULL,151.00,'','4','1','Inventory sold','1','','sales','266','','No',NULL,NULL,''),(12204,'1110','41601908632','2020-10-05 18:51:41',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(12205,'1110','41601908632','2020-10-05 18:51:41',NULL,6.80,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(12206,'1110','41601908632','2020-10-05 18:51:41',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(12207,'1110','41601908632','2020-10-05 18:51:41',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(12208,'1110','41601908632','2020-10-05 18:51:41',NULL,8.40,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(12209,'1110','41601908632','2020-10-05 18:51:41',NULL,18.00,'','4','1','Inventory sold','1','','sales','435','','No',NULL,NULL,''),(12210,'1110','41601908632','2020-10-05 18:51:41',NULL,18.00,'','4','1','Inventory sold','1','','sales','435','','No',NULL,NULL,''),(12211,'1110','41601908632','2020-10-05 18:51:41',NULL,47.00,'','4','1','Inventory sold','1','','sales','792382415885','','No',NULL,NULL,''),(12212,'1110','41601908632','2020-10-05 18:51:41',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(12213,'1110','41601908632','2020-10-05 18:51:41',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(12214,'1110','41601908632','2020-10-05 18:51:41',NULL,90.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(12215,'1110','41601908632','2020-10-05 18:51:41',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(12216,'1110','41601908632','2020-10-05 18:51:41',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(12217,'1110','41601908632','2020-10-05 18:51:41',NULL,8.34,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(12218,'1110','41601908632','2020-10-05 18:51:41',NULL,20.85,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(12219,'1110','41601908632','2020-10-05 18:51:41',NULL,55.00,'','4','1','Inventory sold','1','','sales','508','','No',NULL,NULL,''),(12220,'1110','41601908632','2020-10-05 18:51:41',NULL,40.00,'','4','1','Inventory sold','1','','sales','509','','No',NULL,NULL,''),(12221,'5500','41601908632','2020-10-05 18:51:41',8122.94,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12222,'1000','41601913121','2020-10-05 18:57:23',1315.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12223,'4000','41601913121','2020-10-05 18:57:23',NULL,20.00,'','4','1','Good sold','1','','sales','6161100041240','','No',NULL,NULL,''),(12224,'4000','41601913121','2020-10-05 18:57:23',NULL,100.00,'','4','1','Good sold','1','','sales','6161100762473','','No',NULL,NULL,''),(12225,'4000','41601913121','2020-10-05 18:57:23',NULL,480.00,'','4','1','Good sold','1','','sales','6161102170900','','No',NULL,NULL,''),(12226,'4000','41601913121','2020-10-05 18:57:23',NULL,60.00,'','4','1','Good sold','1','','sales','6923564532289','','No',NULL,NULL,''),(12227,'4000','41601913121','2020-10-05 18:57:23',NULL,380.00,'','4','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(12228,'4000','41601913121','2020-10-05 18:57:23',NULL,25.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(12229,'4000','41601913121','2020-10-05 18:57:23',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(12230,'4000','41601913121','2020-10-05 18:57:23',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(12231,'4000','41601913121','2020-10-05 18:57:23',NULL,200.00,'','4','1','Good sold','1','','sales','792382330195','','No',NULL,NULL,''),(12232,'4000','41601913121','2020-10-05 18:57:23',NULL,10.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(12233,'1110','41601913121','2020-10-05 18:57:23',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100041240','','No',NULL,NULL,''),(12234,'1110','41601913121','2020-10-05 18:57:23',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161100762473','','No',NULL,NULL,''),(12235,'1110','41601913121','2020-10-05 18:57:23',NULL,432.00,'','4','1','Inventory sold','1','','sales','6161102170900','','No',NULL,NULL,''),(12236,'1110','41601913121','2020-10-05 18:57:23',NULL,54.00,'','4','1','Inventory sold','1','','sales','6923564532289','','No',NULL,NULL,''),(12237,'1110','41601913121','2020-10-05 18:57:23',NULL,342.00,'','4','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(12238,'1110','41601913121','2020-10-05 18:57:23',NULL,22.50,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(12239,'1110','41601913121','2020-10-05 18:57:23',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(12240,'1110','41601913121','2020-10-05 18:57:23',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(12241,'1110','41601913121','2020-10-05 18:57:23',NULL,171.00,'','4','1','Inventory sold','1','','sales','792382330195','','No',NULL,NULL,''),(12242,'1110','41601913121','2020-10-05 18:57:23',NULL,8.80,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(12243,'5500','41601913121','2020-10-05 18:57:23',1164.96,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12244,'1000','41601913786','2020-10-05 19:06:05',239.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12245,'4000','41601913786','2020-10-05 19:06:05',NULL,24.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(12246,'4000','41601913786','2020-10-05 19:06:05',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(12247,'4000','41601913786','2020-10-05 19:06:05',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(12248,'1110','41601913786','2020-10-05 19:06:05',NULL,20.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(12249,'1110','41601913786','2020-10-05 19:06:05',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(12250,'1110','41601913786','2020-10-05 19:06:05',NULL,135.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(12251,'5500','41601913786','2020-10-05 19:06:05',213.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12252,'1000','41601914027','2020-10-05 19:14:00',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12253,'4000','41601914027','2020-10-05 19:14:00',NULL,110.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(12254,'1110','41601914027','2020-10-05 19:14:00',NULL,99.00,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(12255,'5500','41601914027','2020-10-05 19:14:00',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12256,'1000','41601914461','2020-10-05 19:19:21',580.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12257,'4000','41601914461','2020-10-05 19:19:21',NULL,100.00,'','4','1','Good sold','1','','sales','6161107772222','','No',NULL,NULL,''),(12258,'4000','41601914461','2020-10-05 19:19:21',NULL,15.00,'','4','1','Good sold','1','','sales','6161109510389','','No',NULL,NULL,''),(12259,'4000','41601914461','2020-10-05 19:19:21',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(12260,'4000','41601914461','2020-10-05 19:19:21',NULL,125.00,'','4','1','Good sold','1','','sales','6164004597103','','No',NULL,NULL,''),(12261,'4000','41601914461','2020-10-05 19:19:21',NULL,15.00,'','4','1','Good sold','1','','sales','6164004611175','','No',NULL,NULL,''),(12262,'4000','41601914461','2020-10-05 19:19:21',NULL,100.00,'','4','1','Good sold','1','','sales','158','','No',NULL,NULL,''),(12263,'4000','41601914461','2020-10-05 19:19:21',NULL,100.00,'','4','1','Good sold','1','','sales','792382330195','','No',NULL,NULL,''),(12264,'1110','41601914461','2020-10-05 19:19:21',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161107772222','','No',NULL,NULL,''),(12265,'1110','41601914461','2020-10-05 19:19:21',NULL,13.50,'','4','1','Inventory sold','1','','sales','6161109510389','','No',NULL,NULL,''),(12266,'1110','41601914461','2020-10-05 19:19:21',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(12267,'1110','41601914461','2020-10-05 19:19:21',NULL,112.50,'','4','1','Inventory sold','1','','sales','6164004597103','','No',NULL,NULL,''),(12268,'1110','41601914461','2020-10-05 19:19:21',NULL,13.50,'','4','1','Inventory sold','1','','sales','6164004611175','','No',NULL,NULL,''),(12269,'1110','41601914461','2020-10-05 19:19:21',NULL,72.90,'','4','1','Inventory sold','1','','sales','158','','No',NULL,NULL,''),(12270,'1110','41601914461','2020-10-05 19:19:21',NULL,85.50,'','4','1','Inventory sold','1','','sales','792382330195','','No',NULL,NULL,''),(12271,'5500','41601914461','2020-10-05 19:19:21',504.57,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12272,'1000','41601914835','2020-10-05 19:24:00',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12273,'4000','41601914835','2020-10-05 19:24:00',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(12274,'1110','41601914835','2020-10-05 19:24:00',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(12275,'5500','41601914835','2020-10-05 19:24:00',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12276,'1000','41601916910','2020-10-05 19:56:08',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12277,'4000','41601916910','2020-10-05 19:56:08',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(12278,'1110','41601916910','2020-10-05 19:56:08',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(12279,'5500','41601916910','2020-10-05 19:56:08',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12280,'1000','41601917196','2020-10-05 20:00:54',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12281,'4000','41601917196','2020-10-05 20:00:54',NULL,10.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(12282,'1110','41601917196','2020-10-05 20:00:54',NULL,8.34,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(12283,'5500','41601917196','2020-10-05 20:00:54',8.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12284,'1000','41601917260','2020-10-05 20:04:57',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12285,'4000','41601917260','2020-10-05 20:04:57',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(12286,'1110','41601917260','2020-10-05 20:04:57',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(12287,'5500','41601917260','2020-10-05 20:04:57',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12288,'1000','41601917519','2020-10-05 20:22:20',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12289,'4000','41601917519','2020-10-05 20:22:20',NULL,170.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(12290,'1110','41601917519','2020-10-05 20:22:20',NULL,153.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(12291,'5500','41601917519','2020-10-05 20:22:20',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12292,'1000','41601960992','2020-10-06 08:10:17',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12293,'4000','41601960992','2020-10-06 08:10:17',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12294,'4000','41601960992','2020-10-06 08:10:17',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(12295,'1110','41601960992','2020-10-06 08:10:17',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12296,'1110','41601960992','2020-10-06 08:10:17',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(12297,'5500','41601960992','2020-10-06 08:10:17',72.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12298,'1000','41601961025','2020-10-06 08:13:45',162.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12299,'4000','41601961025','2020-10-06 08:13:45',NULL,72.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(12300,'4000','41601961025','2020-10-06 08:13:45',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12301,'1110','41601961025','2020-10-06 08:13:45',NULL,60.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(12302,'1110','41601961025','2020-10-06 08:13:45',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(12303,'5500','41601961025','2020-10-06 08:13:45',141.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12304,'1000','41601961260','2020-10-06 08:28:37',36.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12305,'4000','41601961260','2020-10-06 08:28:37',NULL,36.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(12306,'1110','41601961260','2020-10-06 08:28:37',NULL,30.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(12307,'5500','41601961260','2020-10-06 08:28:37',30.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12308,'1000','41601962589','2020-10-06 08:38:06',93.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12309,'4000','41601962589','2020-10-06 08:38:06',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(12310,'4000','41601962589','2020-10-06 08:38:06',NULL,25.00,'','4','1','Good sold','1','','sales','128','','No',NULL,NULL,''),(12311,'4000','41601962589','2020-10-06 08:38:06',NULL,12.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(12312,'4000','41601962589','2020-10-06 08:38:06',NULL,6.00,'','4','1','Good sold','1','','sales','432','','No',NULL,NULL,''),(12313,'1110','41601962589','2020-10-06 08:38:06',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(12314,'1110','41601962589','2020-10-06 08:38:06',NULL,22.50,'','4','1','Inventory sold','1','','sales','128','','No',NULL,NULL,''),(12315,'1110','41601962589','2020-10-06 08:38:06',NULL,8.40,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(12316,'1110','41601962589','2020-10-06 08:38:06',NULL,4.20,'','4','1','Inventory sold','1','','sales','432','','No',NULL,NULL,''),(12317,'5500','41601962589','2020-10-06 08:38:06',80.10,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12318,'1000','41601962706','2020-10-06 08:53:42',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12319,'4000','41601962706','2020-10-06 08:53:42',NULL,100.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(12320,'1110','41601962706','2020-10-06 08:53:42',NULL,90.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(12321,'5500','41601962706','2020-10-06 08:53:42',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12322,'1000','41601963645','2020-10-06 08:55:28',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12323,'4000','41601963645','2020-10-06 08:55:28',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(12324,'1110','41601963645','2020-10-06 08:55:28',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(12325,'5500','41601963645','2020-10-06 08:55:28',4.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12326,'1000','41601963736','2020-10-06 09:21:30',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12327,'4000','41601963736','2020-10-06 09:21:30',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(12328,'4000','41601963736','2020-10-06 09:21:30',NULL,5.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(12329,'4000','41601963736','2020-10-06 09:21:30',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(12330,'4000','41601963736','2020-10-06 09:21:30',NULL,10.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(12331,'1110','41601963736','2020-10-06 09:21:30',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(12332,'1110','41601963736','2020-10-06 09:21:30',NULL,4.40,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(12333,'1110','41601963736','2020-10-06 09:21:30',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(12334,'1110','41601963736','2020-10-06 09:21:30',NULL,8.34,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(12335,'5500','41601963736','2020-10-06 09:21:30',20.31,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12336,'1000','41601969537','2020-10-06 10:32:48',195.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12337,'4000','41601969537','2020-10-06 10:32:48',NULL,120.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(12338,'4000','41601969537','2020-10-06 10:32:48',NULL,75.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(12339,'1110','41601969537','2020-10-06 10:32:48',NULL,100.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(12340,'1110','41601969537','2020-10-06 10:32:48',NULL,67.50,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(12341,'5500','41601969537','2020-10-06 10:32:48',167.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12342,'1000','41601969573','2020-10-06 11:26:11',205.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12343,'4000','41601969573','2020-10-06 11:26:11',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(12344,'4000','41601969573','2020-10-06 11:26:11',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12345,'4000','41601969573','2020-10-06 11:26:11',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(12346,'1110','41601969573','2020-10-06 11:26:11',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(12347,'1110','41601969573','2020-10-06 11:26:11',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12348,'1110','41601969573','2020-10-06 11:26:11',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(12349,'5500','41601969573','2020-10-06 11:26:11',188.67,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12350,'1000','41601972807','2020-10-06 11:34:43',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12351,'4000','41601972807','2020-10-06 11:34:43',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(12352,'1110','41601972807','2020-10-06 11:34:43',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(12353,'5500','41601972807','2020-10-06 11:34:43',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12354,'1000','41601973634','2020-10-06 11:47:38',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12355,'4000','41601973634','2020-10-06 11:47:38',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(12356,'1110','41601973634','2020-10-06 11:47:38',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(12357,'5500','41601973634','2020-10-06 11:47:38',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12358,'1000','41601974132','2020-10-06 11:57:36',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12359,'4000','41601974132','2020-10-06 11:57:36',NULL,100.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(12360,'1110','41601974132','2020-10-06 11:57:36',NULL,95.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(12361,'5500','41601974132','2020-10-06 11:57:36',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12362,'1000','41601974662','2020-10-06 12:08:00',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12363,'4000','41601974662','2020-10-06 12:08:00',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(12364,'1110','41601974662','2020-10-06 12:08:00',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(12365,'5500','41601974662','2020-10-06 12:08:00',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12366,'1000','41601975286','2020-10-06 12:18:55',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12367,'4000','41601975286','2020-10-06 12:18:55',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(12368,'1110','41601975286','2020-10-06 12:18:55',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(12369,'5500','41601975286','2020-10-06 12:18:55',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12370,'1000','41601975941','2020-10-06 12:27:11',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12371,'4000','41601975941','2020-10-06 12:27:11',NULL,130.00,'','4','1','Good sold','1','','sales','5449000180247','','No',NULL,NULL,''),(12372,'1110','41601975941','2020-10-06 12:27:11',NULL,117.00,'','4','1','Inventory sold','1','','sales','5449000180247','','No',NULL,NULL,''),(12373,'5500','41601975941','2020-10-06 12:27:11',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12374,'1000','41601976437','2020-10-06 12:46:37',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12375,'4000','41601976437','2020-10-06 12:46:37',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12376,'4000','41601976437','2020-10-06 12:46:37',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(12377,'1110','41601976437','2020-10-06 12:46:37',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12378,'1110','41601976437','2020-10-06 12:46:37',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(12379,'5500','41601976437','2020-10-06 12:46:37',72.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12380,'1000','41601977610','2020-10-06 12:49:22',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12381,'4000','41601977610','2020-10-06 12:49:22',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(12382,'1110','41601977610','2020-10-06 12:49:22',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(12383,'5500','41601977610','2020-10-06 12:49:22',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12384,'1000','41601977776','2020-10-06 13:03:04',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12385,'4000','41601977776','2020-10-06 13:03:04',NULL,120.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12386,'1110','41601977776','2020-10-06 13:03:04',NULL,108.00,'','4','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(12387,'5500','41601977776','2020-10-06 13:03:04',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12388,'1000','41601978587','2020-10-06 13:08:33',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12389,'4000','41601978587','2020-10-06 13:08:33',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12390,'4000','41601978587','2020-10-06 13:08:33',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(12391,'1110','41601978587','2020-10-06 13:08:33',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12392,'1110','41601978587','2020-10-06 13:08:33',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(12393,'5500','41601978587','2020-10-06 13:08:33',72.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12394,'1000','41601978934','2020-10-06 13:17:16',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12395,'4000','41601978934','2020-10-06 13:17:16',NULL,100.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(12396,'1110','41601978934','2020-10-06 13:17:16',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(12397,'5500','41601978934','2020-10-06 13:17:16',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12398,'1000','41601980243','2020-10-06 14:12:11',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12399,'4000','41601980243','2020-10-06 14:12:11',NULL,110.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(12400,'1110','41601980243','2020-10-06 14:12:11',NULL,99.00,'','4','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(12401,'5500','41601980243','2020-10-06 14:12:11',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12402,'4000','41601969573','2020-10-06 14:13:58',30.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(12403,'1000','41601969573','2020-10-06 14:13:58',NULL,30.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(12404,'5500','41601969573','2020-10-06 14:13:58',NULL,27.00,'','4','1','Cost of goods returned','1','','sales','16','','No',NULL,NULL,''),(12405,'1110','41601969573','2020-10-06 14:13:58',27.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(12406,'4000','41601960992','2020-10-06 14:14:27',30.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(12407,'1000','41601960992','2020-10-06 14:14:27',NULL,30.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(12408,'5500','41601960992','2020-10-06 14:14:27',NULL,27.00,'','4','1','Cost of goods returned','1','','sales','16','','No',NULL,NULL,''),(12409,'1110','41601960992','2020-10-06 14:14:27',27.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(12410,'4000','41601978587','2020-10-06 14:15:13',30.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(12411,'1000','41601978587','2020-10-06 14:15:13',NULL,30.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(12412,'5500','41601978587','2020-10-06 14:15:13',NULL,27.00,'','4','1','Cost of goods returned','1','','sales','16','','No',NULL,NULL,''),(12413,'1110','41601978587','2020-10-06 14:15:13',27.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(12414,'1000','41601982936','2020-10-06 14:16:51',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12415,'4000','41601982936','2020-10-06 14:16:51',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(12416,'1110','41601982936','2020-10-06 14:16:51',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(12417,'5500','41601982936','2020-10-06 14:16:51',3.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12418,'1000','41601983014','2020-10-06 14:17:25',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12419,'4000','41601983014','2020-10-06 14:17:25',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(12420,'1110','41601983014','2020-10-06 14:17:25',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(12421,'5500','41601983014','2020-10-06 14:17:25',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12422,'1000','41601983048','2020-10-06 14:49:46',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12423,'4000','41601983048','2020-10-06 14:49:46',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12424,'4000','41601983048','2020-10-06 14:49:46',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(12425,'1110','41601983048','2020-10-06 14:49:46',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12426,'1110','41601983048','2020-10-06 14:49:46',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(12427,'5500','41601983048','2020-10-06 14:49:46',42.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12428,'1000','41601984993','2020-10-06 14:55:33',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12429,'4000','41601984993','2020-10-06 14:55:33',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12430,'1110','41601984993','2020-10-06 14:55:33',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12431,'5500','41601984993','2020-10-06 14:55:33',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12432,'1000','41601985338','2020-10-06 15:23:43',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12433,'4000','41601985338','2020-10-06 15:23:43',NULL,55.00,'','4','1','Good sold','1','','sales','792382415885','','No',NULL,NULL,''),(12434,'1110','41601985338','2020-10-06 15:23:43',NULL,47.00,'','4','1','Inventory sold','1','','sales','792382415885','','No',NULL,NULL,''),(12435,'5500','41601985338','2020-10-06 15:23:43',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12436,'1000','41601987027','2020-10-06 15:41:26',165.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12437,'4000','41601987027','2020-10-06 15:41:26',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(12438,'4000','41601987027','2020-10-06 15:41:26',NULL,65.00,'','4','1','Good sold','1','','sales','86','','No',NULL,NULL,''),(12439,'4000','41601987027','2020-10-06 15:41:26',NULL,65.00,'','4','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(12440,'1110','41601987027','2020-10-06 15:41:26',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(12441,'1110','41601987027','2020-10-06 15:41:26',NULL,58.50,'','4','1','Inventory sold','1','','sales','86','','No',NULL,NULL,''),(12442,'1110','41601987027','2020-10-06 15:41:26',NULL,58.50,'','4','1','Inventory sold','1','','sales','87','','No',NULL,NULL,''),(12443,'5500','41601987027','2020-10-06 15:41:26',148.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12444,'1000','41601988296','2020-10-06 16:15:08',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12445,'4000','41601988296','2020-10-06 16:15:08',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(12446,'1110','41601988296','2020-10-06 16:15:08',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(12447,'5500','41601988296','2020-10-06 16:15:08',6.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12448,'1000','41601990113','2020-10-06 16:45:27',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12449,'4000','41601990113','2020-10-06 16:45:27',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(12450,'1110','41601990113','2020-10-06 16:45:27',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(12451,'5500','41601990113','2020-10-06 16:45:27',107.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12452,'1000','41601991965','2020-10-06 17:05:07',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12453,'4000','41601991965','2020-10-06 17:05:07',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(12454,'4000','41601991965','2020-10-06 17:05:07',NULL,65.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(12455,'1110','41601991965','2020-10-06 17:05:07',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(12456,'1110','41601991965','2020-10-06 17:05:07',NULL,58.50,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(12457,'5500','41601991965','2020-10-06 17:05:07',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12458,'1000','41601993193','2020-10-06 18:12:45',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12459,'4000','41601993193','2020-10-06 18:12:45',NULL,6.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(12460,'4000','41601993193','2020-10-06 18:12:45',NULL,4.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(12461,'1110','41601993193','2020-10-06 18:12:45',NULL,4.20,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(12462,'1110','41601993193','2020-10-06 18:12:45',NULL,3.52,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(12463,'5500','41601993193','2020-10-06 18:12:45',7.72,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12464,'1000','41601997173','2020-10-06 18:14:29',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12465,'4000','41601997173','2020-10-06 18:14:29',NULL,200.00,'','4','1','Good sold','1','','sales','792382330195','','No',NULL,NULL,''),(12466,'1110','41601997173','2020-10-06 18:14:29',NULL,171.00,'','4','1','Inventory sold','1','','sales','792382330195','','No',NULL,NULL,''),(12467,'5500','41601997173','2020-10-06 18:14:29',171.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12468,'1000','41601997304','2020-10-06 18:15:24',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12469,'4000','41601997304','2020-10-06 18:15:24',NULL,40.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(12470,'1110','41601997304','2020-10-06 18:15:24',NULL,36.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(12471,'5500','41601997304','2020-10-06 18:15:24',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12472,'1000','41601997339','2020-10-06 18:15:51',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12473,'4000','41601997339','2020-10-06 18:15:51',NULL,110.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(12474,'1110','41601997339','2020-10-06 18:15:51',NULL,99.00,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(12475,'5500','41601997339','2020-10-06 18:15:51',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12476,'1000','41601997361','2020-10-06 18:16:44',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12477,'4000','41601997361','2020-10-06 18:16:44',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(12478,'4000','41601997361','2020-10-06 18:16:44',NULL,10.00,'','4','1','Good sold','1','','sales','499','','No',NULL,NULL,''),(12479,'1110','41601997361','2020-10-06 18:16:44',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(12480,'1110','41601997361','2020-10-06 18:16:44',NULL,8.00,'','4','1','Inventory sold','1','','sales','499','','No',NULL,NULL,''),(12481,'5500','41601997361','2020-10-06 18:16:44',25.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12482,'1000','41601997970','2020-10-06 18:34:48',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12483,'4000','41601997970','2020-10-06 18:34:48',NULL,5.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(12484,'1110','41601997970','2020-10-06 18:34:48',NULL,4.40,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(12485,'5500','41601997970','2020-10-06 18:34:48',4.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12486,'1000','41601999036','2020-10-06 18:44:55',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12487,'4000','41601999036','2020-10-06 18:44:55',NULL,195.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12488,'4000','41601999036','2020-10-06 18:44:55',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(12489,'1110','41601999036','2020-10-06 18:44:55',NULL,175.50,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12490,'1110','41601999036','2020-10-06 18:44:55',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(12491,'5500','41601999036','2020-10-06 18:44:55',178.90,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12492,'1000','41601999121','2020-10-06 18:47:55',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12493,'4000','41601999121','2020-10-06 18:47:55',NULL,70.00,'','4','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(12494,'1110','41601999121','2020-10-06 18:47:55',NULL,63.00,'','4','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(12495,'5500','41601999121','2020-10-06 18:47:55',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12496,'1000','41601999284','2020-10-06 18:51:12',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12497,'4000','41601999284','2020-10-06 18:51:12',NULL,100.00,'','4','1','Good sold','1','','sales','6920354820946','','No',NULL,NULL,''),(12498,'4000','41601999284','2020-10-06 18:51:12',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(12499,'1110','41601999284','2020-10-06 18:51:12',NULL,90.00,'','4','1','Inventory sold','1','','sales','6920354820946','','No',NULL,NULL,''),(12500,'1110','41601999284','2020-10-06 18:51:12',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(12501,'5500','41601999284','2020-10-06 18:51:12',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12502,'1000','41601999495','2020-10-06 18:51:54',260.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12503,'4000','41601999495','2020-10-06 18:51:54',NULL,260.00,'','4','1','Good sold','1','','sales','4005900527950','','No',NULL,NULL,''),(12504,'1110','41601999495','2020-10-06 18:51:54',NULL,234.00,'','4','1','Inventory sold','1','','sales','4005900527950','','No',NULL,NULL,''),(12505,'5500','41601999495','2020-10-06 18:51:54',234.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12506,'1000','41601999530','2020-10-06 19:00:15',815.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12507,'4000','41601999530','2020-10-06 19:00:15',NULL,50.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(12508,'4000','41601999530','2020-10-06 19:00:15',NULL,480.00,'','4','1','Good sold','1','','sales','6161102170900','','No',NULL,NULL,''),(12509,'4000','41601999530','2020-10-06 19:00:15',NULL,90.00,'','4','1','Good sold','1','','sales','6203012970123','','No',NULL,NULL,''),(12510,'4000','41601999530','2020-10-06 19:00:15',NULL,55.00,'','4','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(12511,'4000','41601999530','2020-10-06 19:00:15',NULL,110.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(12512,'4000','41601999530','2020-10-06 19:00:15',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(12513,'1110','41601999530','2020-10-06 19:00:15',NULL,45.00,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(12514,'1110','41601999530','2020-10-06 19:00:15',NULL,432.00,'','4','1','Inventory sold','1','','sales','6161102170900','','No',NULL,NULL,''),(12515,'1110','41601999530','2020-10-06 19:00:15',NULL,81.00,'','4','1','Inventory sold','1','','sales','6203012970123','','No',NULL,NULL,''),(12516,'1110','41601999530','2020-10-06 19:00:15',NULL,49.50,'','4','1','Inventory sold','1','','sales','29','','No',NULL,NULL,''),(12517,'1110','41601999530','2020-10-06 19:00:15',NULL,99.00,'','4','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(12518,'1110','41601999530','2020-10-06 19:00:15',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(12519,'5500','41601999530','2020-10-06 19:00:15',726.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12520,'1000','41602000197','2020-10-06 19:07:03',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12521,'4000','41602000197','2020-10-06 19:07:03',NULL,20.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(12522,'1110','41602000197','2020-10-06 19:07:03',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(12523,'5500','41602000197','2020-10-06 19:07:03',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12524,'1000','41602000792','2020-10-06 19:13:25',7.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12525,'4000','41602000792','2020-10-06 19:13:25',NULL,7.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(12526,'1110','41602000792','2020-10-06 19:13:25',NULL,6.16,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(12527,'5500','41602000792','2020-10-06 19:13:25',6.16,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12528,'1000','41602000835','2020-10-06 19:24:34',89.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12529,'4000','41602000835','2020-10-06 19:24:34',NULL,24.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(12530,'4000','41602000835','2020-10-06 19:24:34',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(12531,'1110','41602000835','2020-10-06 19:24:34',NULL,20.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(12532,'1110','41602000835','2020-10-06 19:24:34',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(12533,'5500','41602000835','2020-10-06 19:24:34',78.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12534,'1000','41602001480','2020-10-06 19:39:38',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12535,'4000','41602001480','2020-10-06 19:39:38',NULL,170.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(12536,'1110','41602001480','2020-10-06 19:39:38',NULL,153.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(12537,'5500','41602001480','2020-10-06 19:39:38',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12538,'1000','41602002389','2020-10-06 19:43:46',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12539,'4000','41602002389','2020-10-06 19:43:46',NULL,100.00,'','4','1','Good sold','1','','sales','792382330195','','No',NULL,NULL,''),(12540,'1110','41602002389','2020-10-06 19:43:46',NULL,85.50,'','4','1','Inventory sold','1','','sales','792382330195','','No',NULL,NULL,''),(12541,'5500','41602002389','2020-10-06 19:43:46',85.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12542,'1000','41602002630','2020-10-06 19:48:11',140.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12543,'4000','41602002630','2020-10-06 19:48:11',NULL,140.00,'','4','1','Good sold','1','','sales','6164004575910','','No',NULL,NULL,''),(12544,'1110','41602002630','2020-10-06 19:48:11',NULL,126.00,'','4','1','Inventory sold','1','','sales','6164004575910','','No',NULL,NULL,''),(12545,'5500','41602002630','2020-10-06 19:48:11',126.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12546,'1000','41602002896','2020-10-06 19:52:26',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12547,'4000','41602002896','2020-10-06 19:52:26',NULL,25.00,'','4','1','Good sold','1','','sales','173','','No',NULL,NULL,''),(12548,'1110','41602002896','2020-10-06 19:52:26',NULL,22.50,'','4','1','Inventory sold','1','','sales','173','','No',NULL,NULL,''),(12549,'5500','41602002896','2020-10-06 19:52:26',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12550,'1000','41602003345','2020-10-06 20:05:54',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12551,'4000','41602003345','2020-10-06 20:05:54',NULL,100.00,'','4','1','Good sold','1','','sales','6161100762473','','No',NULL,NULL,''),(12552,'1110','41602003345','2020-10-06 20:05:54',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161100762473','','No',NULL,NULL,''),(12553,'5500','41602003345','2020-10-06 20:05:54',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12554,'1000','41602004008','2020-10-06 20:07:00',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12555,'4000','41602004008','2020-10-06 20:07:00',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12556,'1110','41602004008','2020-10-06 20:07:00',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(12557,'5500','41602004008','2020-10-06 20:07:00',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12558,'1000','41602005026','2020-10-06 20:24:00',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12559,'4000','41602005026','2020-10-06 20:24:00',NULL,25.00,'','4','1','Good sold','1','','sales','6164004554199','','No',NULL,NULL,''),(12560,'1110','41602005026','2020-10-06 20:24:00',NULL,22.50,'','4','1','Inventory sold','1','','sales','6164004554199','','No',NULL,NULL,''),(12561,'5500','41602005026','2020-10-06 20:24:00',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12562,'1000','41602005026','2020-10-06 20:24:00',182.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12563,'4000','41602005026','2020-10-06 20:24:00',NULL,70.00,'','4','1','Good sold','1','','sales','427','','No',NULL,NULL,''),(12564,'4000','41602005026','2020-10-06 20:24:00',NULL,100.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(12565,'4000','41602005026','2020-10-06 20:24:00',NULL,25.00,'','4','1','Good sold','1','','sales','6164004554199','','No',NULL,NULL,''),(12566,'4000','41602005026','2020-10-06 20:24:00',NULL,12.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(12567,'1110','41602005026','2020-10-06 20:24:00',NULL,63.00,'','4','1','Inventory sold','1','','sales','427','','No',NULL,NULL,''),(12568,'1110','41602005026','2020-10-06 20:24:00',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(12569,'1110','41602005026','2020-10-06 20:24:00',NULL,22.50,'','4','1','Inventory sold','1','','sales','6164004554199','','No',NULL,NULL,''),(12570,'1110','41602005026','2020-10-06 20:24:00',NULL,8.40,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(12571,'5500','41602005026','2020-10-06 20:24:00',183.90,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12572,'1000','41602005206','2020-10-06 20:36:06',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12573,'4000','41602005206','2020-10-06 20:36:06',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(12574,'1110','41602005206','2020-10-06 20:36:06',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(12575,'5500','41602005206','2020-10-06 20:36:06',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12576,'1000','41602051998','2020-10-07 09:40:14',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12577,'4000','41602051998','2020-10-07 09:40:14',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(12578,'1110','41602051998','2020-10-07 09:40:14',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(12579,'5500','41602051998','2020-10-07 09:40:14',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12580,'1000','41602052819','2020-10-07 10:14:32',24.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12581,'4000','41602052819','2020-10-07 10:14:32',NULL,24.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(12582,'1110','41602052819','2020-10-07 10:14:32',NULL,20.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(12583,'5500','41602052819','2020-10-07 10:14:32',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12584,'1000','41602054885','2020-10-07 10:27:06',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12585,'4000','41602054885','2020-10-07 10:27:06',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(12586,'1110','41602054885','2020-10-07 10:27:06',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(12587,'5500','41602054885','2020-10-07 10:27:06',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12588,'1000','41602055638','2020-10-07 10:36:41',220.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12589,'4000','41602055638','2020-10-07 10:36:41',NULL,195.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(12590,'4000','41602055638','2020-10-07 10:36:41',NULL,25.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(12591,'1110','41602055638','2020-10-07 10:36:41',NULL,175.50,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(12592,'1110','41602055638','2020-10-07 10:36:41',NULL,22.50,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(12593,'5500','41602055638','2020-10-07 10:36:41',198.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12594,'1000','41602056533','2020-10-07 10:48:55',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12595,'4000','41602056533','2020-10-07 10:48:55',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(12596,'1110','41602056533','2020-10-07 10:48:55',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(12597,'5500','41602056533','2020-10-07 10:48:55',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12598,'1000','41602056945','2020-10-07 11:22:10',305.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12599,'4000','41602056945','2020-10-07 11:22:10',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(12600,'4000','41602056945','2020-10-07 11:22:10',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(12601,'4000','41602056945','2020-10-07 11:22:10',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440078','','No',NULL,NULL,''),(12602,'4000','41602056945','2020-10-07 11:22:10',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(12603,'4000','41602056945','2020-10-07 11:22:10',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(12604,'1110','41602056945','2020-10-07 11:22:10',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(12605,'1110','41602056945','2020-10-07 11:22:10',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(12606,'1110','41602056945','2020-10-07 11:22:10',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440078','','No',NULL,NULL,''),(12607,'1110','41602056945','2020-10-07 11:22:10',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(12608,'1110','41602056945','2020-10-07 11:22:10',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(12609,'5500','41602056945','2020-10-07 11:22:10',259.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12610,'1000','41602058933','2020-10-07 11:22:26',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12611,'4000','41602058933','2020-10-07 11:22:26',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(12612,'1110','41602058933','2020-10-07 11:22:26',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(12613,'5500','41602058933','2020-10-07 11:22:26',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12614,'1000','41602058991','2020-10-07 11:26:37',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12615,'4000','41602058991','2020-10-07 11:26:37',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760226','','No',NULL,NULL,''),(12616,'4000','41602058991','2020-10-07 11:26:37',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(12617,'1110','41602058991','2020-10-07 11:26:37',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100760226','','No',NULL,NULL,''),(12618,'1110','41602058991','2020-10-07 11:26:37',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(12619,'5500','41602058991','2020-10-07 11:26:37',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12620,'1000','41602059202','2020-10-07 11:27:32',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12621,'4000','41602059202','2020-10-07 11:27:32',NULL,55.00,'','4','1','Good sold','1','','sales','6008459000507','','No',NULL,NULL,''),(12622,'1110','41602059202','2020-10-07 11:27:32',NULL,40.83,'','4','1','Inventory sold','1','','sales','6008459000507','','No',NULL,NULL,''),(12623,'5500','41602059202','2020-10-07 11:27:32',40.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12624,'1000','41602059266','2020-10-07 11:29:55',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12625,'4000','41602059266','2020-10-07 11:29:55',NULL,65.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(12626,'1110','41602059266','2020-10-07 11:29:55',NULL,58.50,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(12627,'5500','41602059266','2020-10-07 11:29:55',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12628,'1000','41602059404','2020-10-07 11:33:30',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12629,'4000','41602059404','2020-10-07 11:33:30',NULL,160.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(12630,'1110','41602059404','2020-10-07 11:33:30',NULL,144.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(12631,'5500','41602059404','2020-10-07 11:33:30',144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12632,'1000','41602060446','2020-10-07 11:47:38',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12633,'4000','41602060446','2020-10-07 11:47:38',NULL,20.00,'','4','1','Good sold','1','','sales','6161100041240','','No',NULL,NULL,''),(12634,'1110','41602060446','2020-10-07 11:47:38',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100041240','','No',NULL,NULL,''),(12635,'5500','41602060446','2020-10-07 11:47:38',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12636,'1000','41602060488','2020-10-07 12:00:11',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12637,'4000','41602060488','2020-10-07 12:00:11',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12638,'4000','41602060488','2020-10-07 12:00:11',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(12639,'1110','41602060488','2020-10-07 12:00:11',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12640,'1110','41602060488','2020-10-07 12:00:11',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(12641,'5500','41602060488','2020-10-07 12:00:11',72.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12642,'1000','41602061249','2020-10-07 12:21:47',175.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12643,'4000','41602061249','2020-10-07 12:21:47',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(12644,'4000','41602061249','2020-10-07 12:21:47',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(12645,'1110','41602061249','2020-10-07 12:21:47',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(12646,'1110','41602061249','2020-10-07 12:21:47',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(12647,'5500','41602061249','2020-10-07 12:21:47',161.67,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12648,'1000','41602063482','2020-10-07 12:42:46',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12649,'4000','41602063482','2020-10-07 12:42:46',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(12650,'4000','41602063482','2020-10-07 12:42:46',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(12651,'1110','41602063482','2020-10-07 12:42:46',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(12652,'1110','41602063482','2020-10-07 12:42:46',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(12653,'5500','41602063482','2020-10-07 12:42:46',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12654,'1000','41602063771','2020-10-07 12:52:21',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12655,'4000','41602063771','2020-10-07 12:52:21',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(12656,'4000','41602063771','2020-10-07 12:52:21',NULL,15.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(12657,'4000','41602063771','2020-10-07 12:52:21',NULL,15.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(12658,'1110','41602063771','2020-10-07 12:52:21',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(12659,'1110','41602063771','2020-10-07 12:52:21',NULL,10.20,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(12660,'1110','41602063771','2020-10-07 12:52:21',NULL,10.20,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(12661,'5500','41602063771','2020-10-07 12:52:21',74.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12662,'1000','41602064398','2020-10-07 13:28:32',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12663,'4000','41602064398','2020-10-07 13:28:32',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12664,'4000','41602064398','2020-10-07 13:28:32',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(12665,'1110','41602064398','2020-10-07 13:28:32',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12666,'1110','41602064398','2020-10-07 13:28:32',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(12667,'5500','41602064398','2020-10-07 13:28:32',73.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12668,'1000','41602066515','2020-10-07 13:39:32',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12669,'4000','41602066515','2020-10-07 13:39:32',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12670,'1110','41602066515','2020-10-07 13:39:32',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12671,'5500','41602066515','2020-10-07 13:39:32',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12672,'1000','41602067175','2020-10-07 13:48:03',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12673,'4000','41602067175','2020-10-07 13:48:03',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12674,'1110','41602067175','2020-10-07 13:48:03',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12675,'5500','41602067175','2020-10-07 13:48:03',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12676,'1000','41602067692','2020-10-07 14:09:19',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12677,'4000','41602067692','2020-10-07 14:09:19',NULL,30.00,'','4','1','Good sold','1','','sales','6923564532289','','No',NULL,NULL,''),(12678,'1110','41602067692','2020-10-07 14:09:19',NULL,27.00,'','4','1','Inventory sold','1','','sales','6923564532289','','No',NULL,NULL,''),(12679,'5500','41602067692','2020-10-07 14:09:19',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12680,'1000','41602068975','2020-10-07 14:19:39',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12681,'4000','41602068975','2020-10-07 14:19:39',NULL,20.00,'','4','1','Good sold','1','','sales','6161100041240','','No',NULL,NULL,''),(12682,'1110','41602068975','2020-10-07 14:19:39',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100041240','','No',NULL,NULL,''),(12683,'5500','41602068975','2020-10-07 14:19:39',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12684,'1000','41602069582','2020-10-07 14:29:06',2.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12685,'4000','41602069582','2020-10-07 14:29:06',NULL,2.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(12686,'1110','41602069582','2020-10-07 14:29:06',NULL,1.76,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(12687,'5500','41602069582','2020-10-07 14:29:06',1.76,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12688,'1000','41602070162','2020-10-07 14:31:29',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12689,'4000','41602070162','2020-10-07 14:31:29',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(12690,'1110','41602070162','2020-10-07 14:31:29',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(12691,'5500','41602070162','2020-10-07 14:31:29',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12692,'1000','41602071579','2020-10-07 15:21:25',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12693,'4000','41602071579','2020-10-07 15:21:25',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12694,'4000','41602071579','2020-10-07 15:21:25',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(12695,'1110','41602071579','2020-10-07 15:21:25',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12696,'1110','41602071579','2020-10-07 15:21:25',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(12697,'5500','41602071579','2020-10-07 15:21:25',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12698,'1000','41602073294','2020-10-07 15:22:54',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12699,'4000','41602073294','2020-10-07 15:22:54',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(12700,'4000','41602073294','2020-10-07 15:22:54',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(12701,'1110','41602073294','2020-10-07 15:22:54',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(12702,'1110','41602073294','2020-10-07 15:22:54',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(12703,'5500','41602073294','2020-10-07 15:22:54',48.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12704,'1000','41602073387','2020-10-07 15:23:22',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12705,'4000','41602073387','2020-10-07 15:23:22',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(12706,'1110','41602073387','2020-10-07 15:23:22',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(12707,'5500','41602073387','2020-10-07 15:23:22',3.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12708,'1000','41602073405','2020-10-07 15:27:20',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12709,'4000','41602073405','2020-10-07 15:27:20',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12710,'1110','41602073405','2020-10-07 15:27:20',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12711,'5500','41602073405','2020-10-07 15:27:20',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12712,'4000','41602073405','2020-10-07 15:28:13',30.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(12713,'1000','41602073405','2020-10-07 15:28:13',NULL,30.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(12714,'5500','41602073405','2020-10-07 15:28:13',NULL,27.00,'','4','1','Cost of goods returned','1','','sales','16','','No',NULL,NULL,''),(12715,'1110','41602073405','2020-10-07 15:28:13',27.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(12716,'1000','41602073702','2020-10-07 15:29:48',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12717,'4000','41602073702','2020-10-07 15:29:48',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12718,'4000','41602073702','2020-10-07 15:29:48',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(12719,'4000','41602073702','2020-10-07 15:29:48',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(12720,'4000','41602073702','2020-10-07 15:29:48',NULL,55.00,'','4','1','Good sold','1','','sales','6008459000507','','No',NULL,NULL,''),(12721,'4000','41602073702','2020-10-07 15:29:48',NULL,5.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(12722,'1110','41602073702','2020-10-07 15:29:48',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12723,'1110','41602073702','2020-10-07 15:29:48',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(12724,'1110','41602073702','2020-10-07 15:29:48',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(12725,'1110','41602073702','2020-10-07 15:29:48',NULL,40.83,'','4','1','Inventory sold','1','','sales','6008459000507','','No',NULL,NULL,''),(12726,'1110','41602073702','2020-10-07 15:29:48',NULL,4.40,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(12727,'5500','41602073702','2020-10-07 15:29:48',79.03,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12728,'1000','41602073798','2020-10-07 15:30:55',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12729,'4000','41602073798','2020-10-07 15:30:55',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12730,'4000','41602073798','2020-10-07 15:30:55',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(12731,'1110','41602073798','2020-10-07 15:30:55',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12732,'1110','41602073798','2020-10-07 15:30:55',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(12733,'5500','41602073798','2020-10-07 15:30:55',30.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12734,'4000','41602073702','2020-10-07 15:55:32',55.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(12735,'1000','41602073702','2020-10-07 15:55:32',NULL,55.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(12736,'5500','41602073702','2020-10-07 15:55:32',NULL,40.83,'','4','1','Cost of goods returned','1','','sales','6008459000507','','No',NULL,NULL,''),(12737,'1110','41602073702','2020-10-07 15:55:32',40.83,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(12738,'1000','41602075338','2020-10-07 15:56:41',180.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12739,'4000','41602075338','2020-10-07 15:56:41',NULL,40.00,'','4','1','Good sold','1','','sales','6008677000549','','No',NULL,NULL,''),(12740,'4000','41602075338','2020-10-07 15:56:41',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(12741,'4000','41602075338','2020-10-07 15:56:41',NULL,90.00,'','4','1','Good sold','1','','sales','112','','No',NULL,NULL,''),(12742,'1110','41602075338','2020-10-07 15:56:41',NULL,36.00,'','4','1','Inventory sold','1','','sales','6008677000549','','No',NULL,NULL,''),(12743,'1110','41602075338','2020-10-07 15:56:41',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(12744,'1110','41602075338','2020-10-07 15:56:41',NULL,75.00,'','4','1','Inventory sold','1','','sales','112','','No',NULL,NULL,''),(12745,'5500','41602075338','2020-10-07 15:56:41',156.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12746,'1000','41602075406','2020-10-07 16:08:54',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12747,'4000','41602075406','2020-10-07 16:08:54',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12748,'1110','41602075406','2020-10-07 16:08:54',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(12749,'5500','41602075406','2020-10-07 16:08:54',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12750,'1000','41602076496','2020-10-07 16:21:24',315.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12751,'4000','41602076496','2020-10-07 16:21:24',NULL,195.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12752,'4000','41602076496','2020-10-07 16:21:24',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(12753,'1110','41602076496','2020-10-07 16:21:24',NULL,175.50,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12754,'1110','41602076496','2020-10-07 16:21:24',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(12755,'5500','41602076496','2020-10-07 16:21:24',268.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12756,'1000','41602076921','2020-10-07 17:02:08',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12757,'4000','41602076921','2020-10-07 17:02:08',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12758,'1110','41602076921','2020-10-07 17:02:08',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12759,'5500','41602076921','2020-10-07 17:02:08',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12760,'1000','41602079357','2020-10-07 17:05:35',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12761,'4000','41602079357','2020-10-07 17:05:35',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12762,'1110','41602079357','2020-10-07 17:05:35',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12763,'5500','41602079357','2020-10-07 17:05:35',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12764,'1000','41602079562','2020-10-07 17:08:07',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12765,'4000','41602079562','2020-10-07 17:08:07',NULL,50.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(12766,'4000','41602079562','2020-10-07 17:08:07',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(12767,'4000','41602079562','2020-10-07 17:08:07',NULL,10.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(12768,'1110','41602079562','2020-10-07 17:08:07',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(12769,'1110','41602079562','2020-10-07 17:08:07',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(12770,'1110','41602079562','2020-10-07 17:08:07',NULL,6.80,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(12771,'5500','41602079562','2020-10-07 17:08:07',96.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12772,'1000','41602079694','2020-10-07 17:08:58',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12773,'4000','41602079694','2020-10-07 17:08:58',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903427','','No',NULL,NULL,''),(12774,'1110','41602079694','2020-10-07 17:08:58',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903427','','No',NULL,NULL,''),(12775,'5500','41602079694','2020-10-07 17:08:58',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12776,'1000','41602079759','2020-10-07 17:12:16',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12777,'4000','41602079759','2020-10-07 17:12:16',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(12778,'4000','41602079759','2020-10-07 17:12:16',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(12779,'1110','41602079759','2020-10-07 17:12:16',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(12780,'1110','41602079759','2020-10-07 17:12:16',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(12781,'5500','41602079759','2020-10-07 17:12:16',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12782,'1000','41602080487','2020-10-07 17:35:16',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12783,'4000','41602080487','2020-10-07 17:35:16',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(12784,'1110','41602080487','2020-10-07 17:35:16',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(12785,'5500','41602080487','2020-10-07 17:35:16',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12786,'1110','71601887865','2020-10-05 11:51:00',324.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','30','','No',NULL,NULL,''),(12787,'1110','71601887865','2020-10-05 11:51:00',189.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','31','','No',NULL,NULL,''),(12788,'1110','71601887865','2020-10-05 11:51:00',126.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','427','','No',NULL,NULL,''),(12789,'1110','71601887865','2020-10-05 11:51:00',225.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','32','','No',NULL,NULL,''),(12790,'1110','71601887865','2020-10-05 11:51:00',135.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','33','','No',NULL,NULL,''),(12791,'1110','71601887865','2020-10-05 11:51:00',285.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','496','','No',NULL,NULL,''),(12792,'1110','71601887865','2020-10-05 11:51:00',225.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','493','','No',NULL,NULL,''),(12793,'2130','71601887865','2020-10-05 11:51:00',NULL,1509.00,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(12794,'1110','71601755872','2020-10-03 23:11:00',299.70,NULL,'','7','1','Inventory Purchased','1','3','Purchases','169','','No',NULL,NULL,''),(12795,'1110','71601755872','2020-10-03 23:11:00',170.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','429','','No',NULL,NULL,''),(12796,'1110','71601755872','2020-10-03 23:11:00',170.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','428','','No',NULL,NULL,''),(12797,'1110','71601755872','2020-10-03 23:11:00',324.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','16','','No',NULL,NULL,''),(12798,'1110','71601755872','2020-10-03 23:11:00',540.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','39','','No',NULL,NULL,''),(12799,'1110','71601755872','2020-10-03 23:11:00',648.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','66','','No',NULL,NULL,''),(12800,'1110','71601755872','2020-10-03 23:11:00',459.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','73','','No',NULL,NULL,''),(12801,'1110','71601755872','2020-10-03 23:11:00',306.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','170','','No',NULL,NULL,''),(12802,'1110','71601755872','2020-10-03 23:11:00',306.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','76','','No',NULL,NULL,''),(12803,'1110','71601755872','2020-10-03 23:11:00',306.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','74','','No',NULL,NULL,''),(12804,'1110','71601755872','2020-10-03 23:11:00',459.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','75','','No',NULL,NULL,''),(12805,'1110','71601755872','2020-10-03 23:11:00',409.50,NULL,'','7','1','Inventory Purchased','1','3','Purchases','83','','No',NULL,NULL,''),(12806,'1110','71601755872','2020-10-03 23:11:00',234.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','82','','No',NULL,NULL,''),(12807,'1110','71601755872','2020-10-03 23:11:00',175.50,NULL,'','7','1','Inventory Purchased','1','3','Purchases','84','','No',NULL,NULL,''),(12808,'1110','71601755872','2020-10-03 23:11:00',234.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','85','','No',NULL,NULL,''),(12809,'1110','71601755872','2020-10-03 23:11:00',351.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','87','','No',NULL,NULL,''),(12810,'1110','71601755872','2020-10-03 23:11:00',216.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','88','','No',NULL,NULL,''),(12811,'1110','71601755872','2020-10-03 23:11:00',288.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','89','','No',NULL,NULL,''),(12812,'1110','71601755872','2020-10-03 23:11:00',144.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','90','','No',NULL,NULL,''),(12813,'1110','71601755872','2020-10-03 23:11:00',108.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','182','','No',NULL,NULL,''),(12814,'1110','71601755872','2020-10-03 23:11:00',108.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','92','','No',NULL,NULL,''),(12815,'1110','71601755872','2020-10-03 23:11:00',120.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','494','','No',NULL,NULL,''),(12816,'1110','71601755872','2020-10-03 23:11:00',190.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','492','','No',NULL,NULL,''),(12817,'1110','71601755872','2020-10-03 23:11:00',475.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','492','','No',NULL,NULL,''),(12818,'2130','71601755872','2020-10-03 23:11:00',NULL,7040.70,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(12819,'1000','41602081319','2020-10-07 17:52:38',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12820,'4000','41602081319','2020-10-07 17:52:38',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(12821,'4000','41602081319','2020-10-07 17:52:38',NULL,100.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(12822,'4000','41602081319','2020-10-07 17:52:38',NULL,50.00,'','4','1','Good sold','1','','sales','509','','No',NULL,NULL,''),(12823,'1110','41602081319','2020-10-07 17:52:38',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(12824,'1110','41602081319','2020-10-07 17:52:38',NULL,95.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(12825,'1110','41602081319','2020-10-07 17:52:38',NULL,40.00,'','4','1','Inventory sold','1','','sales','509','','No',NULL,NULL,''),(12826,'5500','41602081319','2020-10-07 17:52:38',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12827,'1110','71602081995','2020-10-07 17:46:00',475.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','492','','No',NULL,NULL,''),(12828,'1110','71602081995','2020-10-07 17:46:00',225.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','493','','No',NULL,NULL,''),(12829,'1110','71602081995','2020-10-07 17:46:00',230.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','497','','No',NULL,NULL,''),(12830,'1110','71602081995','2020-10-07 17:46:00',80.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','499','','No',NULL,NULL,''),(12831,'1110','71602081995','2020-10-07 17:46:00',468.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000033209','','No',NULL,NULL,''),(12832,'1110','71602081995','2020-10-07 17:46:00',468.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000033223','','No',NULL,NULL,''),(12833,'1110','71602081995','2020-10-07 17:46:00',468.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000033179','','No',NULL,NULL,''),(12834,'1110','71602081995','2020-10-07 17:46:00',351.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000033186','','No',NULL,NULL,''),(12835,'1110','71602081995','2020-10-07 17:46:00',594.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161101000543','','No',NULL,NULL,''),(12836,'1110','71602081995','2020-10-07 17:46:00',336.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','161101680431','','No',NULL,NULL,''),(12837,'1110','71602081995','2020-10-07 17:46:00',540.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164001166272','','No',NULL,NULL,''),(12838,'1110','71602081995','2020-10-07 17:46:00',225.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','17','','No',NULL,NULL,''),(12839,'1110','71602081995','2020-10-07 17:46:00',690.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6008459000453','','No',NULL,NULL,''),(12840,'1110','71602081995','2020-10-07 17:46:00',489.96,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6008459000507','','No',NULL,NULL,''),(12841,'1110','71602081995','2020-10-07 17:46:00',432.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6008677000549','','No',NULL,NULL,''),(12842,'1110','71602081995','2020-10-07 17:46:00',920.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','512','','No',NULL,NULL,''),(12843,'2130','71602081995','2020-10-07 17:46:00',NULL,6991.96,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(12844,'1000','41602083909','2020-10-07 18:19:03',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12845,'4000','41602083909','2020-10-07 18:19:03',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033223','','No',NULL,NULL,''),(12846,'1110','41602083909','2020-10-07 18:19:03',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033223','','No',NULL,NULL,''),(12847,'5500','41602083909','2020-10-07 18:19:03',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12848,'1000','41602083948','2020-10-07 18:44:12',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12849,'4000','41602083948','2020-10-07 18:44:12',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(12850,'1110','41602083948','2020-10-07 18:44:12',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(12851,'5500','41602083948','2020-10-07 18:44:12',3.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12852,'1000','41602086621','2020-10-07 19:03:57',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12853,'4000','41602086621','2020-10-07 19:03:57',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903427','','No',NULL,NULL,''),(12854,'1110','41602086621','2020-10-07 19:03:57',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903427','','No',NULL,NULL,''),(12855,'5500','41602086621','2020-10-07 19:03:57',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12856,'1000','41602086662','2020-10-07 19:06:26',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12857,'4000','41602086662','2020-10-07 19:06:26',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(12858,'1110','41602086662','2020-10-07 19:06:26',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(12859,'5500','41602086662','2020-10-07 19:06:26',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12860,'1000','41602086806','2020-10-07 19:11:33',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12861,'4000','41602086806','2020-10-07 19:11:33',NULL,100.00,'','4','1','Good sold','1','','sales','0792382434152','','No',NULL,NULL,''),(12862,'1110','41602086806','2020-10-07 19:11:33',NULL,85.00,'','4','1','Inventory sold','1','','sales','0792382434152','','No',NULL,NULL,''),(12863,'5500','41602086806','2020-10-07 19:11:33',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12864,'1000','41602087110','2020-10-07 19:17:16',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12865,'4000','41602087110','2020-10-07 19:17:16',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(12866,'1110','41602087110','2020-10-07 19:17:16',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(12867,'5500','41602087110','2020-10-07 19:17:16',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12868,'1000','41602087439','2020-10-07 19:22:44',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12869,'4000','41602087439','2020-10-07 19:22:44',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(12870,'1110','41602087439','2020-10-07 19:22:44',NULL,135.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(12871,'5500','41602087439','2020-10-07 19:22:44',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12872,'1000','41602087767','2020-10-07 19:26:12',184.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12873,'4000','41602087767','2020-10-07 19:26:12',NULL,24.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(12874,'4000','41602087767','2020-10-07 19:26:12',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(12875,'4000','41602087767','2020-10-07 19:26:12',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(12876,'4000','41602087767','2020-10-07 19:26:12',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(12877,'4000','41602087767','2020-10-07 19:26:12',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(12878,'1110','41602087767','2020-10-07 19:26:12',NULL,20.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(12879,'1110','41602087767','2020-10-07 19:26:12',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(12880,'1110','41602087767','2020-10-07 19:26:12',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(12881,'1110','41602087767','2020-10-07 19:26:12',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(12882,'1110','41602087767','2020-10-07 19:26:12',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(12883,'5500','41602087767','2020-10-07 19:26:12',159.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12884,'1000','41602087979','2020-10-07 19:28:38',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12885,'4000','41602087979','2020-10-07 19:28:38',NULL,10.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(12886,'1110','41602087979','2020-10-07 19:28:38',NULL,8.80,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(12887,'5500','41602087979','2020-10-07 19:28:38',8.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12888,'1000','41602088142','2020-10-07 19:35:00',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12889,'4000','41602088142','2020-10-07 19:35:00',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(12890,'1110','41602088142','2020-10-07 19:35:00',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(12891,'5500','41602088142','2020-10-07 19:35:00',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12892,'1000','41602088508','2020-10-07 19:40:30',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12893,'4000','41602088508','2020-10-07 19:40:30',NULL,90.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12894,'4000','41602088508','2020-10-07 19:40:30',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(12895,'1110','41602088508','2020-10-07 19:40:30',NULL,81.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(12896,'1110','41602088508','2020-10-07 19:40:30',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(12897,'5564','41602088508','2020-10-07 19:40:30',97.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12898,'1000','41602089007','2020-10-07 19:44:16',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12899,'4000','41602089007','2020-10-07 19:44:16',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(12900,'1110','41602089007','2020-10-07 19:44:16',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(12901,'5500','41602089007','2020-10-07 19:44:16',3.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12902,'1000','41602089069','2020-10-07 19:56:05',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12903,'4000','41602089069','2020-10-07 19:56:05',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440016','','No',NULL,NULL,''),(12904,'4000','41602089069','2020-10-07 19:56:05',NULL,40.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(12905,'4000','41602089069','2020-10-07 19:56:05',NULL,55.00,'','4','1','Good sold','1','','sales','6008459000507','','No',NULL,NULL,''),(12906,'1110','41602089069','2020-10-07 19:56:05',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440016','','No',NULL,NULL,''),(12907,'1110','41602089069','2020-10-07 19:56:05',NULL,32.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(12908,'1110','41602089069','2020-10-07 19:56:05',NULL,40.83,'','4','1','Inventory sold','1','','sales','6008459000507','','No',NULL,NULL,''),(12909,'5500','41602089069','2020-10-07 19:56:05',131.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12910,'1000','41602089848','2020-10-07 19:59:18',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12911,'4000','41602089848','2020-10-07 19:59:18',NULL,40.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(12912,'1110','41602089848','2020-10-07 19:59:18',NULL,36.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(12913,'5500','41602089848','2020-10-07 19:59:18',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12914,'1000','41602090022','2020-10-07 20:08:56',48.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12915,'4000','41602090022','2020-10-07 20:08:56',NULL,48.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(12916,'1110','41602090022','2020-10-07 20:08:56',NULL,40.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(12917,'5500','41602090022','2020-10-07 20:08:56',40.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12918,'1000','41602090544','2020-10-07 20:09:17',2.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12919,'4000','41602090544','2020-10-07 20:09:17',NULL,2.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(12920,'1110','41602090544','2020-10-07 20:09:17',NULL,1.76,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(12921,'5500','41602090544','2020-10-07 20:09:17',1.76,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12922,'1000','41602090565','2020-10-07 20:18:48',190.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12923,'4000','41602090565','2020-10-07 20:18:48',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12924,'4000','41602090565','2020-10-07 20:18:48',NULL,50.00,'','4','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(12925,'4000','41602090565','2020-10-07 20:18:48',NULL,130.00,'','4','1','Good sold','1','','sales','171','','No',NULL,NULL,''),(12926,'1110','41602090565','2020-10-07 20:18:48',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(12927,'1110','41602090565','2020-10-07 20:18:48',NULL,40.00,'','4','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(12928,'1110','41602090565','2020-10-07 20:18:48',NULL,117.00,'','4','1','Inventory sold','1','','sales','171','','No',NULL,NULL,''),(12929,'5500','41602090565','2020-10-07 20:18:48',166.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12930,'1000','41602137175','2020-10-08 09:07:43',340.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12931,'4000','41602137175','2020-10-08 09:07:43',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12932,'4000','41602137175','2020-10-08 09:07:43',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(12933,'4000','41602137175','2020-10-08 09:07:43',NULL,100.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(12934,'4000','41602137175','2020-10-08 09:07:43',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(12935,'1110','41602137175','2020-10-08 09:07:43',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(12936,'1110','41602137175','2020-10-08 09:07:43',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(12937,'1110','41602137175','2020-10-08 09:07:43',NULL,90.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(12938,'1110','41602137175','2020-10-08 09:07:43',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(12939,'5500','41602137175','2020-10-08 09:07:43',284.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12940,'1000','41602137268','2020-10-08 09:38:22',205.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12941,'4000','41602137268','2020-10-08 09:38:22',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(12942,'4000','41602137268','2020-10-08 09:38:22',NULL,85.00,'','4','1','Good sold','1','','sales','6164002695986','','No',NULL,NULL,''),(12943,'4000','41602137268','2020-10-08 09:38:22',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(12944,'1110','41602137268','2020-10-08 09:38:22',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(12945,'1110','41602137268','2020-10-08 09:38:22',NULL,70.00,'','4','1','Inventory sold','1','','sales','6164002695986','','No',NULL,NULL,''),(12946,'1110','41602137268','2020-10-08 09:38:22',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(12947,'5500','41602137268','2020-10-08 09:38:22',172.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12948,'1000','41602139105','2020-10-08 09:52:15',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12949,'4000','41602139105','2020-10-08 09:52:15',NULL,75.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(12950,'1110','41602139105','2020-10-08 09:52:15',NULL,67.50,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(12951,'5500','41602139105','2020-10-08 09:52:15',67.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12952,'1000','41602139938','2020-10-08 09:57:27',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12953,'4000','41602139938','2020-10-08 09:57:27',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(12954,'1110','41602139938','2020-10-08 09:57:27',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(12955,'5500','41602139938','2020-10-08 09:57:27',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12956,'1000','41602140250','2020-10-08 10:05:21',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12957,'4000','41602140250','2020-10-08 10:05:21',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(12958,'1110','41602140250','2020-10-08 10:05:21',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(12959,'5500','41602140250','2020-10-08 10:05:21',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12960,'1000','41602140724','2020-10-08 10:28:30',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12961,'4000','41602140724','2020-10-08 10:28:30',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(12962,'1110','41602140724','2020-10-08 10:28:30',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(12963,'5500','41602140724','2020-10-08 10:28:30',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12964,'1000','41602142136','2020-10-08 10:33:16',300.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12965,'4000','41602142136','2020-10-08 10:33:16',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(12966,'4000','41602142136','2020-10-08 10:33:16',NULL,200.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(12967,'4000','41602142136','2020-10-08 10:33:16',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(12968,'1110','41602142136','2020-10-08 10:33:16',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(12969,'1110','41602142136','2020-10-08 10:33:16',NULL,190.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(12970,'1110','41602142136','2020-10-08 10:33:16',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(12971,'5500','41602142136','2020-10-08 10:33:16',280.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12972,'1000','41602142399','2020-10-08 10:35:44',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12973,'4000','41602142399','2020-10-08 10:35:44',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(12974,'4000','41602142399','2020-10-08 10:35:44',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(12975,'1110','41602142399','2020-10-08 10:35:44',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(12976,'1110','41602142399','2020-10-08 10:35:44',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(12977,'5500','41602142399','2020-10-08 10:35:44',110.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12978,'1000','41602142547','2020-10-08 10:58:26',45.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12979,'4000','41602142547','2020-10-08 10:58:26',NULL,20.00,'','4','1','Good sold','1','','sales','6161101280013','','No',NULL,NULL,''),(12980,'4000','41602142547','2020-10-08 10:58:26',NULL,15.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(12981,'4000','41602142547','2020-10-08 10:58:26',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(12982,'4000','41602142547','2020-10-08 10:58:26',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(12983,'1110','41602142547','2020-10-08 10:58:26',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161101280013','','No',NULL,NULL,''),(12984,'1110','41602142547','2020-10-08 10:58:26',NULL,9.99,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(12985,'1110','41602142547','2020-10-08 10:58:26',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(12986,'1110','41602142547','2020-10-08 10:58:26',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(12987,'5500','41602142547','2020-10-08 10:58:26',36.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12988,'1000','41602144071','2020-10-08 12:06:41',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12989,'4000','41602144071','2020-10-08 12:06:41',NULL,20.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(12990,'4000','41602144071','2020-10-08 12:06:41',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(12991,'4000','41602144071','2020-10-08 12:06:41',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(12992,'1110','41602144071','2020-10-08 12:06:41',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(12993,'1110','41602144071','2020-10-08 12:06:41',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(12994,'1110','41602144071','2020-10-08 12:06:41',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(12995,'5500','41602144071','2020-10-08 12:06:41',109.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12996,'1000','41602148010','2020-10-08 12:40:46',31.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(12997,'4000','41602148010','2020-10-08 12:40:46',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(12998,'4000','41602148010','2020-10-08 12:40:46',NULL,6.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(12999,'1110','41602148010','2020-10-08 12:40:46',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(13000,'1110','41602148010','2020-10-08 12:40:46',NULL,4.20,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(13001,'5500','41602148010','2020-10-08 12:40:46',26.70,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13002,'1000','41602150049','2020-10-08 12:47:52',6.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13003,'4000','41602150049','2020-10-08 12:47:52',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(13004,'4000','41602150049','2020-10-08 12:47:52',NULL,1.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(13005,'1110','41602150049','2020-10-08 12:47:52',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(13006,'1110','41602150049','2020-10-08 12:47:52',NULL,0.88,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(13007,'5500','41602150049','2020-10-08 12:47:52',4.28,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13008,'1000','41602152699','2020-10-08 13:50:34',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13009,'4000','41602152699','2020-10-08 13:50:34',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13010,'1110','41602152699','2020-10-08 13:50:34',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13011,'5500','41602152699','2020-10-08 13:50:34',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13012,'1000','41602154238','2020-10-08 14:00:03',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13013,'4000','41602154238','2020-10-08 14:00:03',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13014,'1110','41602154238','2020-10-08 14:00:03',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13015,'5500','41602154238','2020-10-08 14:00:03',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13016,'1000','41602154806','2020-10-08 14:38:00',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13017,'4000','41602154806','2020-10-08 14:38:00',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(13018,'4000','41602154806','2020-10-08 14:38:00',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(13019,'1110','41602154806','2020-10-08 14:38:00',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(13020,'1110','41602154806','2020-10-08 14:38:00',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(13021,'5500','41602154806','2020-10-08 14:38:00',66.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13022,'1000','41602157084','2020-10-08 14:55:16',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13023,'4000','41602157084','2020-10-08 14:55:16',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(13024,'1110','41602157084','2020-10-08 14:55:16',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(13025,'5500','41602157084','2020-10-08 14:55:16',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13026,'1000','41602158127','2020-10-08 15:19:22',235.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13027,'4000','41602158127','2020-10-08 15:19:22',NULL,130.00,'','4','1','Good sold','1','','sales','82','','No',NULL,NULL,''),(13028,'4000','41602158127','2020-10-08 15:19:22',NULL,65.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(13029,'4000','41602158127','2020-10-08 15:19:22',NULL,40.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(13030,'1110','41602158127','2020-10-08 15:19:22',NULL,117.00,'','4','1','Inventory sold','1','','sales','82','','No',NULL,NULL,''),(13031,'1110','41602158127','2020-10-08 15:19:22',NULL,58.50,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(13032,'1110','41602158127','2020-10-08 15:19:22',NULL,36.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(13033,'5500','41602158127','2020-10-08 15:19:22',211.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13034,'1000','41602159668','2020-10-08 15:29:59',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13035,'4000','41602159668','2020-10-08 15:29:59',NULL,25.00,'','4','1','Good sold','1','','sales','177','','No',NULL,NULL,''),(13036,'1110','41602159668','2020-10-08 15:29:59',NULL,22.50,'','4','1','Inventory sold','1','','sales','177','','No',NULL,NULL,''),(13037,'5500','41602159668','2020-10-08 15:29:59',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13038,'1000','41602160968','2020-10-08 16:22:11',215.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13039,'4000','41602160968','2020-10-08 16:22:11',NULL,130.00,'','4','1','Good sold','1','','sales','5449000180247','','No',NULL,NULL,''),(13040,'4000','41602160968','2020-10-08 16:22:11',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(13041,'4000','41602160968','2020-10-08 16:22:11',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13042,'4000','41602160968','2020-10-08 16:22:11',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(13043,'1110','41602160968','2020-10-08 16:22:11',NULL,117.00,'','4','1','Inventory sold','1','','sales','5449000180247','','No',NULL,NULL,''),(13044,'1110','41602160968','2020-10-08 16:22:11',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(13045,'1110','41602160968','2020-10-08 16:22:11',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13046,'1110','41602160968','2020-10-08 16:22:11',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(13047,'5500','41602160968','2020-10-08 16:22:11',190.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13048,'1000','41602163355','2020-10-08 16:30:50',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13049,'4000','41602163355','2020-10-08 16:30:50',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(13050,'4000','41602163355','2020-10-08 16:30:50',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(13051,'1110','41602163355','2020-10-08 16:30:50',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(13052,'1110','41602163355','2020-10-08 16:30:50',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(13053,'5500','41602163355','2020-10-08 16:30:50',140.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13054,'1000','41602163852','2020-10-08 16:32:59',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13055,'4000','41602163852','2020-10-08 16:32:59',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(13056,'1110','41602163852','2020-10-08 16:32:59',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(13057,'5500','41602163852','2020-10-08 16:32:59',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13058,'1000','41602164060','2020-10-08 16:36:26',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13059,'4000','41602164060','2020-10-08 16:36:26',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(13060,'1110','41602164060','2020-10-08 16:36:26',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(13061,'5500','41602164060','2020-10-08 16:36:26',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13062,'1000','41602164192','2020-10-08 16:39:37',195.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13063,'4000','41602164192','2020-10-08 16:39:37',NULL,65.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(13064,'4000','41602164192','2020-10-08 16:39:37',NULL,130.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(13065,'1110','41602164192','2020-10-08 16:39:37',NULL,58.50,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(13066,'1110','41602164192','2020-10-08 16:39:37',NULL,117.00,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(13067,'5500','41602164192','2020-10-08 16:39:37',175.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13068,'1000','41602164388','2020-10-08 16:41:05',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13069,'4000','41602164388','2020-10-08 16:41:05',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(13070,'1110','41602164388','2020-10-08 16:41:05',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(13071,'5500','41602164388','2020-10-08 16:41:05',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13072,'1000','41602164476','2020-10-08 16:41:58',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13073,'4000','41602164476','2020-10-08 16:41:58',NULL,45.00,'','4','1','Good sold','1','','sales','6161106610716','','No',NULL,NULL,''),(13074,'4000','41602164476','2020-10-08 16:41:58',NULL,85.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(13075,'1110','41602164476','2020-10-08 16:41:58',NULL,40.50,'','4','1','Inventory sold','1','','sales','6161106610716','','No',NULL,NULL,''),(13076,'1110','41602164476','2020-10-08 16:41:58',NULL,76.50,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(13077,'5500','41602164476','2020-10-08 16:41:58',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13078,'1000','41602164541','2020-10-08 16:59:39',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13079,'4000','41602164541','2020-10-08 16:59:39',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(13080,'1110','41602164541','2020-10-08 16:59:39',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(13081,'5500','41602164541','2020-10-08 16:59:39',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13082,'1000','41602165588','2020-10-08 17:52:45',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13083,'4000','41602165588','2020-10-08 17:52:45',NULL,50.00,'','4','1','Good sold','1','','sales','6161107772208','','No',NULL,NULL,''),(13084,'1110','41602165588','2020-10-08 17:52:45',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161107772208','','No',NULL,NULL,''),(13085,'5500','41602165588','2020-10-08 17:52:45',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13086,'1110','71602168031','2020-10-08 17:40:00',2720.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','123','','No',NULL,NULL,''),(13087,'1110','71602168031','2020-10-08 17:40:00',1290.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','6161102170023','','No',NULL,NULL,''),(13088,'1110','71602168031','2020-10-08 17:40:00',2569.92,NULL,'','7','1','Inventory Purchased','1','19','Purchases','6009627050010','','No',NULL,NULL,''),(13089,'1110','71602168031','2020-10-08 17:40:00',180.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','32','','No',NULL,NULL,''),(13090,'1110','71602168031','2020-10-08 17:40:00',243.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','30','','No',NULL,NULL,''),(13091,'1110','71602168031','2020-10-08 17:40:00',648.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','16','','No',NULL,NULL,''),(13092,'1110','71602168031','2020-10-08 17:40:00',45.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','33','','No',NULL,NULL,''),(13093,'1110','71602168031','2020-10-08 17:40:00',540.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','68','','No',NULL,NULL,''),(13094,'1110','71602168031','2020-10-08 17:40:00',378.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','95','','No',NULL,NULL,''),(13095,'1110','71602168031','2020-10-08 17:40:00',378.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','94','','No',NULL,NULL,''),(13096,'1110','71602168031','2020-10-08 17:40:00',324.99,NULL,'','7','1','Inventory Purchased','1','19','Purchases','5449000180292','','No',NULL,NULL,''),(13097,'1110','71602168031','2020-10-08 17:40:00',819.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','5449000180247','','No',NULL,NULL,''),(13098,'1110','71602168031','2020-10-08 17:40:00',234.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','171','','No',NULL,NULL,''),(13099,'1110','71602168031','2020-10-08 17:40:00',396.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','79','','No',NULL,NULL,''),(13100,'1110','71602168031','2020-10-08 17:40:00',297.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','77','','No',NULL,NULL,''),(13101,'1110','71602168031','2020-10-08 17:40:00',297.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','80','','No',NULL,NULL,''),(13102,'1110','71602168031','2020-10-08 17:40:00',198.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','78','','No',NULL,NULL,''),(13103,'1110','71602168031','2020-10-08 17:40:00',306.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','73','','No',NULL,NULL,''),(13104,'1110','71602168031','2020-10-08 17:40:00',153.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','76','','No',NULL,NULL,''),(13105,'1110','71602168031','2020-10-08 17:40:00',306.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','74','','No',NULL,NULL,''),(13106,'1110','71602168031','2020-10-08 17:40:00',153.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','170','','No',NULL,NULL,''),(13107,'1110','71602168031','2020-10-08 17:40:00',360.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','174','','No',NULL,NULL,''),(13108,'1110','71602168031','2020-10-08 17:40:00',184.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','497','','No',NULL,NULL,''),(13109,'1110','71602168031','2020-10-08 17:40:00',475.00,NULL,'','7','1','Inventory Purchased','1','19','Purchases','496','','No',NULL,NULL,''),(13110,'2130','71602168031','2020-10-08 17:40:00',NULL,13494.91,'','7','1','Account payable for inventory','1','19','Purchases','','','No',NULL,NULL,''),(13111,'1000','41602168768','2020-10-08 18:28:54',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13112,'4000','41602168768','2020-10-08 18:28:54',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13113,'4000','41602168768','2020-10-08 18:28:54',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(13114,'4000','41602168768','2020-10-08 18:28:54',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(13115,'1110','41602168768','2020-10-08 18:28:54',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13116,'1110','41602168768','2020-10-08 18:28:54',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(13117,'1110','41602168768','2020-10-08 18:28:54',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(13118,'5500','41602168768','2020-10-08 18:28:54',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13119,'1000','41602170937','2020-10-08 18:38:26',450.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13120,'4000','41602170937','2020-10-08 18:38:26',NULL,170.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13121,'4000','41602170937','2020-10-08 18:38:26',NULL,110.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(13122,'4000','41602170937','2020-10-08 18:38:26',NULL,170.00,'','4','1','Good sold','1','','sales','170','','No',NULL,NULL,''),(13123,'1110','41602170937','2020-10-08 18:38:26',NULL,153.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(13124,'1110','41602170937','2020-10-08 18:38:26',NULL,99.00,'','4','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(13125,'1110','41602170937','2020-10-08 18:38:26',NULL,153.00,'','4','1','Inventory sold','1','','sales','170','','No',NULL,NULL,''),(13126,'5500','41602170937','2020-10-08 18:38:26',405.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13127,'1000','41602171513','2020-10-08 19:02:56',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13128,'4000','41602171513','2020-10-08 19:02:56',NULL,70.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(13129,'1110','41602171513','2020-10-08 19:02:56',NULL,63.00,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(13130,'5500','41602171513','2020-10-08 19:02:56',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13131,'1000','41602172979','2020-10-08 19:05:27',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13132,'4000','41602172979','2020-10-08 19:05:27',NULL,100.00,'','4','1','Good sold','1','','sales','6161100762473','','No',NULL,NULL,''),(13133,'1110','41602172979','2020-10-08 19:05:27',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161100762473','','No',NULL,NULL,''),(13134,'5500','41602172979','2020-10-08 19:05:27',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13135,'1000','41602173275','2020-10-08 19:11:56',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13136,'4000','41602173275','2020-10-08 19:11:56',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(13137,'1110','41602173275','2020-10-08 19:11:56',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(13138,'5500','41602173275','2020-10-08 19:11:56',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13139,'1000','41602173608','2020-10-08 19:20:21',155.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13140,'4000','41602173608','2020-10-08 19:20:21',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(13141,'4000','41602173608','2020-10-08 19:20:21',NULL,100.00,'','4','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(13142,'1110','41602173608','2020-10-08 19:20:21',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(13143,'1110','41602173608','2020-10-08 19:20:21',NULL,90.00,'','4','1','Inventory sold','1','','sales','69','','No',NULL,NULL,''),(13144,'5500','41602173608','2020-10-08 19:20:21',139.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13145,'1000','41602174023','2020-10-08 19:38:35',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13146,'4000','41602174023','2020-10-08 19:38:35',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(13147,'1110','41602174023','2020-10-08 19:38:35',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(13148,'5500','41602174023','2020-10-08 19:38:35',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13149,'1000','41602176796','2020-10-08 20:07:58',185.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13150,'4000','41602176796','2020-10-08 20:07:58',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440030','','No',NULL,NULL,''),(13151,'4000','41602176796','2020-10-08 20:07:58',NULL,100.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(13152,'1110','41602176796','2020-10-08 20:07:58',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440030','','No',NULL,NULL,''),(13153,'1110','41602176796','2020-10-08 20:07:58',NULL,90.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(13154,'5500','41602176796','2020-10-08 20:07:58',166.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13155,'1000','41602176953','2020-10-08 20:29:39',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13156,'4000','41602176953','2020-10-08 20:29:39',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(13157,'1110','41602176953','2020-10-08 20:29:39',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(13158,'5564','41602176953','2020-10-08 20:29:39',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13159,'1000','41602178186','2020-10-08 20:30:47',325.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13160,'4000','41602178186','2020-10-08 20:30:47',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(13161,'4000','41602178186','2020-10-08 20:30:47',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440030','','No',NULL,NULL,''),(13162,'4000','41602178186','2020-10-08 20:30:47',NULL,70.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(13163,'4000','41602178186','2020-10-08 20:30:47',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(13164,'4000','41602178186','2020-10-08 20:30:47',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(13165,'1110','41602178186','2020-10-08 20:30:47',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(13166,'1110','41602178186','2020-10-08 20:30:47',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440030','','No',NULL,NULL,''),(13167,'1110','41602178186','2020-10-08 20:30:47',NULL,63.00,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(13168,'1110','41602178186','2020-10-08 20:30:47',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(13169,'1110','41602178186','2020-10-08 20:30:47',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(13170,'5500','41602178186','2020-10-08 20:30:47',292.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13171,'1000','41602225169','2020-10-09 09:33:05',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13172,'4000','41602225169','2020-10-09 09:33:05',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(13173,'1110','41602225169','2020-10-09 09:33:05',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(13174,'5500','41602225169','2020-10-09 09:33:05',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13175,'1000','41602225796','2020-10-09 09:52:29',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13176,'4000','41602225796','2020-10-09 09:52:29',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13177,'1110','41602225796','2020-10-09 09:52:29',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13178,'5500','41602225796','2020-10-09 09:52:29',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13179,'1000','41602226353','2020-10-09 09:59:53',260.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13180,'4000','41602226353','2020-10-09 09:59:53',NULL,250.00,'','4','1','Good sold','1','','sales','6161109724038','','No',NULL,NULL,''),(13181,'4000','41602226353','2020-10-09 09:59:53',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(13182,'1110','41602226353','2020-10-09 09:59:53',NULL,225.00,'','4','1','Inventory sold','1','','sales','6161109724038','','No',NULL,NULL,''),(13183,'1110','41602226353','2020-10-09 09:59:53',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(13184,'5500','41602226353','2020-10-09 09:59:53',234.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13185,'1000','41602226799','2020-10-09 10:09:35',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13186,'4000','41602226799','2020-10-09 10:09:35',NULL,15.00,'','4','1','Good sold','1','','sales','6164004611175','','No',NULL,NULL,''),(13187,'1110','41602226799','2020-10-09 10:09:35',NULL,13.50,'','4','1','Inventory sold','1','','sales','6164004611175','','No',NULL,NULL,''),(13188,'5500','41602226799','2020-10-09 10:09:35',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13189,'1000','41602227377','2020-10-09 10:12:31',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13190,'4000','41602227377','2020-10-09 10:12:31',NULL,60.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(13191,'4000','41602227377','2020-10-09 10:12:31',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(13192,'1110','41602227377','2020-10-09 10:12:31',NULL,50.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(13193,'1110','41602227377','2020-10-09 10:12:31',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(13194,'5500','41602227377','2020-10-09 10:12:31',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13195,'1000','41602229179','2020-10-09 10:40:19',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13196,'4000','41602229179','2020-10-09 10:40:19',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440078','','No',NULL,NULL,''),(13197,'1110','41602229179','2020-10-09 10:40:19',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440078','','No',NULL,NULL,''),(13198,'5500','41602229179','2020-10-09 10:40:19',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13199,'1000','41602229234','2020-10-09 11:10:14',95.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13200,'4000','41602229234','2020-10-09 11:10:14',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(13201,'4000','41602229234','2020-10-09 11:10:14',NULL,25.00,'','4','1','Good sold','1','','sales','6164004554199','','No',NULL,NULL,''),(13202,'4000','41602229234','2020-10-09 11:10:14',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(13203,'1110','41602229234','2020-10-09 11:10:14',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(13204,'1110','41602229234','2020-10-09 11:10:14',NULL,22.50,'','4','1','Inventory sold','1','','sales','6164004554199','','No',NULL,NULL,''),(13205,'1110','41602229234','2020-10-09 11:10:14',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(13206,'5500','41602229234','2020-10-09 11:10:14',82.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13207,'1000','41602231020','2020-10-09 11:11:41',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13208,'4000','41602231020','2020-10-09 11:11:41',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(13209,'1110','41602231020','2020-10-09 11:11:41',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(13210,'5500','41602231020','2020-10-09 11:11:41',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13211,'1000','41602231111','2020-10-09 11:34:05',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13212,'4000','41602231111','2020-10-09 11:34:05',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(13213,'4000','41602231111','2020-10-09 11:34:05',NULL,20.00,'','4','1','Good sold','1','','sales','6161101280013','','No',NULL,NULL,''),(13214,'4000','41602231111','2020-10-09 11:34:05',NULL,25.00,'','4','1','Good sold','1','','sales','6164004554199','','No',NULL,NULL,''),(13215,'4000','41602231111','2020-10-09 11:34:05',NULL,15.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(13216,'1110','41602231111','2020-10-09 11:34:05',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(13217,'1110','41602231111','2020-10-09 11:34:05',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161101280013','','No',NULL,NULL,''),(13218,'1110','41602231111','2020-10-09 11:34:05',NULL,22.50,'','4','1','Inventory sold','1','','sales','6164004554199','','No',NULL,NULL,''),(13219,'1110','41602231111','2020-10-09 11:34:05',NULL,10.20,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(13220,'5500','41602231111','2020-10-09 11:34:05',73.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13221,'1000','41602232449','2020-10-09 11:37:24',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13222,'4000','41602232449','2020-10-09 11:37:24',NULL,10.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(13223,'4000','41602232449','2020-10-09 11:37:24',NULL,10.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(13224,'1110','41602232449','2020-10-09 11:37:24',NULL,9.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(13225,'1110','41602232449','2020-10-09 11:37:24',NULL,8.34,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(13226,'5500','41602232449','2020-10-09 11:37:24',17.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13227,'1000','41602232647','2020-10-09 11:46:44',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13228,'4000','41602232647','2020-10-09 11:46:44',NULL,20.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(13229,'1110','41602232647','2020-10-09 11:46:44',NULL,13.32,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(13230,'5500','41602232647','2020-10-09 11:46:44',13.32,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13231,'1000','41602233241','2020-10-09 12:02:06',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13232,'4000','41602233241','2020-10-09 12:02:06',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(13233,'4000','41602233241','2020-10-09 12:02:06',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(13234,'1110','41602233241','2020-10-09 12:02:06',NULL,135.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(13235,'1110','41602233241','2020-10-09 12:02:06',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(13236,'5500','41602233241','2020-10-09 12:02:06',152.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13237,'1000','41602234133','2020-10-09 12:21:31',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13238,'4000','41602234133','2020-10-09 12:21:31',NULL,160.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(13239,'1110','41602234133','2020-10-09 12:21:31',NULL,144.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(13240,'5500','41602234133','2020-10-09 12:21:31',144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13241,'1000','41602235311','2020-10-09 12:22:54',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13242,'4000','41602235311','2020-10-09 12:22:54',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(13243,'4000','41602235311','2020-10-09 12:22:54',NULL,65.00,'','4','1','Good sold','1','','sales','144','','No',NULL,NULL,''),(13244,'1110','41602235311','2020-10-09 12:22:54',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(13245,'1110','41602235311','2020-10-09 12:22:54',NULL,58.50,'','4','1','Inventory sold','1','','sales','144','','No',NULL,NULL,''),(13246,'5500','41602235311','2020-10-09 12:22:54',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13247,'1000','41602235378','2020-10-09 12:48:46',225.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13248,'4000','41602235378','2020-10-09 12:48:46',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(13249,'4000','41602235378','2020-10-09 12:48:46',NULL,160.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(13250,'4000','41602235378','2020-10-09 12:48:46',NULL,40.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(13251,'1110','41602235378','2020-10-09 12:48:46',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(13252,'1110','41602235378','2020-10-09 12:48:46',NULL,144.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(13253,'1110','41602235378','2020-10-09 12:48:46',NULL,30.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(13254,'5500','41602235378','2020-10-09 12:48:46',196.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13255,'1000','41602236932','2020-10-09 13:13:49',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13256,'4000','41602236932','2020-10-09 13:13:49',NULL,50.00,'','4','1','Good sold','1','','sales','507','','No',NULL,NULL,''),(13257,'1110','41602236932','2020-10-09 13:13:49',NULL,35.42,'','4','1','Inventory sold','1','','sales','507','','No',NULL,NULL,''),(13258,'5500','41602236932','2020-10-09 13:13:49',35.42,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13259,'1000','41602242131','2020-10-09 14:26:42',220.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13260,'4000','41602242131','2020-10-09 14:26:42',NULL,170.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(13261,'4000','41602242131','2020-10-09 14:26:42',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(13262,'1110','41602242131','2020-10-09 14:26:42',NULL,153.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(13263,'1110','41602242131','2020-10-09 14:26:42',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(13264,'5500','41602242131','2020-10-09 14:26:42',198.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13265,'1000','41602242805','2020-10-09 14:40:07',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13266,'4000','41602242805','2020-10-09 14:40:07',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033186','','No',NULL,NULL,''),(13267,'1110','41602242805','2020-10-09 14:40:07',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033186','','No',NULL,NULL,''),(13268,'5500','41602242805','2020-10-09 14:40:07',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13269,'1000','41602243621','2020-10-09 14:56:47',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13270,'4000','41602243621','2020-10-09 14:56:47',NULL,30.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13271,'1110','41602243621','2020-10-09 14:56:47',NULL,27.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(13272,'5500','41602243621','2020-10-09 14:56:47',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13273,'1000','41602244610','2020-10-09 15:04:48',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13274,'4000','41602244610','2020-10-09 15:04:48',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(13275,'1110','41602244610','2020-10-09 15:04:48',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(13276,'5500','41602244610','2020-10-09 15:04:48',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13277,'1000','41602245104','2020-10-09 15:28:43',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13278,'4000','41602245104','2020-10-09 15:28:43',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13279,'4000','41602245104','2020-10-09 15:28:43',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(13280,'1110','41602245104','2020-10-09 15:28:43',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13281,'1110','41602245104','2020-10-09 15:28:43',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(13282,'5500','41602245104','2020-10-09 15:28:43',32.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13283,'1000','41602246529','2020-10-09 16:15:20',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13284,'4000','41602246529','2020-10-09 16:15:20',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(13285,'1110','41602246529','2020-10-09 16:15:20',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(13286,'5500','41602246529','2020-10-09 16:15:20',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13287,'1000','41602250583','2020-10-09 16:36:59',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13288,'4000','41602250583','2020-10-09 16:36:59',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(13289,'4000','41602250583','2020-10-09 16:36:59',NULL,10.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(13290,'4000','41602250583','2020-10-09 16:36:59',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(13291,'1110','41602250583','2020-10-09 16:36:59',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(13292,'1110','41602250583','2020-10-09 16:36:59',NULL,8.34,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(13293,'1110','41602250583','2020-10-09 16:36:59',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(13294,'5500','41602250583','2020-10-09 16:36:59',15.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13295,'1000','41602250633','2020-10-09 16:38:21',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13296,'4000','41602250633','2020-10-09 16:38:21',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(13297,'1110','41602250633','2020-10-09 16:38:21',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(13298,'5500','41602250633','2020-10-09 16:38:21',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13299,'1000','41602250704','2020-10-09 17:12:19',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13300,'4000','41602250704','2020-10-09 17:12:19',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(13301,'1110','41602250704','2020-10-09 17:12:19',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(13302,'5500','41602250704','2020-10-09 17:12:19',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13303,'1000','41602252742','2020-10-09 17:26:55',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13304,'4000','41602252742','2020-10-09 17:26:55',NULL,20.00,'','4','1','Good sold','1','','sales','6161100041240','','No',NULL,NULL,''),(13305,'1110','41602252742','2020-10-09 17:26:55',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100041240','','No',NULL,NULL,''),(13306,'5500','41602252742','2020-10-09 17:26:55',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13307,'1000','41602253621','2020-10-09 17:39:19',375.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13308,'4000','41602253621','2020-10-09 17:39:19',NULL,60.00,'','4','1','Good sold','1','','sales','6161101000833','','No',NULL,NULL,''),(13309,'4000','41602253621','2020-10-09 17:39:19',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440030','','No',NULL,NULL,''),(13310,'4000','41602253621','2020-10-09 17:39:19',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(13311,'4000','41602253621','2020-10-09 17:39:19',NULL,40.00,'','4','1','Good sold','1','','sales','8901719903465','','No',NULL,NULL,''),(13312,'4000','41602253621','2020-10-09 17:39:19',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13313,'4000','41602253621','2020-10-09 17:39:19',NULL,15.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(13314,'4000','41602253621','2020-10-09 17:39:19',NULL,55.00,'','4','1','Good sold','1','','sales','6008459000507','','No',NULL,NULL,''),(13315,'4000','41602253621','2020-10-09 17:39:19',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(13316,'1110','41602253621','2020-10-09 17:39:19',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161101000833','','No',NULL,NULL,''),(13317,'1110','41602253621','2020-10-09 17:39:19',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440030','','No',NULL,NULL,''),(13318,'1110','41602253621','2020-10-09 17:39:19',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(13319,'1110','41602253621','2020-10-09 17:39:19',NULL,36.00,'','4','1','Inventory sold','1','','sales','8901719903465','','No',NULL,NULL,''),(13320,'1110','41602253621','2020-10-09 17:39:19',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(13321,'1110','41602253621','2020-10-09 17:39:19',NULL,10.20,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(13322,'1110','41602253621','2020-10-09 17:39:19',NULL,40.83,'','4','1','Inventory sold','1','','sales','6008459000507','','No',NULL,NULL,''),(13323,'1110','41602253621','2020-10-09 17:39:19',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(13324,'5500','41602253621','2020-10-09 17:39:19',320.03,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13325,'1000','41602254421','2020-10-09 17:41:46',89.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13326,'4000','41602254421','2020-10-09 17:41:46',NULL,24.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(13327,'4000','41602254421','2020-10-09 17:41:46',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(13328,'1110','41602254421','2020-10-09 17:41:46',NULL,20.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(13329,'1110','41602254421','2020-10-09 17:41:46',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(13330,'5500','41602254421','2020-10-09 17:41:46',78.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13331,'1000','41602254528','2020-10-09 17:43:11',52.50,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13332,'4000','41602254528','2020-10-09 17:43:11',NULL,52.50,'','4','1','Good sold','1','','sales','512','','No',NULL,NULL,''),(13333,'1110','41602254528','2020-10-09 17:43:11',NULL,46.00,'','4','1','Inventory sold','1','','sales','512','','No',NULL,NULL,''),(13334,'5500','41602254528','2020-10-09 17:43:11',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13335,'1000','41602254605','2020-10-09 17:51:11',3.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13336,'4000','41602254605','2020-10-09 17:51:11',NULL,3.00,'','4','1','Good sold','1','','sales','502','','No',NULL,NULL,''),(13337,'1110','41602254605','2020-10-09 17:51:11',NULL,2.64,'','4','1','Inventory sold','1','','sales','502','','No',NULL,NULL,''),(13338,'5500','41602254605','2020-10-09 17:51:11',2.64,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13339,'1000','41602255074','2020-10-09 17:55:49',190.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13340,'4000','41602255074','2020-10-09 17:55:49',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033223','','No',NULL,NULL,''),(13341,'4000','41602255074','2020-10-09 17:55:49',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13342,'1110','41602255074','2020-10-09 17:55:49',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033223','','No',NULL,NULL,''),(13343,'1110','41602255074','2020-10-09 17:55:49',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13344,'5500','41602255074','2020-10-09 17:55:49',171.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13345,'1000','41602255354','2020-10-09 18:00:10',112.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13346,'4000','41602255354','2020-10-09 18:00:10',NULL,12.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(13347,'4000','41602255354','2020-10-09 18:00:10',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(13348,'1110','41602255354','2020-10-09 18:00:10',NULL,8.40,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(13349,'1110','41602255354','2020-10-09 18:00:10',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(13350,'5500','41602255354','2020-10-09 18:00:10',103.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13351,'1000','41602255612','2020-10-09 18:01:45',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13352,'4000','41602255612','2020-10-09 18:01:45',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(13353,'1110','41602255612','2020-10-09 18:01:45',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(13354,'5500','41602255612','2020-10-09 18:01:45',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13355,'1000','41602255719','2020-10-09 18:06:47',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13356,'4000','41602255719','2020-10-09 18:06:47',NULL,25.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(13357,'4000','41602255719','2020-10-09 18:06:47',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(13358,'1110','41602255719','2020-10-09 18:06:47',NULL,22.50,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(13359,'1110','41602255719','2020-10-09 18:06:47',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(13360,'5500','41602255719','2020-10-09 18:06:47',67.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13361,'1000','41602256017','2020-10-09 18:31:47',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13362,'4000','41602256017','2020-10-09 18:31:47',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000901','','No',NULL,NULL,''),(13363,'1110','41602256017','2020-10-09 18:31:47',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000901','','No',NULL,NULL,''),(13364,'5500','41602256017','2020-10-09 18:31:47',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13365,'1000','41602257557','2020-10-09 18:35:52',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13366,'4000','41602257557','2020-10-09 18:35:52',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(13367,'1110','41602257557','2020-10-09 18:35:52',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(13368,'5500','41602257557','2020-10-09 18:35:52',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13369,'1000','41602257899','2020-10-09 18:40:54',295.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13370,'4000','41602257899','2020-10-09 18:40:54',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13371,'4000','41602257899','2020-10-09 18:40:54',NULL,170.00,'','4','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(13372,'4000','41602257899','2020-10-09 18:40:54',NULL,110.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(13373,'1110','41602257899','2020-10-09 18:40:54',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(13374,'1110','41602257899','2020-10-09 18:40:54',NULL,153.00,'','4','1','Inventory sold','1','','sales','76','','No',NULL,NULL,''),(13375,'1110','41602257899','2020-10-09 18:40:54',NULL,99.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(13376,'5500','41602257899','2020-10-09 18:40:54',265.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13377,'1000','41602258083','2020-10-09 18:49:35',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13378,'4000','41602258083','2020-10-09 18:49:35',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13379,'1110','41602258083','2020-10-09 18:49:35',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13380,'5500','41602258083','2020-10-09 18:49:35',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13381,'1110','71602258617','2020-10-09 18:50:00',378.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6161101000895','','No',NULL,NULL,''),(13382,'1110','71602258617','2020-10-09 18:50:00',378.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6161101000901','','No',NULL,NULL,''),(13383,'1110','71602258617','2020-10-09 18:50:00',216.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6161101000833','','No',NULL,NULL,''),(13384,'1110','71602258617','2020-10-09 18:50:00',324.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6161101000840','','No',NULL,NULL,''),(13385,'1110','71602258617','2020-10-09 18:50:00',180.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','616400033506','','No',NULL,NULL,''),(13386,'1110','71602258617','2020-10-09 18:50:00',189.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6164000033230','','No',NULL,NULL,''),(13387,'1110','71602258617','2020-10-09 18:50:00',189.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6164000033070','','No',NULL,NULL,''),(13388,'1110','71602258617','2020-10-09 18:50:00',475.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','492','','No',NULL,NULL,''),(13389,'1110','71602258617','2020-10-09 18:50:00',150.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','494','','No',NULL,NULL,''),(13390,'2130','71602258617','2020-10-09 18:50:00',NULL,2479.00,'','7','1','Account payable for inventory','1','8','Purchases','','','No',NULL,NULL,''),(13391,'1000','41602258593','2020-10-09 18:58:21',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13392,'4000','41602258593','2020-10-09 18:58:21',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(13393,'1110','41602258593','2020-10-09 18:58:21',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(13394,'5500','41602258593','2020-10-09 18:58:21',6.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13395,'1000','41602259106','2020-10-09 19:06:29',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13396,'4000','41602259106','2020-10-09 19:06:29',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13397,'1110','41602259106','2020-10-09 19:06:29',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13398,'5500','41602259106','2020-10-09 19:06:29',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13399,'1000','41602259593','2020-10-09 19:08:17',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13400,'4000','41602259593','2020-10-09 19:08:17',NULL,60.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(13401,'1110','41602259593','2020-10-09 19:08:17',NULL,54.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(13402,'5500','41602259593','2020-10-09 19:08:17',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13403,'1000','41602259701','2020-10-09 19:09:41',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13404,'4000','41602259701','2020-10-09 19:09:41',NULL,35.00,'','4','1','Good sold','1','','sales','6161100950825','','No',NULL,NULL,''),(13405,'1110','41602259701','2020-10-09 19:09:41',NULL,31.50,'','4','1','Inventory sold','1','','sales','6161100950825','','No',NULL,NULL,''),(13406,'5500','41602259701','2020-10-09 19:09:41',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13407,'1000','41602259783','2020-10-09 19:10:04',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13408,'4000','41602259783','2020-10-09 19:10:04',NULL,50.00,'','4','1','Good sold','1','','sales','6161107772208','','No',NULL,NULL,''),(13409,'1110','41602259783','2020-10-09 19:10:04',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161107772208','','No',NULL,NULL,''),(13410,'5500','41602259783','2020-10-09 19:10:04',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13411,'1000','41602259831','2020-10-09 19:12:45',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13412,'4000','41602259831','2020-10-09 19:12:45',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(13413,'1110','41602259831','2020-10-09 19:12:45',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(13414,'5500','41602259831','2020-10-09 19:12:45',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13415,'1000','41602259967','2020-10-09 19:15:46',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13416,'4000','41602259967','2020-10-09 19:15:46',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(13417,'4000','41602259967','2020-10-09 19:15:46',NULL,40.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(13418,'1110','41602259967','2020-10-09 19:15:46',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(13419,'1110','41602259967','2020-10-09 19:15:46',NULL,30.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(13420,'5500','41602259967','2020-10-09 19:15:46',87.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13421,'1000','41602260160','2020-10-09 19:18:11',165.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13422,'4000','41602260160','2020-10-09 19:18:11',NULL,110.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(13423,'4000','41602260160','2020-10-09 19:18:11',NULL,55.00,'','4','1','Good sold','1','','sales','6008459000507','','No',NULL,NULL,''),(13424,'1110','41602260160','2020-10-09 19:18:11',NULL,99.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(13425,'1110','41602260160','2020-10-09 19:18:11',NULL,40.83,'','4','1','Inventory sold','1','','sales','6008459000507','','No',NULL,NULL,''),(13426,'5500','41602260160','2020-10-09 19:18:11',139.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13427,'4000','41602259967','2020-10-09 19:18:32',40.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(13428,'1000','41602259967','2020-10-09 19:18:32',NULL,40.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(13429,'5500','41602259967','2020-10-09 19:18:32',NULL,30.00,'','4','1','Cost of goods returned','1','','sales','174','','No',NULL,NULL,''),(13430,'1110','41602259967','2020-10-09 19:18:32',30.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13431,'1000','41602260328','2020-10-09 19:19:02',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13432,'4000','41602260328','2020-10-09 19:19:02',NULL,20.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(13433,'1110','41602260328','2020-10-09 19:19:02',NULL,15.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(13434,'5500','41602260328','2020-10-09 19:19:02',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13435,'1000','41602260635','2020-10-09 19:35:21',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13436,'4000','41602260635','2020-10-09 19:35:21',NULL,25.00,'','4','1','Good sold','1','','sales','173','','No',NULL,NULL,''),(13437,'1110','41602260635','2020-10-09 19:35:21',NULL,22.50,'','4','1','Inventory sold','1','','sales','173','','No',NULL,NULL,''),(13438,'5500','41602260635','2020-10-09 19:35:21',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13439,'1000','41602261469','2020-10-09 19:40:35',165.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13440,'4000','41602261469','2020-10-09 19:40:35',NULL,165.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(13441,'1110','41602261469','2020-10-09 19:40:35',NULL,148.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(13442,'5500','41602261469','2020-10-09 19:40:35',148.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13443,'1000','41602261727','2020-10-09 19:55:12',860.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13444,'4000','41602261727','2020-10-09 19:55:12',NULL,510.00,'','4','1','Good sold','1','','sales','6161106610242','','No',NULL,NULL,''),(13445,'4000','41602261727','2020-10-09 19:55:12',NULL,230.00,'','4','1','Good sold','1','','sales','57','','No',NULL,NULL,''),(13446,'4000','41602261727','2020-10-09 19:55:12',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(13447,'1110','41602261727','2020-10-09 19:55:12',NULL,452.50,'','4','1','Inventory sold','1','','sales','6161106610242','','No',NULL,NULL,''),(13448,'1110','41602261727','2020-10-09 19:55:12',NULL,207.00,'','4','1','Inventory sold','1','','sales','57','','No',NULL,NULL,''),(13449,'1110','41602261727','2020-10-09 19:55:12',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(13450,'5500','41602261727','2020-10-09 19:55:12',752.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13451,'1000','41602262554','2020-10-09 20:05:52',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13452,'4000','41602262554','2020-10-09 20:05:52',NULL,50.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(13453,'1110','41602262554','2020-10-09 20:05:52',NULL,45.00,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(13454,'5500','41602262554','2020-10-09 20:05:52',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13455,'1000','41602263161','2020-10-09 20:24:48',330.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13456,'4000','41602263161','2020-10-09 20:24:48',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033209','','No',NULL,NULL,''),(13457,'4000','41602263161','2020-10-09 20:24:48',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033223','','No',NULL,NULL,''),(13458,'4000','41602263161','2020-10-09 20:24:48',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033230','','No',NULL,NULL,''),(13459,'1110','41602263161','2020-10-09 20:24:48',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033209','','No',NULL,NULL,''),(13460,'1110','41602263161','2020-10-09 20:24:48',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033223','','No',NULL,NULL,''),(13461,'1110','41602263161','2020-10-09 20:24:48',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033230','','No',NULL,NULL,''),(13462,'5500','41602263161','2020-10-09 20:24:48',297.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13463,'1000','41602264301','2020-10-09 20:34:20',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13464,'4000','41602264301','2020-10-09 20:34:20',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000901','','No',NULL,NULL,''),(13465,'1110','41602264301','2020-10-09 20:34:20',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000901','','No',NULL,NULL,''),(13466,'5500','41602264301','2020-10-09 20:34:20',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13467,'1000','41602264972','2020-10-09 20:36:23',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13468,'4000','41602264972','2020-10-09 20:36:23',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033209','','No',NULL,NULL,''),(13469,'1110','41602264972','2020-10-09 20:36:23',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033209','','No',NULL,NULL,''),(13470,'5500','41602264972','2020-10-09 20:36:23',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13471,'1000','41602310793','2020-10-10 09:21:20',530.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13472,'4000','41602310793','2020-10-10 09:21:20',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(13473,'4000','41602310793','2020-10-10 09:21:20',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(13474,'4000','41602310793','2020-10-10 09:21:20',NULL,20.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(13475,'4000','41602310793','2020-10-10 09:21:20',NULL,300.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(13476,'1110','41602310793','2020-10-10 09:21:20',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(13477,'1110','41602310793','2020-10-10 09:21:20',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(13478,'1110','41602310793','2020-10-10 09:21:20',NULL,13.32,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(13479,'1110','41602310793','2020-10-10 09:21:20',NULL,285.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(13480,'5500','41602310793','2020-10-10 09:21:20',472.32,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13481,'1000','41602310885','2020-10-10 09:38:36',638.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13482,'4000','41602310885','2020-10-10 09:38:36',NULL,48.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(13483,'4000','41602310885','2020-10-10 09:38:36',NULL,85.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13484,'4000','41602310885','2020-10-10 09:38:36',NULL,50.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(13485,'4000','41602310885','2020-10-10 09:38:36',NULL,220.00,'','4','1','Good sold','1','','sales','6161101661232','','No',NULL,NULL,''),(13486,'4000','41602310885','2020-10-10 09:38:36',NULL,230.00,'','4','1','Good sold','1','','sales','6164000512018','','No',NULL,NULL,''),(13487,'4000','41602310885','2020-10-10 09:38:36',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(13488,'1110','41602310885','2020-10-10 09:38:36',NULL,40.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(13489,'1110','41602310885','2020-10-10 09:38:36',NULL,76.50,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13490,'1110','41602310885','2020-10-10 09:38:36',NULL,45.00,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(13491,'1110','41602310885','2020-10-10 09:38:36',NULL,198.00,'','4','1','Inventory sold','1','','sales','6161101661232','','No',NULL,NULL,''),(13492,'1110','41602310885','2020-10-10 09:38:36',NULL,207.00,'','4','1','Inventory sold','1','','sales','6164000512018','','No',NULL,NULL,''),(13493,'1110','41602310885','2020-10-10 09:38:36',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(13494,'5500','41602310885','2020-10-10 09:38:36',569.90,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13495,'1000','41602311969','2020-10-10 09:41:04',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13496,'4000','41602311969','2020-10-10 09:41:04',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(13497,'1110','41602311969','2020-10-10 09:41:04',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(13498,'5500','41602311969','2020-10-10 09:41:04',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13504,'1000','41602312067','2020-10-10 10:31:15',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13505,'4000','41602312067','2020-10-10 10:31:15',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(13506,'1110','41602312067','2020-10-10 10:31:15',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(13507,'5500','41602312067','2020-10-10 10:31:15',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13508,'1000','41602315086','2020-10-10 10:42:42',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13509,'4000','41602315086','2020-10-10 10:42:42',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(13510,'1110','41602315086','2020-10-10 10:42:42',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(13511,'5500','41602315086','2020-10-10 10:42:42',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13512,'1000','41602315804','2020-10-10 10:49:20',128.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13513,'4000','41602315804','2020-10-10 10:49:20',NULL,48.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(13514,'4000','41602315804','2020-10-10 10:49:20',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13515,'4000','41602315804','2020-10-10 10:49:20',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(13516,'1110','41602315804','2020-10-10 10:49:20',NULL,40.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(13517,'1110','41602315804','2020-10-10 10:49:20',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13518,'1110','41602315804','2020-10-10 10:49:20',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(13519,'5500','41602315804','2020-10-10 10:49:20',112.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13520,'1000','41602316182','2020-10-10 10:59:00',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13521,'4000','41602316182','2020-10-10 10:59:00',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(13522,'1110','41602316182','2020-10-10 10:59:00',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(13523,'5500','41602316182','2020-10-10 10:59:00',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13524,'1000','41602316744','2020-10-10 11:21:22',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13525,'4000','41602316744','2020-10-10 11:21:22',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(13526,'4000','41602316744','2020-10-10 11:21:22',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(13527,'4000','41602316744','2020-10-10 11:21:22',NULL,10.00,'','4','1','Good sold','1','','sales','499','','No',NULL,NULL,''),(13528,'1110','41602316744','2020-10-10 11:21:22',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(13529,'1110','41602316744','2020-10-10 11:21:22',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(13530,'1110','41602316744','2020-10-10 11:21:22',NULL,8.00,'','4','1','Inventory sold','1','','sales','499','','No',NULL,NULL,''),(13531,'5500','41602316744','2020-10-10 11:21:22',45.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13532,'1000','41602318089','2020-10-10 11:31:44',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13533,'4000','41602318089','2020-10-10 11:31:44',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(13534,'1110','41602318089','2020-10-10 11:31:44',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(13535,'5500','41602318089','2020-10-10 11:31:44',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13536,'1000','41602318708','2020-10-10 11:36:37',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13537,'4000','41602318708','2020-10-10 11:36:37',NULL,10.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(13538,'1110','41602318708','2020-10-10 11:36:37',NULL,8.34,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(13539,'5500','41602318708','2020-10-10 11:36:37',8.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13540,'1000','41602319001','2020-10-10 11:40:38',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13541,'4000','41602319001','2020-10-10 11:40:38',NULL,10.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(13542,'1110','41602319001','2020-10-10 11:40:38',NULL,6.80,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(13543,'5500','41602319001','2020-10-10 11:40:38',6.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13550,'1000','41602319253','2020-10-10 12:08:16',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13551,'4000','41602319253','2020-10-10 12:08:16',NULL,130.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(13552,'4000','41602319253','2020-10-10 12:08:16',NULL,70.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(13553,'1110','41602319253','2020-10-10 12:08:16',NULL,117.00,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(13554,'1110','41602319253','2020-10-10 12:08:16',NULL,63.00,'','4','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(13555,'5500','41602319253','2020-10-10 12:08:16',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13556,'1000','41602320899','2020-10-10 12:13:42',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13557,'4000','41602320899','2020-10-10 12:13:42',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(13558,'4000','41602320899','2020-10-10 12:13:42',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(13559,'4000','41602320899','2020-10-10 12:13:42',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(13560,'4000','41602320899','2020-10-10 12:13:42',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(13561,'1110','41602320899','2020-10-10 12:13:42',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(13562,'1110','41602320899','2020-10-10 12:13:42',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(13563,'1110','41602320899','2020-10-10 12:13:42',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(13564,'1110','41602320899','2020-10-10 12:13:42',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(13565,'5500','41602320899','2020-10-10 12:13:42',14.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13566,'1000','41602321230','2020-10-10 12:26:02',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13567,'4000','41602321230','2020-10-10 12:26:02',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(13568,'1110','41602321230','2020-10-10 12:26:02',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(13569,'5500','41602321230','2020-10-10 12:26:02',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13570,'1000','41602321965','2020-10-10 12:42:21',140.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13571,'4000','41602321965','2020-10-10 12:42:21',NULL,100.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(13572,'4000','41602321965','2020-10-10 12:42:21',NULL,40.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(13573,'1110','41602321965','2020-10-10 12:42:21',NULL,95.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(13574,'1110','41602321965','2020-10-10 12:42:21',NULL,34.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(13575,'5500','41602321965','2020-10-10 12:42:21',129.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13576,'1000','41602322944','2020-10-10 12:57:47',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13577,'4000','41602322944','2020-10-10 12:57:47',NULL,65.00,'','4','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(13578,'1110','41602322944','2020-10-10 12:57:47',NULL,58.50,'','4','1','Inventory sold','1','','sales','84','','No',NULL,NULL,''),(13579,'5500','41602322944','2020-10-10 12:57:47',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13580,'1000','41602323870','2020-10-10 13:01:37',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13581,'4000','41602323870','2020-10-10 13:01:37',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(13582,'4000','41602323870','2020-10-10 13:01:37',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(13583,'1110','41602323870','2020-10-10 13:01:37',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(13584,'1110','41602323870','2020-10-10 13:01:37',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(13585,'5500','41602323870','2020-10-10 13:01:37',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13586,'1000','41602324100','2020-10-10 13:13:55',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13587,'4000','41602324100','2020-10-10 13:13:55',NULL,25.00,'','4','1','Good sold','1','','sales','6161100040267','','No',NULL,NULL,''),(13588,'4000','41602324100','2020-10-10 13:13:55',NULL,100.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(13589,'1110','41602324100','2020-10-10 13:13:55',NULL,22.50,'','4','1','Inventory sold','1','','sales','6161100040267','','No',NULL,NULL,''),(13590,'1110','41602324100','2020-10-10 13:13:55',NULL,90.00,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(13591,'5500','41602324100','2020-10-10 13:13:55',112.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13592,'1000','41602324969','2020-10-10 13:18:39',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13593,'4000','41602324969','2020-10-10 13:18:39',NULL,50.00,'','4','1','Good sold','1','','sales','6161107772208','','No',NULL,NULL,''),(13594,'4000','41602324969','2020-10-10 13:18:39',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(13595,'1110','41602324969','2020-10-10 13:18:39',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161107772208','','No',NULL,NULL,''),(13596,'1110','41602324969','2020-10-10 13:18:39',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(13597,'5500','41602324969','2020-10-10 13:18:39',67.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13598,'1000','41602325122','2020-10-10 13:22:18',165.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13599,'4000','41602325122','2020-10-10 13:22:18',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(13600,'4000','41602325122','2020-10-10 13:22:18',NULL,80.00,'','4','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(13601,'4000','41602325122','2020-10-10 13:22:18',NULL,25.00,'','4','1','Good sold','1','','sales','177','','No',NULL,NULL,''),(13602,'1110','41602325122','2020-10-10 13:22:18',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(13603,'1110','41602325122','2020-10-10 13:22:18',NULL,72.00,'','4','1','Inventory sold','1','','sales','92','','No',NULL,NULL,''),(13604,'1110','41602325122','2020-10-10 13:22:18',NULL,22.50,'','4','1','Inventory sold','1','','sales','177','','No',NULL,NULL,''),(13605,'5500','41602325122','2020-10-10 13:22:18',148.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13606,'1000','41602325382','2020-10-10 13:23:19',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13607,'4000','41602325382','2020-10-10 13:23:19',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13608,'4000','41602325382','2020-10-10 13:23:19',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(13609,'1110','41602325382','2020-10-10 13:23:19',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(13610,'1110','41602325382','2020-10-10 13:23:19',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(13611,'5500','41602325382','2020-10-10 13:23:19',16.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13612,'1000','41602325402','2020-10-10 13:26:20',225.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13613,'4000','41602325402','2020-10-10 13:26:20',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(13614,'4000','41602325402','2020-10-10 13:26:20',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(13615,'4000','41602325402','2020-10-10 13:26:20',NULL,55.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(13616,'1110','41602325402','2020-10-10 13:26:20',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(13617,'1110','41602325402','2020-10-10 13:26:20',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(13618,'1110','41602325402','2020-10-10 13:26:20',NULL,49.50,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(13619,'5500','41602325402','2020-10-10 13:26:20',187.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13620,'1000','41602325628','2020-10-10 13:28:29',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13621,'4000','41602325628','2020-10-10 13:28:29',NULL,40.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(13622,'4000','41602325628','2020-10-10 13:28:29',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(13623,'1110','41602325628','2020-10-10 13:28:29',NULL,36.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(13624,'1110','41602325628','2020-10-10 13:28:29',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(13625,'5500','41602325628','2020-10-10 13:28:29',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13626,'1000','41602325730','2020-10-10 13:42:06',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13627,'4000','41602325730','2020-10-10 13:42:06',NULL,50.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(13628,'1110','41602325730','2020-10-10 13:42:06',NULL,45.00,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(13629,'5500','41602325730','2020-10-10 13:42:06',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13630,'1000','41602326540','2020-10-10 13:46:33',195.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13631,'4000','41602326540','2020-10-10 13:46:33',NULL,70.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(13632,'4000','41602326540','2020-10-10 13:46:33',NULL,75.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(13633,'4000','41602326540','2020-10-10 13:46:33',NULL,50.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(13634,'1110','41602326540','2020-10-10 13:46:33',NULL,63.00,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(13635,'1110','41602326540','2020-10-10 13:46:33',NULL,67.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(13636,'1110','41602326540','2020-10-10 13:46:33',NULL,45.00,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(13637,'5500','41602326540','2020-10-10 13:46:33',175.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13638,'1000','41602326820','2020-10-10 14:09:04',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13639,'4000','41602326820','2020-10-10 14:09:04',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13640,'4000','41602326820','2020-10-10 14:09:04',NULL,25.00,'','4','1','Good sold','1','','sales','177','','No',NULL,NULL,''),(13641,'1110','41602326820','2020-10-10 14:09:04',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(13642,'1110','41602326820','2020-10-10 14:09:04',NULL,22.50,'','4','1','Inventory sold','1','','sales','177','','No',NULL,NULL,''),(13643,'5500','41602326820','2020-10-10 14:09:04',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13644,'1000','41602328154','2020-10-10 15:07:36',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13645,'4000','41602328154','2020-10-10 15:07:36',NULL,110.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(13646,'4000','41602328154','2020-10-10 15:07:36',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(13647,'1110','41602328154','2020-10-10 15:07:36',NULL,99.00,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(13648,'1110','41602328154','2020-10-10 15:07:36',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(13649,'5500','41602328154','2020-10-10 15:07:36',144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13650,'1000','41602331660','2020-10-10 15:15:07',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13651,'4000','41602331660','2020-10-10 15:15:07',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(13652,'1110','41602331660','2020-10-10 15:15:07',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(13653,'5500','41602331660','2020-10-10 15:15:07',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13654,'1000','41602332112','2020-10-10 17:14:22',570.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13655,'4000','41602332112','2020-10-10 17:14:22',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(13656,'4000','41602332112','2020-10-10 17:14:22',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033179','','No',NULL,NULL,''),(13657,'4000','41602332112','2020-10-10 17:14:22',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13658,'4000','41602332112','2020-10-10 17:14:22',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13659,'4000','41602332112','2020-10-10 17:14:22',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(13660,'4000','41602332112','2020-10-10 17:14:22',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(13661,'4000','41602332112','2020-10-10 17:14:22',NULL,65.00,'','4','1','Good sold','1','','sales','183','','No',NULL,NULL,''),(13662,'4000','41602332112','2020-10-10 17:14:22',NULL,130.00,'','4','1','Good sold','1','','sales','5449000180292','','No',NULL,NULL,''),(13663,'1110','41602332112','2020-10-10 17:14:22',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(13664,'1110','41602332112','2020-10-10 17:14:22',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033179','','No',NULL,NULL,''),(13665,'1110','41602332112','2020-10-10 17:14:22',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13666,'1110','41602332112','2020-10-10 17:14:22',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13667,'1110','41602332112','2020-10-10 17:14:22',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(13668,'1110','41602332112','2020-10-10 17:14:22',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(13669,'1110','41602332112','2020-10-10 17:14:22',NULL,58.50,'','4','1','Inventory sold','1','','sales','183','','No',NULL,NULL,''),(13670,'1110','41602332112','2020-10-10 17:14:22',NULL,108.33,'','4','1','Inventory sold','1','','sales','5449000180292','','No',NULL,NULL,''),(13671,'5500','41602332112','2020-10-10 17:14:22',504.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13672,'1000','41602339267','2020-10-10 17:26:16',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13673,'4000','41602339267','2020-10-10 17:26:16',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(13674,'1110','41602339267','2020-10-10 17:26:16',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(13675,'5500','41602339267','2020-10-10 17:26:16',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13676,'1000','41602340433','2020-10-10 17:34:02',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13677,'4000','41602340433','2020-10-10 17:34:02',NULL,50.00,'','4','1','Good sold','1','','sales','6161107772208','','No',NULL,NULL,''),(13678,'1110','41602340433','2020-10-10 17:34:02',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161107772208','','No',NULL,NULL,''),(13679,'5500','41602340433','2020-10-10 17:34:02',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13680,'1000','41602340445','2020-10-10 17:50:05',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13681,'4000','41602340445','2020-10-10 17:50:05',NULL,20.00,'','4','1','Good sold','1','','sales','5013405652717','','No',NULL,NULL,''),(13682,'1110','41602340445','2020-10-10 17:50:05',NULL,15.00,'','4','1','Inventory sold','1','','sales','5013405652717','','No',NULL,NULL,''),(13683,'5500','41602340445','2020-10-10 17:50:05',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13684,'1000','41602341409','2020-10-10 17:56:31',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13685,'4000','41602341409','2020-10-10 17:56:31',NULL,170.00,'','4','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(13686,'1110','41602341409','2020-10-10 17:56:31',NULL,153.00,'','4','1','Inventory sold','1','','sales','75','','No',NULL,NULL,''),(13687,'5500','41602341409','2020-10-10 17:56:31',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13688,'1000','41602341795','2020-10-10 17:58:39',203.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13689,'4000','41602341795','2020-10-10 17:58:39',NULL,48.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(13690,'4000','41602341795','2020-10-10 17:58:39',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(13691,'4000','41602341795','2020-10-10 17:58:39',NULL,30.00,'','4','1','Good sold','1','','sales','167','','No',NULL,NULL,''),(13692,'1110','41602341795','2020-10-10 17:58:39',NULL,40.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(13693,'1110','41602341795','2020-10-10 17:58:39',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(13694,'1110','41602341795','2020-10-10 17:58:39',NULL,27.00,'','4','1','Inventory sold','1','','sales','167','','No',NULL,NULL,''),(13695,'5500','41602341795','2020-10-10 17:58:39',174.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13696,'1000','41602341948','2020-10-10 18:03:31',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13697,'4000','41602341948','2020-10-10 18:03:31',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(13698,'4000','41602341948','2020-10-10 18:03:31',NULL,45.00,'','4','1','Good sold','1','','sales','503','','No',NULL,NULL,''),(13699,'1110','41602341948','2020-10-10 18:03:31',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(13700,'1110','41602341948','2020-10-10 18:03:31',NULL,37.50,'','4','1','Inventory sold','1','','sales','503','','No',NULL,NULL,''),(13701,'5500','41602341948','2020-10-10 18:03:31',40.90,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13702,'1000','41602342229','2020-10-10 18:24:45',400.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13703,'4000','41602342229','2020-10-10 18:24:45',NULL,50.00,'','4','1','Good sold','1','','sales','0792382472789','','No',NULL,NULL,''),(13704,'4000','41602342229','2020-10-10 18:24:45',NULL,180.00,'','4','1','Good sold','1','','sales','6161106610228','','No',NULL,NULL,''),(13705,'4000','41602342229','2020-10-10 18:24:45',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(13706,'4000','41602342229','2020-10-10 18:24:45',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(13707,'1110','41602342229','2020-10-10 18:24:45',NULL,45.00,'','4','1','Inventory sold','1','','sales','0792382472789','','No',NULL,NULL,''),(13708,'1110','41602342229','2020-10-10 18:24:45',NULL,162.00,'','4','1','Inventory sold','1','','sales','6161106610228','','No',NULL,NULL,''),(13709,'1110','41602342229','2020-10-10 18:24:45',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(13710,'1110','41602342229','2020-10-10 18:24:45',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(13711,'5500','41602342229','2020-10-10 18:24:45',345.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13712,'1000','41602343536','2020-10-10 18:26:04',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13713,'4000','41602343536','2020-10-10 18:26:04',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13714,'1110','41602343536','2020-10-10 18:26:04',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(13715,'5500','41602343536','2020-10-10 18:26:04',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13716,'1000','41602343572','2020-10-10 18:28:24',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13717,'4000','41602343572','2020-10-10 18:28:24',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(13718,'1110','41602343572','2020-10-10 18:28:24',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(13719,'5500','41602343572','2020-10-10 18:28:24',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13720,'1110','71602312932','2020-10-10 09:55:00',225.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','32','','No',NULL,NULL,''),(13721,'1110','71602312932','2020-10-10 09:55:00',90.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','33','','No',NULL,NULL,''),(13722,'1110','71602312932','2020-10-10 09:55:00',252.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','31','','No',NULL,NULL,''),(13723,'1110','71602312932','2020-10-10 09:55:00',324.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','30','','No',NULL,NULL,''),(13724,'1110','71602312932','2020-10-10 09:55:00',200.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','268','','No',NULL,NULL,''),(13725,'1110','71602312932','2020-10-10 09:55:00',120.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','156','','No',NULL,NULL,''),(13726,'1110','71602312932','2020-10-10 09:55:00',432.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','67','','No',NULL,NULL,''),(13727,'1110','71602312932','2020-10-10 09:55:00',306.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','73','','No',NULL,NULL,''),(13728,'1110','71602312932','2020-10-10 09:55:00',306.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','76','','No',NULL,NULL,''),(13729,'1110','71602312932','2020-10-10 09:55:00',306.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','74','','No',NULL,NULL,''),(13730,'1110','71602312932','2020-10-10 09:55:00',153.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','76','','No',NULL,NULL,''),(13731,'1110','71602312932','2020-10-10 09:55:00',306.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','75','','No',NULL,NULL,''),(13732,'1110','71602312932','2020-10-10 09:55:00',252.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','88','','No',NULL,NULL,''),(13733,'1110','71602312932','2020-10-10 09:55:00',108.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','8888','','No',NULL,NULL,''),(13734,'1110','71602312932','2020-10-10 09:55:00',360.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','89','','No',NULL,NULL,''),(13735,'1110','71602312932','2020-10-10 09:55:00',144.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','90','','No',NULL,NULL,''),(13736,'1110','71602312932','2020-10-10 09:55:00',175.50,NULL,'','7','1','Inventory Purchased','1','3','Purchases','83','','No',NULL,NULL,''),(13737,'1110','71602312932','2020-10-10 09:55:00',351.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','84','','No',NULL,NULL,''),(13738,'1110','71602312932','2020-10-10 09:55:00',292.50,NULL,'','7','1','Inventory Purchased','1','3','Purchases','85','','No',NULL,NULL,''),(13739,'1110','71602312932','2020-10-10 09:55:00',117.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','183','','No',NULL,NULL,''),(13740,'1110','71602312932','2020-10-10 09:55:00',234.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','87','','No',NULL,NULL,''),(13741,'1110','71602312932','2020-10-10 09:55:00',234.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','86','','No',NULL,NULL,''),(13742,'1110','71602312932','2020-10-10 09:55:00',225.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','493','','No',NULL,NULL,''),(13743,'1110','71602312932','2020-10-10 09:55:00',475.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','492','','No',NULL,NULL,''),(13744,'2130','71602312932','2020-10-10 09:55:00',NULL,5988.00,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(13745,'1000','41602343707','2020-10-10 18:35:55',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13746,'4000','41602343707','2020-10-10 18:35:55',NULL,25.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(13747,'1110','41602343707','2020-10-10 18:35:55',NULL,22.50,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(13748,'5500','41602343707','2020-10-10 18:35:55',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13749,'1000','41602344170','2020-10-10 18:50:47',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13750,'4000','41602344170','2020-10-10 18:50:47',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(13751,'1110','41602344170','2020-10-10 18:50:47',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(13752,'5500','41602344170','2020-10-10 18:50:47',6.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13753,'1000','41602345049','2020-10-10 18:52:04',230.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13754,'4000','41602345049','2020-10-10 18:52:04',NULL,180.00,'','4','1','Good sold','1','','sales','6161106610228','','No',NULL,NULL,''),(13755,'4000','41602345049','2020-10-10 18:52:04',NULL,50.00,'','4','1','Good sold','1','','sales','509','','No',NULL,NULL,''),(13756,'1110','41602345049','2020-10-10 18:52:04',NULL,162.00,'','4','1','Inventory sold','1','','sales','6161106610228','','No',NULL,NULL,''),(13757,'1110','41602345049','2020-10-10 18:52:04',NULL,40.00,'','4','1','Inventory sold','1','','sales','509','','No',NULL,NULL,''),(13758,'5500','41602345049','2020-10-10 18:52:04',202.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13759,'1000','41602345140','2020-10-10 18:53:52',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13760,'4000','41602345140','2020-10-10 18:53:52',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(13761,'1110','41602345140','2020-10-10 18:53:52',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(13762,'5500','41602345140','2020-10-10 18:53:52',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13763,'1000','41602345249','2020-10-10 19:00:44',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13764,'4000','41602345249','2020-10-10 19:00:44',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(13765,'1110','41602345249','2020-10-10 19:00:44',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(13766,'5500','41602345249','2020-10-10 19:00:44',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13767,'1000','41602345648','2020-10-10 19:11:24',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13768,'4000','41602345648','2020-10-10 19:11:24',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(13769,'1110','41602345648','2020-10-10 19:11:24',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(13770,'5500','41602345648','2020-10-10 19:11:24',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13771,'1000','41602346287','2020-10-10 19:19:45',165.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13772,'4000','41602346287','2020-10-10 19:19:45',NULL,5.00,'','4','1','Good sold','1','','sales','6164000184048','','No',NULL,NULL,''),(13773,'4000','41602346287','2020-10-10 19:19:45',NULL,160.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(13774,'1110','41602346287','2020-10-10 19:19:45',NULL,4.50,'','4','1','Inventory sold','1','','sales','6164000184048','','No',NULL,NULL,''),(13775,'1110','41602346287','2020-10-10 19:19:45',NULL,144.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(13776,'5500','41602346287','2020-10-10 19:19:45',148.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13777,'1000','41602346821','2020-10-10 19:28:55',215.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13778,'4000','41602346821','2020-10-10 19:28:55',NULL,100.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(13779,'4000','41602346821','2020-10-10 19:28:55',NULL,110.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(13780,'4000','41602346821','2020-10-10 19:28:55',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(13781,'1110','41602346821','2020-10-10 19:28:55',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(13782,'1110','41602346821','2020-10-10 19:28:55',NULL,99.00,'','4','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(13783,'1110','41602346821','2020-10-10 19:28:55',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(13784,'5500','41602346821','2020-10-10 19:28:55',192.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13785,'1000','41602347360','2020-10-10 19:30:39',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13786,'4000','41602347360','2020-10-10 19:30:39',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(13787,'1110','41602347360','2020-10-10 19:30:39',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(13788,'5500','41602347360','2020-10-10 19:30:39',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13789,'1000','41602347804','2020-10-10 19:45:20',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13790,'4000','41602347804','2020-10-10 19:45:20',NULL,110.00,'','4','1','Good sold','1','','sales','78','','No',NULL,NULL,''),(13791,'1110','41602347804','2020-10-10 19:45:20',NULL,99.00,'','4','1','Inventory sold','1','','sales','78','','No',NULL,NULL,''),(13792,'5500','41602347804','2020-10-10 19:45:20',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13793,'1000','41602348325','2020-10-10 20:02:41',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13794,'4000','41602348325','2020-10-10 20:02:41',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903427','','No',NULL,NULL,''),(13795,'1110','41602348325','2020-10-10 20:02:41',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903427','','No',NULL,NULL,''),(13796,'5500','41602348325','2020-10-10 20:02:41',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13797,'1000','41602401867','2020-10-11 10:39:26',428.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13798,'4000','41602401867','2020-10-11 10:39:26',NULL,348.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(13799,'4000','41602401867','2020-10-11 10:39:26',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(13800,'4000','41602401867','2020-10-11 10:39:26',NULL,60.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(13801,'4000','41602401867','2020-10-11 10:39:26',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(13802,'1110','41602401867','2020-10-11 10:39:26',NULL,290.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(13803,'1110','41602401867','2020-10-11 10:39:26',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(13804,'1110','41602401867','2020-10-11 10:39:26',NULL,54.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(13805,'1110','41602401867','2020-10-11 10:39:26',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(13806,'5500','41602401867','2020-10-11 10:39:26',359.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13807,'1000','41602401969','2020-10-11 10:56:58',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13808,'4000','41602401969','2020-10-11 10:56:58',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13809,'1110','41602401969','2020-10-11 10:56:58',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(13810,'5500','41602401969','2020-10-11 10:56:58',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13811,'1000','41602409292','2020-10-11 12:42:28',475.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13812,'4000','41602409292','2020-10-11 12:42:28',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(13813,'4000','41602409292','2020-10-11 12:42:28',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(13814,'4000','41602409292','2020-10-11 12:42:28',NULL,200.00,'','4','1','Good sold','1','','sales','6920354817823','','No',NULL,NULL,''),(13815,'4000','41602409292','2020-10-11 12:42:28',NULL,60.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(13816,'4000','41602409292','2020-10-11 12:42:28',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(13817,'4000','41602409292','2020-10-11 12:42:28',NULL,85.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(13818,'1110','41602409292','2020-10-11 12:42:28',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(13819,'1110','41602409292','2020-10-11 12:42:28',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(13820,'1110','41602409292','2020-10-11 12:42:28',NULL,180.00,'','4','1','Inventory sold','1','','sales','6920354817823','','No',NULL,NULL,''),(13821,'1110','41602409292','2020-10-11 12:42:28',NULL,54.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(13822,'1110','41602409292','2020-10-11 12:42:28',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(13823,'1110','41602409292','2020-10-11 12:42:28',NULL,76.50,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(13824,'5500','41602409292','2020-10-11 12:42:28',425.16,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13825,'1000','41602409388','2020-10-11 13:07:01',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13826,'4000','41602409388','2020-10-11 13:07:01',NULL,50.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13827,'1110','41602409388','2020-10-11 13:07:01',NULL,45.00,'','4','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(13828,'5500','41602409388','2020-10-11 13:07:01',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13829,'1000','41602410885','2020-10-11 13:19:39',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13830,'4000','41602410885','2020-10-11 13:19:39',NULL,100.00,'','4','1','Good sold','1','','sales','0792382472796','','No',NULL,NULL,''),(13831,'4000','41602410885','2020-10-11 13:19:39',NULL,250.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(13832,'4000','41602410885','2020-10-11 13:19:39',NULL,1435.00,'','4','1','Good sold','1','','sales','6161107770150','','No',NULL,NULL,''),(13833,'4000','41602410885','2020-10-11 13:19:39',NULL,250.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(13834,'4000','41602410885','2020-10-11 13:19:39',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033209','','No',NULL,NULL,''),(13835,'4000','41602410885','2020-10-11 13:19:39',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033223','','No',NULL,NULL,''),(13836,'4000','41602410885','2020-10-11 13:19:39',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033230','','No',NULL,NULL,''),(13837,'4000','41602410885','2020-10-11 13:19:39',NULL,200.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(13838,'4000','41602410885','2020-10-11 13:19:39',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(13839,'4000','41602410885','2020-10-11 13:19:39',NULL,60.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(13840,'4000','41602410885','2020-10-11 13:19:39',NULL,170.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13841,'4000','41602410885','2020-10-11 13:19:39',NULL,240.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(13842,'4000','41602410885','2020-10-11 13:19:39',NULL,125.00,'','4','1','Good sold','1','','sales','122','','No',NULL,NULL,''),(13843,'4000','41602410885','2020-10-11 13:19:39',NULL,100.00,'','4','1','Good sold','1','','sales','184','','No',NULL,NULL,''),(13844,'4000','41602410885','2020-10-11 13:19:39',NULL,40.00,'','4','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(13845,'4000','41602410885','2020-10-11 13:19:39',NULL,40.00,'','4','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(13846,'4000','41602410885','2020-10-11 13:19:39',NULL,70.00,'','4','1','Good sold','1','','sales','616400033506','','No',NULL,NULL,''),(13847,'4000','41602410885','2020-10-11 13:19:39',NULL,70.00,'','4','1','Good sold','1','','sales','10000905','','No',NULL,NULL,''),(13848,'1110','41602410885','2020-10-11 13:19:39',NULL,90.00,'','4','1','Inventory sold','1','','sales','0792382472796','','No',NULL,NULL,''),(13849,'1110','41602410885','2020-10-11 13:19:39',NULL,215.00,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(13850,'1110','41602410885','2020-10-11 13:19:39',NULL,1291.50,'','4','1','Inventory sold','1','','sales','6161107770150','','No',NULL,NULL,''),(13851,'1110','41602410885','2020-10-11 13:19:39',NULL,233.34,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(13852,'1110','41602410885','2020-10-11 13:19:39',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033209','','No',NULL,NULL,''),(13853,'1110','41602410885','2020-10-11 13:19:39',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033223','','No',NULL,NULL,''),(13854,'1110','41602410885','2020-10-11 13:19:39',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033230','','No',NULL,NULL,''),(13855,'1110','41602410885','2020-10-11 13:19:39',NULL,180.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(13856,'1110','41602410885','2020-10-11 13:19:39',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(13857,'1110','41602410885','2020-10-11 13:19:39',NULL,54.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(13858,'1110','41602410885','2020-10-11 13:19:39',NULL,153.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(13859,'1110','41602410885','2020-10-11 13:19:39',NULL,186.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(13860,'1110','41602410885','2020-10-11 13:19:39',NULL,110.00,'','4','1','Inventory sold','1','','sales','122','','No',NULL,NULL,''),(13861,'1110','41602410885','2020-10-11 13:19:39',NULL,90.00,'','4','1','Inventory sold','1','','sales','184','','No',NULL,NULL,''),(13862,'1110','41602410885','2020-10-11 13:19:39',NULL,30.00,'','4','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(13863,'1110','41602410885','2020-10-11 13:19:39',NULL,30.00,'','4','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(13864,'1110','41602410885','2020-10-11 13:19:39',NULL,60.00,'','4','1','Inventory sold','1','','sales','616400033506','','No',NULL,NULL,''),(13865,'1110','41602410885','2020-10-11 13:19:39',NULL,57.00,'','4','1','Inventory sold','1','','sales','10000905','','No',NULL,NULL,''),(13866,'5500','41602410885','2020-10-11 13:19:39',3094.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13867,'1000','41602411672','2020-10-11 13:23:03',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13868,'4000','41602411672','2020-10-11 13:23:03',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903465','','No',NULL,NULL,''),(13869,'4000','41602411672','2020-10-11 13:23:03',NULL,110.00,'','4','1','Good sold','1','','sales','78','','No',NULL,NULL,''),(13870,'4000','41602411672','2020-10-11 13:23:03',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(13871,'1110','41602411672','2020-10-11 13:23:03',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903465','','No',NULL,NULL,''),(13872,'1110','41602411672','2020-10-11 13:23:03',NULL,99.00,'','4','1','Inventory sold','1','','sales','78','','No',NULL,NULL,''),(13873,'1110','41602411672','2020-10-11 13:23:03',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(13874,'5500','41602411672','2020-10-11 13:23:03',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13875,'4000','41602410885','2020-10-11 13:26:26',200.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(13876,'1000','41602410885','2020-10-11 13:26:26',NULL,200.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(13877,'5500','41602410885','2020-10-11 13:26:26',NULL,180.00,'','4','1','Cost of goods returned','1','','sales','6164001166272','','No',NULL,NULL,''),(13878,'1110','41602410885','2020-10-11 13:26:26',180.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13879,'4000','41602410885','2020-10-11 13:26:34',100.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(13880,'1000','41602410885','2020-10-11 13:26:34',NULL,100.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(13881,'5500','41602410885','2020-10-11 13:26:34',NULL,90.00,'','4','1','Cost of goods returned','1','','sales','184','','No',NULL,NULL,''),(13882,'1110','41602410885','2020-10-11 13:26:34',90.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13883,'1000','41602411997','2020-10-11 13:34:00',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13884,'4000','41602411997','2020-10-11 13:34:00',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440030','','No',NULL,NULL,''),(13885,'1110','41602411997','2020-10-11 13:34:00',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440030','','No',NULL,NULL,''),(13886,'5500','41602411997','2020-10-11 13:34:00',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13887,'1000','41602412450','2020-10-11 13:35:22',210.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13888,'4000','41602412450','2020-10-11 13:35:22',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000895','','No',NULL,NULL,''),(13889,'4000','41602412450','2020-10-11 13:35:22',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000901','','No',NULL,NULL,''),(13890,'1110','41602412450','2020-10-11 13:35:22',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000895','','No',NULL,NULL,''),(13891,'1110','41602412450','2020-10-11 13:35:22',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000901','','No',NULL,NULL,''),(13892,'5500','41602412450','2020-10-11 13:35:22',189.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13893,'1000','41602412606','2020-10-11 14:08:48',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13894,'4000','41602412606','2020-10-11 14:08:48',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033179','','No',NULL,NULL,''),(13895,'1110','41602412606','2020-10-11 14:08:48',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033179','','No',NULL,NULL,''),(13896,'5500','41602412606','2020-10-11 14:08:48',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13897,'1000','41602414558','2020-10-11 14:23:20',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13898,'4000','41602414558','2020-10-11 14:23:20',NULL,10.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(13899,'1110','41602414558','2020-10-11 14:23:20',NULL,6.80,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(13900,'5500','41602414558','2020-10-11 14:23:20',6.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13901,'1000','41602415414','2020-10-11 14:42:37',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13902,'4000','41602415414','2020-10-11 14:42:37',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(13903,'4000','41602415414','2020-10-11 14:42:37',NULL,80.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(13904,'1110','41602415414','2020-10-11 14:42:37',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(13905,'1110','41602415414','2020-10-11 14:42:37',NULL,60.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(13906,'5500','41602415414','2020-10-11 14:42:37',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13907,'1000','41602416570','2020-10-11 14:58:33',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13908,'4000','41602416570','2020-10-11 14:58:33',NULL,170.00,'','4','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(13909,'1110','41602416570','2020-10-11 14:58:33',NULL,153.00,'','4','1','Inventory sold','1','','sales','75','','No',NULL,NULL,''),(13910,'5500','41602416570','2020-10-11 14:58:33',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13911,'1000','41602417532','2020-10-11 15:15:36',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13912,'4000','41602417532','2020-10-11 15:15:36',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13913,'1110','41602417532','2020-10-11 15:15:36',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13914,'5500','41602417532','2020-10-11 15:15:36',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13915,'1000','41602418539','2020-10-11 15:16:47',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13916,'4000','41602418539','2020-10-11 15:16:47',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(13917,'4000','41602418539','2020-10-11 15:16:47',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(13918,'4000','41602418539','2020-10-11 15:16:47',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(13919,'1110','41602418539','2020-10-11 15:16:47',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(13920,'1110','41602418539','2020-10-11 15:16:47',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(13921,'1110','41602418539','2020-10-11 15:16:47',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(13922,'5500','41602418539','2020-10-11 15:16:47',29.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13923,'1000','41602418609','2020-10-11 15:26:39',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13924,'4000','41602418609','2020-10-11 15:26:39',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(13925,'4000','41602418609','2020-10-11 15:26:39',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(13926,'4000','41602418609','2020-10-11 15:26:39',NULL,80.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(13927,'1110','41602418609','2020-10-11 15:26:39',NULL,22.50,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(13928,'1110','41602418609','2020-10-11 15:26:39',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(13929,'1110','41602418609','2020-10-11 15:26:39',NULL,60.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(13930,'5500','41602418609','2020-10-11 15:26:39',85.90,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13931,'1000','41602419215','2020-10-11 15:39:34',250.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13932,'4000','41602419215','2020-10-11 15:39:34',NULL,60.00,'','4','1','Good sold','1','','sales','6161101000833','','No',NULL,NULL,''),(13933,'4000','41602419215','2020-10-11 15:39:34',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13934,'4000','41602419215','2020-10-11 15:39:34',NULL,110.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(13935,'4000','41602419215','2020-10-11 15:39:34',NULL,65.00,'','4','1','Good sold','1','','sales','508','','No',NULL,NULL,''),(13936,'1110','41602419215','2020-10-11 15:39:34',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161101000833','','No',NULL,NULL,''),(13937,'1110','41602419215','2020-10-11 15:39:34',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(13938,'1110','41602419215','2020-10-11 15:39:34',NULL,99.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(13939,'1110','41602419215','2020-10-11 15:39:34',NULL,55.00,'','4','1','Inventory sold','1','','sales','508','','No',NULL,NULL,''),(13940,'5500','41602419215','2020-10-11 15:39:34',221.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13941,'1000','41602420013','2020-10-11 15:43:26',45.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13942,'4000','41602420013','2020-10-11 15:43:26',NULL,45.00,'','4','1','Good sold','1','','sales','112','','No',NULL,NULL,''),(13943,'1110','41602420013','2020-10-11 15:43:26',NULL,37.50,'','4','1','Inventory sold','1','','sales','112','','No',NULL,NULL,''),(13944,'5500','41602420013','2020-10-11 15:43:26',37.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13945,'1000','41602420218','2020-10-11 15:59:32',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13946,'4000','41602420218','2020-10-11 15:59:32',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13947,'4000','41602420218','2020-10-11 15:59:32',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13948,'1110','41602420218','2020-10-11 15:59:32',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13949,'1110','41602420218','2020-10-11 15:59:32',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13950,'5500','41602420218','2020-10-11 15:59:32',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13951,'1000','41602421175','2020-10-11 16:30:57',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13952,'4000','41602421175','2020-10-11 16:30:57',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13953,'4000','41602421175','2020-10-11 16:30:57',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(13954,'1110','41602421175','2020-10-11 16:30:57',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13955,'1110','41602421175','2020-10-11 16:30:57',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(13956,'5500','41602421175','2020-10-11 16:30:57',84.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13957,'1000','41602423066','2020-10-11 17:07:31',118.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13958,'4000','41602423066','2020-10-11 17:07:31',NULL,100.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(13959,'4000','41602423066','2020-10-11 17:07:31',NULL,18.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(13960,'1110','41602423066','2020-10-11 17:07:31',NULL,90.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(13961,'1110','41602423066','2020-10-11 17:07:31',NULL,12.60,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(13962,'5500','41602423066','2020-10-11 17:07:31',102.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13963,'1000','41602425269','2020-10-11 17:31:16',45.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13964,'4000','41602425269','2020-10-11 17:31:16',NULL,25.00,'','4','1','Good sold','1','','sales','6008677000532','','No',NULL,NULL,''),(13965,'4000','41602425269','2020-10-11 17:31:16',NULL,20.00,'','4','1','Good sold','1','','sales','6161101280013','','No',NULL,NULL,''),(13966,'1110','41602425269','2020-10-11 17:31:16',NULL,22.50,'','4','1','Inventory sold','1','','sales','6008677000532','','No',NULL,NULL,''),(13967,'1110','41602425269','2020-10-11 17:31:16',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161101280013','','No',NULL,NULL,''),(13968,'5500','41602425269','2020-10-11 17:31:16',40.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13969,'1000','41602426695','2020-10-11 17:39:02',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13970,'4000','41602426695','2020-10-11 17:39:02',NULL,40.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(13971,'4000','41602426695','2020-10-11 17:39:02',NULL,110.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(13972,'1110','41602426695','2020-10-11 17:39:02',NULL,36.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(13973,'1110','41602426695','2020-10-11 17:39:02',NULL,99.00,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(13974,'5500','41602426695','2020-10-11 17:39:02',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13975,'1000','41602427146','2020-10-11 17:58:38',95.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13976,'4000','41602427146','2020-10-11 17:58:38',NULL,50.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13977,'4000','41602427146','2020-10-11 17:58:38',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(13978,'4000','41602427146','2020-10-11 17:58:38',NULL,10.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(13979,'1110','41602427146','2020-10-11 17:58:38',NULL,45.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13980,'1110','41602427146','2020-10-11 17:58:38',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(13981,'1110','41602427146','2020-10-11 17:58:38',NULL,6.80,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(13982,'5500','41602427146','2020-10-11 17:58:38',83.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13983,'1000','41602428322','2020-10-11 18:20:47',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13984,'4000','41602428322','2020-10-11 18:20:47',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(13985,'1110','41602428322','2020-10-11 18:20:47',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(13986,'5500','41602428322','2020-10-11 18:20:47',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13987,'1000','41602429651','2020-10-11 18:28:16',700.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13988,'4000','41602429651','2020-10-11 18:28:16',NULL,550.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(13989,'4000','41602429651','2020-10-11 18:28:16',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(13990,'1110','41602429651','2020-10-11 18:28:16',NULL,495.00,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(13991,'1110','41602429651','2020-10-11 18:28:16',NULL,135.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(13992,'5500','41602429651','2020-10-11 18:28:16',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13993,'1000','41602430171','2020-10-11 18:53:37',420.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13994,'4000','41602430171','2020-10-11 18:53:37',NULL,120.00,'','4','1','Good sold','1','','sales','8901719908576','','No',NULL,NULL,''),(13995,'4000','41602430171','2020-10-11 18:53:37',NULL,230.00,'','4','1','Good sold','1','','sales','57','','No',NULL,NULL,''),(13996,'4000','41602430171','2020-10-11 18:53:37',NULL,70.00,'','4','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(13997,'1110','41602430171','2020-10-11 18:53:37',NULL,108.00,'','4','1','Inventory sold','1','','sales','8901719908576','','No',NULL,NULL,''),(13998,'1110','41602430171','2020-10-11 18:53:37',NULL,207.00,'','4','1','Inventory sold','1','','sales','57','','No',NULL,NULL,''),(13999,'1110','41602430171','2020-10-11 18:53:37',NULL,63.00,'','4','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(14000,'5500','41602430171','2020-10-11 18:53:37',378.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14001,'1000','41602431640','2020-10-11 19:03:21',255.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14002,'4000','41602431640','2020-10-11 19:03:21',NULL,140.00,'','4','1','Good sold','1','','sales','427','','No',NULL,NULL,''),(14003,'4000','41602431640','2020-10-11 19:03:21',NULL,110.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(14004,'4000','41602431640','2020-10-11 19:03:21',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(14005,'1110','41602431640','2020-10-11 19:03:21',NULL,126.00,'','4','1','Inventory sold','1','','sales','427','','No',NULL,NULL,''),(14006,'1110','41602431640','2020-10-11 19:03:21',NULL,99.00,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(14007,'1110','41602431640','2020-10-11 19:03:21',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(14008,'5500','41602431640','2020-10-11 19:03:21',229.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14009,'1000','41602432206','2020-10-11 19:05:39',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14010,'4000','41602432206','2020-10-11 19:05:39',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(14011,'4000','41602432206','2020-10-11 19:05:39',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(14012,'1110','41602432206','2020-10-11 19:05:39',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(14013,'1110','41602432206','2020-10-11 19:05:39',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(14014,'5564','41602432206','2020-10-11 19:05:39',61.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14015,'1000','41602432345','2020-10-11 19:13:21',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14016,'4000','41602432345','2020-10-11 19:13:21',NULL,50.00,'','4','1','Good sold','1','','sales','6161100040267','','No',NULL,NULL,''),(14017,'4000','41602432345','2020-10-11 19:13:21',NULL,20.00,'','4','1','Good sold','1','','sales','500','','No',NULL,NULL,''),(14018,'1110','41602432345','2020-10-11 19:13:21',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161100040267','','No',NULL,NULL,''),(14019,'1110','41602432345','2020-10-11 19:13:21',NULL,14.00,'','4','1','Inventory sold','1','','sales','500','','No',NULL,NULL,''),(14020,'5500','41602432345','2020-10-11 19:13:21',59.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14021,'1000','41602434054','2020-10-11 19:38:09',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14022,'4000','41602434054','2020-10-11 19:38:09',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(14023,'1110','41602434054','2020-10-11 19:38:09',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(14024,'5500','41602434054','2020-10-11 19:38:09',4.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14025,'1000','41602434294','2020-10-11 19:46:21',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14026,'4000','41602434294','2020-10-11 19:46:21',NULL,40.00,'','4','1','Good sold','1','','sales','8901719903465','','No',NULL,NULL,''),(14027,'4000','41602434294','2020-10-11 19:46:21',NULL,50.00,'','4','1','Good sold','1','','sales','177','','No',NULL,NULL,''),(14028,'1110','41602434294','2020-10-11 19:46:21',NULL,36.00,'','4','1','Inventory sold','1','','sales','8901719903465','','No',NULL,NULL,''),(14029,'1110','41602434294','2020-10-11 19:46:21',NULL,45.00,'','4','1','Inventory sold','1','','sales','177','','No',NULL,NULL,''),(14030,'5500','41602434294','2020-10-11 19:46:21',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14031,'1000','41602434805','2020-10-11 19:57:27',220.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14032,'4000','41602434805','2020-10-11 19:57:27',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(14033,'4000','41602434805','2020-10-11 19:57:27',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(14034,'1110','41602434805','2020-10-11 19:57:27',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(14035,'1110','41602434805','2020-10-11 19:57:27',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(14036,'5500','41602434805','2020-10-11 19:57:27',188.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14037,'1000','41602484568','2020-10-12 09:36:25',180.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14038,'4000','41602484568','2020-10-12 09:36:25',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(14039,'4000','41602484568','2020-10-12 09:36:25',NULL,55.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(14040,'1110','41602484568','2020-10-12 09:36:25',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(14041,'1110','41602484568','2020-10-12 09:36:25',NULL,49.50,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(14042,'5500','41602484568','2020-10-12 09:36:25',166.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14043,'1000','41602484591','2020-10-12 09:39:12',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14044,'4000','41602484591','2020-10-12 09:39:12',NULL,65.00,'','4','1','Good sold','1','','sales','86','','No',NULL,NULL,''),(14045,'1110','41602484591','2020-10-12 09:39:12',NULL,58.50,'','4','1','Inventory sold','1','','sales','86','','No',NULL,NULL,''),(14046,'5500','41602484591','2020-10-12 09:39:12',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14047,'1000','41602484756','2020-10-12 09:48:45',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14048,'4000','41602484756','2020-10-12 09:48:45',NULL,50.00,'','4','1','Good sold','1','','sales','6161107772208','','No',NULL,NULL,''),(14049,'1110','41602484756','2020-10-12 09:48:45',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161107772208','','No',NULL,NULL,''),(14050,'5500','41602484756','2020-10-12 09:48:45',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14051,'1000','41602485580','2020-10-12 10:19:27',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14052,'4000','41602485580','2020-10-12 10:19:27',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(14053,'1110','41602485580','2020-10-12 10:19:27',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(14054,'5500','41602485580','2020-10-12 10:19:27',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14055,'1000','41602487180','2020-10-12 10:21:25',190.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14056,'4000','41602487180','2020-10-12 10:21:25',NULL,25.00,'','4','1','Good sold','1','','sales','6161101661713','','No',NULL,NULL,''),(14057,'4000','41602487180','2020-10-12 10:21:25',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033209','','No',NULL,NULL,''),(14058,'4000','41602487180','2020-10-12 10:21:25',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(14059,'1110','41602487180','2020-10-12 10:21:25',NULL,22.50,'','4','1','Inventory sold','1','','sales','6161101661713','','No',NULL,NULL,''),(14060,'1110','41602487180','2020-10-12 10:21:25',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033209','','No',NULL,NULL,''),(14061,'1110','41602487180','2020-10-12 10:21:25',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(14062,'5500','41602487180','2020-10-12 10:21:25',171.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14063,'1000','41602487288','2020-10-12 10:29:53',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14064,'4000','41602487288','2020-10-12 10:29:53',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(14065,'1110','41602487288','2020-10-12 10:29:53',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(14066,'5500','41602487288','2020-10-12 10:29:53',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14067,'1000','41602490050','2020-10-12 11:08:10',95.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14068,'4000','41602490050','2020-10-12 11:08:10',NULL,35.00,'','4','1','Good sold','1','','sales','6161100950825','','No',NULL,NULL,''),(14069,'4000','41602490050','2020-10-12 11:08:10',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(14070,'4000','41602490050','2020-10-12 11:08:10',NULL,10.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(14071,'1110','41602490050','2020-10-12 11:08:10',NULL,31.50,'','4','1','Inventory sold','1','','sales','6161100950825','','No',NULL,NULL,''),(14072,'1110','41602490050','2020-10-12 11:08:10',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(14073,'1110','41602490050','2020-10-12 11:08:10',NULL,8.34,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(14074,'5500','41602490050','2020-10-12 11:08:10',84.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14075,'1000','41602490863','2020-10-12 11:21:30',95.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14076,'4000','41602490863','2020-10-12 11:21:30',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(14077,'4000','41602490863','2020-10-12 11:21:30',NULL,30.00,'','4','1','Good sold','1','','sales','167','','No',NULL,NULL,''),(14078,'1110','41602490863','2020-10-12 11:21:30',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(14079,'1110','41602490863','2020-10-12 11:21:30',NULL,27.00,'','4','1','Inventory sold','1','','sales','167','','No',NULL,NULL,''),(14080,'5500','41602490863','2020-10-12 11:21:30',85.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14081,'1000','41602491771','2020-10-12 11:36:23',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14082,'4000','41602491771','2020-10-12 11:36:23',NULL,40.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(14083,'1110','41602491771','2020-10-12 11:36:23',NULL,30.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(14084,'5500','41602491771','2020-10-12 11:36:23',30.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14085,'1000','41602491915','2020-10-12 11:38:46',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14086,'4000','41602491915','2020-10-12 11:38:46',NULL,130.00,'','4','1','Good sold','1','','sales','144','','No',NULL,NULL,''),(14087,'1110','41602491915','2020-10-12 11:38:46',NULL,117.00,'','4','1','Inventory sold','1','','sales','144','','No',NULL,NULL,''),(14088,'5500','41602491915','2020-10-12 11:38:46',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14089,'1000','41602491931','2020-10-12 11:40:00',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14090,'4000','41602491931','2020-10-12 11:40:00',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(14091,'1110','41602491931','2020-10-12 11:40:00',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(14092,'5500','41602491931','2020-10-12 11:40:00',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14093,'1000','41602492003','2020-10-12 11:48:40',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14094,'4000','41602492003','2020-10-12 11:48:40',NULL,40.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(14095,'1110','41602492003','2020-10-12 11:48:40',NULL,36.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(14096,'5500','41602492003','2020-10-12 11:48:40',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14097,'1000','41602492573','2020-10-12 11:53:32',155.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14098,'4000','41602492573','2020-10-12 11:53:32',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000895','','No',NULL,NULL,''),(14099,'4000','41602492573','2020-10-12 11:53:32',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(14100,'1110','41602492573','2020-10-12 11:53:32',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000895','','No',NULL,NULL,''),(14101,'1110','41602492573','2020-10-12 11:53:32',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(14102,'5500','41602492573','2020-10-12 11:53:32',139.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14103,'1000','41602493002','2020-10-12 11:58:16',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14104,'4000','41602493002','2020-10-12 11:58:16',NULL,65.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(14105,'4000','41602493002','2020-10-12 11:58:16',NULL,65.00,'','4','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(14106,'1110','41602493002','2020-10-12 11:58:16',NULL,58.50,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(14107,'1110','41602493002','2020-10-12 11:58:16',NULL,58.50,'','4','1','Inventory sold','1','','sales','84','','No',NULL,NULL,''),(14108,'5500','41602493002','2020-10-12 11:58:16',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14109,'1000','41602493780','2020-10-12 12:11:05',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14110,'4000','41602493780','2020-10-12 12:11:05',NULL,5.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(14111,'4000','41602493780','2020-10-12 12:11:05',NULL,40.00,'','4','1','Good sold','1','','sales','132','','No',NULL,NULL,''),(14112,'4000','41602493780','2020-10-12 12:11:05',NULL,15.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(14113,'1110','41602493780','2020-10-12 12:11:05',NULL,4.50,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(14114,'1110','41602493780','2020-10-12 12:11:05',NULL,36.00,'','4','1','Inventory sold','1','','sales','132','','No',NULL,NULL,''),(14115,'1110','41602493780','2020-10-12 12:11:05',NULL,12.51,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(14116,'5500','41602493780','2020-10-12 12:11:05',53.01,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14117,'1000','41602493876','2020-10-12 12:27:21',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14118,'4000','41602493876','2020-10-12 12:27:21',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(14119,'4000','41602493876','2020-10-12 12:27:21',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(14120,'1110','41602493876','2020-10-12 12:27:21',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(14121,'1110','41602493876','2020-10-12 12:27:21',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(14122,'5500','41602493876','2020-10-12 12:27:21',48.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14123,'1000','41602494843','2020-10-12 12:51:48',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14124,'4000','41602494843','2020-10-12 12:51:48',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(14125,'4000','41602494843','2020-10-12 12:51:48',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(14126,'1110','41602494843','2020-10-12 12:51:48',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(14127,'1110','41602494843','2020-10-12 12:51:48',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(14128,'5500','41602494843','2020-10-12 12:51:48',71.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14129,'1000','41602496346','2020-10-12 12:52:33',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14130,'4000','41602496346','2020-10-12 12:52:33',NULL,20.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(14131,'1110','41602496346','2020-10-12 12:52:33',NULL,15.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(14132,'5500','41602496346','2020-10-12 12:52:33',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14133,'1000','41602496359','2020-10-12 12:59:12',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14134,'4000','41602496359','2020-10-12 12:59:12',NULL,50.00,'','4','1','Good sold','1','','sales','6161107772208','','No',NULL,NULL,''),(14135,'1110','41602496359','2020-10-12 12:59:12',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161107772208','','No',NULL,NULL,''),(14136,'5500','41602496359','2020-10-12 12:59:12',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14137,'1000','41602497186','2020-10-12 13:06:34',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14138,'4000','41602497186','2020-10-12 13:06:34',NULL,40.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(14139,'1110','41602497186','2020-10-12 13:06:34',NULL,36.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(14140,'5500','41602497186','2020-10-12 13:06:34',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14141,'1000','41602497196','2020-10-12 13:19:38',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14142,'4000','41602497196','2020-10-12 13:19:38',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(14143,'1110','41602497196','2020-10-12 13:19:38',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(14144,'5500','41602497196','2020-10-12 13:19:38',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14145,'1000','41602497984','2020-10-12 13:28:54',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14146,'4000','41602497984','2020-10-12 13:28:54',NULL,130.00,'','4','1','Good sold','1','','sales','144','','No',NULL,NULL,''),(14147,'1110','41602497984','2020-10-12 13:28:54',NULL,117.00,'','4','1','Inventory sold','1','','sales','144','','No',NULL,NULL,''),(14148,'5500','41602497984','2020-10-12 13:28:54',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14149,'1000','41602498575','2020-10-12 13:31:19',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14150,'4000','41602498575','2020-10-12 13:31:19',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(14151,'1110','41602498575','2020-10-12 13:31:19',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(14152,'5500','41602498575','2020-10-12 13:31:19',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14153,'1000','41602498691','2020-10-12 13:47:05',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14154,'4000','41602498691','2020-10-12 13:47:05',NULL,55.00,'','4','1','Good sold','1','','sales','6008459000507','','No',NULL,NULL,''),(14155,'4000','41602498691','2020-10-12 13:47:05',NULL,20.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(14156,'4000','41602498691','2020-10-12 13:47:05',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(14157,'1110','41602498691','2020-10-12 13:47:05',NULL,40.83,'','4','1','Inventory sold','1','','sales','6008459000507','','No',NULL,NULL,''),(14158,'1110','41602498691','2020-10-12 13:47:05',NULL,15.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(14159,'1110','41602498691','2020-10-12 13:47:05',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(14160,'5500','41602498691','2020-10-12 13:47:05',60.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14161,'1000','41602499627','2020-10-12 14:13:51',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14162,'4000','41602499627','2020-10-12 14:13:51',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(14163,'1110','41602499627','2020-10-12 14:13:51',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(14164,'5500','41602499627','2020-10-12 14:13:51',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14165,'1000','41602501235','2020-10-12 14:26:01',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14166,'4000','41602501235','2020-10-12 14:26:01',NULL,50.00,'','4','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(14167,'1110','41602501235','2020-10-12 14:26:01',NULL,40.00,'','4','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(14168,'5500','41602501235','2020-10-12 14:26:01',40.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14169,'1000','41602501972','2020-10-12 14:55:14',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14170,'4000','41602501972','2020-10-12 14:55:14',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(14171,'4000','41602501972','2020-10-12 14:55:14',NULL,40.00,'','4','1','Good sold','1','','sales','182','','No',NULL,NULL,''),(14172,'1110','41602501972','2020-10-12 14:55:14',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(14173,'1110','41602501972','2020-10-12 14:55:14',NULL,36.00,'','4','1','Inventory sold','1','','sales','182','','No',NULL,NULL,''),(14174,'5500','41602501972','2020-10-12 14:55:14',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14178,'1000','41602503734','2020-10-12 14:58:51',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14179,'4000','41602503734','2020-10-12 14:58:51',NULL,15.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(14180,'1110','41602503734','2020-10-12 14:58:51',NULL,9.99,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(14181,'5500','41602503734','2020-10-12 14:58:51',9.99,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14182,'1000','41602503933','2020-10-12 15:05:12',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14183,'4000','41602503933','2020-10-12 15:05:12',NULL,130.00,'','4','1','Good sold','1','','sales','171','','No',NULL,NULL,''),(14184,'1110','41602503933','2020-10-12 15:05:12',NULL,117.00,'','4','1','Inventory sold','1','','sales','171','','No',NULL,NULL,''),(14185,'5500','41602503933','2020-10-12 15:05:12',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14186,'1000','41602504404','2020-10-12 15:42:34',205.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14187,'4000','41602504404','2020-10-12 15:42:34',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(14188,'4000','41602504404','2020-10-12 15:42:34',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(14189,'4000','41602504404','2020-10-12 15:42:34',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(14190,'1110','41602504404','2020-10-12 15:42:34',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(14191,'1110','41602504404','2020-10-12 15:42:34',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(14192,'1110','41602504404','2020-10-12 15:42:34',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(14193,'5500','41602504404','2020-10-12 15:42:34',162.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14194,'1000','41602506563','2020-10-12 15:47:23',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14195,'4000','41602506563','2020-10-12 15:47:23',NULL,10.00,'','4','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(14196,'1110','41602506563','2020-10-12 15:47:23',NULL,9.00,'','4','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(14197,'5500','41602506563','2020-10-12 15:47:23',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14198,'1000','41602506846','2020-10-12 15:47:47',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14199,'4000','41602506846','2020-10-12 15:47:47',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(14200,'1110','41602506846','2020-10-12 15:47:47',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(14201,'5500','41602506846','2020-10-12 15:47:47',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14202,'1000','41602506869','2020-10-12 16:00:21',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14203,'4000','41602506869','2020-10-12 16:00:21',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(14204,'4000','41602506869','2020-10-12 16:00:21',NULL,70.00,'','4','1','Good sold','1','','sales','616400033506','','No',NULL,NULL,''),(14205,'1110','41602506869','2020-10-12 16:00:21',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(14206,'1110','41602506869','2020-10-12 16:00:21',NULL,60.00,'','4','1','Inventory sold','1','','sales','616400033506','','No',NULL,NULL,''),(14207,'5500','41602506869','2020-10-12 16:00:21',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14208,'1000','41602507673','2020-10-12 16:28:54',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14209,'4000','41602507673','2020-10-12 16:28:54',NULL,20.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(14210,'4000','41602507673','2020-10-12 16:28:54',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(14211,'1110','41602507673','2020-10-12 16:28:54',NULL,13.60,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(14212,'1110','41602507673','2020-10-12 16:28:54',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(14213,'5500','41602507673','2020-10-12 16:28:54',58.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14214,'1000','41602509340','2020-10-12 16:40:11',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14215,'4000','41602509340','2020-10-12 16:40:11',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(14216,'1110','41602509340','2020-10-12 16:40:11',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(14217,'5500','41602509340','2020-10-12 16:40:11',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14218,'1000','41602510015','2020-10-12 16:47:11',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14219,'4000','41602510015','2020-10-12 16:47:11',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(14220,'1110','41602510015','2020-10-12 16:47:11',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(14221,'5500','41602510015','2020-10-12 16:47:11',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14222,'1000','41602510433','2020-10-12 16:54:55',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14223,'4000','41602510433','2020-10-12 16:54:55',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(14224,'1110','41602510433','2020-10-12 16:54:55',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(14225,'5500','41602510433','2020-10-12 16:54:55',107.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14226,'1000','41602511229','2020-10-12 17:09:51',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14227,'4000','41602511229','2020-10-12 17:09:51',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033179','','No',NULL,NULL,''),(14228,'1110','41602511229','2020-10-12 17:09:51',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033179','','No',NULL,NULL,''),(14229,'5500','41602511229','2020-10-12 17:09:51',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14230,'1000','41602511924','2020-10-12 17:22:28',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14231,'4000','41602511924','2020-10-12 17:22:28',NULL,40.00,'','4','1','Good sold','1','','sales','8888','','No',NULL,NULL,''),(14232,'1110','41602511924','2020-10-12 17:22:28',NULL,36.00,'','4','1','Inventory sold','1','','sales','8888','','No',NULL,NULL,''),(14233,'5500','41602511924','2020-10-12 17:22:28',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14234,'1000','41602512551','2020-10-12 17:38:27',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14235,'4000','41602512551','2020-10-12 17:38:27',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(14236,'1110','41602512551','2020-10-12 17:38:27',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(14237,'5500','41602512551','2020-10-12 17:38:27',57.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14238,'1000','41602513511','2020-10-12 17:49:56',285.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14239,'4000','41602513511','2020-10-12 17:49:56',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(14240,'4000','41602513511','2020-10-12 17:49:56',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(14241,'4000','41602513511','2020-10-12 17:49:56',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(14242,'4000','41602513511','2020-10-12 17:49:56',NULL,65.00,'','4','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(14243,'4000','41602513511','2020-10-12 17:49:56',NULL,10.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(14244,'4000','41602513511','2020-10-12 17:49:56',NULL,10.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(14245,'1110','41602513511','2020-10-12 17:49:56',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(14246,'1110','41602513511','2020-10-12 17:49:56',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(14247,'1110','41602513511','2020-10-12 17:49:56',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(14248,'1110','41602513511','2020-10-12 17:49:56',NULL,58.50,'','4','1','Inventory sold','1','','sales','84','','No',NULL,NULL,''),(14249,'1110','41602513511','2020-10-12 17:49:56',NULL,6.80,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(14250,'1110','41602513511','2020-10-12 17:49:56',NULL,6.80,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(14251,'5500','41602513511','2020-10-12 17:49:56',256.27,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14252,'1000','41602514365','2020-10-12 17:54:44',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14253,'4000','41602514365','2020-10-12 17:54:44',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(14254,'1110','41602514365','2020-10-12 17:54:44',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(14255,'5500','41602514365','2020-10-12 17:54:44',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14256,'1000','41602514487','2020-10-12 18:00:03',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14257,'4000','41602514487','2020-10-12 18:00:03',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(14258,'1110','41602514487','2020-10-12 18:00:03',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(14259,'5500','41602514487','2020-10-12 18:00:03',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14260,'1000','41602514806','2020-10-12 18:05:41',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14261,'4000','41602514806','2020-10-12 18:05:41',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(14262,'4000','41602514806','2020-10-12 18:05:41',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(14263,'1110','41602514806','2020-10-12 18:05:41',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(14264,'1110','41602514806','2020-10-12 18:05:41',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(14265,'5500','41602514806','2020-10-12 18:05:41',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14266,'1000','41602515145','2020-10-12 18:14:26',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14267,'4000','41602515145','2020-10-12 18:14:26',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(14268,'1110','41602515145','2020-10-12 18:14:26',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(14269,'5500','41602515145','2020-10-12 18:14:26',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14270,'1000','41602515678','2020-10-12 18:46:37',1080.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14271,'4000','41602515678','2020-10-12 18:46:37',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(14272,'4000','41602515678','2020-10-12 18:46:37',NULL,50.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(14273,'4000','41602515678','2020-10-12 18:46:37',NULL,60.00,'','4','1','Good sold','1','','sales','6161101000833','','No',NULL,NULL,''),(14274,'4000','41602515678','2020-10-12 18:46:37',NULL,375.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(14275,'4000','41602515678','2020-10-12 18:46:37',NULL,125.00,'','4','1','Good sold','1','','sales','6164004597103','','No',NULL,NULL,''),(14276,'4000','41602515678','2020-10-12 18:46:37',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(14277,'4000','41602515678','2020-10-12 18:46:37',NULL,10.00,'','4','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(14278,'4000','41602515678','2020-10-12 18:46:37',NULL,220.00,'','4','1','Good sold','1','','sales','434','','No',NULL,NULL,''),(14279,'1110','41602515678','2020-10-12 18:46:37',NULL,107.08,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(14280,'1110','41602515678','2020-10-12 18:46:37',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(14281,'1110','41602515678','2020-10-12 18:46:37',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161101000833','','No',NULL,NULL,''),(14282,'1110','41602515678','2020-10-12 18:46:37',NULL,350.01,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(14283,'1110','41602515678','2020-10-12 18:46:37',NULL,112.50,'','4','1','Inventory sold','1','','sales','6164004597103','','No',NULL,NULL,''),(14284,'1110','41602515678','2020-10-12 18:46:37',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(14285,'1110','41602515678','2020-10-12 18:46:37',NULL,9.00,'','4','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(14286,'1110','41602515678','2020-10-12 18:46:37',NULL,216.00,'','4','1','Inventory sold','1','','sales','434','','No',NULL,NULL,''),(14287,'5500','41602515678','2020-10-12 18:46:37',986.59,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14288,'1000','41602517812','2020-10-12 18:50:21',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14289,'4000','41602517812','2020-10-12 18:50:21',NULL,40.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(14290,'1110','41602517812','2020-10-12 18:50:21',NULL,36.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(14291,'5500','41602517812','2020-10-12 18:50:21',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14292,'1000','41602517824','2020-10-12 18:53:48',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14293,'4000','41602517824','2020-10-12 18:53:48',NULL,120.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(14294,'1110','41602517824','2020-10-12 18:53:48',NULL,90.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(14295,'5500','41602517824','2020-10-12 18:53:48',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14296,'1000','41602518090','2020-10-12 19:13:00',1030.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14297,'4000','41602518090','2020-10-12 19:13:00',NULL,660.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(14298,'4000','41602518090','2020-10-12 19:13:00',NULL,120.00,'','4','1','Good sold','1','','sales','6161101000833','','No',NULL,NULL,''),(14299,'4000','41602518090','2020-10-12 19:13:00',NULL,250.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(14300,'1110','41602518090','2020-10-12 19:13:00',NULL,594.00,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(14301,'1110','41602518090','2020-10-12 19:13:00',NULL,108.00,'','4','1','Inventory sold','1','','sales','6161101000833','','No',NULL,NULL,''),(14302,'1110','41602518090','2020-10-12 19:13:00',NULL,225.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(14303,'5500','41602518090','2020-10-12 19:13:00',927.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14304,'1000','41602519328','2020-10-12 19:19:27',240.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14305,'4000','41602519328','2020-10-12 19:19:27',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(14306,'4000','41602519328','2020-10-12 19:19:27',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(14307,'1110','41602519328','2020-10-12 19:19:27',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(14308,'1110','41602519328','2020-10-12 19:19:27',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(14309,'5500','41602519328','2020-10-12 19:19:27',186.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14317,'1000','41602519570','2020-10-12 19:35:03',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14318,'4000','41602519570','2020-10-12 19:35:03',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(14319,'1110','41602519570','2020-10-12 19:35:03',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(14320,'5500','41602519570','2020-10-12 19:35:03',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14328,'4000','41602519328','2020-10-12 19:40:41',120.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(14329,'1000','41602519328','2020-10-12 19:40:41',NULL,120.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(14330,'5500','41602519328','2020-10-12 19:40:41',NULL,93.00,'','4','1','Cost of goods returned','1','','sales','101','','No',NULL,NULL,''),(14331,'1110','41602519328','2020-10-12 19:40:41',93.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(14332,'1000','41602520847','2020-10-12 19:42:21',565.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14333,'4000','41602520847','2020-10-12 19:42:21',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(14334,'4000','41602520847','2020-10-12 19:42:21',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14335,'4000','41602520847','2020-10-12 19:42:21',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(14336,'4000','41602520847','2020-10-12 19:42:21',NULL,75.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(14337,'4000','41602520847','2020-10-12 19:42:21',NULL,130.00,'','4','1','Good sold','1','','sales','144','','No',NULL,NULL,''),(14338,'4000','41602520847','2020-10-12 19:42:21',NULL,100.00,'','4','1','Good sold','1','','sales','158','','No',NULL,NULL,''),(14339,'1110','41602520847','2020-10-12 19:42:21',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(14340,'1110','41602520847','2020-10-12 19:42:21',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(14341,'1110','41602520847','2020-10-12 19:42:21',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(14342,'1110','41602520847','2020-10-12 19:42:21',NULL,67.50,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(14343,'1110','41602520847','2020-10-12 19:42:21',NULL,117.00,'','4','1','Inventory sold','1','','sales','144','','No',NULL,NULL,''),(14344,'1110','41602520847','2020-10-12 19:42:21',NULL,72.90,'','4','1','Inventory sold','1','','sales','158','','No',NULL,NULL,''),(14345,'5500','41602520847','2020-10-12 19:42:21',471.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14346,'1110','71602503863','2020-10-12 14:57:00',594.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6161101000543','','No',NULL,NULL,''),(14347,'1110','71602503863','2020-10-12 14:57:00',540.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','6161101680424','','No',NULL,NULL,''),(14348,'1110','71602503863','2020-10-12 14:57:00',900.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','268','','No',NULL,NULL,''),(14349,'1110','71602503863','2020-10-12 14:57:00',135.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','493','','No',NULL,NULL,''),(14350,'1110','71602503863','2020-10-12 14:57:00',60.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','494','','No',NULL,NULL,''),(14351,'1110','71602503863','2020-10-12 14:57:00',119.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','498','','No',NULL,NULL,''),(14352,'1110','71602503863','2020-10-12 14:57:00',1400.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','24','','No',NULL,NULL,''),(14353,'1110','71602503863','2020-10-12 14:57:00',800.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','23','','No',NULL,NULL,''),(14354,'1110','71602503863','2020-10-12 14:57:00',1080.00,NULL,'','7','1','Inventory Purchased','1','8','Purchases','99','','No',NULL,NULL,''),(14355,'2130','71602503863','2020-10-12 14:57:00',NULL,5628.00,'','7','1','Account payable for inventory','1','8','Purchases','','','No',NULL,NULL,''),(14356,'1000','41602521017','2020-10-12 20:00:38',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14357,'4000','41602521017','2020-10-12 20:00:38',NULL,10.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(14358,'4000','41602521017','2020-10-12 20:00:38',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(14359,'1110','41602521017','2020-10-12 20:00:38',NULL,9.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(14360,'1110','41602521017','2020-10-12 20:00:38',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(14361,'5564','41602521017','2020-10-12 20:00:38',25.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14362,'1000','41602569440','2020-10-13 09:11:19',350.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14363,'4000','41602569440','2020-10-13 09:11:19',NULL,20.00,'','4','1','Good sold','1','','sales','6161101280013','','No',NULL,NULL,''),(14364,'4000','41602569440','2020-10-13 09:11:19',NULL,50.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(14365,'4000','41602569440','2020-10-13 09:11:19',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(14366,'4000','41602569440','2020-10-13 09:11:19',NULL,160.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(14367,'1110','41602569440','2020-10-13 09:11:19',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161101280013','','No',NULL,NULL,''),(14368,'1110','41602569440','2020-10-13 09:11:19',NULL,45.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(14369,'1110','41602569440','2020-10-13 09:11:19',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(14370,'1110','41602569440','2020-10-13 09:11:19',NULL,144.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(14371,'5500','41602569440','2020-10-13 09:11:19',300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14372,'1000','41602569485','2020-10-13 09:17:09',194.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14373,'4000','41602569485','2020-10-13 09:17:09',NULL,84.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(14374,'4000','41602569485','2020-10-13 09:17:09',NULL,60.00,'','4','1','Good sold','1','','sales','6162000010022','','No',NULL,NULL,''),(14375,'4000','41602569485','2020-10-13 09:17:09',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(14376,'1110','41602569485','2020-10-13 09:17:09',NULL,70.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(14377,'1110','41602569485','2020-10-13 09:17:09',NULL,54.00,'','4','1','Inventory sold','1','','sales','6162000010022','','No',NULL,NULL,''),(14378,'1110','41602569485','2020-10-13 09:17:09',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(14379,'5500','41602569485','2020-10-13 09:17:09',169.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14380,'1000','41602573677','2020-10-13 10:21:31',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14381,'4000','41602573677','2020-10-13 10:21:31',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(14382,'4000','41602573677','2020-10-13 10:21:31',NULL,100.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(14383,'1110','41602573677','2020-10-13 10:21:31',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(14384,'1110','41602573677','2020-10-13 10:21:31',NULL,95.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(14385,'5500','41602573677','2020-10-13 10:21:31',190.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14386,'1000','41602573694','2020-10-13 10:50:40',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14387,'4000','41602573694','2020-10-13 10:50:40',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033070','','No',NULL,NULL,''),(14388,'4000','41602573694','2020-10-13 10:50:40',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033230','','No',NULL,NULL,''),(14389,'4000','41602573694','2020-10-13 10:50:40',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(14390,'1110','41602573694','2020-10-13 10:50:40',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033070','','No',NULL,NULL,''),(14391,'1110','41602573694','2020-10-13 10:50:40',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033230','','No',NULL,NULL,''),(14392,'1110','41602573694','2020-10-13 10:50:40',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(14393,'5500','41602573694','2020-10-13 10:50:40',132.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14394,'1000','41602576778','2020-10-13 11:13:45',195.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14395,'4000','41602576778','2020-10-13 11:13:45',NULL,120.00,'','4','1','Good sold','1','','sales','6161100912731','','No',NULL,NULL,''),(14396,'4000','41602576778','2020-10-13 11:13:45',NULL,75.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(14397,'1110','41602576778','2020-10-13 11:13:45',NULL,108.00,'','4','1','Inventory sold','1','','sales','6161100912731','','No',NULL,NULL,''),(14398,'1110','41602576778','2020-10-13 11:13:45',NULL,67.50,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(14399,'5500','41602576778','2020-10-13 11:13:45',175.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14400,'1000','41602576868','2020-10-13 11:25:12',135.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14401,'4000','41602576868','2020-10-13 11:25:12',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(14402,'4000','41602576868','2020-10-13 11:25:12',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(14403,'4000','41602576868','2020-10-13 11:25:12',NULL,105.00,'','4','1','Good sold','1','','sales','512','','No',NULL,NULL,''),(14404,'1110','41602576868','2020-10-13 11:25:12',NULL,14.58,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(14405,'1110','41602576868','2020-10-13 11:25:12',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(14406,'1110','41602576868','2020-10-13 11:25:12',NULL,92.00,'','4','1','Inventory sold','1','','sales','512','','No',NULL,NULL,''),(14407,'5500','41602576868','2020-10-13 11:25:12',109.91,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14408,'1000','41602577516','2020-10-13 11:27:24',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14409,'4000','41602577516','2020-10-13 11:27:24',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(14410,'4000','41602577516','2020-10-13 11:27:24',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(14411,'1110','41602577516','2020-10-13 11:27:24',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(14412,'1110','41602577516','2020-10-13 11:27:24',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(14413,'5500','41602577516','2020-10-13 11:27:24',57.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14414,'1000','41602577646','2020-10-13 11:44:23',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14415,'4000','41602577646','2020-10-13 11:44:23',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(14416,'1110','41602577646','2020-10-13 11:44:23',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(14417,'5500','41602577646','2020-10-13 11:44:23',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14418,'1000','41602578667','2020-10-13 11:47:55',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14419,'4000','41602578667','2020-10-13 11:47:55',NULL,30.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(14420,'1110','41602578667','2020-10-13 11:47:55',NULL,27.00,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(14421,'5500','41602578667','2020-10-13 11:47:55',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14422,'1000','41602578879','2020-10-13 11:48:59',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14423,'4000','41602578879','2020-10-13 11:48:59',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(14424,'1110','41602578879','2020-10-13 11:48:59',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(14425,'5500','41602578879','2020-10-13 11:48:59',4.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14426,'1000','41602578942','2020-10-13 11:50:49',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14427,'4000','41602578942','2020-10-13 11:50:49',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(14428,'1110','41602578942','2020-10-13 11:50:49',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(14429,'5500','41602578942','2020-10-13 11:50:49',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14430,'1000','41602579052','2020-10-13 11:58:37',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14431,'4000','41602579052','2020-10-13 11:58:37',NULL,20.00,'','4','1','Good sold','1','','sales','5013405652717','','No',NULL,NULL,''),(14432,'1110','41602579052','2020-10-13 11:58:37',NULL,15.00,'','4','1','Inventory sold','1','','sales','5013405652717','','No',NULL,NULL,''),(14433,'5500','41602579052','2020-10-13 11:58:37',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14434,'1000','41602579520','2020-10-13 12:09:23',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14435,'4000','41602579520','2020-10-13 12:09:23',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(14436,'1110','41602579520','2020-10-13 12:09:23',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(14437,'5500','41602579520','2020-10-13 12:09:23',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14438,'1000','41602580169','2020-10-13 12:42:54',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14439,'4000','41602580169','2020-10-13 12:42:54',NULL,100.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(14440,'1110','41602580169','2020-10-13 12:42:54',NULL,95.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(14441,'5500','41602580169','2020-10-13 12:42:54',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14442,'1000','41602582177','2020-10-13 13:13:41',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14443,'4000','41602582177','2020-10-13 13:13:41',NULL,15.00,'','4','1','Good sold','1','','sales','6161106370283','','No',NULL,NULL,''),(14444,'4000','41602582177','2020-10-13 13:13:41',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(14445,'1110','41602582177','2020-10-13 13:13:41',NULL,13.50,'','4','1','Inventory sold','1','','sales','6161106370283','','No',NULL,NULL,''),(14446,'1110','41602582177','2020-10-13 13:13:41',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(14447,'5500','41602582177','2020-10-13 13:13:41',16.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14448,'1000','41602584025','2020-10-13 13:14:28',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14449,'4000','41602584025','2020-10-13 13:14:28',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(14450,'1110','41602584025','2020-10-13 13:14:28',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(14451,'5500','41602584025','2020-10-13 13:14:28',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14452,'1000','41602584071','2020-10-13 13:35:54',20.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14453,'4000','41602584071','2020-10-13 13:35:54',NULL,20.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(14454,'1110','41602584071','2020-10-13 13:35:54',NULL,18.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(14455,'5500','41602584071','2020-10-13 13:35:54',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14456,'1000','41602585360','2020-10-13 13:41:27',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14457,'4000','41602585360','2020-10-13 13:41:27',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(14458,'1110','41602585360','2020-10-13 13:41:27',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(14459,'5500','41602585360','2020-10-13 13:41:27',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14460,'1000','41602585692','2020-10-13 13:46:35',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14461,'4000','41602585692','2020-10-13 13:46:35',NULL,10.00,'','4','1','Good sold','1','','sales','500','','No',NULL,NULL,''),(14462,'1110','41602585692','2020-10-13 13:46:35',NULL,7.00,'','4','1','Inventory sold','1','','sales','500','','No',NULL,NULL,''),(14463,'5500','41602585692','2020-10-13 13:46:35',7.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14464,'1000','41602585997','2020-10-13 14:24:33',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14465,'4000','41602585997','2020-10-13 14:24:33',NULL,130.00,'','4','1','Good sold','1','','sales','5449000180292','','No',NULL,NULL,''),(14466,'1110','41602585997','2020-10-13 14:24:33',NULL,108.33,'','4','1','Inventory sold','1','','sales','5449000180292','','No',NULL,NULL,''),(14467,'5500','41602585997','2020-10-13 14:24:33',108.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14468,'1000','41602588284','2020-10-13 14:27:40',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14469,'4000','41602588284','2020-10-13 14:27:40',NULL,25.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(14470,'1110','41602588284','2020-10-13 14:27:40',NULL,22.50,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(14471,'5500','41602588284','2020-10-13 14:27:40',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14472,'1000','41602588464','2020-10-13 14:37:33',175.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14473,'4000','41602588464','2020-10-13 14:37:33',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(14474,'4000','41602588464','2020-10-13 14:37:33',NULL,65.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(14475,'4000','41602588464','2020-10-13 14:37:33',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(14476,'1110','41602588464','2020-10-13 14:37:33',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(14477,'1110','41602588464','2020-10-13 14:37:33',NULL,58.50,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(14478,'1110','41602588464','2020-10-13 14:37:33',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(14479,'5500','41602588464','2020-10-13 14:37:33',157.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14480,'1000','41602589069','2020-10-13 14:42:03',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14481,'4000','41602588464','2020-10-13 14:42:22',65.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(14482,'1000','41602588464','2020-10-13 14:42:22',NULL,65.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(14483,'5500','41602588464','2020-10-13 14:42:22',NULL,58.50,'','4','1','Cost of goods returned','1','','sales','83','','No',NULL,NULL,''),(14484,'1110','41602588464','2020-10-13 14:42:22',58.50,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(14485,'1000','41602589344','2020-10-13 14:47:24',260.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14486,'4000','41602589344','2020-10-13 14:47:24',NULL,120.00,'','4','1','Good sold','1','','sales','8901719908262','','No',NULL,NULL,''),(14487,'4000','41602589344','2020-10-13 14:47:24',NULL,70.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(14488,'4000','41602589344','2020-10-13 14:47:24',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(14489,'1110','41602589344','2020-10-13 14:47:24',NULL,108.00,'','4','1','Inventory sold','1','','sales','8901719908262','','No',NULL,NULL,''),(14490,'1110','41602589344','2020-10-13 14:47:24',NULL,63.00,'','4','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(14491,'1110','41602589344','2020-10-13 14:47:24',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(14492,'5500','41602589344','2020-10-13 14:47:24',228.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14493,'1000','41602589663','2020-10-13 15:02:48',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14494,'4000','41602589663','2020-10-13 15:02:48',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(14495,'1110','41602589663','2020-10-13 15:02:48',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(14496,'5500','41602589663','2020-10-13 15:02:48',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14497,'1000','41602590571','2020-10-13 15:16:37',480.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14498,'4000','41602590571','2020-10-13 15:16:37',NULL,480.00,'','4','1','Good sold','1','','sales','6161102170900','','No',NULL,NULL,''),(14499,'1110','41602590571','2020-10-13 15:16:37',NULL,432.00,'','4','1','Inventory sold','1','','sales','6161102170900','','No',NULL,NULL,''),(14500,'5500','41602590571','2020-10-13 15:16:37',432.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14501,'1000','41602591439','2020-10-13 15:17:58',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14502,'4000','41602591439','2020-10-13 15:17:58',NULL,25.00,'','4','1','Good sold','1','','sales','6164000184031','','No',NULL,NULL,''),(14503,'1110','41602591439','2020-10-13 15:17:58',NULL,22.50,'','4','1','Inventory sold','1','','sales','6164000184031','','No',NULL,NULL,''),(14504,'5500','41602591439','2020-10-13 15:17:58',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14505,'1000','41602591494','2020-10-13 15:24:45',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14506,'4000','41602591494','2020-10-13 15:24:45',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(14507,'1110','41602591494','2020-10-13 15:24:45',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(14508,'5500','41602591494','2020-10-13 15:24:45',6.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14509,'1000','41602595923','2020-10-13 16:36:43',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14510,'4000','41602595923','2020-10-13 16:36:43',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(14511,'1110','41602595923','2020-10-13 16:36:43',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(14512,'5500','41602595923','2020-10-13 16:36:43',6.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14513,'1000','41602596207','2020-10-13 16:49:13',185.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14514,'4000','41602596207','2020-10-13 16:49:13',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(14515,'4000','41602596207','2020-10-13 16:49:13',NULL,120.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(14516,'1110','41602596207','2020-10-13 16:49:13',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(14517,'1110','41602596207','2020-10-13 16:49:13',NULL,87.50,'','4','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(14518,'5500','41602596207','2020-10-13 16:49:13',146.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14519,'1000','41602596957','2020-10-13 16:59:17',115.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14520,'4000','41602596957','2020-10-13 16:59:17',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(14521,'4000','41602596957','2020-10-13 16:59:17',NULL,65.00,'','4','1','Good sold','1','','sales','183','','No',NULL,NULL,''),(14522,'1110','41602596957','2020-10-13 16:59:17',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(14523,'1110','41602596957','2020-10-13 16:59:17',NULL,58.50,'','4','1','Inventory sold','1','','sales','183','','No',NULL,NULL,''),(14524,'5500','41602596957','2020-10-13 16:59:17',103.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14525,'1000','41602598892','2020-10-13 17:22:00',36.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14526,'4000','41602598892','2020-10-13 17:22:00',NULL,36.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(14527,'1110','41602598892','2020-10-13 17:22:00',NULL,30.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(14528,'5500','41602598892','2020-10-13 17:22:00',30.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14529,'1000','41602601736','2020-10-13 18:09:07',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14530,'4000','41602601736','2020-10-13 18:09:07',NULL,25.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(14531,'1110','41602601736','2020-10-13 18:09:07',NULL,22.50,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(14532,'5500','41602601736','2020-10-13 18:09:07',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14533,'1000','41602601774','2020-10-13 18:18:42',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14534,'4000','41602601774','2020-10-13 18:18:42',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(14535,'1110','41602601774','2020-10-13 18:18:42',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(14536,'5500','41602601774','2020-10-13 18:18:42',107.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14537,'1000','41602602337','2020-10-13 18:22:46',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14538,'4000','41602602337','2020-10-13 18:22:46',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(14539,'4000','41602602337','2020-10-13 18:22:46',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(14540,'1110','41602602337','2020-10-13 18:22:46',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(14541,'1110','41602602337','2020-10-13 18:22:46',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(14542,'5500','41602602337','2020-10-13 18:22:46',91.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14543,'1000','41602602599','2020-10-13 18:31:25',180.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14544,'4000','41602602599','2020-10-13 18:31:25',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(14545,'4000','41602602599','2020-10-13 18:31:25',NULL,130.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(14546,'1110','41602602599','2020-10-13 18:31:25',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(14547,'1110','41602602599','2020-10-13 18:31:25',NULL,117.00,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(14548,'5500','41602602599','2020-10-13 18:31:25',162.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14549,'1000','41602603096','2020-10-13 18:43:03',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14550,'4000','41602603096','2020-10-13 18:43:03',NULL,40.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(14551,'1110','41602603096','2020-10-13 18:43:03',NULL,30.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(14552,'5500','41602603096','2020-10-13 18:43:03',30.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14553,'1000','41602603794','2020-10-13 19:14:30',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14554,'4000','41602603794','2020-10-13 19:14:30',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14555,'4000','41602603794','2020-10-13 19:14:30',NULL,10.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(14556,'1110','41602603794','2020-10-13 19:14:30',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(14557,'1110','41602603794','2020-10-13 19:14:30',NULL,6.80,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(14558,'5500','41602603794','2020-10-13 19:14:30',87.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14559,'1000','41602606152','2020-10-13 19:23:25',280.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14560,'4000','41602606152','2020-10-13 19:23:25',NULL,155.00,'','4','1','Good sold','1','','sales','5410076189540','','No',NULL,NULL,''),(14561,'4000','41602606152','2020-10-13 19:23:25',NULL,125.00,'','4','1','Good sold','1','','sales','122','','No',NULL,NULL,''),(14562,'1110','41602606152','2020-10-13 19:23:25',NULL,139.50,'','4','1','Inventory sold','1','','sales','5410076189540','','No',NULL,NULL,''),(14563,'1110','41602606152','2020-10-13 19:23:25',NULL,110.00,'','4','1','Inventory sold','1','','sales','122','','No',NULL,NULL,''),(14564,'5500','41602606152','2020-10-13 19:23:25',249.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14565,'1000','41602606219','2020-10-13 19:27:15',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14566,'4000','41602606219','2020-10-13 19:27:15',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(14567,'1110','41602606219','2020-10-13 19:27:15',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(14568,'5500','41602606219','2020-10-13 19:27:15',6.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14569,'1000','41602606437','2020-10-13 19:30:14',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14570,'4000','41602606437','2020-10-13 19:30:14',NULL,170.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(14571,'1110','41602606437','2020-10-13 19:30:14',NULL,153.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(14572,'5500','41602606437','2020-10-13 19:30:14',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14573,'1000','41602606617','2020-10-13 19:48:05',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14574,'4000','41602606617','2020-10-13 19:48:05',NULL,20.00,'','4','1','Good sold','1','','sales','490','','No',NULL,NULL,''),(14575,'1110','41602606617','2020-10-13 19:48:05',NULL,12.00,'','4','1','Inventory sold','1','','sales','490','','No',NULL,NULL,''),(14576,'5500','41602606617','2020-10-13 19:48:05',12.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14577,'1000','41602607688','2020-10-13 20:09:16',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14578,'4000','41602607688','2020-10-13 20:09:16',NULL,50.00,'','4','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(14579,'1110','41602607688','2020-10-13 20:09:16',NULL,40.00,'','4','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(14580,'5500','41602607688','2020-10-13 20:09:16',40.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14583,'1000','41602655836','2020-10-14 09:57:38',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14584,'4000','41602655836','2020-10-14 09:57:38',NULL,20.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(14585,'1110','41602655836','2020-10-14 09:57:38',NULL,18.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(14586,'5500','41602655836','2020-10-14 09:57:38',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14587,'1000','41602658662','2020-10-14 10:14:18',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14588,'4000','41602658662','2020-10-14 10:14:18',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(14589,'4000','41602658662','2020-10-14 10:14:18',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(14590,'1110','41602658662','2020-10-14 10:14:18',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(14591,'1110','41602658662','2020-10-14 10:14:18',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(14592,'5500','41602658662','2020-10-14 10:14:18',140.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14593,'1000','41602659661','2020-10-14 10:18:35',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14594,'4000','41602659661','2020-10-14 10:18:35',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(14595,'4000','41602659661','2020-10-14 10:18:35',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(14596,'1110','41602659661','2020-10-14 10:18:35',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(14597,'1110','41602659661','2020-10-14 10:18:35',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(14598,'5500','41602659661','2020-10-14 10:18:35',20.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14599,'1000','41602659923','2020-10-14 10:19:29',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14600,'4000','41602659923','2020-10-14 10:19:29',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(14601,'1110','41602659923','2020-10-14 10:19:29',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(14602,'5500','41602659923','2020-10-14 10:19:29',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14603,'1000','41602661130','2020-10-14 10:38:58',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14604,'4000','41602661130','2020-10-14 10:38:58',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(14605,'1110','41602661130','2020-10-14 10:38:58',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(14606,'5500','41602661130','2020-10-14 10:38:58',116.67,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14607,'1000','41602661550','2020-10-14 11:47:23',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14608,'4000','41602661550','2020-10-14 11:47:23',NULL,30.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(14609,'1110','41602661550','2020-10-14 11:47:23',NULL,27.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(14610,'5500','41602661550','2020-10-14 11:47:23',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14611,'1000','41602665248','2020-10-14 11:48:55',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14612,'4000','41602665248','2020-10-14 11:48:55',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(14613,'1110','41602665248','2020-10-14 11:48:55',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(14614,'5500','41602665248','2020-10-14 11:48:55',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14615,'1000','41602666009','2020-10-14 12:19:42',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14616,'4000','41602666009','2020-10-14 12:19:42',NULL,15.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(14617,'1110','41602666009','2020-10-14 12:19:42',NULL,10.20,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(14618,'5500','41602666009','2020-10-14 12:19:42',10.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14619,'1000','41602667186','2020-10-14 12:19:57',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14620,'4000','41602667186','2020-10-14 12:19:57',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(14621,'1110','41602667186','2020-10-14 12:19:57',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(14622,'5500','41602667186','2020-10-14 12:19:57',3.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14623,'1000','41602667200','2020-10-14 12:26:25',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14624,'4000','41602667200','2020-10-14 12:26:25',NULL,60.00,'','4','1','Good sold','1','','sales','6161101000840','','No',NULL,NULL,''),(14625,'4000','41602667200','2020-10-14 12:26:25',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(14626,'1110','41602667200','2020-10-14 12:26:25',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161101000840','','No',NULL,NULL,''),(14627,'1110','41602667200','2020-10-14 12:26:25',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(14628,'5500','41602667200','2020-10-14 12:26:25',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14629,'1000','41602667668','2020-10-14 13:12:59',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14630,'4000','41602667668','2020-10-14 13:12:59',NULL,5.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(14631,'1110','41602667668','2020-10-14 13:12:59',NULL,4.50,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(14632,'5500','41602667668','2020-10-14 13:12:59',4.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14633,'4000','41602667668','2020-10-14 13:14:11',5.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(14634,'1000','41602667668','2020-10-14 13:14:11',NULL,5.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(14635,'5500','41602667668','2020-10-14 13:14:11',NULL,4.50,'','4','1','Cost of goods returned','1','','sales','37','','No',NULL,NULL,''),(14636,'1110','41602667668','2020-10-14 13:14:11',4.50,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(14637,'1000','41602670453','2020-10-14 13:23:03',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14638,'4000','41602670453','2020-10-14 13:23:03',NULL,25.00,'','4','1','Good sold','1','','sales','6164004554199','','No',NULL,NULL,''),(14639,'1110','41602670453','2020-10-14 13:23:03',NULL,22.50,'','4','1','Inventory sold','1','','sales','6164004554199','','No',NULL,NULL,''),(14640,'5500','41602670453','2020-10-14 13:23:03',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14641,'1000','41602670986','2020-10-14 13:46:25',190.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14642,'4000','41602670986','2020-10-14 13:46:25',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(14643,'4000','41602670986','2020-10-14 13:46:25',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(14644,'1110','41602670986','2020-10-14 13:46:25',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(14645,'1110','41602670986','2020-10-14 13:46:25',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(14646,'5500','41602670986','2020-10-14 13:46:25',156.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14647,'1000','41602672390','2020-10-14 14:06:16',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14648,'4000','41602672390','2020-10-14 14:06:16',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(14649,'1110','41602672390','2020-10-14 14:06:16',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(14650,'5500','41602672390','2020-10-14 14:06:16',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14651,'1000','41602673587','2020-10-14 14:11:02',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14652,'4000','41602673587','2020-10-14 14:11:02',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(14653,'1110','41602673587','2020-10-14 14:11:02',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(14654,'5500','41602673587','2020-10-14 14:11:02',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14655,'1000','41602673866','2020-10-14 14:18:51',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14656,'4000','41602673866','2020-10-14 14:18:51',NULL,10.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(14657,'4000','41602673866','2020-10-14 14:18:51',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(14658,'1110','41602673866','2020-10-14 14:18:51',NULL,9.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(14659,'1110','41602673866','2020-10-14 14:18:51',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(14660,'5500','41602673866','2020-10-14 14:18:51',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14661,'1000','41602674336','2020-10-14 14:46:12',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14662,'4000','41602674336','2020-10-14 14:46:12',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(14663,'4000','41602674336','2020-10-14 14:46:12',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(14664,'1110','41602674336','2020-10-14 14:46:12',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(14665,'1110','41602674336','2020-10-14 14:46:12',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(14666,'5500','41602674336','2020-10-14 14:46:12',69.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14667,'1000','41602676810','2020-10-14 15:25:32',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14668,'4000','41602676810','2020-10-14 15:25:32',NULL,25.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(14669,'1110','41602676810','2020-10-14 15:25:32',NULL,22.50,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(14670,'5500','41602676810','2020-10-14 15:25:32',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14671,'1000','41602678335','2020-10-14 15:51:29',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14672,'4000','41602678335','2020-10-14 15:51:29',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(14673,'1110','41602678335','2020-10-14 15:51:29',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(14674,'5500','41602678335','2020-10-14 15:51:29',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14675,'1000','41602679896','2020-10-14 15:57:48',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14676,'4000','41602679896','2020-10-14 15:57:48',NULL,70.00,'','4','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(14677,'1110','41602679896','2020-10-14 15:57:48',NULL,63.00,'','4','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(14678,'5500','41602679896','2020-10-14 15:57:48',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14679,'1000','41602680271','2020-10-14 16:12:04',145.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14680,'4000','41602680271','2020-10-14 16:12:04',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(14681,'4000','41602680271','2020-10-14 16:12:04',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(14682,'1110','41602680271','2020-10-14 16:12:04',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(14683,'1110','41602680271','2020-10-14 16:12:04',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(14684,'5500','41602680271','2020-10-14 16:12:04',115.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14685,'1000','41602681133','2020-10-14 16:25:13',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14686,'4000','41602681133','2020-10-14 16:25:13',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903465','','No',NULL,NULL,''),(14687,'1110','41602681133','2020-10-14 16:25:13',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903465','','No',NULL,NULL,''),(14688,'5500','41602681133','2020-10-14 16:25:13',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14689,'1000','41602681917','2020-10-14 17:03:42',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14690,'4000','41602681917','2020-10-14 17:03:42',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(14691,'1110','41602681917','2020-10-14 17:03:42',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(14692,'5500','41602681917','2020-10-14 17:03:42',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14693,'1000','41602684260','2020-10-14 17:16:41',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14694,'4000','41602684260','2020-10-14 17:16:41',NULL,70.00,'','4','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(14695,'1110','41602684260','2020-10-14 17:16:41',NULL,63.00,'','4','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(14696,'5500','41602684260','2020-10-14 17:16:41',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14697,'1000','41602685005','2020-10-14 17:19:02',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14698,'4000','41602685005','2020-10-14 17:19:02',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(14699,'1110','41602685005','2020-10-14 17:19:02',NULL,135.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(14700,'5500','41602685005','2020-10-14 17:19:02',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14701,'1000','41602685160','2020-10-14 17:56:18',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14702,'4000','41602685160','2020-10-14 17:56:18',NULL,15.00,'','4','1','Good sold','1','','sales','6164004611175','','No',NULL,NULL,''),(14703,'4000','41602685160','2020-10-14 17:56:18',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(14704,'1110','41602685160','2020-10-14 17:56:18',NULL,13.50,'','4','1','Inventory sold','1','','sales','6164004611175','','No',NULL,NULL,''),(14705,'1110','41602685160','2020-10-14 17:56:18',NULL,14.58,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(14706,'5500','41602685160','2020-10-14 17:56:18',28.08,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14707,'1000','41602687381','2020-10-14 18:14:38',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14708,'4000','41602687381','2020-10-14 18:14:38',NULL,20.00,'','4','1','Good sold','1','','sales','5013405652717','','No',NULL,NULL,''),(14709,'1110','41602687381','2020-10-14 18:14:38',NULL,15.00,'','4','1','Inventory sold','1','','sales','5013405652717','','No',NULL,NULL,''),(14710,'5500','41602687381','2020-10-14 18:14:38',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14711,'1000','41602688481','2020-10-14 18:27:56',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14712,'4000','41602688481','2020-10-14 18:27:56',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(14713,'1110','41602688481','2020-10-14 18:27:56',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(14714,'5500','41602688481','2020-10-14 18:27:56',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14715,'1000','41602689281','2020-10-14 18:31:35',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14716,'4000','41602689281','2020-10-14 18:31:35',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14717,'1110','41602689281','2020-10-14 18:31:35',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(14718,'5500','41602689281','2020-10-14 18:31:35',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14719,'1000','41602689664','2020-10-14 18:34:42',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14720,'4000','41602689664','2020-10-14 18:34:42',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(14721,'1110','41602689664','2020-10-14 18:34:42',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(14722,'5500','41602689664','2020-10-14 18:34:42',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14723,'1000','41602689685','2020-10-14 18:48:24',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14724,'4000','41602689685','2020-10-14 18:48:24',NULL,65.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(14725,'1110','41602689685','2020-10-14 18:48:24',NULL,58.50,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(14726,'5500','41602689685','2020-10-14 18:48:24',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14727,'1000','41602690548','2020-10-14 19:07:13',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14728,'4000','41602690548','2020-10-14 19:07:13',NULL,50.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14729,'4000','41602690548','2020-10-14 19:07:13',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(14730,'1110','41602690548','2020-10-14 19:07:13',NULL,45.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14731,'1110','41602690548','2020-10-14 19:07:13',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(14732,'5500','41602690548','2020-10-14 19:07:13',92.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14733,'1000','41602691648','2020-10-14 19:14:26',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14734,'4000','41602691648','2020-10-14 19:14:26',NULL,65.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(14735,'1110','41602691648','2020-10-14 19:14:26',NULL,58.50,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(14736,'5500','41602691648','2020-10-14 19:14:26',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14737,'1000','41602692070','2020-10-14 19:20:34',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14738,'4000','41602692070','2020-10-14 19:20:34',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(14739,'1110','41602692070','2020-10-14 19:20:34',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(14740,'5500','41602692070','2020-10-14 19:20:34',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14741,'1000','41602692552','2020-10-14 19:32:13',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14742,'4000','41602692552','2020-10-14 19:32:13',NULL,100.00,'','4','1','Good sold','1','','sales','8718951340664','','No',NULL,NULL,''),(14743,'1110','41602692552','2020-10-14 19:32:13',NULL,90.00,'','4','1','Inventory sold','1','','sales','8718951340664','','No',NULL,NULL,''),(14744,'5500','41602692552','2020-10-14 19:32:13',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14745,'1000','41602693138','2020-10-14 19:35:42',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14746,'4000','41602693138','2020-10-14 19:35:42',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(14747,'1110','41602693138','2020-10-14 19:35:42',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(14748,'5500','41602693138','2020-10-14 19:35:42',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14749,'1110','71602613180','2020-10-13 21:19:00',900.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','175','','No',NULL,NULL,''),(14750,'1110','71602613180','2020-10-13 21:19:00',800.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6009611170274','','No',NULL,NULL,''),(14751,'2130','71602613180','2020-10-13 21:19:00',NULL,1700.00,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(14752,'1000','41602693355','2020-10-14 19:43:09',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14753,'4000','41602693355','2020-10-14 19:43:09',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14754,'4000','41602693355','2020-10-14 19:43:09',NULL,10.00,'','4','1','Good sold','1','','sales','6009611170274','','No',NULL,NULL,''),(14755,'1110','41602693355','2020-10-14 19:43:09',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(14756,'1110','41602693355','2020-10-14 19:43:09',NULL,4.00,'','4','1','Inventory sold','1','','sales','6009611170274','','No',NULL,NULL,''),(14757,'5500','41602693355','2020-10-14 19:43:09',17.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14758,'1000','41602693791','2020-10-14 19:59:31',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14759,'4000','41602693791','2020-10-14 19:59:31',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(14760,'1110','41602693791','2020-10-14 19:59:31',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(14761,'5500','41602693791','2020-10-14 19:59:31',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14762,'1000','41602694775','2020-10-14 20:00:27',250.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14763,'4000','41602694775','2020-10-14 20:00:27',NULL,100.00,'','4','1','Good sold','1','','sales','6920354820946','','No',NULL,NULL,''),(14764,'4000','41602694775','2020-10-14 20:00:27',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(14765,'1110','41602694775','2020-10-14 20:00:27',NULL,90.00,'','4','1','Inventory sold','1','','sales','6920354820946','','No',NULL,NULL,''),(14766,'1110','41602694775','2020-10-14 20:00:27',NULL,135.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(14767,'5500','41602694775','2020-10-14 20:00:27',225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14768,'1000','41602739500','2020-10-15 08:25:35',141.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14769,'4000','41602739500','2020-10-15 08:25:35',NULL,36.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(14770,'4000','41602739500','2020-10-15 08:25:35',NULL,100.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(14771,'4000','41602739500','2020-10-15 08:25:35',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(14772,'1110','41602739500','2020-10-15 08:25:35',NULL,30.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(14773,'1110','41602739500','2020-10-15 08:25:35',NULL,90.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(14774,'1110','41602739500','2020-10-15 08:25:35',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(14775,'5500','41602739500','2020-10-15 08:25:35',123.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14776,'1000','41602739539','2020-10-15 08:48:27',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14777,'4000','41602739539','2020-10-15 08:48:27',NULL,105.00,'','4','1','Good sold','1','','sales','512','','No',NULL,NULL,''),(14778,'1110','41602739539','2020-10-15 08:48:27',NULL,92.00,'','4','1','Inventory sold','1','','sales','512','','No',NULL,NULL,''),(14779,'5500','41602739539','2020-10-15 08:48:27',92.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14780,'1000','41602740909','2020-10-15 09:21:15',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14781,'4000','41602740909','2020-10-15 09:21:15',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(14782,'1110','41602740909','2020-10-15 09:21:15',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(14783,'5500','41602740909','2020-10-15 09:21:15',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14784,'1000','41602742880','2020-10-15 09:22:57',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14785,'4000','41602742880','2020-10-15 09:22:57',NULL,25.00,'','4','1','Good sold','1','','sales','128','','No',NULL,NULL,''),(14786,'1110','41602742880','2020-10-15 09:22:57',NULL,22.50,'','4','1','Inventory sold','1','','sales','128','','No',NULL,NULL,''),(14787,'5500','41602742880','2020-10-15 09:22:57',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14788,'1000','41602742988','2020-10-15 09:29:36',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14789,'4000','41602742988','2020-10-15 09:29:36',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(14790,'1110','41602742988','2020-10-15 09:29:36',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(14791,'5500','41602742988','2020-10-15 09:29:36',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14792,'1000','41602742988','2020-10-15 09:29:36',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14793,'4000','41602742988','2020-10-15 09:29:36',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(14794,'4000','41602742988','2020-10-15 09:29:36',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(14795,'1110','41602742988','2020-10-15 09:29:36',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(14796,'1110','41602742988','2020-10-15 09:29:36',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(14797,'5500','41602742988','2020-10-15 09:29:36',156.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14798,'1000','41602745466','2020-10-15 10:11:24',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14799,'4000','41602745466','2020-10-15 10:11:24',NULL,75.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(14800,'1110','41602745466','2020-10-15 10:11:24',NULL,67.50,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(14801,'5500','41602745466','2020-10-15 10:11:24',67.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14802,'1000','41602746745','2020-10-15 10:27:25',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14803,'4000','41602746745','2020-10-15 10:27:25',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(14804,'1110','41602746745','2020-10-15 10:27:25',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(14805,'5500','41602746745','2020-10-15 10:27:25',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14806,'1000','41602746853','2020-10-15 10:52:47',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14807,'4000','41602746853','2020-10-15 10:52:47',NULL,100.00,'','4','1','Good sold','1','','sales','0792382472796','','No',NULL,NULL,''),(14808,'1110','41602746853','2020-10-15 10:52:47',NULL,90.00,'','4','1','Inventory sold','1','','sales','0792382472796','','No',NULL,NULL,''),(14809,'5500','41602746853','2020-10-15 10:52:47',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14810,'1000','41602748766','2020-10-15 11:01:41',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14811,'4000','41602748766','2020-10-15 11:01:41',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(14812,'1110','41602748766','2020-10-15 11:01:41',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(14813,'5500','41602748766','2020-10-15 11:01:41',3.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14814,'1000','41602749082','2020-10-15 11:21:44',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14815,'4000','41602749082','2020-10-15 11:21:44',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(14816,'4000','41602749082','2020-10-15 11:21:44',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(14817,'4000','41602749082','2020-10-15 11:21:44',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(14818,'1110','41602749082','2020-10-15 11:21:44',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(14819,'1110','41602749082','2020-10-15 11:21:44',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(14820,'1110','41602749082','2020-10-15 11:21:44',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(14821,'5500','41602749082','2020-10-15 11:21:44',109.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14822,'1000','41602750107','2020-10-15 11:28:51',45.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14823,'4000','41602750107','2020-10-15 11:28:51',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(14824,'4000','41602750107','2020-10-15 11:28:51',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(14825,'1110','41602750107','2020-10-15 11:28:51',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(14826,'1110','41602750107','2020-10-15 11:28:51',NULL,14.58,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(14827,'5500','41602750107','2020-10-15 11:28:51',32.58,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14828,'1000','41602750700','2020-10-15 11:44:45',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14829,'4000','41602750700','2020-10-15 11:44:45',NULL,150.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(14830,'1110','41602750700','2020-10-15 11:44:45',NULL,135.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(14831,'5500','41602750700','2020-10-15 11:44:45',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14832,'1000','41602751488','2020-10-15 11:52:50',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14833,'4000','41602751488','2020-10-15 11:52:50',NULL,10.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(14834,'1110','41602751488','2020-10-15 11:52:50',NULL,9.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(14835,'5500','41602751488','2020-10-15 11:52:50',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14836,'1000','41602751994','2020-10-15 12:03:30',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14837,'4000','41602751994','2020-10-15 12:03:30',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760226','','No',NULL,NULL,''),(14838,'1110','41602751994','2020-10-15 12:03:30',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100760226','','No',NULL,NULL,''),(14839,'5500','41602751994','2020-10-15 12:03:30',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14840,'1000','41602752612','2020-10-15 12:32:22',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14841,'4000','41602752612','2020-10-15 12:32:22',NULL,160.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(14842,'1110','41602752612','2020-10-15 12:32:22',NULL,144.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(14843,'5500','41602752612','2020-10-15 12:32:22',144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14844,'1000','41602754345','2020-10-15 12:36:33',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14845,'4000','41602754345','2020-10-15 12:36:33',NULL,10.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(14846,'1110','41602754345','2020-10-15 12:36:33',NULL,6.80,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(14847,'5500','41602754345','2020-10-15 12:36:33',6.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14848,'1000','41602754683','2020-10-15 12:40:28',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14849,'4000','41602754683','2020-10-15 12:40:28',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760226','','No',NULL,NULL,''),(14850,'1110','41602754683','2020-10-15 12:40:28',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100760226','','No',NULL,NULL,''),(14851,'5500','41602754683','2020-10-15 12:40:28',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14852,'1000','41602754832','2020-10-15 13:01:55',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14853,'4000','41602754832','2020-10-15 13:01:55',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(14854,'1110','41602754832','2020-10-15 13:01:55',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(14855,'5500','41602754832','2020-10-15 13:01:55',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14856,'1000','41602756129','2020-10-15 13:08:55',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14857,'4000','41602756129','2020-10-15 13:08:55',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(14858,'1110','41602756129','2020-10-15 13:08:55',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(14859,'5500','41602756129','2020-10-15 13:08:55',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14860,'1000','41602756537','2020-10-15 13:20:14',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14861,'4000','41602756537','2020-10-15 13:20:14',NULL,160.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(14862,'1110','41602756537','2020-10-15 13:20:14',NULL,144.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(14863,'5500','41602756537','2020-10-15 13:20:14',144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14864,'1000','41602757343','2020-10-15 14:05:19',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14865,'4000','41602757343','2020-10-15 14:05:19',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(14866,'1110','41602757343','2020-10-15 14:05:19',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(14867,'5500','41602757343','2020-10-15 14:05:19',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14868,'1000','41602759922','2020-10-15 14:31:32',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14869,'4000','41602759922','2020-10-15 14:31:32',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(14870,'1110','41602759922','2020-10-15 14:31:32',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(14871,'5500','41602759922','2020-10-15 14:31:32',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14872,'1000','41602761495','2020-10-15 14:50:39',180.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14873,'4000','41602761495','2020-10-15 14:50:39',NULL,120.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(14874,'4000','41602761495','2020-10-15 14:50:39',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(14875,'4000','41602761495','2020-10-15 14:50:39',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(14876,'1110','41602761495','2020-10-15 14:50:39',NULL,100.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(14877,'1110','41602761495','2020-10-15 14:50:39',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(14878,'1110','41602761495','2020-10-15 14:50:39',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(14879,'5500','41602761495','2020-10-15 14:50:39',154.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14880,'1000','41602762653','2020-10-15 14:58:45',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14881,'4000','41602762653','2020-10-15 14:58:45',NULL,170.00,'','4','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(14882,'1110','41602762653','2020-10-15 14:58:45',NULL,153.00,'','4','1','Inventory sold','1','','sales','75','','No',NULL,NULL,''),(14883,'5500','41602762653','2020-10-15 14:58:45',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14884,'1000','41602763127','2020-10-15 15:24:39',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14885,'4000','41602763127','2020-10-15 15:24:39',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(14886,'1110','41602763127','2020-10-15 15:24:39',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(14887,'5500','41602763127','2020-10-15 15:24:39',3.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14888,'1000','41602764682','2020-10-15 16:03:16',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14889,'4000','41602764682','2020-10-15 16:03:16',NULL,15.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(14890,'1110','41602764682','2020-10-15 16:03:16',NULL,9.99,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(14891,'5500','41602764682','2020-10-15 16:03:16',9.99,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14892,'1000','41602766999','2020-10-15 16:18:54',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14893,'4000','41602766999','2020-10-15 16:18:54',NULL,100.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(14894,'4000','41602766999','2020-10-15 16:18:54',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(14895,'1110','41602766999','2020-10-15 16:18:54',NULL,95.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(14896,'1110','41602766999','2020-10-15 16:18:54',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(14897,'5500','41602766999','2020-10-15 16:18:54',141.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14898,'1000','41602767937','2020-10-15 16:33:47',95.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14899,'4000','41602767937','2020-10-15 16:33:47',NULL,55.00,'','4','1','Good sold','1','','sales','6161113440054','','No',NULL,NULL,''),(14900,'4000','41602767937','2020-10-15 16:33:47',NULL,40.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(14901,'1110','41602767937','2020-10-15 16:33:47',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161113440054','','No',NULL,NULL,''),(14902,'1110','41602767937','2020-10-15 16:33:47',NULL,36.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(14903,'5500','41602767937','2020-10-15 16:33:47',85.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14904,'1000','41602768832','2020-10-15 16:39:58',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14905,'4000','41602768832','2020-10-15 16:39:58',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(14906,'1110','41602768832','2020-10-15 16:39:58',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(14907,'5500','41602768832','2020-10-15 16:39:58',4.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14908,'1000','41602769200','2020-10-15 16:42:40',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14909,'4000','41602769200','2020-10-15 16:42:40',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(14910,'1110','41602769200','2020-10-15 16:42:40',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(14911,'5500','41602769200','2020-10-15 16:42:40',6.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14912,'1000','41602769390','2020-10-15 17:09:38',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14913,'4000','41602769390','2020-10-15 17:09:38',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(14914,'1110','41602769390','2020-10-15 17:09:38',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(14915,'5500','41602769390','2020-10-15 17:09:38',57.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14916,'1000','41602770980','2020-10-15 17:43:44',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14917,'4000','41602770980','2020-10-15 17:43:44',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(14918,'1110','41602770980','2020-10-15 17:43:44',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(14919,'5500','41602770980','2020-10-15 17:43:44',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14920,'1000','41602773026','2020-10-15 17:57:57',240.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14921,'4000','41602773026','2020-10-15 17:57:57',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(14922,'4000','41602773026','2020-10-15 17:57:57',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(14923,'4000','41602773026','2020-10-15 17:57:57',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(14924,'1110','41602773026','2020-10-15 17:57:57',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(14925,'1110','41602773026','2020-10-15 17:57:57',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(14926,'1110','41602773026','2020-10-15 17:57:57',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(14927,'5500','41602773026','2020-10-15 17:57:57',221.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14928,'1000','41602773888','2020-10-15 18:19:20',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14929,'4000','41602773888','2020-10-15 18:19:20',NULL,70.00,'','4','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(14930,'4000','41602773888','2020-10-15 18:19:20',NULL,10.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(14931,'1110','41602773888','2020-10-15 18:19:20',NULL,63.00,'','4','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(14932,'1110','41602773888','2020-10-15 18:19:20',NULL,6.80,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(14933,'5500','41602773888','2020-10-15 18:19:20',69.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14934,'1000','41602775694','2020-10-15 18:52:09',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14935,'4000','41602775694','2020-10-15 18:52:09',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(14936,'4000','41602775694','2020-10-15 18:52:09',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(14937,'1110','41602775694','2020-10-15 18:52:09',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(14938,'1110','41602775694','2020-10-15 18:52:09',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(14939,'5500','41602775694','2020-10-15 18:52:09',6.73,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14940,'1000','41602777139','2020-10-15 19:03:02',240.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14941,'4000','41602777139','2020-10-15 19:03:02',NULL,240.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(14942,'1110','41602777139','2020-10-15 19:03:02',NULL,186.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(14943,'5500','41602777139','2020-10-15 19:03:02',186.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14944,'1000','41602777800','2020-10-15 19:10:09',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14945,'4000','41602777800','2020-10-15 19:10:09',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(14946,'1110','41602777800','2020-10-15 19:10:09',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(14947,'5500','41602777800','2020-10-15 19:10:09',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14948,'1000','41602778211','2020-10-15 19:17:53',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14949,'4000','41602778211','2020-10-15 19:17:53',NULL,100.00,'','4','1','Good sold','1','','sales','8718951340664','','No',NULL,NULL,''),(14950,'4000','41602778211','2020-10-15 19:17:53',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(14951,'1110','41602778211','2020-10-15 19:17:53',NULL,90.00,'','4','1','Inventory sold','1','','sales','8718951340664','','No',NULL,NULL,''),(14952,'1110','41602778211','2020-10-15 19:17:53',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(14953,'5500','41602778211','2020-10-15 19:17:53',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14954,'1000','41602778711','2020-10-15 19:23:56',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14955,'4000','41602778711','2020-10-15 19:23:56',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(14956,'1110','41602778711','2020-10-15 19:23:56',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(14957,'5500','41602778711','2020-10-15 19:23:56',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14958,'1000','41602779602','2020-10-15 19:33:30',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14959,'4000','41602779602','2020-10-15 19:33:30',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(14960,'1110','41602779602','2020-10-15 19:33:30',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(14961,'5500','41602779602','2020-10-15 19:33:30',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14962,'1000','41602779614','2020-10-15 19:44:53',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14963,'4000','41602779614','2020-10-15 19:44:53',NULL,10.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(14964,'1110','41602779614','2020-10-15 19:44:53',NULL,6.80,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(14965,'5500','41602779614','2020-10-15 19:44:53',6.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14966,'1000','41602780296','2020-10-15 19:52:43',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14967,'4000','41602780296','2020-10-15 19:52:43',NULL,150.00,'','4','1','Good sold','1','','sales','123','','No',NULL,NULL,''),(14968,'1110','41602780296','2020-10-15 19:52:43',NULL,136.00,'','4','1','Inventory sold','1','','sales','123','','No',NULL,NULL,''),(14969,'5500','41602780296','2020-10-15 19:52:43',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14970,'1000','41602780773','2020-10-15 19:55:17',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14971,'4000','41602780773','2020-10-15 19:55:17',NULL,80.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(14972,'1110','41602780773','2020-10-15 19:55:17',NULL,72.00,'','4','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(14973,'5500','41602780773','2020-10-15 19:55:17',72.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14974,'1110','71602785301','2020-10-15 21:08:00',90.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','33','','No',NULL,NULL,''),(14975,'1110','71602785301','2020-10-15 21:08:00',63.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','427','','No',NULL,NULL,''),(14976,'1110','71602785301','2020-10-15 21:08:00',243.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','30','','No',NULL,NULL,''),(14977,'1110','71602785301','2020-10-15 21:08:00',125.80,NULL,'','7','1','Inventory Purchased','1','3','Purchases','428','','No',NULL,NULL,''),(14978,'1110','71602785301','2020-10-15 21:08:00',648.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','16','','No',NULL,NULL,''),(14979,'1110','71602785301','2020-10-15 21:08:00',594.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','66','','No',NULL,NULL,''),(14980,'1110','71602785301','2020-10-15 21:08:00',472.50,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6166000090213','','No',NULL,NULL,''),(14981,'1110','71602785301','2020-10-15 21:08:00',117.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161113440009','','No',NULL,NULL,''),(14982,'1110','71602785301','2020-10-15 21:08:00',117.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161113440016','','No',NULL,NULL,''),(14983,'1110','71602785301','2020-10-15 21:08:00',153.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161113440030','','No',NULL,NULL,''),(14984,'1110','71602785301','2020-10-15 21:08:00',153.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161113440023','','No',NULL,NULL,''),(14985,'1110','71602785301','2020-10-15 21:08:00',117.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161113440078','','No',NULL,NULL,''),(14986,'1110','71602785301','2020-10-15 21:08:00',135.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161113440061','','No',NULL,NULL,''),(14987,'1110','71602785301','2020-10-15 21:08:00',103.50,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161113440085','','No',NULL,NULL,''),(14988,'1110','71602785301','2020-10-15 21:08:00',207.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161113440092','','No',NULL,NULL,''),(14989,'1110','71602785301','2020-10-15 21:08:00',99.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161113440054','','No',NULL,NULL,''),(14990,'1110','71602785301','2020-10-15 21:08:00',2700.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','143','','No',NULL,NULL,''),(14991,'1110','71602785301','2020-10-15 21:08:00',175.50,NULL,'','7','1','Inventory Purchased','1','3','Purchases','144','','No',NULL,NULL,''),(14992,'2130','71602785301','2020-10-15 21:08:00',NULL,6313.30,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(14993,'1000','41602826903','2020-10-16 08:42:54',254.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(14994,'4000','41602826903','2020-10-16 08:42:54',NULL,24.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(14995,'4000','41602826903','2020-10-16 08:42:54',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14996,'4000','41602826903','2020-10-16 08:42:54',NULL,5.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(14997,'4000','41602826903','2020-10-16 08:42:54',NULL,130.00,'','4','1','Good sold','1','','sales','144','','No',NULL,NULL,''),(14998,'4000','41602826903','2020-10-16 08:42:54',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(14999,'1110','41602826903','2020-10-16 08:42:54',NULL,20.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(15000,'1110','41602826903','2020-10-16 08:42:54',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(15001,'1110','41602826903','2020-10-16 08:42:54',NULL,4.50,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(15002,'1110','41602826903','2020-10-16 08:42:54',NULL,117.00,'','4','1','Inventory sold','1','','sales','144','','No',NULL,NULL,''),(15003,'1110','41602826903','2020-10-16 08:42:54',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(15004,'5500','41602826903','2020-10-16 08:42:54',226.67,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15005,'1000','41602826987','2020-10-16 09:28:51',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15006,'4000','41602826987','2020-10-16 09:28:51',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000901','','No',NULL,NULL,''),(15007,'4000','41602826987','2020-10-16 09:28:51',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440009','','No',NULL,NULL,''),(15008,'1110','41602826987','2020-10-16 09:28:51',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000901','','No',NULL,NULL,''),(15009,'1110','41602826987','2020-10-16 09:28:51',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440009','','No',NULL,NULL,''),(15010,'5500','41602826987','2020-10-16 09:28:51',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15011,'1000','41602829740','2020-10-16 09:29:24',238.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15012,'4000','41602829740','2020-10-16 09:29:24',NULL,48.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(15013,'4000','41602829740','2020-10-16 09:29:24',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(15014,'4000','41602829740','2020-10-16 09:29:24',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(15015,'1110','41602829740','2020-10-16 09:29:24',NULL,40.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(15016,'1110','41602829740','2020-10-16 09:29:24',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(15017,'1110','41602829740','2020-10-16 09:29:24',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(15018,'5500','41602829740','2020-10-16 09:29:24',196.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15019,'1000','41602829782','2020-10-16 09:31:01',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15020,'4000','41602829782','2020-10-16 09:31:01',NULL,100.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(15021,'1110','41602829782','2020-10-16 09:31:01',NULL,95.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(15022,'5500','41602829782','2020-10-16 09:31:01',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15023,'1000','41602829866','2020-10-16 10:05:03',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15024,'4000','41602829866','2020-10-16 10:05:03',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(15025,'1110','41602829866','2020-10-16 10:05:03',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(15026,'5500','41602829866','2020-10-16 10:05:03',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15027,'1000','41602832149','2020-10-16 10:39:59',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15028,'4000','41602832149','2020-10-16 10:39:59',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(15029,'1110','41602832149','2020-10-16 10:39:59',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(15030,'5500','41602832149','2020-10-16 10:39:59',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15043,'1000','41602834001','2020-10-16 11:06:29',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15044,'4000','41602834001','2020-10-16 11:06:29',NULL,40.00,'','4','1','Good sold','1','','sales','6161100041240','','No',NULL,NULL,''),(15045,'1110','41602834001','2020-10-16 11:06:29',NULL,36.00,'','4','1','Inventory sold','1','','sales','6161100041240','','No',NULL,NULL,''),(15046,'5500','41602834001','2020-10-16 11:06:29',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15047,'1000','41602835592','2020-10-16 11:21:55',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15048,'4000','41602835592','2020-10-16 11:21:55',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(15049,'4000','41602835592','2020-10-16 11:21:55',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(15050,'1110','41602835592','2020-10-16 11:21:55',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(15051,'1110','41602835592','2020-10-16 11:21:55',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(15052,'5500','41602835592','2020-10-16 11:21:55',29.16,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15053,'1000','41602836517','2020-10-16 11:32:31',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15054,'4000','41602836517','2020-10-16 11:32:31',NULL,75.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(15055,'4000','41602836517','2020-10-16 11:32:31',NULL,125.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(15056,'1110','41602836517','2020-10-16 11:32:31',NULL,67.50,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(15057,'1110','41602836517','2020-10-16 11:32:31',NULL,112.50,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(15058,'5500','41602836517','2020-10-16 11:32:31',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15059,'4000','41602836517','2020-10-16 11:34:30',75.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(15060,'1000','41602836517','2020-10-16 11:34:30',NULL,75.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(15061,'5500','41602836517','2020-10-16 11:34:30',NULL,67.50,'','4','1','Cost of goods returned','1','','sales','105','','No',NULL,NULL,''),(15062,'1110','41602836517','2020-10-16 11:34:30',67.50,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(15063,'4000','41602836517','2020-10-16 11:34:34',125.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(15064,'1000','41602836517','2020-10-16 11:34:34',NULL,125.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(15065,'5500','41602836517','2020-10-16 11:34:34',NULL,112.50,'','4','1','Cost of goods returned','1','','sales','143','','No',NULL,NULL,''),(15066,'1110','41602836517','2020-10-16 11:34:34',112.50,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(15067,'1000','41602837752','2020-10-16 11:47:12',225.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15068,'4000','41602837752','2020-10-16 11:47:12',NULL,25.00,'','4','1','Good sold','1','','sales','6161101661713','','No',NULL,NULL,''),(15069,'4000','41602837752','2020-10-16 11:47:12',NULL,75.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(15070,'4000','41602837752','2020-10-16 11:47:12',NULL,125.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(15071,'1110','41602837752','2020-10-16 11:47:12',NULL,22.50,'','4','1','Inventory sold','1','','sales','6161101661713','','No',NULL,NULL,''),(15072,'1110','41602837752','2020-10-16 11:47:12',NULL,67.50,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(15073,'1110','41602837752','2020-10-16 11:47:12',NULL,112.50,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(15074,'5500','41602837752','2020-10-16 11:47:12',202.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15075,'1000','41602838035','2020-10-16 11:55:56',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15076,'4000','41602838035','2020-10-16 11:55:56',NULL,30.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(15077,'1110','41602838035','2020-10-16 11:55:56',NULL,27.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(15078,'5500','41602838035','2020-10-16 11:55:56',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15079,'1110','71602835255','2020-10-16 11:00:00',648.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','16','','No',NULL,NULL,''),(15080,'1110','71602835255','2020-10-16 11:00:00',306.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','74','','No',NULL,NULL,''),(15081,'1110','71602835255','2020-10-16 11:00:00',306.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','170','','No',NULL,NULL,''),(15082,'1110','71602835255','2020-10-16 11:00:00',153.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','75','','No',NULL,NULL,''),(15083,'1110','71602835255','2020-10-16 11:00:00',153.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','76','','No',NULL,NULL,''),(15084,'1110','71602835255','2020-10-16 11:00:00',297.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','77','','No',NULL,NULL,''),(15085,'1110','71602835255','2020-10-16 11:00:00',297.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','78','','No',NULL,NULL,''),(15086,'1110','71602835255','2020-10-16 11:00:00',297.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','80','','No',NULL,NULL,''),(15087,'1110','71602835255','2020-10-16 11:00:00',99.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','81','','No',NULL,NULL,''),(15088,'1110','71602835255','2020-10-16 11:00:00',198.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','79','','No',NULL,NULL,''),(15089,'1110','71602835255','2020-10-16 11:00:00',432.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','67','','No',NULL,NULL,''),(15090,'1110','71602835255','2020-10-16 11:00:00',475.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','496','','No',NULL,NULL,''),(15091,'1110','71602835255','2020-10-16 11:00:00',225.00,NULL,'','7','1','Inventory Purchased','1','10','Purchases','493','','No',NULL,NULL,''),(15092,'2130','71602835255','2020-10-16 11:00:00',NULL,3886.00,'','7','1','Account payable for inventory','1','10','Purchases','','','No',NULL,NULL,''),(15093,'1000','41602838558','2020-10-16 12:40:19',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15094,'4000','41602838558','2020-10-16 12:40:19',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(15095,'4000','41602838558','2020-10-16 12:40:19',NULL,50.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(15096,'4000','41602838558','2020-10-16 12:40:19',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(15097,'4000','41602838558','2020-10-16 12:40:19',NULL,25.00,'','4','1','Good sold','1','','sales','177','','No',NULL,NULL,''),(15098,'1110','41602838558','2020-10-16 12:40:19',NULL,14.58,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(15099,'1110','41602838558','2020-10-16 12:40:19',NULL,45.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(15100,'1110','41602838558','2020-10-16 12:40:19',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(15101,'1110','41602838558','2020-10-16 12:40:19',NULL,22.50,'','4','1','Inventory sold','1','','sales','177','','No',NULL,NULL,''),(15102,'5500','41602838558','2020-10-16 12:40:19',91.08,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15103,'1000','41602841227','2020-10-16 13:03:04',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15104,'4000','41602841227','2020-10-16 13:03:04',NULL,50.00,'','4','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(15105,'1110','41602841227','2020-10-16 13:03:04',NULL,45.00,'','4','1','Inventory sold','1','','sales','69','','No',NULL,NULL,''),(15106,'5500','41602841227','2020-10-16 13:03:04',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15107,'1000','41602842586','2020-10-16 13:17:42',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15108,'4000','41602842586','2020-10-16 13:17:42',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(15109,'1110','41602842586','2020-10-16 13:17:42',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(15110,'5500','41602842586','2020-10-16 13:17:42',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15111,'1000','41602843547','2020-10-16 13:23:42',180.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15112,'4000','41602843547','2020-10-16 13:23:42',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(15113,'4000','41602843547','2020-10-16 13:23:42',NULL,170.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(15114,'1110','41602843547','2020-10-16 13:23:42',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(15115,'1110','41602843547','2020-10-16 13:23:42',NULL,153.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(15116,'5500','41602843547','2020-10-16 13:23:42',162.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15117,'1000','41602844473','2020-10-16 13:34:45',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15118,'4000','41602844473','2020-10-16 13:34:45',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(15119,'1110','41602844473','2020-10-16 13:34:45',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(15120,'5500','41602844473','2020-10-16 13:34:45',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15121,'1000','41602845556','2020-10-16 13:52:45',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15122,'4000','41602845556','2020-10-16 13:52:45',NULL,10.00,'','4','1','Good sold','1','','sales','491','','No',NULL,NULL,''),(15123,'1110','41602845556','2020-10-16 13:52:45',NULL,8.00,'','4','1','Inventory sold','1','','sales','491','','No',NULL,NULL,''),(15124,'5500','41602845556','2020-10-16 13:52:45',8.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15125,'1000','41602845578','2020-10-16 14:40:22',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15126,'4000','41602845578','2020-10-16 14:40:22',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(15127,'4000','41602845578','2020-10-16 14:40:22',NULL,55.00,'','4','1','Good sold','1','','sales','6008459000507','','No',NULL,NULL,''),(15128,'1110','41602845578','2020-10-16 14:40:22',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(15129,'1110','41602845578','2020-10-16 14:40:22',NULL,40.83,'','4','1','Inventory sold','1','','sales','6008459000507','','No',NULL,NULL,''),(15130,'5500','41602845578','2020-10-16 14:40:22',72.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15131,'1000','41602848427','2020-10-16 14:50:25',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15132,'4000','41602848427','2020-10-16 14:50:25',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(15133,'1110','41602848427','2020-10-16 14:50:25',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(15134,'5500','41602848427','2020-10-16 14:50:25',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15135,'1000','41602849028','2020-10-16 15:03:35',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15136,'4000','41602849028','2020-10-16 15:03:35',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(15137,'4000','41602849028','2020-10-16 15:03:35',NULL,50.00,'','4','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(15138,'4000','41602849028','2020-10-16 15:03:35',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(15139,'1110','41602849028','2020-10-16 15:03:35',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(15140,'1110','41602849028','2020-10-16 15:03:35',NULL,45.00,'','4','1','Inventory sold','1','','sales','69','','No',NULL,NULL,''),(15141,'1110','41602849028','2020-10-16 15:03:35',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(15142,'5500','41602849028','2020-10-16 15:03:35',70.90,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15143,'1000','41602849817','2020-10-16 15:20:50',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15144,'4000','41602849817','2020-10-16 15:20:50',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(15145,'1110','41602849817','2020-10-16 15:20:50',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(15146,'5500','41602849817','2020-10-16 15:20:50',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15147,'1000','41602850862','2020-10-16 16:04:43',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15148,'4000','41602850862','2020-10-16 16:04:43',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(15149,'1110','41602850862','2020-10-16 16:04:43',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(15150,'5500','41602850862','2020-10-16 16:04:43',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15151,'1000','41602853485','2020-10-16 16:05:41',290.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15152,'4000','41602853485','2020-10-16 16:05:41',NULL,200.00,'','4','1','Good sold','1','','sales','6920354817823','','No',NULL,NULL,''),(15153,'4000','41602853485','2020-10-16 16:05:41',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(15154,'1110','41602853485','2020-10-16 16:05:41',NULL,180.00,'','4','1','Inventory sold','1','','sales','6920354817823','','No',NULL,NULL,''),(15155,'1110','41602853485','2020-10-16 16:05:41',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(15156,'5500','41602853485','2020-10-16 16:05:41',261.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15157,'1000','41602853638','2020-10-16 16:09:00',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15158,'4000','41602853638','2020-10-16 16:09:00',NULL,10.00,'','4','1','Good sold','1','','sales','8924122012340','','No',NULL,NULL,''),(15159,'1110','41602853638','2020-10-16 16:09:00',NULL,9.00,'','4','1','Inventory sold','1','','sales','8924122012340','','No',NULL,NULL,''),(15160,'5500','41602853638','2020-10-16 16:09:00',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15161,'1000','41602853743','2020-10-16 16:51:19',52.50,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15162,'4000','41602853743','2020-10-16 16:51:19',NULL,52.50,'','4','1','Good sold','1','','sales','512','','No',NULL,NULL,''),(15163,'1110','41602853743','2020-10-16 16:51:19',NULL,46.00,'','4','1','Inventory sold','1','','sales','512','','No',NULL,NULL,''),(15164,'5500','41602853743','2020-10-16 16:51:19',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15165,'1000','41602856283','2020-10-16 17:02:22',135.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15166,'4000','41602856283','2020-10-16 17:02:22',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033179','','No',NULL,NULL,''),(15167,'4000','41602856283','2020-10-16 17:02:22',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(15168,'1110','41602856283','2020-10-16 17:02:22',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033179','','No',NULL,NULL,''),(15169,'1110','41602856283','2020-10-16 17:02:22',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(15170,'5500','41602856283','2020-10-16 17:02:22',120.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15171,'1000','41602856957','2020-10-16 17:10:05',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15172,'4000','41602856957','2020-10-16 17:10:05',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(15173,'1110','41602856957','2020-10-16 17:10:05',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(15174,'5500','41602856957','2020-10-16 17:10:05',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15175,'1000','41602857409','2020-10-16 17:44:10',195.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15176,'4000','41602857409','2020-10-16 17:44:10',NULL,65.00,'','4','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(15177,'4000','41602857409','2020-10-16 17:44:10',NULL,130.00,'','4','1','Good sold','1','','sales','171','','No',NULL,NULL,''),(15178,'1110','41602857409','2020-10-16 17:44:10',NULL,58.50,'','4','1','Inventory sold','1','','sales','87','','No',NULL,NULL,''),(15179,'1110','41602857409','2020-10-16 17:44:10',NULL,117.00,'','4','1','Inventory sold','1','','sales','171','','No',NULL,NULL,''),(15180,'5500','41602857409','2020-10-16 17:44:10',175.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15181,'1000','41602859453','2020-10-16 17:53:22',146.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15182,'4000','41602859453','2020-10-16 17:53:22',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033070','','No',NULL,NULL,''),(15183,'4000','41602859453','2020-10-16 17:53:22',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033070','','No',NULL,NULL,''),(15184,'4000','41602859453','2020-10-16 17:53:22',NULL,6.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(15185,'1110','41602859453','2020-10-16 17:53:22',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033070','','No',NULL,NULL,''),(15186,'1110','41602859453','2020-10-16 17:53:22',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033070','','No',NULL,NULL,''),(15187,'1110','41602859453','2020-10-16 17:53:22',NULL,4.20,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(15188,'5500','41602859453','2020-10-16 17:53:22',130.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15189,'1000','41602860418','2020-10-16 18:15:18',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15190,'4000','41602860418','2020-10-16 18:15:18',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(15191,'1110','41602860418','2020-10-16 18:15:18',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(15192,'5500','41602860418','2020-10-16 18:15:18',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15193,'1000','41602861320','2020-10-16 18:47:08',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15194,'4000','41602861320','2020-10-16 18:47:08',NULL,80.00,'','4','1','Good sold','1','','sales','6161107150709','','No',NULL,NULL,''),(15195,'1110','41602861320','2020-10-16 18:47:08',NULL,72.00,'','4','1','Inventory sold','1','','sales','6161107150709','','No',NULL,NULL,''),(15196,'5500','41602861320','2020-10-16 18:47:08',72.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15197,'1000','41602863233','2020-10-16 18:48:27',260.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15198,'4000','41602863233','2020-10-16 18:48:27',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000895','','No',NULL,NULL,''),(15199,'4000','41602863233','2020-10-16 18:48:27',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000901','','No',NULL,NULL,''),(15200,'4000','41602863233','2020-10-16 18:48:27',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(15201,'4000','41602863233','2020-10-16 18:48:27',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15202,'1110','41602863233','2020-10-16 18:48:27',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000895','','No',NULL,NULL,''),(15203,'1110','41602863233','2020-10-16 18:48:27',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000901','','No',NULL,NULL,''),(15204,'1110','41602863233','2020-10-16 18:48:27',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(15205,'1110','41602863233','2020-10-16 18:48:27',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(15206,'5500','41602863233','2020-10-16 18:48:27',234.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15207,'1000','41602863333','2020-10-16 18:51:17',235.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15208,'4000','41602863333','2020-10-16 18:51:17',NULL,220.00,'','4','1','Good sold','1','','sales','6161101661232','','No',NULL,NULL,''),(15209,'4000','41602863333','2020-10-16 18:51:17',NULL,15.00,'','4','1','Good sold','1','','sales','6164004611175','','No',NULL,NULL,''),(15210,'1110','41602863333','2020-10-16 18:51:17',NULL,198.00,'','4','1','Inventory sold','1','','sales','6161101661232','','No',NULL,NULL,''),(15211,'1110','41602863333','2020-10-16 18:51:17',NULL,13.50,'','4','1','Inventory sold','1','','sales','6164004611175','','No',NULL,NULL,''),(15212,'5500','41602863333','2020-10-16 18:51:17',211.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15213,'1000','41602863482','2020-10-16 18:53:42',330.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15214,'4000','41602863482','2020-10-16 18:53:42',NULL,100.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(15215,'4000','41602863482','2020-10-16 18:53:42',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(15216,'4000','41602863482','2020-10-16 18:53:42',NULL,10.00,'','4','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(15217,'4000','41602863482','2020-10-16 18:53:42',NULL,170.00,'','4','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(15218,'4000','41602863482','2020-10-16 18:53:42',NULL,40.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(15219,'1110','41602863482','2020-10-16 18:53:42',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(15220,'1110','41602863482','2020-10-16 18:53:42',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(15221,'1110','41602863482','2020-10-16 18:53:42',NULL,9.00,'','4','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(15222,'1110','41602863482','2020-10-16 18:53:42',NULL,153.00,'','4','1','Inventory sold','1','','sales','76','','No',NULL,NULL,''),(15223,'1110','41602863482','2020-10-16 18:53:42',NULL,30.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(15224,'5500','41602863482','2020-10-16 18:53:42',291.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15225,'1000','41602863690','2020-10-16 18:57:45',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15226,'4000','41602863690','2020-10-16 18:57:45',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(15227,'1110','41602863690','2020-10-16 18:57:45',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(15228,'5500','41602863690','2020-10-16 18:57:45',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15229,'1000','41602863867','2020-10-16 19:02:02',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15230,'4000','41602863867','2020-10-16 19:02:02',NULL,10.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(15231,'1110','41602863867','2020-10-16 19:02:02',NULL,6.80,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(15232,'5500','41602863867','2020-10-16 19:02:02',6.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15233,'4000','41602863333','2020-10-16 19:20:35',220.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(15234,'1000','41602863333','2020-10-16 19:20:35',NULL,220.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(15235,'5500','41602863333','2020-10-16 19:20:35',NULL,198.00,'','4','1','Cost of goods returned','1','','sales','6161101661232','','No',NULL,NULL,''),(15236,'1110','41602863333','2020-10-16 19:20:35',198.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(15237,'1000','41602865239','2020-10-16 19:21:23',225.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15238,'4000','41602865239','2020-10-16 19:21:23',NULL,75.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(15239,'4000','41602865239','2020-10-16 19:21:23',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(15240,'1110','41602865239','2020-10-16 19:21:23',NULL,67.50,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(15241,'1110','41602865239','2020-10-16 19:21:23',NULL,135.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(15242,'5500','41602865239','2020-10-16 19:21:23',202.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15243,'1000','41602865533','2020-10-16 19:29:25',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15244,'4000','41602865533','2020-10-16 19:29:25',NULL,50.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(15245,'4000','41602865533','2020-10-16 19:29:25',NULL,55.00,'','4','1','Good sold','1','','sales','6008459000507','','No',NULL,NULL,''),(15246,'1110','41602865533','2020-10-16 19:29:25',NULL,45.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(15247,'1110','41602865533','2020-10-16 19:29:25',NULL,40.83,'','4','1','Inventory sold','1','','sales','6008459000507','','No',NULL,NULL,''),(15248,'5500','41602865533','2020-10-16 19:29:25',85.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15249,'1000','41602865872','2020-10-16 19:36:47',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15250,'4000','41602865872','2020-10-16 19:36:47',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(15251,'1110','41602865872','2020-10-16 19:36:47',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(15252,'5564','41602865872','2020-10-16 19:36:47',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15253,'1000','41602866210','2020-10-16 19:37:47',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15254,'4000','41602866210','2020-10-16 19:37:47',NULL,25.00,'','4','1','Good sold','1','','sales','128','','No',NULL,NULL,''),(15255,'1110','41602866210','2020-10-16 19:37:47',NULL,22.50,'','4','1','Inventory sold','1','','sales','128','','No',NULL,NULL,''),(15256,'5500','41602866210','2020-10-16 19:37:47',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15257,'1000','41602866270','2020-10-16 19:40:23',195.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15258,'4000','41602866270','2020-10-16 19:40:23',NULL,195.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15259,'1110','41602866270','2020-10-16 19:40:23',NULL,175.50,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(15260,'5500','41602866270','2020-10-16 19:40:23',175.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15261,'1000','41602867681','2020-10-16 20:02:07',306.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15262,'4000','41602867681','2020-10-16 20:02:07',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(15263,'4000','41602867681','2020-10-16 20:02:07',NULL,6.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(15264,'4000','41602867681','2020-10-16 20:02:07',NULL,200.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(15265,'4000','41602867681','2020-10-16 20:02:07',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(15266,'1110','41602867681','2020-10-16 20:02:07',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(15267,'1110','41602867681','2020-10-16 20:02:07',NULL,4.20,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(15268,'1110','41602867681','2020-10-16 20:02:07',NULL,190.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(15269,'1110','41602867681','2020-10-16 20:02:07',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(15270,'5500','41602867681','2020-10-16 20:02:07',284.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15271,'1000','41602867730','2020-10-16 20:02:27',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15272,'4000','41602867730','2020-10-16 20:02:27',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(15273,'1110','41602867730','2020-10-16 20:02:27',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(15274,'5500','41602867730','2020-10-16 20:02:27',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15275,'1000','41602867749','2020-10-16 20:03:06',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15276,'4000','41602867749','2020-10-16 20:03:06',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(15277,'1110','41602867749','2020-10-16 20:03:06',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(15278,'5500','41602867749','2020-10-16 20:03:06',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15279,'1000','41602867854','2020-10-16 20:10:53',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15280,'4000','41602867854','2020-10-16 20:10:53',NULL,10.00,'','4','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(15281,'4000','41602867854','2020-10-16 20:10:53',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(15282,'1110','41602867854','2020-10-16 20:10:53',NULL,9.00,'','4','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(15283,'1110','41602867854','2020-10-16 20:10:53',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(15284,'5500','41602867854','2020-10-16 20:10:53',55.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15285,'1000','41602916203','2020-10-17 09:36:01',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15286,'4000','41602916203','2020-10-17 09:36:01',NULL,50.00,'','4','1','Good sold','1','','sales','6161107772208','','No',NULL,NULL,''),(15287,'4000','41602916203','2020-10-17 09:36:01',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(15288,'1110','41602916203','2020-10-17 09:36:01',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161107772208','','No',NULL,NULL,''),(15289,'1110','41602916203','2020-10-17 09:36:01',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(15290,'5500','41602916203','2020-10-17 09:36:01',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15291,'1000','41602917157','2020-10-17 10:08:02',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15292,'4000','41602917157','2020-10-17 10:08:02',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(15293,'4000','41602917157','2020-10-17 10:08:02',NULL,10.00,'','4','1','Good sold','1','','sales','499','','No',NULL,NULL,''),(15294,'1110','41602917157','2020-10-17 10:08:02',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(15295,'1110','41602917157','2020-10-17 10:08:02',NULL,8.00,'','4','1','Inventory sold','1','','sales','499','','No',NULL,NULL,''),(15296,'5500','41602917157','2020-10-17 10:08:02',25.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15297,'1000','41602918501','2020-10-17 10:09:16',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15298,'4000','41602918501','2020-10-17 10:09:16',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(15299,'1110','41602918501','2020-10-17 10:09:16',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(15300,'5500','41602918501','2020-10-17 10:09:16',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15301,'1000','41602919151','2020-10-17 10:42:48',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15302,'4000','41602919151','2020-10-17 10:42:48',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440030','','No',NULL,NULL,''),(15303,'4000','41602919151','2020-10-17 10:42:48',NULL,40.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(15304,'1110','41602919151','2020-10-17 10:42:48',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440030','','No',NULL,NULL,''),(15305,'1110','41602919151','2020-10-17 10:42:48',NULL,36.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(15306,'5500','41602919151','2020-10-17 10:42:48',112.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15307,'1000','41602920593','2020-10-17 11:15:28',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15308,'4000','41602920593','2020-10-17 11:15:28',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(15309,'1110','41602920593','2020-10-17 11:15:28',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(15310,'5500','41602920593','2020-10-17 11:15:28',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15311,'1000','41602922533','2020-10-17 11:57:22',195.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15312,'4000','41602922533','2020-10-17 11:57:22',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(15313,'4000','41602922533','2020-10-17 11:57:22',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(15314,'4000','41602922533','2020-10-17 11:57:22',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(15315,'1110','41602922533','2020-10-17 11:57:22',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(15316,'1110','41602922533','2020-10-17 11:57:22',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(15317,'1110','41602922533','2020-10-17 11:57:22',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(15318,'5500','41602922533','2020-10-17 11:57:22',170.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15319,'1000','41602925064','2020-10-17 12:07:19',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15320,'4000','41602925064','2020-10-17 12:07:19',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(15321,'1110','41602925064','2020-10-17 12:07:19',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(15322,'5500','41602925064','2020-10-17 12:07:19',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15323,'1000','41602925642','2020-10-17 12:23:10',52.50,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15324,'4000','41602925642','2020-10-17 12:23:10',NULL,52.50,'','4','1','Good sold','1','','sales','512','','No',NULL,NULL,''),(15325,'1110','41602925642','2020-10-17 12:23:10',NULL,46.00,'','4','1','Inventory sold','1','','sales','512','','No',NULL,NULL,''),(15326,'5500','41602925642','2020-10-17 12:23:10',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15327,'1000','41602926597','2020-10-17 12:31:28',625.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15328,'4000','41602926597','2020-10-17 12:31:28',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000895','','No',NULL,NULL,''),(15329,'4000','41602926597','2020-10-17 12:31:28',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(15330,'4000','41602926597','2020-10-17 12:31:28',NULL,250.00,'','4','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(15331,'4000','41602926597','2020-10-17 12:31:28',NULL,200.00,'','4','1','Good sold','1','','sales','792382330195','','No',NULL,NULL,''),(15332,'1110','41602926597','2020-10-17 12:31:28',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000895','','No',NULL,NULL,''),(15333,'1110','41602926597','2020-10-17 12:31:28',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(15334,'1110','41602926597','2020-10-17 12:31:28',NULL,225.00,'','4','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(15335,'1110','41602926597','2020-10-17 12:31:28',NULL,171.00,'','4','1','Inventory sold','1','','sales','792382330195','','No',NULL,NULL,''),(15336,'5500','41602926597','2020-10-17 12:31:28',553.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15337,'4000','41602922533','2020-10-17 12:34:27',20.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(15338,'1000','41602922533','2020-10-17 12:34:27',NULL,20.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(15339,'5500','41602922533','2020-10-17 12:34:27',NULL,18.00,'','4','1','Cost of goods returned','1','','sales','8901719903434','','No',NULL,NULL,''),(15340,'1110','41602922533','2020-10-17 12:34:27',18.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(15341,'1000','41602927278','2020-10-17 12:43:54',180.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15342,'4000','41602927278','2020-10-17 12:43:54',NULL,120.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(15343,'4000','41602927278','2020-10-17 12:43:54',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(15344,'4000','41602927278','2020-10-17 12:43:54',NULL,10.00,'','4','1','Good sold','1','','sales','499','','No',NULL,NULL,''),(15345,'1110','41602927278','2020-10-17 12:43:54',NULL,94.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(15346,'1110','41602927278','2020-10-17 12:43:54',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(15347,'1110','41602927278','2020-10-17 12:43:54',NULL,8.00,'','4','1','Inventory sold','1','','sales','499','','No',NULL,NULL,''),(15348,'5500','41602927278','2020-10-17 12:43:54',148.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15349,'1000','41602927837','2020-10-17 12:47:56',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15350,'4000','41602927837','2020-10-17 12:47:56',NULL,60.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(15351,'1110','41602927837','2020-10-17 12:47:56',NULL,54.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(15352,'5500','41602927837','2020-10-17 12:47:56',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15353,'1000','41602928086','2020-10-17 12:58:37',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15354,'4000','41602928086','2020-10-17 12:58:37',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(15355,'1110','41602928086','2020-10-17 12:58:37',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(15356,'5500','41602928086','2020-10-17 12:58:37',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15357,'1000','41602929114','2020-10-17 13:29:34',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15358,'4000','41602929114','2020-10-17 13:29:34',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(15359,'1110','41602929114','2020-10-17 13:29:34',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(15360,'5500','41602929114','2020-10-17 13:29:34',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15361,'1000','41602930579','2020-10-17 13:50:43',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15362,'4000','41602930579','2020-10-17 13:50:43',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(15363,'1110','41602930579','2020-10-17 13:50:43',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(15364,'5500','41602930579','2020-10-17 13:50:43',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15379,'1000','41602935520','2020-10-17 14:55:09',240.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15380,'4000','41602935520','2020-10-17 14:55:09',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(15381,'4000','41602935520','2020-10-17 14:55:09',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(15382,'4000','41602935520','2020-10-17 14:55:09',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(15383,'1110','41602935520','2020-10-17 14:55:09',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(15384,'1110','41602935520','2020-10-17 14:55:09',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(15385,'1110','41602935520','2020-10-17 14:55:09',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(15386,'5500','41602935520','2020-10-17 14:55:09',194.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15387,'1000','41602935712','2020-10-17 15:01:49',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15388,'4000','41602935712','2020-10-17 15:01:49',NULL,60.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(15389,'1110','41602935712','2020-10-17 15:01:49',NULL,40.20,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(15390,'5500','41602935712','2020-10-17 15:01:49',40.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15391,'1000','41602937765','2020-10-17 15:29:43',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15392,'4000','41602937765','2020-10-17 15:29:43',NULL,40.00,'','4','1','Good sold','1','','sales','6008677000549','','No',NULL,NULL,''),(15393,'4000','41602937765','2020-10-17 15:29:43',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(15394,'1110','41602937765','2020-10-17 15:29:43',NULL,36.00,'','4','1','Inventory sold','1','','sales','6008677000549','','No',NULL,NULL,''),(15395,'1110','41602937765','2020-10-17 15:29:43',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(15396,'5500','41602937765','2020-10-17 15:29:43',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15397,'1000','41602937787','2020-10-17 15:31:19',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15398,'4000','41602937787','2020-10-17 15:31:19',NULL,10.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(15399,'4000','41602937787','2020-10-17 15:31:19',NULL,100.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(15400,'1110','41602937787','2020-10-17 15:31:19',NULL,9.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(15401,'1110','41602937787','2020-10-17 15:31:19',NULL,95.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(15402,'5500','41602937787','2020-10-17 15:31:19',104.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15403,'1000','41602938174','2020-10-17 15:36:23',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15404,'4000','41602938174','2020-10-17 15:36:23',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(15405,'1110','41602938174','2020-10-17 15:36:23',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(15406,'5500','41602938174','2020-10-17 15:36:23',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15407,'1000','41602938733','2020-10-17 15:45:54',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15408,'4000','41602938733','2020-10-17 15:45:54',NULL,70.00,'','4','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(15409,'1110','41602938733','2020-10-17 15:45:54',NULL,63.00,'','4','1','Inventory sold','1','','sales','96','','No',NULL,NULL,''),(15410,'5500','41602938733','2020-10-17 15:45:54',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15411,'1000','41602938758','2020-10-17 16:01:18',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15412,'4000','41602938758','2020-10-17 16:01:18',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(15413,'4000','41602938758','2020-10-17 16:01:18',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(15414,'1110','41602938758','2020-10-17 16:01:18',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(15415,'1110','41602938758','2020-10-17 16:01:18',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(15416,'5500','41602938758','2020-10-17 16:01:18',60.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15417,'1000','41602939681','2020-10-17 16:06:31',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15418,'4000','41602939681','2020-10-17 16:06:31',NULL,25.00,'','4','1','Good sold','1','','sales','177','','No',NULL,NULL,''),(15419,'1110','41602939681','2020-10-17 16:06:31',NULL,22.50,'','4','1','Inventory sold','1','','sales','177','','No',NULL,NULL,''),(15420,'5500','41602939681','2020-10-17 16:06:31',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15421,'4000','41602935520','2020-10-17 16:06:52',120.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(15422,'1000','41602935520','2020-10-17 16:06:52',NULL,120.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(15423,'5500','41602935520','2020-10-17 16:06:52',NULL,93.00,'','4','1','Cost of goods returned','1','','sales','101','','No',NULL,NULL,''),(15424,'1110','41602935520','2020-10-17 16:06:52',93.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(15425,'1000','41602940015','2020-10-17 16:30:18',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15426,'4000','41602940015','2020-10-17 16:30:18',NULL,60.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(15427,'1110','41602940015','2020-10-17 16:30:18',NULL,54.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(15428,'5500','41602940015','2020-10-17 16:30:18',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15429,'1000','41602941472','2020-10-17 16:32:53',181.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15430,'4000','41602941472','2020-10-17 16:32:53',NULL,36.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(15431,'4000','41602941472','2020-10-17 16:32:53',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(15432,'4000','41602941472','2020-10-17 16:32:53',NULL,20.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(15433,'1110','41602941472','2020-10-17 16:32:53',NULL,30.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(15434,'1110','41602941472','2020-10-17 16:32:53',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(15435,'1110','41602941472','2020-10-17 16:32:53',NULL,18.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(15436,'5500','41602941472','2020-10-17 16:32:53',164.67,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15437,'1000','41602941584','2020-10-17 16:43:38',1745.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15438,'4000','41602941584','2020-10-17 16:43:38',NULL,155.00,'','4','1','Good sold','1','','sales','5410076189540','','No',NULL,NULL,''),(15439,'4000','41602941584','2020-10-17 16:43:38',NULL,240.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(15440,'4000','41602941584','2020-10-17 16:43:38',NULL,140.00,'','4','1','Good sold','1','','sales','6161100860247','','No',NULL,NULL,''),(15441,'4000','41602941584','2020-10-17 16:43:38',NULL,525.00,'','4','1','Good sold','1','','sales','6161101661249','','No',NULL,NULL,''),(15442,'4000','41602941584','2020-10-17 16:43:38',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(15443,'4000','41602941584','2020-10-17 16:43:38',NULL,460.00,'','4','1','Good sold','1','','sales','6164000512018','','No',NULL,NULL,''),(15444,'4000','41602941584','2020-10-17 16:43:38',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(15445,'4000','41602941584','2020-10-17 16:43:38',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(15446,'1110','41602941584','2020-10-17 16:43:38',NULL,139.50,'','4','1','Inventory sold','1','','sales','5410076189540','','No',NULL,NULL,''),(15447,'1110','41602941584','2020-10-17 16:43:38',NULL,214.16,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(15448,'1110','41602941584','2020-10-17 16:43:38',NULL,126.00,'','4','1','Inventory sold','1','','sales','6161100860247','','No',NULL,NULL,''),(15449,'1110','41602941584','2020-10-17 16:43:38',NULL,441.66,'','4','1','Inventory sold','1','','sales','6161101661249','','No',NULL,NULL,''),(15450,'1110','41602941584','2020-10-17 16:43:38',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(15451,'1110','41602941584','2020-10-17 16:43:38',NULL,414.00,'','4','1','Inventory sold','1','','sales','6164000512018','','No',NULL,NULL,''),(15452,'1110','41602941584','2020-10-17 16:43:38',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(15453,'1110','41602941584','2020-10-17 16:43:38',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(15454,'5500','41602941584','2020-10-17 16:43:38',1534.99,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15455,'1000','41602942236','2020-10-17 16:52:33',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15456,'4000','41602942236','2020-10-17 16:52:33',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(15457,'1110','41602942236','2020-10-17 16:52:33',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(15458,'5500','41602942236','2020-10-17 16:52:33',6.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15459,'1000','41602942760','2020-10-17 16:53:02',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15460,'4000','41602942760','2020-10-17 16:53:02',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(15461,'1110','41602942760','2020-10-17 16:53:02',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(15462,'5500','41602942760','2020-10-17 16:53:02',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15463,'1000','41602944561','2020-10-17 17:37:47',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15464,'4000','41602944561','2020-10-17 17:37:47',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(15465,'1110','41602944561','2020-10-17 17:37:47',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(15466,'5500','41602944561','2020-10-17 17:37:47',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15467,'1000','41602945472','2020-10-17 17:40:47',250.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15468,'4000','41602945472','2020-10-17 17:40:47',NULL,250.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(15469,'1110','41602945472','2020-10-17 17:40:47',NULL,200.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(15470,'5500','41602945472','2020-10-17 17:40:47',200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15471,'1000','41602945701','2020-10-17 17:46:50',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15472,'4000','41602945701','2020-10-17 17:46:50',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(15473,'1110','41602945701','2020-10-17 17:46:50',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(15474,'5500','41602945701','2020-10-17 17:46:50',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15475,'1000','41602946043','2020-10-17 18:00:25',305.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15476,'4000','41602946043','2020-10-17 18:00:25',NULL,100.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(15477,'4000','41602946043','2020-10-17 18:00:25',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(15478,'4000','41602946043','2020-10-17 18:00:25',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(15479,'4000','41602946043','2020-10-17 18:00:25',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(15480,'1110','41602946043','2020-10-17 18:00:25',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(15481,'1110','41602946043','2020-10-17 18:00:25',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(15482,'1110','41602946043','2020-10-17 18:00:25',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(15483,'1110','41602946043','2020-10-17 18:00:25',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(15484,'5500','41602946043','2020-10-17 18:00:25',270.67,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15485,'1000','41602947618','2020-10-17 18:13:53',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15486,'4000','41602947618','2020-10-17 18:13:53',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440023','','No',NULL,NULL,''),(15487,'1110','41602947618','2020-10-17 18:13:53',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440023','','No',NULL,NULL,''),(15488,'5500','41602947618','2020-10-17 18:13:53',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15489,'1000','41602947666','2020-10-17 18:19:11',31.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15490,'4000','41602947666','2020-10-17 18:19:11',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(15491,'4000','41602947666','2020-10-17 18:19:11',NULL,6.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(15492,'1110','41602947666','2020-10-17 18:19:11',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(15493,'1110','41602947666','2020-10-17 18:19:11',NULL,4.20,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(15494,'5500','41602947666','2020-10-17 18:19:11',26.70,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15495,'1000','41602938347','2020-10-17 18:35:05',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15496,'4000','41602938347','2020-10-17 18:35:05',NULL,40.00,'','4','1','Good sold','1','','sales','182','','No',NULL,NULL,''),(15497,'1110','41602938347','2020-10-17 18:35:05',NULL,36.00,'','4','1','Inventory sold','1','','sales','182','','No',NULL,NULL,''),(15498,'5500','41602938347','2020-10-17 18:35:05',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15499,'1000','41602948924','2020-10-17 18:39:54',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15500,'4000','41602948924','2020-10-17 18:39:54',NULL,20.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(15501,'1110','41602948924','2020-10-17 18:39:54',NULL,13.40,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(15502,'5500','41602948924','2020-10-17 18:39:54',13.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15503,'1000','41602949197','2020-10-17 19:17:48',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15504,'4000','41602949197','2020-10-17 19:17:48',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15505,'1110','41602949197','2020-10-17 19:17:48',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(15506,'5500','41602949197','2020-10-17 19:17:48',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15507,'1000','41602951501','2020-10-17 19:36:47',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15508,'4000','41602951501','2020-10-17 19:36:47',NULL,50.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15509,'4000','41602951501','2020-10-17 19:36:47',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(15510,'4000','41602951501','2020-10-17 19:36:47',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(15511,'4000','41602951501','2020-10-17 19:36:47',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(15512,'1110','41602951501','2020-10-17 19:36:47',NULL,45.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15513,'1110','41602951501','2020-10-17 19:36:47',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(15514,'1110','41602951501','2020-10-17 19:36:47',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(15515,'1110','41602951501','2020-10-17 19:36:47',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(15516,'5500','41602951501','2020-10-17 19:36:47',110.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15517,'1000','41602952611','2020-10-17 19:42:27',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15518,'4000','41602952611','2020-10-17 19:42:27',NULL,25.00,'','4','1','Good sold','1','','sales','173','','No',NULL,NULL,''),(15519,'1110','41602952611','2020-10-17 19:42:27',NULL,22.50,'','4','1','Inventory sold','1','','sales','173','','No',NULL,NULL,''),(15520,'5500','41602952611','2020-10-17 19:42:27',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15521,'1000','41602952950','2020-10-17 19:43:39',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15522,'4000','41602952950','2020-10-17 19:43:39',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(15523,'1110','41602952950','2020-10-17 19:43:39',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(15524,'5500','41602952950','2020-10-17 19:43:39',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15525,'1000','41602953022','2020-10-17 19:52:42',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15526,'4000','41602953022','2020-10-17 19:52:42',NULL,100.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(15527,'1110','41602953022','2020-10-17 19:52:42',NULL,95.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(15528,'5500','41602953022','2020-10-17 19:52:42',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15529,'1000','41602953564','2020-10-17 19:56:59',485.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15530,'4000','41602953564','2020-10-17 19:56:59',NULL,100.00,'','4','1','Good sold','1','','sales','6161100950139','','No',NULL,NULL,''),(15531,'4000','41602953564','2020-10-17 19:56:59',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(15532,'4000','41602953564','2020-10-17 19:56:59',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15533,'4000','41602953564','2020-10-17 19:56:59',NULL,80.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(15534,'4000','41602953564','2020-10-17 19:56:59',NULL,85.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(15535,'4000','41602953564','2020-10-17 19:56:59',NULL,45.00,'','4','1','Good sold','1','','sales','503','','No',NULL,NULL,''),(15536,'4000','41602953564','2020-10-17 19:56:59',NULL,52.50,'','4','1','Good sold','1','','sales','512','','No',NULL,NULL,''),(15537,'4000','41602953564','2020-10-17 19:56:59',NULL,52.50,'','4','1','Good sold','1','','sales','512','','No',NULL,NULL,''),(15538,'1110','41602953564','2020-10-17 19:56:59',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161100950139','','No',NULL,NULL,''),(15539,'1110','41602953564','2020-10-17 19:56:59',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(15540,'1110','41602953564','2020-10-17 19:56:59',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(15541,'1110','41602953564','2020-10-17 19:56:59',NULL,72.00,'','4','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(15542,'1110','41602953564','2020-10-17 19:56:59',NULL,76.50,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(15543,'1110','41602953564','2020-10-17 19:56:59',NULL,37.50,'','4','1','Inventory sold','1','','sales','503','','No',NULL,NULL,''),(15544,'1110','41602953564','2020-10-17 19:56:59',NULL,46.00,'','4','1','Inventory sold','1','','sales','512','','No',NULL,NULL,''),(15545,'1110','41602953564','2020-10-17 19:56:59',NULL,46.00,'','4','1','Inventory sold','1','','sales','512','','No',NULL,NULL,''),(15546,'5500','41602953564','2020-10-17 19:56:59',431.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15547,'4000','41602953564','2020-10-17 19:58:52',52.50,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(15548,'1000','41602953564','2020-10-17 19:58:52',NULL,52.50,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(15549,'5500','41602953564','2020-10-17 19:58:52',NULL,46.00,'','4','1','Cost of goods returned','1','','sales','512','','No',NULL,NULL,''),(15550,'1110','41602953564','2020-10-17 19:58:52',46.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(15551,'1000','41603009844','2020-10-18 11:31:26',430.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15552,'4000','41603009844','2020-10-18 11:31:26',NULL,120.00,'','4','1','Good sold','1','','sales','8901719908576','','No',NULL,NULL,''),(15553,'4000','41603009844','2020-10-18 11:31:26',NULL,170.00,'','4','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(15554,'4000','41603009844','2020-10-18 11:31:26',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(15555,'4000','41603009844','2020-10-18 11:31:26',NULL,80.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(15556,'1110','41603009844','2020-10-18 11:31:26',NULL,108.00,'','4','1','Inventory sold','1','','sales','8901719908576','','No',NULL,NULL,''),(15557,'1110','41603009844','2020-10-18 11:31:26',NULL,153.00,'','4','1','Inventory sold','1','','sales','75','','No',NULL,NULL,''),(15558,'1110','41603009844','2020-10-18 11:31:26',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(15559,'1110','41603009844','2020-10-18 11:31:26',NULL,72.00,'','4','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(15560,'5500','41603009844','2020-10-18 11:31:26',380.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15561,'1000','41603009992','2020-10-18 11:46:00',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15562,'4000','41603009992','2020-10-18 11:46:00',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(15563,'4000','41603009992','2020-10-18 11:46:00',NULL,10.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(15564,'1110','41603009992','2020-10-18 11:46:00',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(15565,'1110','41603009992','2020-10-18 11:46:00',NULL,6.70,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(15566,'5500','41603009992','2020-10-18 11:46:00',51.70,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15567,'1000','41603010777','2020-10-18 11:50:43',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15568,'4000','41603010777','2020-10-18 11:50:43',NULL,55.00,'','4','1','Good sold','1','','sales','6161113440054','','No',NULL,NULL,''),(15569,'1110','41603010777','2020-10-18 11:50:43',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161113440054','','No',NULL,NULL,''),(15570,'5500','41603010777','2020-10-18 11:50:43',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15571,'1110','71602933038','2020-10-17 14:10:00',475.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','492','','No',NULL,NULL,''),(15572,'1110','71602933038','2020-10-17 14:10:00',225.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','493','','No',NULL,NULL,''),(15573,'1110','71602933038','2020-10-17 14:10:00',92.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','497','','No',NULL,NULL,''),(15574,'1110','71602933038','2020-10-17 14:10:00',189.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161101000895','','No',NULL,NULL,''),(15575,'1110','71602933038','2020-10-17 14:10:00',283.50,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6161101000901','','No',NULL,NULL,''),(15576,'1110','71602933038','2020-10-17 14:10:00',315.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000033490','','No',NULL,NULL,''),(15577,'1110','71602933038','2020-10-17 14:10:00',252.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000033230','','No',NULL,NULL,''),(15578,'1110','71602933038','2020-10-17 14:10:00',252.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000033070','','No',NULL,NULL,''),(15579,'1110','71602933038','2020-10-17 14:10:00',126.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000033483','','No',NULL,NULL,''),(15580,'1110','71602933038','2020-10-17 14:10:00',351.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000033193','','No',NULL,NULL,''),(15581,'1110','71602933038','2020-10-17 14:10:00',117.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000033179','','No',NULL,NULL,''),(15582,'1110','71602933038','2020-10-17 14:10:00',234.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000033209','','No',NULL,NULL,''),(15583,'1110','71602933038','2020-10-17 14:10:00',117.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','6164000033186','','No',NULL,NULL,''),(15584,'1110','71602933038','2020-10-17 14:10:00',502.50,NULL,'','7','1','Inventory Purchased','1','3','Purchases','513','','No',NULL,NULL,''),(15585,'1110','71602933038','2020-10-17 14:10:00',4092.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','101','','No',NULL,NULL,''),(15586,'1110','71602933038','2020-10-17 14:10:00',470.00,NULL,'','7','1','Inventory Purchased','1','3','Purchases','102','','No',NULL,NULL,''),(15587,'2130','71602933038','2020-10-17 14:10:00',NULL,8093.00,'','7','1','Account payable for inventory','1','3','Purchases','','','No',NULL,NULL,''),(15588,'1000','41603011514','2020-10-18 13:10:50',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15589,'4000','41603011514','2020-10-18 13:10:50',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(15590,'1110','41603011514','2020-10-18 13:10:50',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(15591,'5500','41603011514','2020-10-18 13:10:50',3.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15592,'1000','41603015853','2020-10-18 13:11:24',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15593,'4000','41603015853','2020-10-18 13:11:24',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(15594,'1110','41603015853','2020-10-18 13:11:24',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(15595,'5500','41603015853','2020-10-18 13:11:24',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15596,'1000','41603016617','2020-10-18 13:24:02',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15597,'4000','41603016617','2020-10-18 13:24:02',NULL,70.00,'','4','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(15598,'1110','41603016617','2020-10-18 13:24:02',NULL,63.00,'','4','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(15599,'5500','41603016617','2020-10-18 13:24:02',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15600,'1000','41603017045','2020-10-18 13:54:32',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15601,'4000','41603017045','2020-10-18 13:54:32',NULL,10.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(15602,'1110','41603017045','2020-10-18 13:54:32',NULL,6.70,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(15603,'5500','41603017045','2020-10-18 13:54:32',6.70,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15604,'1000','41603018474','2020-10-18 14:03:04',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15605,'4000','41603018474','2020-10-18 14:03:04',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000895','','No',NULL,NULL,''),(15606,'1110','41603018474','2020-10-18 14:03:04',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000895','','No',NULL,NULL,''),(15607,'5500','41603018474','2020-10-18 14:03:04',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15608,'1000','41603018997','2020-10-18 14:05:12',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15609,'4000','41603018997','2020-10-18 14:05:12',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(15610,'1110','41603018997','2020-10-18 14:05:12',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(15611,'5500','41603018997','2020-10-18 14:05:12',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15612,'1000','41603019251','2020-10-18 14:16:07',700.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15613,'4000','41603019251','2020-10-18 14:16:07',NULL,550.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(15614,'4000','41603019251','2020-10-18 14:16:07',NULL,150.00,'','4','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(15615,'1110','41603019251','2020-10-18 14:16:07',NULL,495.00,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(15616,'1110','41603019251','2020-10-18 14:16:07',NULL,135.00,'','4','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(15617,'5500','41603019251','2020-10-18 14:16:07',630.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15618,'1000','41603019779','2020-10-18 14:26:14',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15619,'4000','41603019779','2020-10-18 14:26:14',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(15620,'1110','41603019779','2020-10-18 14:26:14',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(15621,'5500','41603019779','2020-10-18 14:26:14',3.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15622,'1000','41603020379','2020-10-18 14:46:39',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15623,'4000','41603020379','2020-10-18 14:46:39',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(15624,'1110','41603020379','2020-10-18 14:46:39',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(15625,'5500','41603020379','2020-10-18 14:46:39',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15626,'1000','41603021602','2020-10-18 15:35:37',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15627,'4000','41603021602','2020-10-18 15:35:37',NULL,40.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(15628,'1110','41603021602','2020-10-18 15:35:37',NULL,30.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(15629,'5500','41603021602','2020-10-18 15:35:37',30.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15630,'1000','41603024542','2020-10-18 16:05:22',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15631,'4000','41603024542','2020-10-18 16:05:22',NULL,50.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15632,'4000','41603024542','2020-10-18 16:05:22',NULL,10.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(15633,'4000','41603024542','2020-10-18 16:05:22',NULL,10.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(15634,'1110','41603024542','2020-10-18 16:05:22',NULL,45.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15635,'1110','41603024542','2020-10-18 16:05:22',NULL,6.70,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(15636,'1110','41603024542','2020-10-18 16:05:22',NULL,6.70,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(15637,'5500','41603024542','2020-10-18 16:05:22',58.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15638,'1000','41603026349','2020-10-18 16:06:28',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15639,'4000','41603026349','2020-10-18 16:06:28',NULL,10.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(15640,'1110','41603026349','2020-10-18 16:06:28',NULL,6.70,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(15641,'5500','41603026349','2020-10-18 16:06:28',6.70,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15642,'1000','41603026392','2020-10-18 16:07:13',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15643,'4000','41603026392','2020-10-18 16:07:13',NULL,20.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(15644,'1110','41603026392','2020-10-18 16:07:13',NULL,16.68,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(15645,'5500','41603026392','2020-10-18 16:07:13',16.68,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15646,'1000','41603026479','2020-10-18 16:09:24',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15647,'4000','41603026479','2020-10-18 16:09:24',NULL,10.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(15648,'1110','41603026479','2020-10-18 16:09:24',NULL,6.70,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(15649,'5500','41603026479','2020-10-18 16:09:24',6.70,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15650,'1000','41603026569','2020-10-18 16:11:04',115.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15651,'4000','41603026569','2020-10-18 16:11:04',NULL,115.00,'','4','1','Good sold','1','','sales','6161113440085','','No',NULL,NULL,''),(15652,'1110','41603026569','2020-10-18 16:11:04',NULL,103.50,'','4','1','Inventory sold','1','','sales','6161113440085','','No',NULL,NULL,''),(15653,'5500','41603026569','2020-10-18 16:11:04',103.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15654,'1000','41603026721','2020-10-18 16:12:53',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15655,'4000','41603026721','2020-10-18 16:12:53',NULL,15.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(15656,'1110','41603026721','2020-10-18 16:12:53',NULL,12.51,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(15657,'5500','41603026721','2020-10-18 16:12:53',12.51,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15658,'1000','41603026776','2020-10-18 16:24:47',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15659,'4000','41603026776','2020-10-18 16:24:47',NULL,110.00,'','4','1','Good sold','1','','sales','78','','No',NULL,NULL,''),(15660,'1110','41603026776','2020-10-18 16:24:47',NULL,99.00,'','4','1','Inventory sold','1','','sales','78','','No',NULL,NULL,''),(15661,'5500','41603026776','2020-10-18 16:24:47',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15662,'1000','41603027491','2020-10-18 16:50:04',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15663,'4000','41603027491','2020-10-18 16:50:04',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(15664,'1110','41603027491','2020-10-18 16:50:04',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(15665,'5500','41603027491','2020-10-18 16:50:04',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15666,'1000','41603029007','2020-10-18 17:28:27',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15667,'4000','41603029007','2020-10-18 17:28:27',NULL,70.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(15668,'1110','41603029007','2020-10-18 17:28:27',NULL,63.00,'','4','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(15669,'5500','41603029007','2020-10-18 17:28:27',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15670,'1000','41603031309','2020-10-18 17:41:17',115.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15671,'4000','41603031309','2020-10-18 17:41:17',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440009','','No',NULL,NULL,''),(15672,'4000','41603031309','2020-10-18 17:41:17',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(15673,'1110','41603031309','2020-10-18 17:41:17',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440009','','No',NULL,NULL,''),(15674,'1110','41603031309','2020-10-18 17:41:17',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(15675,'5500','41603031309','2020-10-18 17:41:17',103.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15676,'1000','41603032080','2020-10-18 17:42:22',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15677,'4000','41603032080','2020-10-18 17:42:22',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(15678,'1110','41603032080','2020-10-18 17:42:22',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(15679,'5500','41603032080','2020-10-18 17:42:22',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15680,'1000','41603033491','2020-10-18 18:34:43',250.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15681,'4000','41603033491','2020-10-18 18:34:43',NULL,125.00,'','4','1','Good sold','1','','sales','122','','No',NULL,NULL,''),(15682,'4000','41603033491','2020-10-18 18:34:43',NULL,85.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(15683,'4000','41603033491','2020-10-18 18:34:43',NULL,10.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(15684,'4000','41603033491','2020-10-18 18:34:43',NULL,10.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(15685,'4000','41603033491','2020-10-18 18:34:43',NULL,20.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(15686,'1110','41603033491','2020-10-18 18:34:43',NULL,110.00,'','4','1','Inventory sold','1','','sales','122','','No',NULL,NULL,''),(15687,'1110','41603033491','2020-10-18 18:34:43',NULL,76.50,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(15688,'1110','41603033491','2020-10-18 18:34:43',NULL,6.70,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(15689,'1110','41603033491','2020-10-18 18:34:43',NULL,6.70,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(15690,'1110','41603033491','2020-10-18 18:34:43',NULL,13.40,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(15691,'5500','41603033491','2020-10-18 18:34:43',213.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15692,'1000','41603035318','2020-10-18 18:36:06',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15693,'4000','41603035318','2020-10-18 18:36:06',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440078','','No',NULL,NULL,''),(15694,'1110','41603035318','2020-10-18 18:36:06',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440078','','No',NULL,NULL,''),(15695,'5500','41603035318','2020-10-18 18:36:06',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15696,'1000','41603035370','2020-10-18 18:52:44',310.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15697,'4000','41603035370','2020-10-18 18:52:44',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000895','','No',NULL,NULL,''),(15698,'4000','41603035370','2020-10-18 18:52:44',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000901','','No',NULL,NULL,''),(15699,'4000','41603035370','2020-10-18 18:52:44',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15700,'4000','41603035370','2020-10-18 18:52:44',NULL,85.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(15701,'1110','41603035370','2020-10-18 18:52:44',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000895','','No',NULL,NULL,''),(15702,'1110','41603035370','2020-10-18 18:52:44',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000901','','No',NULL,NULL,''),(15703,'1110','41603035370','2020-10-18 18:52:44',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(15704,'1110','41603035370','2020-10-18 18:52:44',NULL,76.50,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(15705,'5500','41603035370','2020-10-18 18:52:44',279.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15706,'1000','41603036366','2020-10-18 18:53:42',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15707,'4000','41603036366','2020-10-18 18:53:42',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(15708,'1110','41603036366','2020-10-18 18:53:42',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(15709,'5500','41603036366','2020-10-18 18:53:42',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15710,'1000','41603036427','2020-10-18 19:00:04',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15711,'4000','41603036427','2020-10-18 19:00:04',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(15712,'1110','41603036427','2020-10-18 19:00:04',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(15713,'5500','41603036427','2020-10-18 19:00:04',116.67,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15714,'1000','41603036820','2020-10-18 19:00:38',70.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15715,'4000','41603036820','2020-10-18 19:00:38',NULL,70.00,'','4','1','Good sold','1','','sales','427','','No',NULL,NULL,''),(15716,'1110','41603036820','2020-10-18 19:00:38',NULL,63.00,'','4','1','Inventory sold','1','','sales','427','','No',NULL,NULL,''),(15717,'5500','41603036820','2020-10-18 19:00:38',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15718,'1000','41603036841','2020-10-18 19:11:30',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15719,'4000','41603036841','2020-10-18 19:11:30',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(15720,'1110','41603036841','2020-10-18 19:11:30',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(15721,'5500','41603036841','2020-10-18 19:11:30',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15722,'1000','41603037493','2020-10-18 19:34:45',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15723,'4000','41603037493','2020-10-18 19:34:45',NULL,20.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(15724,'4000','41603037493','2020-10-18 19:34:45',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(15725,'4000','41603037493','2020-10-18 19:34:45',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(15726,'1110','41603037493','2020-10-18 19:34:45',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(15727,'1110','41603037493','2020-10-18 19:34:45',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(15728,'1110','41603037493','2020-10-18 19:34:45',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(15729,'5564','41603037493','2020-10-18 19:34:45',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15730,'1000','41603038888','2020-10-18 19:57:36',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15731,'4000','41603038888','2020-10-18 19:57:36',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(15732,'1110','41603038888','2020-10-18 19:57:36',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(15733,'5500','41603038888','2020-10-18 19:57:36',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15734,'1000','41603040258','2020-10-18 20:01:38',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15735,'4000','41603040258','2020-10-18 20:01:38',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033179','','No',NULL,NULL,''),(15736,'1110','41603040258','2020-10-18 20:01:38',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033179','','No',NULL,NULL,''),(15737,'5500','41603040258','2020-10-18 20:01:38',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15738,'1000','41603040502','2020-10-18 20:02:22',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15739,'4000','41603040502','2020-10-18 20:02:22',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(15740,'1110','41603040502','2020-10-18 20:02:22',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(15741,'5500','41603040502','2020-10-18 20:02:22',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15742,'1000','41603040551','2020-10-18 20:02:45',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15743,'4000','41603040551','2020-10-18 20:02:45',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(15744,'1110','41603040551','2020-10-18 20:02:45',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(15745,'5500','41603040551','2020-10-18 20:02:45',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15746,'1000','41603040568','2020-10-18 20:03:31',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15747,'4000','41603040568','2020-10-18 20:03:31',NULL,20.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(15748,'1110','41603040568','2020-10-18 20:03:31',NULL,13.40,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(15749,'5500','41603040568','2020-10-18 20:03:31',13.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15750,'1000','41603040723','2020-10-18 20:05:39',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15751,'4000','41603040723','2020-10-18 20:05:39',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(15752,'1110','41603040723','2020-10-18 20:05:39',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(15753,'5500','41603040723','2020-10-18 20:05:39',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15754,'1000','41603087703','2020-10-19 09:08:40',310.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15755,'4000','41603087703','2020-10-19 09:08:40',NULL,240.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(15756,'4000','41603087703','2020-10-19 09:08:40',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(15757,'1110','41603087703','2020-10-19 09:08:40',NULL,186.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(15758,'1110','41603087703','2020-10-19 09:08:40',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(15759,'5500','41603087703','2020-10-19 09:08:40',249.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15760,'1000','41603087724','2020-10-19 09:13:58',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15761,'4000','41603087724','2020-10-19 09:13:58',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(15762,'4000','41603087724','2020-10-19 09:13:58',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(15763,'4000','41603087724','2020-10-19 09:13:58',NULL,75.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(15764,'1110','41603087724','2020-10-19 09:13:58',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(15765,'1110','41603087724','2020-10-19 09:13:58',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(15766,'1110','41603087724','2020-10-19 09:13:58',NULL,67.50,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(15767,'5500','41603087724','2020-10-19 09:13:58',173.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15768,'1000','41603088040','2020-10-19 09:26:16',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15769,'4000','41603088040','2020-10-19 09:26:16',NULL,100.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(15770,'4000','41603088040','2020-10-19 09:26:16',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(15771,'1110','41603088040','2020-10-19 09:26:16',NULL,90.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(15772,'1110','41603088040','2020-10-19 09:26:16',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(15773,'5500','41603088040','2020-10-19 09:26:16',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15774,'1000','41603089176','2020-10-19 09:33:05',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15775,'4000','41603089176','2020-10-19 09:33:05',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(15776,'1110','41603089176','2020-10-19 09:33:05',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(15777,'5500','41603089176','2020-10-19 09:33:05',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15778,'1000','41603089188','2020-10-19 09:35:46',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15779,'4000','41603089188','2020-10-19 09:35:46',NULL,5.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(15780,'1110','41603089188','2020-10-19 09:35:46',NULL,4.50,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(15781,'5500','41603089188','2020-10-19 09:35:46',4.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15782,'4000','41603089176','2020-10-19 09:54:07',20.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(15783,'1000','41603089176','2020-10-19 09:54:07',NULL,20.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(15784,'5500','41603089176','2020-10-19 09:54:07',NULL,17.00,'','4','1','Cost of goods returned','1','','sales','498','','No',NULL,NULL,''),(15785,'1110','41603089176','2020-10-19 09:54:07',17.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(15786,'1000','41603090449','2020-10-19 09:54:17',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15787,'4000','41603090449','2020-10-19 09:54:17',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(15788,'1110','41603090449','2020-10-19 09:54:17',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(15789,'5500','41603090449','2020-10-19 09:54:17',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15790,'1000','41603091033','2020-10-19 10:04:01',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15791,'4000','41603091033','2020-10-19 10:04:01',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(15792,'1110','41603091033','2020-10-19 10:04:01',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(15793,'5500','41603091033','2020-10-19 10:04:01',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15794,'1000','41603090462','2020-10-19 10:37:14',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15795,'4000','41603090462','2020-10-19 10:37:14',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(15796,'4000','41603090462','2020-10-19 10:37:14',NULL,10.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(15797,'1110','41603090462','2020-10-19 10:37:14',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(15798,'1110','41603090462','2020-10-19 10:37:14',NULL,6.70,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(15799,'5500','41603090462','2020-10-19 10:37:14',15.70,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15800,'1000','41603093037','2020-10-19 10:49:50',24.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15801,'4000','41603093037','2020-10-19 10:49:50',NULL,24.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(15802,'1110','41603093037','2020-10-19 10:49:50',NULL,20.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(15803,'5500','41603093037','2020-10-19 10:49:50',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15804,'1000','41603093792','2020-10-19 10:53:43',75.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15805,'4000','41603093792','2020-10-19 10:53:43',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(15806,'4000','41603093792','2020-10-19 10:53:43',NULL,15.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(15807,'1110','41603093792','2020-10-19 10:53:43',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(15808,'1110','41603093792','2020-10-19 10:53:43',NULL,9.99,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(15809,'5500','41603093792','2020-10-19 10:53:43',63.99,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15810,'1000','41603094523','2020-10-19 11:02:10',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15811,'4000','41603094523','2020-10-19 11:02:10',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(15812,'1110','41603094523','2020-10-19 11:02:10',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(15813,'5500','41603094523','2020-10-19 11:02:10',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15814,'1000','41603094533','2020-10-19 11:11:51',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15815,'4000','41603094533','2020-10-19 11:11:51',NULL,200.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15816,'1110','41603094533','2020-10-19 11:11:51',NULL,180.00,'','4','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(15817,'5500','41603094533','2020-10-19 11:11:51',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15818,'1000','41603095113','2020-10-19 11:14:47',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15819,'4000','41603095113','2020-10-19 11:14:47',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(15820,'1110','41603095113','2020-10-19 11:14:47',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(15821,'5500','41603095113','2020-10-19 11:14:47',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15822,'1000','41603095373','2020-10-19 11:28:31',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15823,'4000','41603095373','2020-10-19 11:28:31',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(15824,'1110','41603095373','2020-10-19 11:28:31',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(15825,'5500','41603095373','2020-10-19 11:28:31',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15826,'1000','41603096114','2020-10-19 11:31:56',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15827,'4000','41603096114','2020-10-19 11:31:56',NULL,10.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(15828,'1110','41603096114','2020-10-19 11:31:56',NULL,9.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(15829,'5500','41603096114','2020-10-19 11:31:56',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15830,'1000','41603100592','2020-10-19 12:43:40',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15831,'4000','41603100592','2020-10-19 12:43:40',NULL,50.00,'','4','1','Good sold','1','','sales','6161107772208','','No',NULL,NULL,''),(15832,'4000','41603100592','2020-10-19 12:43:40',NULL,50.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(15833,'1110','41603100592','2020-10-19 12:43:40',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161107772208','','No',NULL,NULL,''),(15834,'1110','41603100592','2020-10-19 12:43:40',NULL,45.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(15835,'5500','41603100592','2020-10-19 12:43:40',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15836,'1000','41603102395','2020-10-19 13:13:40',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15837,'4000','41603102395','2020-10-19 13:13:40',NULL,10.00,'','4','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(15838,'4000','41603102395','2020-10-19 13:13:40',NULL,10.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(15839,'1110','41603102395','2020-10-19 13:13:40',NULL,9.00,'','4','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(15840,'1110','41603102395','2020-10-19 13:13:40',NULL,6.70,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(15841,'5500','41603102395','2020-10-19 13:13:40',15.70,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15842,'1000','41603102426','2020-10-19 13:15:43',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15843,'4000','41603102426','2020-10-19 13:15:43',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(15844,'1110','41603102426','2020-10-19 13:15:43',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(15845,'5500','41603102426','2020-10-19 13:15:43',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15846,'1000','41603104422','2020-10-19 13:47:31',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15847,'4000','41603104422','2020-10-19 13:47:31',NULL,20.00,'','4','1','Good sold','1','','sales','6161101280013','','No',NULL,NULL,''),(15848,'4000','41603104422','2020-10-19 13:47:31',NULL,50.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15849,'1110','41603104422','2020-10-19 13:47:31',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161101280013','','No',NULL,NULL,''),(15850,'1110','41603104422','2020-10-19 13:47:31',NULL,45.00,'','4','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(15851,'5500','41603104422','2020-10-19 13:47:31',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15852,'1000','41603104718','2020-10-19 13:53:51',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15853,'4000','41603104718','2020-10-19 13:53:51',NULL,20.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(15854,'1110','41603104718','2020-10-19 13:53:51',NULL,13.40,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(15855,'5500','41603104718','2020-10-19 13:53:51',13.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15856,'1000','41603106372','2020-10-19 14:58:51',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15857,'4000','41603106372','2020-10-19 14:58:51',NULL,20.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(15858,'1110','41603106372','2020-10-19 14:58:51',NULL,13.40,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(15859,'5500','41603106372','2020-10-19 14:58:51',13.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15860,'1000','41603108736','2020-10-19 15:11:50',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15861,'4000','41603108736','2020-10-19 15:11:50',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15862,'4000','41603108736','2020-10-19 15:11:50',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(15863,'1110','41603108736','2020-10-19 15:11:50',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(15864,'1110','41603108736','2020-10-19 15:11:50',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(15865,'5500','41603108736','2020-10-19 15:11:50',16.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15866,'1000','41603109512','2020-10-19 15:42:45',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15867,'4000','41603109512','2020-10-19 15:42:45',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(15868,'4000','41603109512','2020-10-19 15:42:45',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(15869,'4000','41603109512','2020-10-19 15:42:45',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(15870,'1110','41603109512','2020-10-19 15:42:45',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(15871,'1110','41603109512','2020-10-19 15:42:45',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(15872,'1110','41603109512','2020-10-19 15:42:45',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(15873,'5500','41603109512','2020-10-19 15:42:45',100.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15874,'1000','41603111368','2020-10-19 15:48:37',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15875,'4000','41603111368','2020-10-19 15:48:37',NULL,40.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(15876,'1110','41603111368','2020-10-19 15:48:37',NULL,36.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(15877,'5500','41603111368','2020-10-19 15:48:37',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15878,'1000','41603111720','2020-10-19 15:54:13',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15879,'4000','41603111720','2020-10-19 15:54:13',NULL,125.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(15880,'1110','41603111720','2020-10-19 15:54:13',NULL,112.50,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(15881,'5500','41603111720','2020-10-19 15:54:13',112.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15882,'1000','41603112067','2020-10-19 16:00:45',45.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15883,'4000','41603112067','2020-10-19 16:00:45',NULL,20.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(15884,'4000','41603112067','2020-10-19 16:00:45',NULL,25.00,'','4','1','Good sold','1','','sales','177','','No',NULL,NULL,''),(15885,'1110','41603112067','2020-10-19 16:00:45',NULL,18.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(15886,'1110','41603112067','2020-10-19 16:00:45',NULL,22.50,'','4','1','Inventory sold','1','','sales','177','','No',NULL,NULL,''),(15887,'5500','41603112067','2020-10-19 16:00:45',40.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15888,'1000','41603112450','2020-10-19 16:11:33',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15889,'4000','41603112450','2020-10-19 16:11:33',NULL,10.00,'','4','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(15890,'1110','41603112450','2020-10-19 16:11:33',NULL,9.00,'','4','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(15891,'5500','41603112450','2020-10-19 16:11:33',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15892,'1000','41603113096','2020-10-19 16:14:46',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15893,'4000','41603113096','2020-10-19 16:14:46',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000901','','No',NULL,NULL,''),(15894,'1110','41603113096','2020-10-19 16:14:46',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000901','','No',NULL,NULL,''),(15895,'5500','41603113096','2020-10-19 16:14:46',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15896,'1000','41603113289','2020-10-19 16:22:31',140.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15897,'4000','41603113289','2020-10-19 16:22:31',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(15898,'4000','41603113289','2020-10-19 16:22:31',NULL,110.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(15899,'1110','41603113289','2020-10-19 16:22:31',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(15900,'1110','41603113289','2020-10-19 16:22:31',NULL,99.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(15901,'5500','41603113289','2020-10-19 16:22:31',126.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15902,'1000','41603113820','2020-10-19 16:38:46',245.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15903,'4000','41603113820','2020-10-19 16:38:46',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(15904,'4000','41603113820','2020-10-19 16:38:46',NULL,120.00,'','4','1','Good sold','1','','sales','8901719908576','','No',NULL,NULL,''),(15905,'1110','41603113820','2020-10-19 16:38:46',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(15906,'1110','41603113820','2020-10-19 16:38:46',NULL,108.00,'','4','1','Inventory sold','1','','sales','8901719908576','','No',NULL,NULL,''),(15907,'5500','41603113820','2020-10-19 16:38:46',224.67,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15908,'1000','41603114787','2020-10-19 16:46:41',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15909,'4000','41603114787','2020-10-19 16:46:41',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(15910,'1110','41603114787','2020-10-19 16:46:41',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(15911,'5500','41603114787','2020-10-19 16:46:41',116.67,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15912,'1000','41603115210','2020-10-19 16:49:41',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15913,'4000','41603115210','2020-10-19 16:49:41',NULL,10.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(15914,'1110','41603115210','2020-10-19 16:49:41',NULL,6.70,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(15915,'5500','41603115210','2020-10-19 16:49:41',6.70,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15916,'1000','41603115383','2020-10-19 16:56:52',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15917,'4000','41603115383','2020-10-19 16:56:52',NULL,20.00,'','4','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(15918,'1110','41603115383','2020-10-19 16:56:52',NULL,18.00,'','4','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(15919,'5500','41603115383','2020-10-19 16:56:52',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15920,'1000','41603115814','2020-10-19 17:10:48',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15921,'4000','41603115814','2020-10-19 17:10:48',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(15922,'1110','41603115814','2020-10-19 17:10:48',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(15923,'5500','41603115814','2020-10-19 17:10:48',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15924,'1000','41603119036','2020-10-19 17:55:15',895.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15925,'4000','41603119036','2020-10-19 17:55:15',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(15926,'4000','41603119036','2020-10-19 17:55:15',NULL,170.00,'','4','1','Good sold','1','','sales','6162006602740','','No',NULL,NULL,''),(15927,'4000','41603119036','2020-10-19 17:55:15',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(15928,'4000','41603119036','2020-10-19 17:55:15',NULL,230.00,'','4','1','Good sold','1','','sales','57','','No',NULL,NULL,''),(15929,'4000','41603119036','2020-10-19 17:55:15',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(15930,'4000','41603119036','2020-10-19 17:55:15',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(15931,'4000','41603119036','2020-10-19 17:55:15',NULL,210.00,'','4','1','Good sold','1','','sales','6164002695962','','No',NULL,NULL,''),(15932,'1110','41603119036','2020-10-19 17:55:15',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(15933,'1110','41603119036','2020-10-19 17:55:15',NULL,153.00,'','4','1','Inventory sold','1','','sales','6162006602740','','No',NULL,NULL,''),(15934,'1110','41603119036','2020-10-19 17:55:15',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(15935,'1110','41603119036','2020-10-19 17:55:15',NULL,207.00,'','4','1','Inventory sold','1','','sales','57','','No',NULL,NULL,''),(15936,'1110','41603119036','2020-10-19 17:55:15',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(15937,'1110','41603119036','2020-10-19 17:55:15',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(15938,'1110','41603119036','2020-10-19 17:55:15',NULL,180.00,'','4','1','Inventory sold','1','','sales','6164002695962','','No',NULL,NULL,''),(15939,'5500','41603119036','2020-10-19 17:55:15',778.67,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15940,'4000','41603119036','2020-10-19 18:10:59',30.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(15941,'1000','41603119036','2020-10-19 18:10:59',NULL,30.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(15942,'5500','41603119036','2020-10-19 18:10:59',NULL,20.00,'','4','1','Cost of goods returned','1','','sales','201','','No',NULL,NULL,''),(15943,'1110','41603119036','2020-10-19 18:10:59',20.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(15944,'4000','41603119036','2020-10-19 18:11:05',10.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(15945,'1000','41603119036','2020-10-19 18:11:05',NULL,10.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(15946,'5500','41603119036','2020-10-19 18:11:05',NULL,9.00,'','4','1','Cost of goods returned','1','','sales','17','','No',NULL,NULL,''),(15947,'1110','41603119036','2020-10-19 18:11:05',9.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(15948,'1000','41603120270','2020-10-19 18:35:34',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15949,'4000','41603120270','2020-10-19 18:35:34',NULL,10.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(15950,'1110','41603120270','2020-10-19 18:35:34',NULL,6.80,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(15951,'5500','41603120270','2020-10-19 18:35:34',6.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15952,'1000','41603121744','2020-10-19 19:04:26',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15953,'4000','41603121744','2020-10-19 19:04:26',NULL,40.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(15954,'1110','41603121744','2020-10-19 19:04:26',NULL,36.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(15955,'5500','41603121744','2020-10-19 19:04:26',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15956,'1000','41603123472','2020-10-19 19:15:43',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15957,'4000','41603123472','2020-10-19 19:15:43',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(15958,'1110','41603123472','2020-10-19 19:15:43',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(15959,'5564','41603123472','2020-10-19 19:15:43',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15960,'1000','41603124145','2020-10-19 19:18:43',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15961,'4000','41603124145','2020-10-19 19:18:43',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(15962,'1110','41603124145','2020-10-19 19:18:43',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(15963,'5500','41603124145','2020-10-19 19:18:43',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15964,'1000','41603124332','2020-10-19 19:19:37',135.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15965,'4000','41603124332','2020-10-19 19:19:37',NULL,50.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15966,'4000','41603124332','2020-10-19 19:19:37',NULL,85.00,'','4','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(15967,'1110','41603124332','2020-10-19 19:19:37',NULL,45.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15968,'1110','41603124332','2020-10-19 19:19:37',NULL,76.50,'','4','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(15969,'5500','41603124332','2020-10-19 19:19:37',121.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15970,'1000','41603124406','2020-10-19 19:34:45',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15971,'4000','41603124406','2020-10-19 19:34:45',NULL,100.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(15972,'1110','41603124406','2020-10-19 19:34:45',NULL,95.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(15973,'5500','41603124406','2020-10-19 19:34:45',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15974,'1000','41603125336','2020-10-19 19:35:58',295.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15975,'4000','41603125336','2020-10-19 19:35:58',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(15976,'4000','41603125336','2020-10-19 19:35:58',NULL,50.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15977,'4000','41603125336','2020-10-19 19:35:58',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(15978,'1110','41603125336','2020-10-19 19:35:58',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(15979,'1110','41603125336','2020-10-19 19:35:58',NULL,45.00,'','4','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(15980,'1110','41603125336','2020-10-19 19:35:58',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(15981,'5500','41603125336','2020-10-19 19:35:58',254.67,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15982,'1000','41603125387','2020-10-19 19:37:13',15.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15983,'4000','41603125387','2020-10-19 19:37:13',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15984,'1110','41603125387','2020-10-19 19:37:13',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(15985,'5500','41603125387','2020-10-19 19:37:13',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15986,'1000','41603125458','2020-10-19 19:41:53',360.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15987,'4000','41603125458','2020-10-19 19:41:53',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033193','','No',NULL,NULL,''),(15988,'4000','41603125458','2020-10-19 19:41:53',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033193','','No',NULL,NULL,''),(15989,'4000','41603125458','2020-10-19 19:41:53',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(15990,'4000','41603125458','2020-10-19 19:41:53',NULL,30.00,'','4','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(15991,'1110','41603125458','2020-10-19 19:41:53',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033193','','No',NULL,NULL,''),(15992,'1110','41603125458','2020-10-19 19:41:53',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033193','','No',NULL,NULL,''),(15993,'1110','41603125458','2020-10-19 19:41:53',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(15994,'1110','41603125458','2020-10-19 19:41:53',NULL,27.00,'','4','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(15995,'5500','41603125458','2020-10-19 19:41:53',324.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15996,'1000','41603125802','2020-10-19 19:53:20',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(15997,'4000','41603125802','2020-10-19 19:53:20',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(15998,'4000','41603125802','2020-10-19 19:53:20',NULL,20.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(15999,'4000','41603125802','2020-10-19 19:53:20',NULL,30.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(16000,'1110','41603125802','2020-10-19 19:53:20',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(16001,'1110','41603125802','2020-10-19 19:53:20',NULL,13.32,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(16002,'1110','41603125802','2020-10-19 19:53:20',NULL,20.10,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(16003,'5500','41603125802','2020-10-19 19:53:20',78.42,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16004,'1000','41603175199','2020-10-20 09:27:05',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16005,'4000','41603175199','2020-10-20 09:27:05',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(16006,'4000','41603175199','2020-10-20 09:27:05',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(16007,'4000','41603175199','2020-10-20 09:27:05',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(16008,'1110','41603175199','2020-10-20 09:27:05',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(16009,'1110','41603175199','2020-10-20 09:27:05',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(16010,'1110','41603175199','2020-10-20 09:27:05',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(16011,'5500','41603175199','2020-10-20 09:27:05',40.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16012,'1000','41603175243','2020-10-20 09:54:51',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16013,'4000','41603175243','2020-10-20 09:54:51',NULL,50.00,'','4','1','Good sold','1','','sales','6161107772208','','No',NULL,NULL,''),(16014,'1110','41603175243','2020-10-20 09:54:51',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161107772208','','No',NULL,NULL,''),(16015,'5500','41603175243','2020-10-20 09:54:51',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16016,'1000','41603177100','2020-10-20 09:58:31',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16017,'4000','41603177100','2020-10-20 09:58:31',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(16018,'1110','41603177100','2020-10-20 09:58:31',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(16019,'5500','41603177100','2020-10-20 09:58:31',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16020,'1000','41603177117','2020-10-20 10:16:14',145.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16021,'4000','41603177117','2020-10-20 10:16:14',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(16022,'4000','41603177117','2020-10-20 10:16:14',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(16023,'1110','41603177117','2020-10-20 10:16:14',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(16024,'1110','41603177117','2020-10-20 10:16:14',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(16025,'5500','41603177117','2020-10-20 10:16:14',133.67,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16026,'1000','41603178190','2020-10-20 10:20:16',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16027,'4000','41603178190','2020-10-20 10:20:16',NULL,20.00,'','4','1','Good sold','1','','sales','6161101280013','','No',NULL,NULL,''),(16028,'1110','41603178190','2020-10-20 10:20:16',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161101280013','','No',NULL,NULL,''),(16029,'5500','41603178190','2020-10-20 10:20:16',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16030,'1000','41603178420','2020-10-20 10:25:32',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16031,'4000','41603178420','2020-10-20 10:25:32',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(16032,'1110','41603178420','2020-10-20 10:25:32',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(16033,'5500','41603178420','2020-10-20 10:25:32',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16034,'1000','41603178734','2020-10-20 11:40:35',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16035,'4000','41603178734','2020-10-20 11:40:35',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(16036,'4000','41603178734','2020-10-20 11:40:35',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(16037,'1110','41603178734','2020-10-20 11:40:35',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(16038,'1110','41603178734','2020-10-20 11:40:35',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(16039,'5500','41603178734','2020-10-20 11:40:35',12.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16040,'1000','41603183238','2020-10-20 12:10:55',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16041,'4000','41603183238','2020-10-20 12:10:55',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(16042,'4000','41603183238','2020-10-20 12:10:55',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(16043,'1110','41603183238','2020-10-20 12:10:55',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(16044,'1110','41603183238','2020-10-20 12:10:55',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(16045,'5500','41603183238','2020-10-20 12:10:55',34.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16046,'1000','41603185069','2020-10-20 12:12:10',300.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16047,'4000','41603185069','2020-10-20 12:12:10',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033186','','No',NULL,NULL,''),(16048,'4000','41603185069','2020-10-20 12:12:10',NULL,170.00,'','4','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(16049,'1110','41603185069','2020-10-20 12:12:10',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033186','','No',NULL,NULL,''),(16050,'1110','41603185069','2020-10-20 12:12:10',NULL,153.00,'','4','1','Inventory sold','1','','sales','76','','No',NULL,NULL,''),(16051,'5500','41603185069','2020-10-20 12:12:10',270.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16052,'1000','41603185244','2020-10-20 12:36:48',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16053,'4000','41603185244','2020-10-20 12:36:48',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(16054,'1110','41603185244','2020-10-20 12:36:48',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(16055,'5500','41603185244','2020-10-20 12:36:48',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16056,'1000','41603186613','2020-10-20 13:04:54',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16057,'4000','41603186613','2020-10-20 13:04:54',NULL,65.00,'','4','1','Good sold','1','','sales','183','','No',NULL,NULL,''),(16058,'1110','41603186613','2020-10-20 13:04:54',NULL,58.50,'','4','1','Inventory sold','1','','sales','183','','No',NULL,NULL,''),(16059,'5500','41603186613','2020-10-20 13:04:54',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16060,'1000','41603188341','2020-10-20 13:07:18',52.50,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16061,'4000','41603188341','2020-10-20 13:07:18',NULL,52.50,'','4','1','Good sold','1','','sales','512','','No',NULL,NULL,''),(16062,'1110','41603188341','2020-10-20 13:07:18',NULL,46.00,'','4','1','Inventory sold','1','','sales','512','','No',NULL,NULL,''),(16063,'5500','41603188341','2020-10-20 13:07:18',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16064,'1000','41603188456','2020-10-20 13:19:25',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16065,'4000','41603188456','2020-10-20 13:19:25',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(16066,'1110','41603188456','2020-10-20 13:19:25',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(16067,'5500','41603188456','2020-10-20 13:19:25',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16068,'1000','41603200632','2020-10-20 16:40:20',1130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16069,'4000','41603200632','2020-10-20 16:40:20',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(16070,'4000','41603200632','2020-10-20 16:40:20',NULL,100.00,'','4','1','Good sold','1','','sales','6161100760479','','No',NULL,NULL,''),(16071,'4000','41603200632','2020-10-20 16:40:20',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440016','','No',NULL,NULL,''),(16072,'4000','41603200632','2020-10-20 16:40:20',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072000','','No',NULL,NULL,''),(16073,'4000','41603200632','2020-10-20 16:40:20',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072024','','No',NULL,NULL,''),(16074,'4000','41603200632','2020-10-20 16:40:20',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(16075,'4000','41603200632','2020-10-20 16:40:20',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(16076,'4000','41603200632','2020-10-20 16:40:20',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(16077,'4000','41603200632','2020-10-20 16:40:20',NULL,60.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(16078,'4000','41603200632','2020-10-20 16:40:20',NULL,30.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(16079,'4000','41603200632','2020-10-20 16:40:20',NULL,60.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(16080,'4000','41603200632','2020-10-20 16:40:20',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(16081,'4000','41603200632','2020-10-20 16:40:20',NULL,275.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(16082,'4000','41603200632','2020-10-20 16:40:20',NULL,60.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(16083,'4000','41603200632','2020-10-20 16:40:20',NULL,20.00,'','4','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(16084,'4000','41603200632','2020-10-20 16:40:20',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(16085,'4000','41603200632','2020-10-20 16:40:20',NULL,20.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(16086,'1110','41603200632','2020-10-20 16:40:20',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(16087,'1110','41603200632','2020-10-20 16:40:20',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161100760479','','No',NULL,NULL,''),(16088,'1110','41603200632','2020-10-20 16:40:20',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440016','','No',NULL,NULL,''),(16089,'1110','41603200632','2020-10-20 16:40:20',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072000','','No',NULL,NULL,''),(16090,'1110','41603200632','2020-10-20 16:40:20',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072024','','No',NULL,NULL,''),(16091,'1110','41603200632','2020-10-20 16:40:20',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(16092,'1110','41603200632','2020-10-20 16:40:20',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(16093,'1110','41603200632','2020-10-20 16:40:20',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(16094,'1110','41603200632','2020-10-20 16:40:20',NULL,54.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(16095,'1110','41603200632','2020-10-20 16:40:20',NULL,27.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(16096,'1110','41603200632','2020-10-20 16:40:20',NULL,54.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(16097,'1110','41603200632','2020-10-20 16:40:20',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(16098,'1110','41603200632','2020-10-20 16:40:20',NULL,247.50,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(16099,'1110','41603200632','2020-10-20 16:40:20',NULL,54.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(16100,'1110','41603200632','2020-10-20 16:40:20',NULL,18.00,'','4','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(16101,'1110','41603200632','2020-10-20 16:40:20',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(16102,'1110','41603200632','2020-10-20 16:40:20',NULL,13.40,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(16103,'5500','41603200632','2020-10-20 16:40:20',997.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16104,'1000','41603202247','2020-10-20 17:00:54',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16105,'4000','41603202247','2020-10-20 17:00:54',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(16106,'1110','41603202247','2020-10-20 17:00:54',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(16107,'5500','41603202247','2020-10-20 17:00:54',3.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16108,'1000','41603202456','2020-10-20 17:09:27',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16109,'4000','41603202456','2020-10-20 17:09:27',NULL,20.00,'','4','1','Good sold','1','','sales','6161101280013','','No',NULL,NULL,''),(16110,'1110','41603202456','2020-10-20 17:09:27',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161101280013','','No',NULL,NULL,''),(16111,'5500','41603202456','2020-10-20 17:09:27',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16112,'1000','41603203598','2020-10-20 17:34:30',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16113,'4000','41603203598','2020-10-20 17:34:30',NULL,50.00,'','4','1','Good sold','1','','sales','6161107772208','','No',NULL,NULL,''),(16114,'1110','41603203598','2020-10-20 17:34:30',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161107772208','','No',NULL,NULL,''),(16115,'5500','41603203598','2020-10-20 17:34:30',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16116,'1000','41603204503','2020-10-20 18:34:01',580.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16117,'4000','41603204503','2020-10-20 18:34:01',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(16118,'4000','41603204503','2020-10-20 18:34:01',NULL,180.00,'','4','1','Good sold','1','','sales','6203012970123','','No',NULL,NULL,''),(16119,'4000','41603204503','2020-10-20 18:34:01',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(16120,'4000','41603204503','2020-10-20 18:34:01',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(16121,'4000','41603204503','2020-10-20 18:34:01',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(16122,'4000','41603204503','2020-10-20 18:34:01',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(16123,'4000','41603204503','2020-10-20 18:34:01',NULL,20.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(16124,'1110','41603204503','2020-10-20 18:34:01',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(16125,'1110','41603204503','2020-10-20 18:34:01',NULL,162.00,'','4','1','Inventory sold','1','','sales','6203012970123','','No',NULL,NULL,''),(16126,'1110','41603204503','2020-10-20 18:34:01',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(16127,'1110','41603204503','2020-10-20 18:34:01',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(16128,'1110','41603204503','2020-10-20 18:34:01',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(16129,'1110','41603204503','2020-10-20 18:34:01',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(16130,'1110','41603204503','2020-10-20 18:34:01',NULL,13.40,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(16131,'5500','41603204503','2020-10-20 18:34:01',501.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16132,'1000','41603209443','2020-10-20 18:57:50',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16133,'4000','41603209443','2020-10-20 18:57:50',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(16134,'1110','41603209443','2020-10-20 18:57:50',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(16135,'5500','41603209443','2020-10-20 18:57:50',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16136,'1000','41603209473','2020-10-20 18:58:34',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16137,'4000','41603209473','2020-10-20 18:58:34',NULL,200.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(16138,'1110','41603209473','2020-10-20 18:58:34',NULL,190.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(16139,'5500','41603209473','2020-10-20 18:58:34',190.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16140,'1000','41603209673','2020-10-20 19:01:36',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16141,'4000','41603209673','2020-10-20 19:01:36',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(16142,'1110','41603209673','2020-10-20 19:01:36',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(16143,'5500','41603209673','2020-10-20 19:01:36',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16144,'1000','41603209699','2020-10-20 19:07:02',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16145,'4000','41603209699','2020-10-20 19:07:02',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440030','','No',NULL,NULL,''),(16146,'1110','41603209699','2020-10-20 19:07:02',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440030','','No',NULL,NULL,''),(16147,'5500','41603209699','2020-10-20 19:07:02',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16148,'1000','41603210064','2020-10-20 19:31:24',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16149,'4000','41603210064','2020-10-20 19:31:24',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(16150,'1110','41603210064','2020-10-20 19:31:24',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(16151,'5500','41603210064','2020-10-20 19:31:24',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16152,'1000','41603211579','2020-10-20 19:33:07',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16153,'4000','41603211579','2020-10-20 19:33:07',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(16154,'1110','41603211579','2020-10-20 19:33:07',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(16155,'5500','41603211579','2020-10-20 19:33:07',116.67,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16156,'1000','41603211719','2020-10-20 19:35:56',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16157,'4000','41603211719','2020-10-20 19:35:56',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(16158,'1110','41603211719','2020-10-20 19:35:56',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(16159,'5500','41603211719','2020-10-20 19:35:56',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16160,'1000','41603211760','2020-10-20 19:37:05',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16161,'4000','41603211760','2020-10-20 19:37:05',NULL,20.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(16162,'4000','41603211760','2020-10-20 19:37:05',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(16163,'1110','41603211760','2020-10-20 19:37:05',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(16164,'1110','41603211760','2020-10-20 19:37:05',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(16165,'5564','41603211760','2020-10-20 19:37:05',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16166,'1000','41603211830','2020-10-20 19:45:43',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16167,'4000','41603211830','2020-10-20 19:45:43',NULL,85.00,'','4','1','Good sold','1','','sales','6164000993008','','No',NULL,NULL,''),(16168,'1110','41603211830','2020-10-20 19:45:43',NULL,76.50,'','4','1','Inventory sold','1','','sales','6164000993008','','No',NULL,NULL,''),(16169,'5500','41603211830','2020-10-20 19:45:43',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16170,'1000','41603212356','2020-10-20 19:48:12',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16171,'4000','41603212356','2020-10-20 19:48:12',NULL,10.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(16172,'1110','41603212356','2020-10-20 19:48:12',NULL,6.66,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(16173,'5500','41603212356','2020-10-20 19:48:12',6.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16174,'1000','41603212497','2020-10-20 19:59:45',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16175,'4000','41603212497','2020-10-20 19:59:45',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(16176,'4000','41603212497','2020-10-20 19:59:45',NULL,20.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(16177,'1110','41603212497','2020-10-20 19:59:45',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(16178,'1110','41603212497','2020-10-20 19:59:45',NULL,13.40,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(16179,'5500','41603212497','2020-10-20 19:59:45',44.90,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16180,'1000','41603267191','2020-10-21 11:00:56',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16181,'4000','41603267191','2020-10-21 11:00:56',NULL,50.00,'','4','1','Good sold','1','','sales','6161107772208','','No',NULL,NULL,''),(16182,'4000','41603267191','2020-10-21 11:00:56',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(16183,'1110','41603267191','2020-10-21 11:00:56',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161107772208','','No',NULL,NULL,''),(16184,'1110','41603267191','2020-10-21 11:00:56',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(16185,'5500','41603267191','2020-10-21 11:00:56',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16186,'1000','41603267312','2020-10-21 11:02:00',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16187,'4000','41603267312','2020-10-21 11:02:00',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(16188,'1110','41603267312','2020-10-21 11:02:00',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(16189,'5500','41603267312','2020-10-21 11:02:00',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16190,'1000','41603267325','2020-10-21 11:03:47',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16191,'4000','41603267325','2020-10-21 11:03:47',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(16192,'1110','41603267325','2020-10-21 11:03:47',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(16193,'5500','41603267325','2020-10-21 11:03:47',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16194,'1000','41603267432','2020-10-21 11:16:57',155.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16195,'4000','41603267432','2020-10-21 11:16:57',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(16196,'4000','41603267432','2020-10-21 11:16:57',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(16197,'1110','41603267432','2020-10-21 11:16:57',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(16198,'1110','41603267432','2020-10-21 11:16:57',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(16199,'5500','41603267432','2020-10-21 11:16:57',124.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16200,'1000','41603271301','2020-10-21 12:09:16',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16201,'4000','41603271301','2020-10-21 12:09:16',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(16202,'4000','41603271301','2020-10-21 12:09:16',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(16203,'1110','41603271301','2020-10-21 12:09:16',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(16204,'1110','41603271301','2020-10-21 12:09:16',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(16205,'5500','41603271301','2020-10-21 12:09:16',112.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16206,'1000','41603271387','2020-10-21 12:09:55',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16207,'4000','41603271387','2020-10-21 12:09:55',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(16208,'1110','41603271387','2020-10-21 12:09:55',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(16209,'5500','41603271387','2020-10-21 12:09:55',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16210,'1000','41603273532','2020-10-21 12:50:04',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16211,'4000','41603273532','2020-10-21 12:50:04',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(16212,'4000','41603273532','2020-10-21 12:50:04',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(16213,'1110','41603273532','2020-10-21 12:50:04',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(16214,'1110','41603273532','2020-10-21 12:50:04',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(16215,'5500','41603273532','2020-10-21 12:50:04',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16216,'1000','41603273806','2020-10-21 13:01:45',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16217,'4000','41603273806','2020-10-21 13:01:45',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(16218,'1110','41603273806','2020-10-21 13:01:45',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(16219,'5500','41603273806','2020-10-21 13:01:45',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16220,'1000','41603274508','2020-10-21 13:28:56',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16221,'4000','41603274508','2020-10-21 13:28:56',NULL,10.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(16222,'1110','41603274508','2020-10-21 13:28:56',NULL,6.70,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''); INSERT INTO `debitcredit` VALUES (16223,'5500','41603274508','2020-10-21 13:28:56',6.70,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16224,'1000','41603283049','2020-10-21 15:24:31',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16225,'4000','41603283049','2020-10-21 15:24:31',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(16226,'1110','41603283049','2020-10-21 15:24:31',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(16227,'5500','41603283049','2020-10-21 15:24:31',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16228,'1000','41603283099','2020-10-21 15:49:49',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16229,'4000','41603283099','2020-10-21 15:49:49',NULL,65.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(16230,'1110','41603283099','2020-10-21 15:49:49',NULL,58.50,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(16231,'5500','41603283099','2020-10-21 15:49:49',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16232,'1000','41603284609','2020-10-21 16:00:00',390.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16233,'4000','41603284609','2020-10-21 16:00:00',NULL,20.00,'','4','1','Good sold','1','','sales','6161101280013','','No',NULL,NULL,''),(16234,'4000','41603284609','2020-10-21 16:00:00',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(16235,'4000','41603284609','2020-10-21 16:00:00',NULL,110.00,'','4','1','Good sold','1','','sales','434','','No',NULL,NULL,''),(16236,'4000','41603284609','2020-10-21 16:00:00',NULL,200.00,'','4','1','Good sold','1','','sales','792382330195','','No',NULL,NULL,''),(16237,'1110','41603284609','2020-10-21 16:00:00',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161101280013','','No',NULL,NULL,''),(16238,'1110','41603284609','2020-10-21 16:00:00',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(16239,'1110','41603284609','2020-10-21 16:00:00',NULL,108.00,'','4','1','Inventory sold','1','','sales','434','','No',NULL,NULL,''),(16240,'1110','41603284609','2020-10-21 16:00:00',NULL,171.00,'','4','1','Inventory sold','1','','sales','792382330195','','No',NULL,NULL,''),(16241,'5500','41603284609','2020-10-21 16:00:00',344.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16242,'1000','41603285521','2020-10-21 17:06:03',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16243,'4000','41603285521','2020-10-21 17:06:03',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(16244,'1110','41603285521','2020-10-21 17:06:03',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(16245,'5500','41603285521','2020-10-21 17:06:03',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16246,'1000','41603289168','2020-10-21 17:10:40',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16247,'4000','41603289168','2020-10-21 17:10:40',NULL,40.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(16248,'4000','41603289168','2020-10-21 17:10:40',NULL,10.00,'','4','1','Good sold','1','','sales','6009611170274','','No',NULL,NULL,''),(16249,'4000','41603289168','2020-10-21 17:10:40',NULL,20.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(16250,'1110','41603289168','2020-10-21 17:10:40',NULL,36.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(16251,'1110','41603289168','2020-10-21 17:10:40',NULL,4.00,'','4','1','Inventory sold','1','','sales','6009611170274','','No',NULL,NULL,''),(16252,'1110','41603289168','2020-10-21 17:10:40',NULL,13.40,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(16253,'5500','41603289168','2020-10-21 17:10:40',53.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16254,'1000','41603290202','2020-10-21 17:23:47',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16255,'4000','41603290202','2020-10-21 17:23:47',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(16256,'4000','41603290202','2020-10-21 17:23:47',NULL,35.00,'','4','1','Good sold','1','','sales','6164000184048','','No',NULL,NULL,''),(16257,'1110','41603290202','2020-10-21 17:23:47',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(16258,'1110','41603290202','2020-10-21 17:23:47',NULL,31.50,'','4','1','Inventory sold','1','','sales','6164000184048','','No',NULL,NULL,''),(16259,'5500','41603290202','2020-10-21 17:23:47',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16260,'1000','41603290237','2020-10-21 17:25:05',6.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16261,'4000','41603290237','2020-10-21 17:25:05',NULL,6.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(16262,'1110','41603290237','2020-10-21 17:25:05',NULL,4.20,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(16263,'5500','41603290237','2020-10-21 17:25:05',4.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16264,'1000','41603290307','2020-10-21 17:33:33',195.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16265,'4000','41603290307','2020-10-21 17:33:33',NULL,25.00,'','4','1','Good sold','1','','sales','6161101661713','','No',NULL,NULL,''),(16266,'4000','41603290307','2020-10-21 17:33:33',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(16267,'4000','41603290307','2020-10-21 17:33:33',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(16268,'1110','41603290307','2020-10-21 17:33:33',NULL,22.50,'','4','1','Inventory sold','1','','sales','6161101661713','','No',NULL,NULL,''),(16269,'1110','41603290307','2020-10-21 17:33:33',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(16270,'1110','41603290307','2020-10-21 17:33:33',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(16271,'5500','41603290307','2020-10-21 17:33:33',160.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16272,'1000','41603290831','2020-10-21 17:37:56',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16273,'4000','41603290831','2020-10-21 17:37:56',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(16274,'1110','41603290831','2020-10-21 17:37:56',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(16275,'5500','41603290831','2020-10-21 17:37:56',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16276,'1000','41603291089','2020-10-21 18:11:47',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16277,'4000','41603291089','2020-10-21 18:11:47',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(16278,'1110','41603291089','2020-10-21 18:11:47',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(16279,'5500','41603291089','2020-10-21 18:11:47',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16280,'1000','41603293124','2020-10-21 18:28:50',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16281,'4000','41603293124','2020-10-21 18:28:50',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(16282,'1110','41603293124','2020-10-21 18:28:50',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(16283,'5500','41603293124','2020-10-21 18:28:50',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16284,'1000','41603294132','2020-10-21 18:43:18',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16285,'4000','41603294132','2020-10-21 18:43:18',NULL,40.00,'','4','1','Good sold','1','','sales','6008677000549','','No',NULL,NULL,''),(16286,'1110','41603294132','2020-10-21 18:43:18',NULL,36.00,'','4','1','Inventory sold','1','','sales','6008677000549','','No',NULL,NULL,''),(16287,'5500','41603294132','2020-10-21 18:43:18',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16288,'1000','41603295003','2020-10-21 18:50:50',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16289,'4000','41603295003','2020-10-21 18:50:50',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(16290,'1110','41603295003','2020-10-21 18:50:50',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(16291,'5500','41603295003','2020-10-21 18:50:50',3.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16292,'1000','41603295458','2020-10-21 18:54:38',190.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16293,'4000','41603295458','2020-10-21 18:54:38',NULL,180.00,'','4','1','Good sold','1','','sales','6161106610228','','No',NULL,NULL,''),(16294,'4000','41603295458','2020-10-21 18:54:38',NULL,10.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(16295,'1110','41603295458','2020-10-21 18:54:38',NULL,162.00,'','4','1','Inventory sold','1','','sales','6161106610228','','No',NULL,NULL,''),(16296,'1110','41603295458','2020-10-21 18:54:38',NULL,8.34,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(16297,'5500','41603295458','2020-10-21 18:54:38',170.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16298,'1000','41603295877','2020-10-21 18:58:27',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16299,'4000','41603295877','2020-10-21 18:58:27',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(16300,'4000','41603295877','2020-10-21 18:58:27',NULL,40.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(16301,'4000','41603295877','2020-10-21 18:58:27',NULL,40.00,'','4','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(16302,'1110','41603295877','2020-10-21 18:58:27',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(16303,'1110','41603295877','2020-10-21 18:58:27',NULL,36.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(16304,'1110','41603295877','2020-10-21 18:58:27',NULL,36.00,'','4','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(16305,'5500','41603295877','2020-10-21 18:58:27',135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16306,'1000','41603295930','2020-10-21 19:24:48',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16307,'4000','41603295930','2020-10-21 19:24:48',NULL,5.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(16308,'4000','41603295930','2020-10-21 19:24:48',NULL,10.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(16309,'4000','41603295930','2020-10-21 19:24:48',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(16310,'1110','41603295930','2020-10-21 19:24:48',NULL,3.33,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(16311,'1110','41603295930','2020-10-21 19:24:48',NULL,6.80,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(16312,'1110','41603295930','2020-10-21 19:24:48',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(16313,'5500','41603295930','2020-10-21 19:24:48',13.53,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16314,'1000','41603297836','2020-10-21 19:30:48',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16315,'4000','41603297836','2020-10-21 19:30:48',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(16316,'1110','41603297836','2020-10-21 19:30:48',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(16317,'5500','41603297836','2020-10-21 19:30:48',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16318,'1000','41603297851','2020-10-21 19:36:44',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16319,'4000','41603297851','2020-10-21 19:36:44',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(16320,'1110','41603297851','2020-10-21 19:36:44',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(16321,'5500','41603297851','2020-10-21 19:36:44',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16322,'1000','41603298223','2020-10-21 19:37:38',115.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16323,'4000','41603298223','2020-10-21 19:37:38',NULL,65.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(16324,'4000','41603298223','2020-10-21 19:37:38',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(16325,'1110','41603298223','2020-10-21 19:37:38',NULL,58.50,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(16326,'1110','41603298223','2020-10-21 19:37:38',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(16327,'5500','41603298223','2020-10-21 19:37:38',104.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16328,'1000','41603298271','2020-10-21 19:39:00',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16329,'4000','41603298271','2020-10-21 19:39:00',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(16330,'1110','41603298271','2020-10-21 19:39:00',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(16331,'5500','41603298271','2020-10-21 19:39:00',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16332,'1000','41603298343','2020-10-21 19:55:49',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16333,'4000','41603298343','2020-10-21 19:55:49',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(16334,'1110','41603298343','2020-10-21 19:55:49',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(16335,'5564','41603298343','2020-10-21 19:55:49',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16336,'1000','41603299406','2020-10-21 19:58:02',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16337,'4000','41603299406','2020-10-21 19:58:02',NULL,160.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(16338,'1110','41603299406','2020-10-21 19:58:02',NULL,144.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(16339,'5500','41603299406','2020-10-21 19:58:02',144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16340,'1000','41603299485','2020-10-21 20:00:11',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16341,'4000','41603299485','2020-10-21 20:00:11',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(16342,'1110','41603299485','2020-10-21 20:00:11',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(16343,'5500','41603299485','2020-10-21 20:00:11',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16344,'1000','41603299634','2020-10-21 20:02:38',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16345,'4000','41603299634','2020-10-21 20:02:38',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(16346,'1110','41603299634','2020-10-21 20:02:38',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(16347,'5500','41603299634','2020-10-21 20:02:38',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16348,'1000','41603300115','2020-10-21 20:08:56',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16349,'4000','41603300115','2020-10-21 20:08:56',NULL,10.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(16350,'1110','41603300115','2020-10-21 20:08:56',NULL,6.80,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(16351,'5500','41603300115','2020-10-21 20:08:56',6.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16352,'1000','41603349339','2020-10-22 09:49:27',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16353,'4000','41603349339','2020-10-22 09:49:27',NULL,100.00,'','4','1','Good sold','1','','sales','6161107772222','','No',NULL,NULL,''),(16354,'4000','41603349339','2020-10-22 09:49:27',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(16355,'1110','41603349339','2020-10-22 09:49:27',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161107772222','','No',NULL,NULL,''),(16356,'1110','41603349339','2020-10-22 09:49:27',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(16357,'5500','41603349339','2020-10-22 09:49:27',105.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16358,'1000','41603349377','2020-10-22 09:49:59',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16359,'4000','41603349377','2020-10-22 09:49:59',NULL,5.00,'','4','1','Good sold','1','','sales','490','','No',NULL,NULL,''),(16360,'1110','41603349377','2020-10-22 09:49:59',NULL,3.00,'','4','1','Inventory sold','1','','sales','490','','No',NULL,NULL,''),(16361,'5500','41603349377','2020-10-22 09:49:59',3.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16362,'1000','41603349405','2020-10-22 09:50:32',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16363,'4000','41603349405','2020-10-22 09:50:32',NULL,85.00,'','4','1','Good sold','1','','sales','6164002695986','','No',NULL,NULL,''),(16364,'1110','41603349405','2020-10-22 09:50:32',NULL,70.00,'','4','1','Inventory sold','1','','sales','6164002695986','','No',NULL,NULL,''),(16365,'5500','41603349405','2020-10-22 09:50:32',70.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16366,'1000','41603349435','2020-10-22 09:53:17',350.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16367,'4000','41603349435','2020-10-22 09:53:17',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(16368,'4000','41603349435','2020-10-22 09:53:17',NULL,160.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(16369,'4000','41603349435','2020-10-22 09:53:17',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(16370,'1110','41603349435','2020-10-22 09:53:17',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(16371,'1110','41603349435','2020-10-22 09:53:17',NULL,144.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(16372,'1110','41603349435','2020-10-22 09:53:17',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(16373,'5500','41603349435','2020-10-22 09:53:17',300.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16374,'1000','41603349601','2020-10-22 10:06:48',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16375,'4000','41603349601','2020-10-22 10:06:48',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(16376,'1110','41603349601','2020-10-22 10:06:48',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(16377,'5500','41603349601','2020-10-22 10:06:48',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16378,'1000','41603350413','2020-10-22 10:08:32',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16379,'4000','41603350413','2020-10-22 10:08:32',NULL,100.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(16380,'1110','41603350413','2020-10-22 10:08:32',NULL,95.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(16381,'5500','41603350413','2020-10-22 10:08:32',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16382,'1000','41603350552','2020-10-22 10:16:23',165.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16383,'4000','41603350552','2020-10-22 10:16:23',NULL,60.00,'','4','1','Good sold','1','','sales','6161101000840','','No',NULL,NULL,''),(16384,'4000','41603350552','2020-10-22 10:16:23',NULL,60.00,'','4','1','Good sold','1','','sales','6161101000840','','No',NULL,NULL,''),(16385,'4000','41603350552','2020-10-22 10:16:23',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072055','','No',NULL,NULL,''),(16386,'1110','41603350552','2020-10-22 10:16:23',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161101000840','','No',NULL,NULL,''),(16387,'1110','41603350552','2020-10-22 10:16:23',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161101000840','','No',NULL,NULL,''),(16388,'1110','41603350552','2020-10-22 10:16:23',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072055','','No',NULL,NULL,''),(16389,'5500','41603350552','2020-10-22 10:16:23',148.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16390,'1000','41603350552','2020-10-22 10:16:23',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16391,'4000','41603350552','2020-10-22 10:16:23',NULL,60.00,'','4','1','Good sold','1','','sales','6161101000840','','No',NULL,NULL,''),(16392,'4000','41603350552','2020-10-22 10:16:23',NULL,60.00,'','4','1','Good sold','1','','sales','6161101000840','','No',NULL,NULL,''),(16393,'4000','41603350552','2020-10-22 10:16:23',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072055','','No',NULL,NULL,''),(16394,'4000','41603350552','2020-10-22 10:16:23',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(16395,'1110','41603350552','2020-10-22 10:16:23',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161101000840','','No',NULL,NULL,''),(16396,'1110','41603350552','2020-10-22 10:16:23',NULL,54.00,'','4','1','Inventory sold','1','','sales','6161101000840','','No',NULL,NULL,''),(16397,'1110','41603350552','2020-10-22 10:16:23',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072055','','No',NULL,NULL,''),(16398,'1110','41603350552','2020-10-22 10:16:23',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(16399,'5500','41603350552','2020-10-22 10:16:23',194.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16400,'1000','41603352307','2020-10-22 11:16:58',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16401,'4000','41603352307','2020-10-22 11:16:58',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(16402,'1110','41603352307','2020-10-22 11:16:58',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(16403,'5500','41603352307','2020-10-22 11:16:58',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16404,'1000','41603354622','2020-10-22 11:22:00',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16405,'4000','41603354622','2020-10-22 11:22:00',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(16406,'1110','41603354622','2020-10-22 11:22:00',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(16407,'5500','41603354622','2020-10-22 11:22:00',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16408,'1000','41603354925','2020-10-22 11:27:43',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16409,'4000','41603354925','2020-10-22 11:27:43',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(16410,'1110','41603354925','2020-10-22 11:27:43',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(16411,'5500','41603354925','2020-10-22 11:27:43',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16412,'1000','41603355267','2020-10-22 11:37:07',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16413,'4000','41603355267','2020-10-22 11:37:07',NULL,40.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(16414,'1110','41603355267','2020-10-22 11:37:07',NULL,34.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(16415,'5500','41603355267','2020-10-22 11:37:07',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16416,'1000','41603355840','2020-10-22 11:45:14',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16417,'4000','41603355840','2020-10-22 11:45:14',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(16418,'1110','41603355840','2020-10-22 11:45:14',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(16419,'5500','41603355840','2020-10-22 11:45:14',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16420,'1000','41603356318','2020-10-22 12:23:28',45.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16421,'4000','41603356318','2020-10-22 12:23:28',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(16422,'4000','41603356318','2020-10-22 12:23:28',NULL,10.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(16423,'1110','41603356318','2020-10-22 12:23:28',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(16424,'1110','41603356318','2020-10-22 12:23:28',NULL,6.70,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(16425,'5500','41603356318','2020-10-22 12:23:28',38.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16426,'1000','41603358612','2020-10-22 12:55:22',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16427,'4000','41603358612','2020-10-22 12:55:22',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(16428,'1110','41603358612','2020-10-22 12:55:22',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(16429,'5500','41603358612','2020-10-22 12:55:22',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16430,'1000','41603360526','2020-10-22 13:08:51',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16431,'4000','41603360526','2020-10-22 13:08:51',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(16432,'1110','41603360526','2020-10-22 13:08:51',NULL,14.58,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(16433,'5500','41603360526','2020-10-22 13:08:51',14.58,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16434,'1000','41603366060','2020-10-22 14:38:51',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16435,'4000','41603366060','2020-10-22 14:38:51',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(16436,'1110','41603366060','2020-10-22 14:38:51',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(16437,'5500','41603366060','2020-10-22 14:38:51',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16438,'1000','41603366736','2020-10-22 14:41:21',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16439,'4000','41603366736','2020-10-22 14:41:21',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(16440,'1110','41603366736','2020-10-22 14:41:21',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(16441,'5500','41603366736','2020-10-22 14:41:21',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16442,'1000','41603366885','2020-10-22 15:16:25',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16443,'4000','41603366885','2020-10-22 15:16:25',NULL,70.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(16444,'1110','41603366885','2020-10-22 15:16:25',NULL,63.00,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(16445,'5500','41603366885','2020-10-22 15:16:25',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16446,'1000','41603369048','2020-10-22 15:23:16',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16447,'4000','41603369048','2020-10-22 15:23:16',NULL,110.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(16448,'1110','41603369048','2020-10-22 15:23:16',NULL,99.00,'','4','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(16449,'5500','41603369048','2020-10-22 15:23:16',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16450,'1000','41603369551','2020-10-22 15:31:12',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16451,'4000','41603369551','2020-10-22 15:31:12',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(16452,'1110','41603369551','2020-10-22 15:31:12',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(16453,'5500','41603369551','2020-10-22 15:31:12',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16454,'1000','41603369876','2020-10-22 15:42:25',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16455,'4000','41603369876','2020-10-22 15:42:25',NULL,30.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(16456,'1110','41603369876','2020-10-22 15:42:25',NULL,27.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(16457,'5500','41603369876','2020-10-22 15:42:25',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16458,'1000','41603370550','2020-10-22 15:55:19',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16459,'4000','41603370550','2020-10-22 15:55:19',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(16460,'1110','41603370550','2020-10-22 15:55:19',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(16461,'5500','41603370550','2020-10-22 15:55:19',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16462,'1000','41603371323','2020-10-22 16:01:35',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16463,'1000','41603371723','2020-10-22 16:03:46',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16464,'4000','41603371723','2020-10-22 16:03:46',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(16465,'1110','41603371723','2020-10-22 16:03:46',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(16466,'5500','41603371723','2020-10-22 16:03:46',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16467,'1000','41603371830','2020-10-22 16:12:58',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16468,'4000','41603371830','2020-10-22 16:12:58',NULL,70.00,'','4','1','Good sold','1','','sales','427','','No',NULL,NULL,''),(16469,'4000','41603371830','2020-10-22 16:12:58',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(16470,'1110','41603371830','2020-10-22 16:12:58',NULL,63.00,'','4','1','Inventory sold','1','','sales','427','','No',NULL,NULL,''),(16471,'1110','41603371830','2020-10-22 16:12:58',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(16472,'5500','41603371830','2020-10-22 16:12:58',144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16473,'1000','41603372393','2020-10-22 16:21:09',125.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16474,'4000','41603372393','2020-10-22 16:21:09',NULL,125.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(16475,'1110','41603372393','2020-10-22 16:21:09',NULL,112.50,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(16476,'5500','41603372393','2020-10-22 16:21:09',112.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16477,'1000','41603372876','2020-10-22 16:22:02',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16478,'4000','41603372876','2020-10-22 16:22:02',NULL,20.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(16479,'1110','41603372876','2020-10-22 16:22:02',NULL,13.40,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(16480,'5500','41603372876','2020-10-22 16:22:02',13.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16481,'1000','41603372937','2020-10-22 16:22:45',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16482,'4000','41603372937','2020-10-22 16:22:45',NULL,80.00,'','4','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(16483,'1110','41603372937','2020-10-22 16:22:45',NULL,72.00,'','4','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(16484,'5500','41603372937','2020-10-22 16:22:45',72.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16485,'1000','41603372970','2020-10-22 16:27:34',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16486,'4000','41603372970','2020-10-22 16:27:34',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(16487,'1110','41603372970','2020-10-22 16:27:34',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(16488,'5500','41603372970','2020-10-22 16:27:34',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16489,'1000','41603373282','2020-10-22 16:29:26',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16490,'4000','41603373282','2020-10-22 16:29:26',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(16491,'4000','41603373282','2020-10-22 16:29:26',NULL,30.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(16492,'1110','41603373282','2020-10-22 16:29:26',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(16493,'1110','41603373282','2020-10-22 16:29:26',NULL,20.10,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(16494,'5500','41603373282','2020-10-22 16:29:26',67.10,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16495,'1000','41603378211','2020-10-22 17:53:47',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16496,'4000','41603378211','2020-10-22 17:53:47',NULL,70.00,'','4','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(16497,'1110','41603378211','2020-10-22 17:53:47',NULL,63.00,'','4','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(16498,'5500','41603378211','2020-10-22 17:53:47',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16499,'4000','41603369551','2020-10-22 18:47:35',70.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(16500,'1000','41603369551','2020-10-22 18:47:35',NULL,70.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(16501,'5500','41603369551','2020-10-22 18:47:35',NULL,63.00,'','4','1','Cost of goods returned','1','','sales','172','','No',NULL,NULL,''),(16502,'1110','41603369551','2020-10-22 18:47:35',63.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(16503,'1000','41603381812','2020-10-22 18:56:50',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16504,'4000','41603381812','2020-10-22 18:56:50',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(16505,'1110','41603381812','2020-10-22 18:56:50',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(16506,'5500','41603381812','2020-10-22 18:56:50',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16507,'1000','41603385645','2020-10-22 19:54:30',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16508,'4000','41603385645','2020-10-22 19:54:30',NULL,100.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(16509,'1110','41603385645','2020-10-22 19:54:30',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(16510,'5500','41603385645','2020-10-22 19:54:30',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16511,'1000','41603432098','2020-10-23 09:19:42',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16512,'4000','41603432098','2020-10-23 09:19:42',NULL,10.00,'','4','1','Good sold','1','','sales','8908000034198','','No',NULL,NULL,''),(16513,'1110','41603432098','2020-10-23 09:19:42',NULL,9.00,'','4','1','Inventory sold','1','','sales','8908000034198','','No',NULL,NULL,''),(16514,'5500','41603432098','2020-10-23 09:19:42',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16515,'1000','41603433987','2020-10-23 09:48:07',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16516,'4000','41603433987','2020-10-23 09:48:07',NULL,65.00,'','4','1','Good sold','1','','sales','6161113440078','','No',NULL,NULL,''),(16517,'1110','41603433987','2020-10-23 09:48:07',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113440078','','No',NULL,NULL,''),(16518,'5500','41603433987','2020-10-23 09:48:07',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16519,'1000','41603438414','2020-10-23 10:36:15',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16520,'4000','41603438414','2020-10-23 10:36:15',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(16521,'1110','41603438414','2020-10-23 10:36:15',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(16522,'5500','41603438414','2020-10-23 10:36:15',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16523,'1000','41603438577','2020-10-23 10:59:56',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16524,'4000','41603438577','2020-10-23 10:59:56',NULL,30.00,'','4','1','Good sold','1','','sales','8001090702500','','No',NULL,NULL,''),(16525,'1110','41603438577','2020-10-23 10:59:56',NULL,27.00,'','4','1','Inventory sold','1','','sales','8001090702500','','No',NULL,NULL,''),(16526,'5500','41603438577','2020-10-23 10:59:56',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16527,'1000','41603439998','2020-10-23 11:58:53',190.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16528,'4000','41603439998','2020-10-23 11:58:53',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(16529,'4000','41603439998','2020-10-23 11:58:53',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(16530,'1110','41603439998','2020-10-23 11:58:53',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(16531,'1110','41603439998','2020-10-23 11:58:53',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(16532,'5500','41603439998','2020-10-23 11:58:53',156.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16533,'1000','41603443610','2020-10-23 12:00:19',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16534,'4000','41603443610','2020-10-23 12:00:19',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(16535,'1110','41603443610','2020-10-23 12:00:19',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(16536,'5500','41603443610','2020-10-23 12:00:19',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16537,'1000','41603443622','2020-10-23 12:16:58',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16538,'4000','41603443622','2020-10-23 12:16:58',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(16539,'1110','41603443622','2020-10-23 12:16:58',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(16540,'5500','41603443622','2020-10-23 12:16:58',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16541,'1000','41603444620','2020-10-23 12:21:13',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16542,'4000','41603444620','2020-10-23 12:21:13',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(16543,'1110','41603444620','2020-10-23 12:21:13',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(16544,'5500','41603444620','2020-10-23 12:21:13',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16545,'1000','41603444875','2020-10-23 12:35:19',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16546,'4000','41603444875','2020-10-23 12:35:19',NULL,10.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(16547,'1110','41603444875','2020-10-23 12:35:19',NULL,9.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(16548,'5500','41603444875','2020-10-23 12:35:19',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16549,'1000','41603445721','2020-10-23 13:17:04',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16550,'4000','41603445721','2020-10-23 13:17:04',NULL,100.00,'','4','1','Good sold','1','','sales','6161107772222','','No',NULL,NULL,''),(16551,'1110','41603445721','2020-10-23 13:17:04',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161107772222','','No',NULL,NULL,''),(16552,'5500','41603445721','2020-10-23 13:17:04',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16553,'1000','41603448228','2020-10-23 13:17:59',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16554,'4000','41603448228','2020-10-23 13:17:59',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(16555,'4000','41603448228','2020-10-23 13:17:59',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(16556,'1110','41603448228','2020-10-23 13:17:59',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(16557,'1110','41603448228','2020-10-23 13:17:59',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(16558,'5500','41603448228','2020-10-23 13:17:59',6.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16559,'1000','41603448281','2020-10-23 14:50:27',245.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16560,'4000','41603448281','2020-10-23 14:50:27',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(16561,'4000','41603448281','2020-10-23 14:50:27',NULL,110.00,'','4','1','Good sold','1','','sales','78','','No',NULL,NULL,''),(16562,'4000','41603448281','2020-10-23 14:50:27',NULL,110.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(16563,'4000','41603448281','2020-10-23 14:50:27',NULL,10.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(16564,'1110','41603448281','2020-10-23 14:50:27',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(16565,'1110','41603448281','2020-10-23 14:50:27',NULL,99.00,'','4','1','Inventory sold','1','','sales','78','','No',NULL,NULL,''),(16566,'1110','41603448281','2020-10-23 14:50:27',NULL,99.00,'','4','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(16567,'1110','41603448281','2020-10-23 14:50:27',NULL,6.70,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(16568,'5500','41603448281','2020-10-23 14:50:27',218.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16569,'1000','41603453871','2020-10-23 14:53:04',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16570,'4000','41603453871','2020-10-23 14:53:04',NULL,10.00,'','4','1','Good sold','1','','sales','6009611170274','','No',NULL,NULL,''),(16571,'1110','41603453871','2020-10-23 14:53:04',NULL,4.00,'','4','1','Inventory sold','1','','sales','6009611170274','','No',NULL,NULL,''),(16572,'5500','41603453871','2020-10-23 14:53:04',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16573,'1000','41603454032','2020-10-23 14:55:04',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16574,'4000','41603454032','2020-10-23 14:55:04',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(16575,'1110','41603454032','2020-10-23 14:55:04',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(16576,'5500','41603454032','2020-10-23 14:55:04',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16577,'1000','41603454106','2020-10-23 15:23:36',140.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16578,'4000','41603454106','2020-10-23 15:23:36',NULL,65.00,'','4','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(16579,'4000','41603454106','2020-10-23 15:23:36',NULL,70.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(16580,'4000','41603454106','2020-10-23 15:23:36',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(16581,'1110','41603454106','2020-10-23 15:23:36',NULL,58.50,'','4','1','Inventory sold','1','','sales','84','','No',NULL,NULL,''),(16582,'1110','41603454106','2020-10-23 15:23:36',NULL,63.00,'','4','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(16583,'1110','41603454106','2020-10-23 15:23:36',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(16584,'5500','41603454106','2020-10-23 15:23:36',124.90,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16585,'1000','41603455859','2020-10-23 15:24:34',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16586,'4000','41603455859','2020-10-23 15:24:34',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(16587,'4000','41603455859','2020-10-23 15:24:34',NULL,35.00,'','4','1','Good sold','1','','sales','6166000090213','','No',NULL,NULL,''),(16588,'1110','41603455859','2020-10-23 15:24:34',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(16589,'1110','41603455859','2020-10-23 15:24:34',NULL,31.50,'','4','1','Inventory sold','1','','sales','6166000090213','','No',NULL,NULL,''),(16590,'5500','41603455859','2020-10-23 15:24:34',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16591,'1000','41603455877','2020-10-23 16:03:17',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16592,'4000','41603455877','2020-10-23 16:03:17',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(16593,'1110','41603455877','2020-10-23 16:03:17',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(16594,'5500','41603455877','2020-10-23 16:03:17',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16595,'1000','41603458200','2020-10-23 16:31:18',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16596,'4000','41603458200','2020-10-23 16:31:18',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903465','','No',NULL,NULL,''),(16597,'4000','41603458200','2020-10-23 16:31:18',NULL,40.00,'','4','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(16598,'4000','41603458200','2020-10-23 16:31:18',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(16599,'1110','41603458200','2020-10-23 16:31:18',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903465','','No',NULL,NULL,''),(16600,'1110','41603458200','2020-10-23 16:31:18',NULL,36.00,'','4','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(16601,'1110','41603458200','2020-10-23 16:31:18',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(16602,'5500','41603458200','2020-10-23 16:31:18',149.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16603,'1000','41603459891','2020-10-23 16:43:23',160.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16604,'4000','41603459891','2020-10-23 16:43:23',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(16605,'4000','41603459891','2020-10-23 16:43:23',NULL,90.00,'','4','1','Good sold','1','','sales','6164000242595','','No',NULL,NULL,''),(16606,'1110','41603459891','2020-10-23 16:43:23',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(16607,'1110','41603459891','2020-10-23 16:43:23',NULL,78.00,'','4','1','Inventory sold','1','','sales','6164000242595','','No',NULL,NULL,''),(16608,'5500','41603459891','2020-10-23 16:43:23',141.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16609,'1000','41603460608','2020-10-23 16:57:36',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16610,'4000','41603460608','2020-10-23 16:57:36',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(16611,'4000','41603460608','2020-10-23 16:57:36',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(16612,'4000','41603460608','2020-10-23 16:57:36',NULL,10.00,'','4','1','Good sold','1','','sales','499','','No',NULL,NULL,''),(16613,'1110','41603460608','2020-10-23 16:57:36',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(16614,'1110','41603460608','2020-10-23 16:57:36',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(16615,'1110','41603460608','2020-10-23 16:57:36',NULL,8.00,'','4','1','Inventory sold','1','','sales','499','','No',NULL,NULL,''),(16616,'5500','41603460608','2020-10-23 16:57:36',42.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16617,'1000','41603463538','2020-10-23 17:37:13',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16618,'4000','41603463538','2020-10-23 17:37:13',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(16619,'1110','41603463538','2020-10-23 17:37:13',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(16620,'5500','41603463538','2020-10-23 17:37:13',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16621,'1000','41603464782','2020-10-23 17:55:59',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16622,'4000','41603464782','2020-10-23 17:55:59',NULL,30.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(16623,'4000','41603464782','2020-10-23 17:55:59',NULL,130.00,'','4','1','Good sold','1','','sales','171','','No',NULL,NULL,''),(16624,'1110','41603464782','2020-10-23 17:55:59',NULL,27.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(16625,'1110','41603464782','2020-10-23 17:55:59',NULL,117.00,'','4','1','Inventory sold','1','','sales','171','','No',NULL,NULL,''),(16626,'5500','41603464782','2020-10-23 17:55:59',144.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16627,'1000','41603468124','2020-10-23 18:50:29',265.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16628,'4000','41603468124','2020-10-23 18:50:29',NULL,65.00,'','4','1','Good sold','1','','sales','144','','No',NULL,NULL,''),(16629,'4000','41603468124','2020-10-23 18:50:29',NULL,200.00,'','4','1','Good sold','1','','sales','792382330195','','No',NULL,NULL,''),(16630,'1110','41603468124','2020-10-23 18:50:29',NULL,58.50,'','4','1','Inventory sold','1','','sales','144','','No',NULL,NULL,''),(16631,'1110','41603468124','2020-10-23 18:50:29',NULL,171.00,'','4','1','Inventory sold','1','','sales','792382330195','','No',NULL,NULL,''),(16632,'5500','41603468124','2020-10-23 18:50:29',229.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16633,'1000','41603468233','2020-10-23 18:54:07',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16634,'4000','41603468233','2020-10-23 18:54:07',NULL,45.00,'','4','1','Good sold','1','','sales','112','','No',NULL,NULL,''),(16635,'4000','41603468233','2020-10-23 18:54:07',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(16636,'1110','41603468233','2020-10-23 18:54:07',NULL,37.50,'','4','1','Inventory sold','1','','sales','112','','No',NULL,NULL,''),(16637,'1110','41603468233','2020-10-23 18:54:07',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(16638,'5500','41603468233','2020-10-23 18:54:07',40.90,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16639,'1000','41603469773','2020-10-23 19:19:18',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16640,'4000','41603469773','2020-10-23 19:19:18',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033230','','No',NULL,NULL,''),(16641,'4000','41603469773','2020-10-23 19:19:18',NULL,110.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(16642,'4000','41603469773','2020-10-23 19:19:18',NULL,20.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(16643,'1110','41603469773','2020-10-23 19:19:18',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033230','','No',NULL,NULL,''),(16644,'1110','41603469773','2020-10-23 19:19:18',NULL,99.00,'','4','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(16645,'1110','41603469773','2020-10-23 19:19:18',NULL,18.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(16646,'5500','41603469773','2020-10-23 19:19:18',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16647,'1000','41603469962','2020-10-23 19:19:42',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16648,'4000','41603469962','2020-10-23 19:19:42',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(16649,'4000','41603469962','2020-10-23 19:19:42',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(16650,'1110','41603469962','2020-10-23 19:19:42',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(16651,'1110','41603469962','2020-10-23 19:19:42',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(16652,'5500','41603469962','2020-10-23 19:19:42',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16653,'1000','41603470014','2020-10-23 19:20:42',20.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16654,'4000','41603470014','2020-10-23 19:20:42',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(16655,'1110','41603470014','2020-10-23 19:20:42',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(16656,'5500','41603470014','2020-10-23 19:20:42',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16657,'4000','41603469962','2020-10-23 19:22:20',50.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(16658,'1000','41603469962','2020-10-23 19:22:20',NULL,50.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(16659,'5500','41603469962','2020-10-23 19:22:20',NULL,45.00,'','4','1','Cost of goods returned','1','','sales','32','','No',NULL,NULL,''),(16660,'1110','41603469962','2020-10-23 19:22:20',45.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(16661,'4000','41603469962','2020-10-23 19:22:24',15.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(16662,'1000','41603469962','2020-10-23 19:22:24',NULL,15.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(16663,'5500','41603469962','2020-10-23 19:22:24',NULL,13.50,'','4','1','Cost of goods returned','1','','sales','18','','No',NULL,NULL,''),(16664,'1110','41603469962','2020-10-23 19:22:24',13.50,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(16665,'1000','41603470162','2020-10-23 19:23:01',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16666,'4000','41603470162','2020-10-23 19:23:01',NULL,40.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(16667,'4000','41603470162','2020-10-23 19:23:01',NULL,40.00,'','4','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(16668,'1110','41603470162','2020-10-23 19:23:01',NULL,36.00,'','4','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(16669,'1110','41603470162','2020-10-23 19:23:01',NULL,36.00,'','4','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(16670,'5500','41603470162','2020-10-23 19:23:01',72.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16671,'4000','41603459891','2020-10-23 19:23:38',90.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(16672,'1000','41603459891','2020-10-23 19:23:38',NULL,90.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(16673,'5500','41603459891','2020-10-23 19:23:38',NULL,78.00,'','4','1','Cost of goods returned','1','','sales','6164000242595','','No',NULL,NULL,''),(16674,'1110','41603459891','2020-10-23 19:23:38',78.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(16675,'1000','41603470221','2020-10-23 19:23:49',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16676,'4000','41603470221','2020-10-23 19:23:49',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(16677,'1110','41603470221','2020-10-23 19:23:49',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(16678,'5500','41603470221','2020-10-23 19:23:49',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16679,'1000','41603470274','2020-10-23 19:24:56',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16680,'4000','41603470274','2020-10-23 19:24:56',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(16681,'1110','41603470274','2020-10-23 19:24:56',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(16682,'5500','41603470274','2020-10-23 19:24:56',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16683,'1000','41603470799','2020-10-23 19:33:56',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16684,'4000','41603470799','2020-10-23 19:33:56',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(16685,'4000','41603470799','2020-10-23 19:33:56',NULL,50.00,'','4','1','Good sold','1','','sales','507','','No',NULL,NULL,''),(16686,'1110','41603470799','2020-10-23 19:33:56',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(16687,'1110','41603470799','2020-10-23 19:33:56',NULL,35.42,'','4','1','Inventory sold','1','','sales','507','','No',NULL,NULL,''),(16688,'5500','41603470799','2020-10-23 19:33:56',51.42,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16689,'1000','41603470839','2020-10-23 19:38:14',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16690,'4000','41603470839','2020-10-23 19:38:14',NULL,30.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(16691,'1110','41603470839','2020-10-23 19:38:14',NULL,27.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(16692,'5500','41603470839','2020-10-23 19:38:14',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16693,'1000','41603471922','2020-10-23 19:52:12',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16694,'4000','41603471922','2020-10-23 19:52:12',NULL,110.00,'','4','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(16695,'1110','41603471922','2020-10-23 19:52:12',NULL,99.00,'','4','1','Inventory sold','1','','sales','77','','No',NULL,NULL,''),(16696,'5500','41603471922','2020-10-23 19:52:12',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16697,'1000','41603472452','2020-10-23 20:01:02',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16698,'4000','41603472452','2020-10-23 20:01:02',NULL,30.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(16699,'1110','41603472452','2020-10-23 20:01:02',NULL,27.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(16700,'5500','41603472452','2020-10-23 20:01:02',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16701,'1000','41603522222','2020-10-24 09:51:06',183.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16702,'4000','41603522222','2020-10-24 09:51:06',NULL,48.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(16703,'4000','41603522222','2020-10-24 09:51:06',NULL,105.00,'','4','1','Good sold','1','','sales','6161101000895','','No',NULL,NULL,''),(16704,'4000','41603522222','2020-10-24 09:51:06',NULL,30.00,'','4','1','Good sold','1','','sales','8001090702500','','No',NULL,NULL,''),(16705,'1110','41603522222','2020-10-24 09:51:06',NULL,40.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(16706,'1110','41603522222','2020-10-24 09:51:06',NULL,94.50,'','4','1','Inventory sold','1','','sales','6161101000895','','No',NULL,NULL,''),(16707,'1110','41603522222','2020-10-24 09:51:06',NULL,27.00,'','4','1','Inventory sold','1','','sales','8001090702500','','No',NULL,NULL,''),(16708,'5500','41603522222','2020-10-24 09:51:06',161.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16709,'1000','41603522275','2020-10-24 09:59:15',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16710,'4000','41603522275','2020-10-24 09:59:15',NULL,20.00,'','4','1','Good sold','1','','sales','499','','No',NULL,NULL,''),(16711,'1110','41603522275','2020-10-24 09:59:15',NULL,16.00,'','4','1','Inventory sold','1','','sales','499','','No',NULL,NULL,''),(16712,'5500','41603522275','2020-10-24 09:59:15',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16713,'1000','41603522760','2020-10-24 10:03:14',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16714,'4000','41603522760','2020-10-24 10:03:14',NULL,50.00,'','4','1','Good sold','1','','sales','499','','No',NULL,NULL,''),(16715,'1110','41603522760','2020-10-24 10:03:14',NULL,40.00,'','4','1','Inventory sold','1','','sales','499','','No',NULL,NULL,''),(16716,'5500','41603522760','2020-10-24 10:03:14',40.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16717,'1000','41603522996','2020-10-24 10:04:37',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16718,'4000','41603522996','2020-10-24 10:04:37',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(16719,'1110','41603522996','2020-10-24 10:04:37',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(16720,'5500','41603522996','2020-10-24 10:04:37',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16721,'1000','41603525527','2020-10-24 10:45:50',115.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16722,'4000','41603525527','2020-10-24 10:45:50',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(16723,'4000','41603525527','2020-10-24 10:45:50',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(16724,'1110','41603525527','2020-10-24 10:45:50',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(16725,'1110','41603525527','2020-10-24 10:45:50',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(16726,'5500','41603525527','2020-10-24 10:45:50',103.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16727,'1000','41603525594','2020-10-24 10:53:56',215.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16728,'4000','41603525594','2020-10-24 10:53:56',NULL,100.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16729,'4000','41603525594','2020-10-24 10:53:56',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072000','','No',NULL,NULL,''),(16730,'4000','41603525594','2020-10-24 10:53:56',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(16731,'4000','41603525594','2020-10-24 10:53:56',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(16732,'4000','41603525594','2020-10-24 10:53:56',NULL,10.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(16733,'4000','41603525594','2020-10-24 10:53:56',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(16734,'4000','41603525594','2020-10-24 10:53:56',NULL,20.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(16735,'1110','41603525594','2020-10-24 10:53:56',NULL,90.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16736,'1110','41603525594','2020-10-24 10:53:56',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072000','','No',NULL,NULL,''),(16737,'1110','41603525594','2020-10-24 10:53:56',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(16738,'1110','41603525594','2020-10-24 10:53:56',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(16739,'1110','41603525594','2020-10-24 10:53:56',NULL,6.80,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(16740,'1110','41603525594','2020-10-24 10:53:56',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(16741,'1110','41603525594','2020-10-24 10:53:56',NULL,13.40,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(16742,'5500','41603525594','2020-10-24 10:53:56',185.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16743,'1000','41603526118','2020-10-24 11:56:43',195.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16744,'4000','41603526118','2020-10-24 11:56:43',NULL,130.00,'','4','1','Good sold','1','','sales','5449000180247','','No',NULL,NULL,''),(16745,'4000','41603526118','2020-10-24 11:56:43',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(16746,'1110','41603526118','2020-10-24 11:56:43',NULL,117.00,'','4','1','Inventory sold','1','','sales','5449000180247','','No',NULL,NULL,''),(16747,'1110','41603526118','2020-10-24 11:56:43',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(16748,'5500','41603526118','2020-10-24 11:56:43',175.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16749,'4000','41603525594','2020-10-24 12:30:19',20.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(16750,'1000','41603525594','2020-10-24 12:30:19',NULL,20.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(16751,'5500','41603525594','2020-10-24 12:30:19',NULL,18.00,'','4','1','Cost of goods returned','1','','sales','8901719903434','','No',NULL,NULL,''),(16752,'1110','41603525594','2020-10-24 12:30:19',18.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(16753,'4000','41603526118','2020-10-24 12:30:31',65.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(16754,'1000','41603526118','2020-10-24 12:30:31',NULL,65.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(16755,'5500','41603526118','2020-10-24 12:30:31',NULL,58.50,'','4','1','Cost of goods returned','1','','sales','6161113940134','','No',NULL,NULL,''),(16756,'1110','41603526118','2020-10-24 12:30:31',58.50,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(16757,'1000','41603531835','2020-10-24 12:31:18',365.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16758,'4000','41603531835','2020-10-24 12:31:18',NULL,25.00,'','4','1','Good sold','1','','sales','6161101661713','','No',NULL,NULL,''),(16759,'4000','41603531835','2020-10-24 12:31:18',NULL,120.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(16760,'4000','41603531835','2020-10-24 12:31:18',NULL,200.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(16761,'4000','41603531835','2020-10-24 12:31:18',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(16762,'1110','41603531835','2020-10-24 12:31:18',NULL,22.50,'','4','1','Inventory sold','1','','sales','6161101661713','','No',NULL,NULL,''),(16763,'1110','41603531835','2020-10-24 12:31:18',NULL,108.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(16764,'1110','41603531835','2020-10-24 12:31:18',NULL,190.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(16765,'1110','41603531835','2020-10-24 12:31:18',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(16766,'5500','41603531835','2020-10-24 12:31:18',335.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16767,'1000','41603533457','2020-10-24 12:59:13',415.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16768,'4000','41603533457','2020-10-24 12:59:13',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033070','','No',NULL,NULL,''),(16769,'4000','41603533457','2020-10-24 12:59:13',NULL,130.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(16770,'4000','41603533457','2020-10-24 12:59:13',NULL,65.00,'','4','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(16771,'4000','41603533457','2020-10-24 12:59:13',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(16772,'4000','41603533457','2020-10-24 12:59:13',NULL,70.00,'','4','1','Good sold','1','','sales','616400033506','','No',NULL,NULL,''),(16773,'4000','41603533457','2020-10-24 12:59:13',NULL,10.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(16774,'1110','41603533457','2020-10-24 12:59:13',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033070','','No',NULL,NULL,''),(16775,'1110','41603533457','2020-10-24 12:59:13',NULL,117.00,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(16776,'1110','41603533457','2020-10-24 12:59:13',NULL,58.50,'','4','1','Inventory sold','1','','sales','84','','No',NULL,NULL,''),(16777,'1110','41603533457','2020-10-24 12:59:13',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(16778,'1110','41603533457','2020-10-24 12:59:13',NULL,60.00,'','4','1','Inventory sold','1','','sales','616400033506','','No',NULL,NULL,''),(16779,'1110','41603533457','2020-10-24 12:59:13',NULL,6.80,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(16780,'5500','41603533457','2020-10-24 12:59:13',368.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16781,'1000','41603533563','2020-10-24 13:30:41',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16782,'4000','41603533563','2020-10-24 13:30:41',NULL,20.00,'','4','1','Good sold','1','','sales','6161101280013','','No',NULL,NULL,''),(16783,'1110','41603533563','2020-10-24 13:30:41',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161101280013','','No',NULL,NULL,''),(16784,'5500','41603533563','2020-10-24 13:30:41',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16785,'1000','41603535443','2020-10-24 13:38:32',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16786,'4000','41603535443','2020-10-24 13:38:32',NULL,10.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(16787,'1110','41603535443','2020-10-24 13:38:32',NULL,6.70,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(16788,'5500','41603535443','2020-10-24 13:38:32',6.70,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16789,'1000','41603535917','2020-10-24 13:48:20',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16790,'4000','41603535917','2020-10-24 13:48:20',NULL,100.00,'','4','1','Good sold','1','','sales','6161107772222','','No',NULL,NULL,''),(16791,'1110','41603535917','2020-10-24 13:48:20',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161107772222','','No',NULL,NULL,''),(16792,'5500','41603535917','2020-10-24 13:48:20',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16793,'1000','41603536502','2020-10-24 13:54:28',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16794,'4000','41603536502','2020-10-24 13:54:28',NULL,20.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(16795,'1110','41603536502','2020-10-24 13:54:28',NULL,18.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(16796,'5500','41603536502','2020-10-24 13:54:28',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16797,'1000','41603541197','2020-10-24 15:06:47',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16798,'4000','41603541197','2020-10-24 15:06:47',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(16799,'1110','41603541197','2020-10-24 15:06:47',NULL,14.58,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(16800,'5500','41603541197','2020-10-24 15:06:47',14.58,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16801,'1000','41603541794','2020-10-24 15:17:09',240.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16802,'4000','41603541794','2020-10-24 15:17:09',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(16803,'4000','41603541794','2020-10-24 15:17:09',NULL,170.00,'','4','1','Good sold','1','','sales','6162006602740','','No',NULL,NULL,''),(16804,'4000','41603541794','2020-10-24 15:17:09',NULL,20.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(16805,'1110','41603541794','2020-10-24 15:17:09',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(16806,'1110','41603541794','2020-10-24 15:17:09',NULL,153.00,'','4','1','Inventory sold','1','','sales','6162006602740','','No',NULL,NULL,''),(16807,'1110','41603541794','2020-10-24 15:17:09',NULL,16.68,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(16808,'5500','41603541794','2020-10-24 15:17:09',214.68,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16809,'1000','41603542490','2020-10-24 15:30:36',140.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16810,'4000','41603542490','2020-10-24 15:30:36',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033209','','No',NULL,NULL,''),(16811,'4000','41603542490','2020-10-24 15:30:36',NULL,10.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(16812,'1110','41603542490','2020-10-24 15:30:36',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033209','','No',NULL,NULL,''),(16813,'1110','41603542490','2020-10-24 15:30:36',NULL,6.70,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(16814,'5500','41603542490','2020-10-24 15:30:36',123.70,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16815,'1000','41603542638','2020-10-24 15:59:15',109.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16816,'4000','41603542638','2020-10-24 15:59:15',NULL,24.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(16817,'4000','41603542638','2020-10-24 15:59:15',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(16818,'4000','41603542638','2020-10-24 15:59:15',NULL,65.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(16819,'4000','41603542638','2020-10-24 15:59:15',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(16820,'1110','41603542638','2020-10-24 15:59:15',NULL,20.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(16821,'1110','41603542638','2020-10-24 15:59:15',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(16822,'1110','41603542638','2020-10-24 15:59:15',NULL,58.50,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(16823,'1110','41603542638','2020-10-24 15:59:15',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(16824,'5500','41603542638','2020-10-24 15:59:15',96.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16825,'1000','41603544361','2020-10-24 16:08:36',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16826,'4000','41603544361','2020-10-24 16:08:36',NULL,70.00,'','4','1','Good sold','1','','sales','6008459000453','','No',NULL,NULL,''),(16827,'1110','41603544361','2020-10-24 16:08:36',NULL,57.50,'','4','1','Inventory sold','1','','sales','6008459000453','','No',NULL,NULL,''),(16828,'5500','41603544361','2020-10-24 16:08:36',57.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16829,'1000','41603544918','2020-10-24 16:29:25',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16830,'4000','41603544918','2020-10-24 16:29:25',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(16831,'1110','41603544918','2020-10-24 16:29:25',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(16832,'5500','41603544918','2020-10-24 16:29:25',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16833,'1000','41603546167','2020-10-24 16:33:59',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16834,'4000','41603546167','2020-10-24 16:33:59',NULL,110.00,'','4','1','Good sold','1','','sales','6008459000507','','No',NULL,NULL,''),(16835,'1110','41603546167','2020-10-24 16:33:59',NULL,81.66,'','4','1','Inventory sold','1','','sales','6008459000507','','No',NULL,NULL,''),(16836,'5500','41603546167','2020-10-24 16:33:59',81.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16837,'1000','41603546459','2020-10-24 16:44:53',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16838,'4000','41603546459','2020-10-24 16:44:53',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(16839,'1110','41603546459','2020-10-24 16:44:53',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(16840,'5500','41603546459','2020-10-24 16:44:53',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16841,'1000','41603547098','2020-10-24 16:47:35',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16842,'4000','41603547098','2020-10-24 16:47:35',NULL,65.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(16843,'4000','41603547098','2020-10-24 16:47:35',NULL,65.00,'','4','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(16844,'1110','41603547098','2020-10-24 16:47:35',NULL,58.50,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(16845,'1110','41603547098','2020-10-24 16:47:35',NULL,58.50,'','4','1','Inventory sold','1','','sales','87','','No',NULL,NULL,''),(16846,'5500','41603547098','2020-10-24 16:47:35',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16847,'1000','41603547268','2020-10-24 16:54:34',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16848,'4000','41603547268','2020-10-24 16:54:34',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(16849,'1110','41603547268','2020-10-24 16:54:34',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(16850,'5500','41603547268','2020-10-24 16:54:34',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16851,'1000','41603547676','2020-10-24 17:07:30',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16852,'4000','41603547676','2020-10-24 17:07:30',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(16853,'1110','41603547676','2020-10-24 17:07:30',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(16854,'5500','41603547676','2020-10-24 17:07:30',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16855,'1000','41603548455','2020-10-24 18:16:36',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16856,'4000','41603548455','2020-10-24 18:16:36',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(16857,'4000','41603548455','2020-10-24 18:16:36',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(16858,'4000','41603548455','2020-10-24 18:16:36',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(16859,'1110','41603548455','2020-10-24 18:16:36',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(16860,'1110','41603548455','2020-10-24 18:16:36',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(16861,'1110','41603548455','2020-10-24 18:16:36',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(16862,'5500','41603548455','2020-10-24 18:16:36',67.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16863,'1000','41603552804','2020-10-24 18:20:22',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16864,'4000','41603552804','2020-10-24 18:20:22',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(16865,'1110','41603552804','2020-10-24 18:20:22',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(16866,'5500','41603552804','2020-10-24 18:20:22',4.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16867,'1000','41603553307','2020-10-24 18:28:36',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16868,'4000','41603553307','2020-10-24 18:28:36',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(16869,'1110','41603553307','2020-10-24 18:28:36',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(16870,'5500','41603553307','2020-10-24 18:28:36',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16871,'1000','41603553320','2020-10-24 18:30:03',401.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16872,'4000','41603553320','2020-10-24 18:30:03',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(16873,'4000','41603553320','2020-10-24 18:30:03',NULL,170.00,'','4','1','Good sold','1','','sales','6164003349239','','No',NULL,NULL,''),(16874,'4000','41603553320','2020-10-24 18:30:03',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(16875,'4000','41603553320','2020-10-24 18:30:03',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(16876,'4000','41603553320','2020-10-24 18:30:03',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(16877,'4000','41603553320','2020-10-24 18:30:03',NULL,6.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(16878,'1110','41603553320','2020-10-24 18:30:03',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(16879,'1110','41603553320','2020-10-24 18:30:03',NULL,153.00,'','4','1','Inventory sold','1','','sales','6164003349239','','No',NULL,NULL,''),(16880,'1110','41603553320','2020-10-24 18:30:03',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(16881,'1110','41603553320','2020-10-24 18:30:03',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(16882,'1110','41603553320','2020-10-24 18:30:03',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(16883,'1110','41603553320','2020-10-24 18:30:03',NULL,4.20,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(16884,'5500','41603553320','2020-10-24 18:30:03',343.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16885,'4000','41603553320','2020-10-24 18:33:25',50.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(16886,'1000','41603553320','2020-10-24 18:33:25',NULL,50.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(16887,'5500','41603553320','2020-10-24 18:33:25',NULL,45.00,'','4','1','Cost of goods returned','1','','sales','32','','No',NULL,NULL,''),(16888,'1110','41603553320','2020-10-24 18:33:25',45.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(16889,'4000','41603553320','2020-10-24 18:33:29',170.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(16890,'1000','41603553320','2020-10-24 18:33:29',NULL,170.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(16891,'5500','41603553320','2020-10-24 18:33:29',NULL,153.00,'','4','1','Cost of goods returned','1','','sales','6164003349239','','No',NULL,NULL,''),(16892,'1110','41603553320','2020-10-24 18:33:29',153.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(16893,'1000','41603554634','2020-10-24 18:50:48',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16894,'4000','41603554634','2020-10-24 18:50:48',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(16895,'1110','41603554634','2020-10-24 18:50:48',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(16896,'5500','41603554634','2020-10-24 18:50:48',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16897,'1000','41603554664','2020-10-24 18:51:28',36.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16898,'4000','41603554664','2020-10-24 18:51:28',NULL,36.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(16899,'1110','41603554664','2020-10-24 18:51:28',NULL,30.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(16900,'5500','41603554664','2020-10-24 18:51:28',30.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16901,'1000','41603555010','2020-10-24 18:57:15',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16902,'4000','41603555010','2020-10-24 18:57:15',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(16903,'1110','41603555010','2020-10-24 18:57:15',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(16904,'5500','41603555010','2020-10-24 18:57:15',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16905,'1000','41603555038','2020-10-24 19:04:23',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16906,'4000','41603555038','2020-10-24 19:04:23',NULL,40.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(16907,'4000','41603555038','2020-10-24 19:04:23',NULL,10.00,'','4','1','Good sold','1','','sales','6009611170274','','No',NULL,NULL,''),(16908,'1110','41603555038','2020-10-24 19:04:23',NULL,36.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(16909,'1110','41603555038','2020-10-24 19:04:23',NULL,4.00,'','4','1','Inventory sold','1','','sales','6009611170274','','No',NULL,NULL,''),(16910,'5500','41603555038','2020-10-24 19:04:23',40.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16911,'1000','41603555481','2020-10-24 19:09:36',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16912,'4000','41603555481','2020-10-24 19:09:36',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(16913,'4000','41603555481','2020-10-24 19:09:36',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(16914,'1110','41603555481','2020-10-24 19:09:36',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(16915,'1110','41603555481','2020-10-24 19:09:36',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(16916,'5500','41603555481','2020-10-24 19:09:36',20.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16917,'1000','41603555778','2020-10-24 19:17:14',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16918,'4000','41603555778','2020-10-24 19:17:14',NULL,30.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(16919,'1110','41603555778','2020-10-24 19:17:14',NULL,27.00,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(16920,'5500','41603555778','2020-10-24 19:17:14',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16921,'1000','41603556238','2020-10-24 19:33:34',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16922,'4000','41603556238','2020-10-24 19:33:34',NULL,30.00,'','4','1','Good sold','1','','sales','8001090702500','','No',NULL,NULL,''),(16923,'1110','41603556238','2020-10-24 19:33:34',NULL,27.00,'','4','1','Inventory sold','1','','sales','8001090702500','','No',NULL,NULL,''),(16924,'5500','41603556238','2020-10-24 19:33:34',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16925,'1000','41603557480','2020-10-24 19:40:53',270.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16926,'4000','41603557480','2020-10-24 19:40:53',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033070','','No',NULL,NULL,''),(16927,'4000','41603557480','2020-10-24 19:40:53',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033193','','No',NULL,NULL,''),(16928,'4000','41603557480','2020-10-24 19:40:53',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033230','','No',NULL,NULL,''),(16929,'1110','41603557480','2020-10-24 19:40:53',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033070','','No',NULL,NULL,''),(16930,'1110','41603557480','2020-10-24 19:40:53',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033193','','No',NULL,NULL,''),(16931,'1110','41603557480','2020-10-24 19:40:53',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033230','','No',NULL,NULL,''),(16932,'5500','41603557480','2020-10-24 19:40:53',243.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16933,'1000','41603558143','2020-10-24 19:52:21',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16934,'4000','41603558143','2020-10-24 19:52:21',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(16935,'1110','41603558143','2020-10-24 19:52:21',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(16936,'5564','41603558143','2020-10-24 19:52:21',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16937,'4000','41603544918','2020-10-24 19:55:43',30.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(16938,'1000','41603544918','2020-10-24 19:55:43',NULL,30.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(16939,'5500','41603544918','2020-10-24 19:55:43',NULL,27.00,'','4','1','Cost of goods returned','1','','sales','16','','No',NULL,NULL,''),(16940,'1110','41603544918','2020-10-24 19:55:43',27.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(16941,'1000','41603613182','2020-10-25 11:07:11',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16942,'4000','41603613182','2020-10-25 11:07:11',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(16943,'4000','41603613182','2020-10-25 11:07:11',NULL,10.00,'','4','1','Good sold','1','','sales','8908000034198','','No',NULL,NULL,''),(16944,'4000','41603613182','2020-10-25 11:07:11',NULL,70.00,'','4','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(16945,'1110','41603613182','2020-10-25 11:07:11',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(16946,'1110','41603613182','2020-10-25 11:07:11',NULL,9.00,'','4','1','Inventory sold','1','','sales','8908000034198','','No',NULL,NULL,''),(16947,'1110','41603613182','2020-10-25 11:07:11',NULL,63.00,'','4','1','Inventory sold','1','','sales','96','','No',NULL,NULL,''),(16948,'5500','41603613182','2020-10-25 11:07:11',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16949,'1000','41603613234','2020-10-25 11:19:15',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16950,'4000','41603613234','2020-10-25 11:19:15',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(16951,'1110','41603613234','2020-10-25 11:19:15',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(16952,'5500','41603613234','2020-10-25 11:19:15',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16953,'1000','41603615282','2020-10-25 11:42:19',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16954,'4000','41603615282','2020-10-25 11:42:19',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(16955,'1110','41603615282','2020-10-25 11:42:19',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(16956,'5500','41603615282','2020-10-25 11:42:19',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16957,'1000','41603615341','2020-10-25 11:53:59',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16958,'4000','41603615341','2020-10-25 11:53:59',NULL,65.00,'','4','1','Good sold','1','','sales','508','','No',NULL,NULL,''),(16959,'1110','41603615341','2020-10-25 11:53:59',NULL,55.00,'','4','1','Inventory sold','1','','sales','508','','No',NULL,NULL,''),(16960,'5500','41603615341','2020-10-25 11:53:59',55.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16961,'1000','41603616043','2020-10-25 11:56:36',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16962,'4000','41603616043','2020-10-25 11:56:36',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(16963,'1110','41603616043','2020-10-25 11:56:36',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(16964,'5500','41603616043','2020-10-25 11:56:36',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16965,'1000','41603616203','2020-10-25 11:59:12',440.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16966,'4000','41603616203','2020-10-25 11:59:12',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(16967,'4000','41603616203','2020-10-25 11:59:12',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(16968,'4000','41603616203','2020-10-25 11:59:12',NULL,125.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(16969,'4000','41603616203','2020-10-25 11:59:12',NULL,70.00,'','4','1','Good sold','1','','sales','166','','No',NULL,NULL,''),(16970,'1110','41603616203','2020-10-25 11:59:12',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(16971,'1110','41603616203','2020-10-25 11:59:12',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(16972,'1110','41603616203','2020-10-25 11:59:12',NULL,112.50,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(16973,'1110','41603616203','2020-10-25 11:59:12',NULL,63.00,'','4','1','Inventory sold','1','','sales','166','','No',NULL,NULL,''),(16974,'5500','41603616203','2020-10-25 11:59:12',376.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16975,'1000','41603617123','2020-10-25 12:13:03',105.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16976,'4000','41603617123','2020-10-25 12:13:03',NULL,75.00,'','4','1','Good sold','1','','sales','6161113440061','','No',NULL,NULL,''),(16977,'4000','41603617123','2020-10-25 12:13:03',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(16978,'1110','41603617123','2020-10-25 12:13:03',NULL,67.50,'','4','1','Inventory sold','1','','sales','6161113440061','','No',NULL,NULL,''),(16979,'1110','41603617123','2020-10-25 12:13:03',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(16980,'5500','41603617123','2020-10-25 12:13:03',94.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16981,'1000','41603618454','2020-10-25 13:05:02',175.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16982,'4000','41603618454','2020-10-25 13:05:02',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(16983,'4000','41603618454','2020-10-25 13:05:02',NULL,70.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(16984,'4000','41603618454','2020-10-25 13:05:02',NULL,90.00,'','4','1','Good sold','1','','sales','6164000242595','','No',NULL,NULL,''),(16985,'1110','41603618454','2020-10-25 13:05:02',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(16986,'1110','41603618454','2020-10-25 13:05:02',NULL,63.00,'','4','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(16987,'1110','41603618454','2020-10-25 13:05:02',NULL,78.00,'','4','1','Inventory sold','1','','sales','6164000242595','','No',NULL,NULL,''),(16988,'5500','41603618454','2020-10-25 13:05:02',154.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16989,'1000','41603620902','2020-10-25 13:17:17',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16990,'4000','41603620902','2020-10-25 13:17:17',NULL,120.00,'','4','1','Good sold','1','','sales','8901719908262','','No',NULL,NULL,''),(16991,'1110','41603620902','2020-10-25 13:17:17',NULL,108.00,'','4','1','Inventory sold','1','','sales','8901719908262','','No',NULL,NULL,''),(16992,'5500','41603620902','2020-10-25 13:17:17',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16993,'1000','41603621104','2020-10-25 13:21:19',580.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(16994,'4000','41603621104','2020-10-25 13:21:19',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(16995,'4000','41603621104','2020-10-25 13:21:19',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(16996,'4000','41603621104','2020-10-25 13:21:19',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(16997,'4000','41603621104','2020-10-25 13:21:19',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(16998,'4000','41603621104','2020-10-25 13:21:19',NULL,30.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(16999,'4000','41603621104','2020-10-25 13:21:19',NULL,90.00,'','4','1','Good sold','1','','sales','6164000242595','','No',NULL,NULL,''),(17000,'1110','41603621104','2020-10-25 13:21:19',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(17001,'1110','41603621104','2020-10-25 13:21:19',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(17002,'1110','41603621104','2020-10-25 13:21:19',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(17003,'1110','41603621104','2020-10-25 13:21:19',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(17004,'1110','41603621104','2020-10-25 13:21:19',NULL,20.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(17005,'1110','41603621104','2020-10-25 13:21:19',NULL,78.00,'','4','1','Inventory sold','1','','sales','6164000242595','','No',NULL,NULL,''),(17006,'5500','41603621104','2020-10-25 13:21:19',496.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17007,'1000','41603621653','2020-10-25 13:32:00',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17008,'4000','41603621653','2020-10-25 13:32:00',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(17009,'4000','41603621653','2020-10-25 13:32:00',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(17010,'1110','41603621653','2020-10-25 13:32:00',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(17011,'1110','41603621653','2020-10-25 13:32:00',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(17012,'5500','41603621653','2020-10-25 13:32:00',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17013,'1000','41603621924','2020-10-25 13:44:34',2525.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17014,'4000','41603621924','2020-10-25 13:44:34',NULL,240.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(17015,'4000','41603621924','2020-10-25 13:44:34',NULL,795.00,'','4','1','Good sold','1','','sales','6161100952430','','No',NULL,NULL,''),(17016,'4000','41603621924','2020-10-25 13:44:34',NULL,40.00,'','4','1','Good sold','1','','sales','6161101280020','','No',NULL,NULL,''),(17017,'4000','41603621924','2020-10-25 13:44:34',NULL,860.00,'','4','1','Good sold','1','','sales','6161101661256','','No',NULL,NULL,''),(17018,'4000','41603621924','2020-10-25 13:44:34',NULL,170.00,'','4','1','Good sold','1','','sales','6164000025990','','No',NULL,NULL,''),(17019,'4000','41603621924','2020-10-25 13:44:34',NULL,180.00,'','4','1','Good sold','1','','sales','6203012970123','','No',NULL,NULL,''),(17020,'4000','41603621924','2020-10-25 13:44:34',NULL,240.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(17021,'1110','41603621924','2020-10-25 13:44:34',NULL,214.16,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(17022,'1110','41603621924','2020-10-25 13:44:34',NULL,715.50,'','4','1','Inventory sold','1','','sales','6161100952430','','No',NULL,NULL,''),(17023,'1110','41603621924','2020-10-25 13:44:34',NULL,28.50,'','4','1','Inventory sold','1','','sales','6161101280020','','No',NULL,NULL,''),(17024,'1110','41603621924','2020-10-25 13:44:34',NULL,768.75,'','4','1','Inventory sold','1','','sales','6161101661256','','No',NULL,NULL,''),(17025,'1110','41603621924','2020-10-25 13:44:34',NULL,153.00,'','4','1','Inventory sold','1','','sales','6164000025990','','No',NULL,NULL,''),(17026,'1110','41603621924','2020-10-25 13:44:34',NULL,162.00,'','4','1','Inventory sold','1','','sales','6203012970123','','No',NULL,NULL,''),(17027,'1110','41603621924','2020-10-25 13:44:34',NULL,186.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(17028,'5500','41603621924','2020-10-25 13:44:34',2227.91,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17029,'1000','41603622676','2020-10-25 13:44:47',250.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17030,'4000','41603622676','2020-10-25 13:44:47',NULL,250.00,'','4','1','Good sold','1','','sales','122','','No',NULL,NULL,''),(17031,'1110','41603622676','2020-10-25 13:44:47',NULL,220.00,'','4','1','Inventory sold','1','','sales','122','','No',NULL,NULL,''),(17032,'5500','41603622676','2020-10-25 13:44:47',220.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17033,'1000','41603623065','2020-10-25 13:51:22',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17034,'4000','41603623065','2020-10-25 13:51:22',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(17035,'1110','41603623065','2020-10-25 13:51:22',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(17036,'5500','41603623065','2020-10-25 13:51:22',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17037,'1000','41603691099','2020-10-26 08:45:08',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17038,'4000','41603691099','2020-10-26 08:45:08',NULL,50.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17039,'1110','41603691099','2020-10-26 08:45:08',NULL,45.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17040,'5500','41603691099','2020-10-26 08:45:08',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17041,'1000','41603691113','2020-10-26 09:09:40',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17042,'4000','41603691113','2020-10-26 09:09:40',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(17043,'1110','41603691113','2020-10-26 09:09:40',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(17044,'5500','41603691113','2020-10-26 09:09:40',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17045,'1000','41603694323','2020-10-26 09:39:09',198.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17046,'4000','41603694323','2020-10-26 09:39:09',NULL,48.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(17047,'4000','41603694323','2020-10-26 09:39:09',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(17048,'4000','41603694323','2020-10-26 09:39:09',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(17049,'1110','41603694323','2020-10-26 09:39:09',NULL,40.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(17050,'1110','41603694323','2020-10-26 09:39:09',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(17051,'1110','41603694323','2020-10-26 09:39:09',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(17052,'5500','41603694323','2020-10-26 09:39:09',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17053,'1000','41603694353','2020-10-26 10:07:02',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17054,'4000','41603694353','2020-10-26 10:07:02',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(17055,'1110','41603694353','2020-10-26 10:07:02',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(17056,'5500','41603694353','2020-10-26 10:07:02',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17057,'1000','41603696025','2020-10-26 10:07:33',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17058,'4000','41603696025','2020-10-26 10:07:33',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033193','','No',NULL,NULL,''),(17059,'1110','41603696025','2020-10-26 10:07:33',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033193','','No',NULL,NULL,''),(17060,'5500','41603696025','2020-10-26 10:07:33',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17061,'1000','41603696068','2020-10-26 10:12:56',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17062,'4000','41603696068','2020-10-26 10:12:56',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(17063,'4000','41603696068','2020-10-26 10:12:56',NULL,75.00,'','4','1','Good sold','1','','sales','6161113440061','','No',NULL,NULL,''),(17064,'1110','41603696068','2020-10-26 10:12:56',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(17065,'1110','41603696068','2020-10-26 10:12:56',NULL,67.50,'','4','1','Inventory sold','1','','sales','6161113440061','','No',NULL,NULL,''),(17066,'5500','41603696068','2020-10-26 10:12:56',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17067,'1000','41603696396','2020-10-26 10:13:23',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17068,'4000','41603696396','2020-10-26 10:13:23',NULL,50.00,'','4','1','Good sold','1','','sales','158','','No',NULL,NULL,''),(17069,'1110','41603696396','2020-10-26 10:13:23',NULL,36.45,'','4','1','Inventory sold','1','','sales','158','','No',NULL,NULL,''),(17070,'5500','41603696396','2020-10-26 10:13:23',36.45,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17071,'1000','41603696937','2020-10-26 10:25:21',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17072,'4000','41603696937','2020-10-26 10:25:21',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(17073,'1110','41603696937','2020-10-26 10:25:21',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(17074,'5500','41603696937','2020-10-26 10:25:21',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17075,'1000','41603697125','2020-10-26 10:29:04',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17076,'4000','41603697125','2020-10-26 10:29:04',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(17077,'1110','41603697125','2020-10-26 10:29:04',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(17078,'5500','41603697125','2020-10-26 10:29:04',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17079,'1000','41603697415','2020-10-26 10:34:20',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17080,'4000','41603697415','2020-10-26 10:34:20',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(17081,'1110','41603697415','2020-10-26 10:34:20',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(17082,'5500','41603697415','2020-10-26 10:34:20',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17083,'1000','41603697662','2020-10-26 10:35:58',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17084,'4000','41603697662','2020-10-26 10:35:58',NULL,200.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(17085,'1110','41603697662','2020-10-26 10:35:58',NULL,190.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(17086,'5500','41603697662','2020-10-26 10:35:58',190.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17087,'1000','41603698920','2020-10-26 10:57:53',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17088,'4000','41603698920','2020-10-26 10:57:53',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(17089,'4000','41603698920','2020-10-26 10:57:53',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(17090,'1110','41603698920','2020-10-26 10:57:53',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(17091,'1110','41603698920','2020-10-26 10:57:53',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(17092,'5500','41603698920','2020-10-26 10:57:53',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17093,'1000','41603699627','2020-10-26 11:07:34',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17094,'4000','41603699627','2020-10-26 11:07:34',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(17095,'4000','41603699627','2020-10-26 11:07:34',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(17096,'4000','41603699627','2020-10-26 11:07:34',NULL,30.00,'','4','1','Good sold','1','','sales','499','','No',NULL,NULL,''),(17097,'1110','41603699627','2020-10-26 11:07:34',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(17098,'1110','41603699627','2020-10-26 11:07:34',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(17099,'1110','41603699627','2020-10-26 11:07:34',NULL,24.00,'','4','1','Inventory sold','1','','sales','499','','No',NULL,NULL,''),(17100,'5500','41603699627','2020-10-26 11:07:34',86.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17101,'1000','41603700383','2020-10-26 11:20:42',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17102,'4000','41603700383','2020-10-26 11:20:42',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(17103,'1110','41603700383','2020-10-26 11:20:42',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(17104,'5500','41603700383','2020-10-26 11:20:42',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17105,'1000','41603702260','2020-10-26 11:51:11',24.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17106,'4000','41603702260','2020-10-26 11:51:11',NULL,24.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(17107,'1110','41603702260','2020-10-26 11:51:11',NULL,20.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(17108,'5500','41603702260','2020-10-26 11:51:11',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17109,'1000','41603702277','2020-10-26 11:57:09',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17110,'4000','41603702277','2020-10-26 11:57:09',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(17111,'1110','41603702277','2020-10-26 11:57:09',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(17112,'5500','41603702277','2020-10-26 11:57:09',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17113,'1000','41603702636','2020-10-26 11:59:00',155.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17114,'4000','41603702636','2020-10-26 11:59:00',NULL,155.00,'','4','1','Good sold','1','','sales','5410076189540','','No',NULL,NULL,''),(17115,'1110','41603702636','2020-10-26 11:59:00',NULL,139.50,'','4','1','Inventory sold','1','','sales','5410076189540','','No',NULL,NULL,''),(17116,'5500','41603702636','2020-10-26 11:59:00',139.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17117,'1000','41603703971','2020-10-26 12:19:50',470.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17118,'4000','41603703971','2020-10-26 12:19:50',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(17119,'4000','41603703971','2020-10-26 12:19:50',NULL,400.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(17120,'1110','41603703971','2020-10-26 12:19:50',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(17121,'1110','41603703971','2020-10-26 12:19:50',NULL,380.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(17122,'5500','41603703971','2020-10-26 12:19:50',443.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17123,'1000','41603704027','2020-10-26 12:33:55',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17124,'4000','41603704027','2020-10-26 12:33:55',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(17125,'1110','41603704027','2020-10-26 12:33:55',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(17126,'5500','41603704027','2020-10-26 12:33:55',3.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17127,'1000','41603705705','2020-10-26 12:48:38',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17128,'4000','41603705705','2020-10-26 12:48:38',NULL,200.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(17129,'1110','41603705705','2020-10-26 12:48:38',NULL,190.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(17130,'5500','41603705705','2020-10-26 12:48:38',190.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17131,'1000','41603705720','2020-10-26 13:19:11',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17132,'4000','41603705720','2020-10-26 13:19:11',NULL,55.00,'','4','1','Good sold','1','','sales','792382415885','','No',NULL,NULL,''),(17133,'1110','41603705720','2020-10-26 13:19:11',NULL,47.00,'','4','1','Inventory sold','1','','sales','792382415885','','No',NULL,NULL,''),(17134,'5500','41603705720','2020-10-26 13:19:11',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17135,'1000','41603707555','2020-10-26 13:51:26',190.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17136,'4000','41603707555','2020-10-26 13:51:26',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(17137,'4000','41603707555','2020-10-26 13:51:26',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(17138,'1110','41603707555','2020-10-26 13:51:26',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(17139,'1110','41603707555','2020-10-26 13:51:26',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(17140,'5500','41603707555','2020-10-26 13:51:26',156.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17141,'1000','41603709492','2020-10-26 14:04:56',930.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17142,'4000','41603709492','2020-10-26 14:04:56',NULL,510.00,'','4','1','Good sold','1','','sales','6161106610242','','No',NULL,NULL,''),(17143,'4000','41603709492','2020-10-26 14:04:56',NULL,200.00,'','4','1','Good sold','1','','sales','8718951340664','','No',NULL,NULL,''),(17144,'4000','41603709492','2020-10-26 14:04:56',NULL,220.00,'','4','1','Good sold','1','','sales','505','','No',NULL,NULL,''),(17145,'1110','41603709492','2020-10-26 14:04:56',NULL,452.50,'','4','1','Inventory sold','1','','sales','6161106610242','','No',NULL,NULL,''),(17146,'1110','41603709492','2020-10-26 14:04:56',NULL,180.00,'','4','1','Inventory sold','1','','sales','8718951340664','','No',NULL,NULL,''),(17147,'1110','41603709492','2020-10-26 14:04:56',NULL,180.00,'','4','1','Inventory sold','1','','sales','505','','No',NULL,NULL,''),(17148,'5500','41603709492','2020-10-26 14:04:56',812.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17149,'1000','41603710552','2020-10-26 14:11:42',48.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17150,'4000','41603710552','2020-10-26 14:11:42',NULL,48.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(17151,'1110','41603710552','2020-10-26 14:11:42',NULL,40.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(17152,'5500','41603710552','2020-10-26 14:11:42',40.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17153,'1000','41603710773','2020-10-26 14:44:44',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17154,'4000','41603710773','2020-10-26 14:44:44',NULL,200.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(17155,'1110','41603710773','2020-10-26 14:44:44',NULL,190.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(17156,'5500','41603710773','2020-10-26 14:44:44',190.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17157,'1000','41603710773','2020-10-26 14:44:44',200.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17158,'4000','41603710773','2020-10-26 14:44:44',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760226','','No',NULL,NULL,''),(17159,'4000','41603710773','2020-10-26 14:44:44',NULL,200.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(17160,'1110','41603710773','2020-10-26 14:44:44',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100760226','','No',NULL,NULL,''),(17161,'1110','41603710773','2020-10-26 14:44:44',NULL,190.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(17162,'5500','41603710773','2020-10-26 14:44:44',208.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17163,'1000','41603712883','2020-10-26 14:48:14',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17164,'4000','41603712883','2020-10-26 14:48:14',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760226','','No',NULL,NULL,''),(17165,'1110','41603712883','2020-10-26 14:48:14',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100760226','','No',NULL,NULL,''),(17166,'5500','41603712883','2020-10-26 14:48:14',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17167,'1000','41603712972','2020-10-26 14:50:19',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17168,'4000','41603712972','2020-10-26 14:50:19',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(17169,'1110','41603712972','2020-10-26 14:50:19',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(17170,'5500','41603712972','2020-10-26 14:50:19',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17171,'1000','41603713850','2020-10-26 15:04:17',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17172,'4000','41603713850','2020-10-26 15:04:17',NULL,55.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(17173,'1110','41603713850','2020-10-26 15:04:17',NULL,49.50,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(17174,'5500','41603713850','2020-10-26 15:04:17',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17175,'1000','41603713860','2020-10-26 15:04:53',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17176,'4000','41603713860','2020-10-26 15:04:53',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(17177,'1110','41603713860','2020-10-26 15:04:53',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(17178,'5500','41603713860','2020-10-26 15:04:53',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17179,'1000','41603713941','2020-10-26 15:09:11',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17180,'4000','41603713941','2020-10-26 15:09:11',NULL,10.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(17181,'4000','41603713941','2020-10-26 15:09:11',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(17182,'4000','41603713941','2020-10-26 15:09:11',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(17183,'1110','41603713941','2020-10-26 15:09:11',NULL,9.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(17184,'1110','41603713941','2020-10-26 15:09:11',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(17185,'1110','41603713941','2020-10-26 15:09:11',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(17186,'5500','41603713941','2020-10-26 15:09:11',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17187,'1000','41603714172','2020-10-26 15:19:32',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17188,'4000','41603714172','2020-10-26 15:19:32',NULL,30.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(17189,'1110','41603714172','2020-10-26 15:19:32',NULL,27.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(17190,'5500','41603714172','2020-10-26 15:19:32',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17191,'1000','41603714774','2020-10-26 15:56:07',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17192,'4000','41603714774','2020-10-26 15:56:07',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(17193,'4000','41603714774','2020-10-26 15:56:07',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(17194,'4000','41603714774','2020-10-26 15:56:07',NULL,10.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(17195,'1110','41603714774','2020-10-26 15:56:07',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(17196,'1110','41603714774','2020-10-26 15:56:07',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(17197,'1110','41603714774','2020-10-26 15:56:07',NULL,6.70,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(17198,'5500','41603714774','2020-10-26 15:56:07',26.70,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17199,'1000','41603714774','2020-10-26 15:56:07',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17200,'4000','41603714774','2020-10-26 15:56:07',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(17201,'4000','41603714774','2020-10-26 15:56:07',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(17202,'4000','41603714774','2020-10-26 15:56:07',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(17203,'4000','41603714774','2020-10-26 15:56:07',NULL,10.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(17204,'1110','41603714774','2020-10-26 15:56:07',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(17205,'1110','41603714774','2020-10-26 15:56:07',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(17206,'1110','41603714774','2020-10-26 15:56:07',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(17207,'1110','41603714774','2020-10-26 15:56:07',NULL,6.70,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(17208,'5500','41603714774','2020-10-26 15:56:07',71.70,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17209,'1000','41603718777','2020-10-26 16:26:35',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17210,'4000','41603718777','2020-10-26 16:26:35',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(17211,'4000','41603718777','2020-10-26 16:26:35',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(17212,'4000','41603718777','2020-10-26 16:26:35',NULL,10.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(17213,'1110','41603718777','2020-10-26 16:26:35',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(17214,'1110','41603718777','2020-10-26 16:26:35',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(17215,'1110','41603718777','2020-10-26 16:26:35',NULL,6.70,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(17216,'5500','41603718777','2020-10-26 16:26:35',26.70,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17217,'1000','41603719682','2020-10-26 16:41:53',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17218,'4000','41603719682','2020-10-26 16:41:53',NULL,100.00,'','4','1','Good sold','1','','sales','792382330195','','No',NULL,NULL,''),(17219,'1110','41603719682','2020-10-26 16:41:53',NULL,85.50,'','4','1','Inventory sold','1','','sales','792382330195','','No',NULL,NULL,''),(17220,'5500','41603719682','2020-10-26 16:41:53',85.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17221,'1000','41603721023','2020-10-26 17:04:01',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17222,'4000','41603721023','2020-10-26 17:04:01',NULL,50.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17223,'4000','41603721023','2020-10-26 17:04:01',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(17224,'1110','41603721023','2020-10-26 17:04:01',NULL,45.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17225,'1110','41603721023','2020-10-26 17:04:01',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(17226,'5500','41603721023','2020-10-26 17:04:01',92.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17227,'4000','41603714774','2020-10-26 17:04:42',50.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(17228,'1000','41603714774','2020-10-26 17:04:42',NULL,50.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(17229,'5500','41603714774','2020-10-26 17:04:42',NULL,45.00,'','4','1','Cost of goods returned','1','','sales','493','','No',NULL,NULL,''),(17230,'1110','41603714774','2020-10-26 17:04:42',45.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(17231,'4000','41603714774','2020-10-26 17:04:44',10.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(17232,'1000','41603714774','2020-10-26 17:04:44',NULL,10.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(17233,'5500','41603714774','2020-10-26 17:04:44',NULL,6.70,'','4','1','Cost of goods returned','1','','sales','513','','No',NULL,NULL,''),(17234,'1110','41603714774','2020-10-26 17:04:44',6.70,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(17235,'4000','41603714774','2020-10-26 17:04:45',10.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(17236,'1000','41603714774','2020-10-26 17:04:45',NULL,10.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(17237,'5500','41603714774','2020-10-26 17:04:45',NULL,5.00,'','4','1','Cost of goods returned','1','','sales','495','','No',NULL,NULL,''),(17238,'1110','41603714774','2020-10-26 17:04:45',5.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(17239,'4000','41603714774','2020-10-26 17:04:48',20.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(17240,'1000','41603714774','2020-10-26 17:04:48',NULL,20.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(17241,'5500','41603714774','2020-10-26 17:04:48',NULL,15.00,'','4','1','Cost of goods returned','1','','sales','494','','No',NULL,NULL,''),(17242,'1110','41603714774','2020-10-26 17:04:48',15.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(17243,'1000','41603721120','2020-10-26 17:05:50',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17244,'4000','41603721120','2020-10-26 17:05:50',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(17245,'4000','41603721120','2020-10-26 17:05:50',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(17246,'4000','41603721120','2020-10-26 17:05:50',NULL,10.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(17247,'1110','41603721120','2020-10-26 17:05:50',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(17248,'1110','41603721120','2020-10-26 17:05:50',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(17249,'1110','41603721120','2020-10-26 17:05:50',NULL,6.70,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(17250,'5500','41603721120','2020-10-26 17:05:50',26.70,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17251,'1000','41603721159','2020-10-26 17:06:10',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17252,'4000','41603721159','2020-10-26 17:06:10',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(17253,'1110','41603721159','2020-10-26 17:06:10',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(17254,'5500','41603721159','2020-10-26 17:06:10',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17255,'1000','41603721187','2020-10-26 17:10:10',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17256,'4000','41603721187','2020-10-26 17:10:10',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(17257,'1110','41603721187','2020-10-26 17:10:10',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(17258,'5500','41603721187','2020-10-26 17:10:10',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17259,'1000','41603721412','2020-10-26 17:18:10',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17260,'4000','41603721412','2020-10-26 17:18:10',NULL,70.00,'','4','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(17261,'1110','41603721412','2020-10-26 17:18:10',NULL,63.00,'','4','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(17262,'5500','41603721412','2020-10-26 17:18:10',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17263,'1000','41603722228','2020-10-26 17:37:00',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17264,'4000','41603722228','2020-10-26 17:37:00',NULL,90.00,'','4','1','Good sold','1','','sales','6203012970123','','No',NULL,NULL,''),(17265,'1110','41603722228','2020-10-26 17:37:00',NULL,81.00,'','4','1','Inventory sold','1','','sales','6203012970123','','No',NULL,NULL,''),(17266,'5500','41603722228','2020-10-26 17:37:00',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17267,'1000','41603723656','2020-10-26 18:16:06',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17268,'4000','41603723656','2020-10-26 18:16:06',NULL,50.00,'','4','1','Good sold','1','','sales','6161101680424','','No',NULL,NULL,''),(17269,'1110','41603723656','2020-10-26 18:16:06',NULL,45.00,'','4','1','Inventory sold','1','','sales','6161101680424','','No',NULL,NULL,''),(17270,'5500','41603723656','2020-10-26 18:16:06',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17271,'1000','41603725369','2020-10-26 18:19:26',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17272,'4000','41603725369','2020-10-26 18:19:26',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(17273,'1110','41603725369','2020-10-26 18:19:26',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(17274,'5500','41603725369','2020-10-26 18:19:26',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17275,'1000','41603725568','2020-10-26 18:49:41',24.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17276,'4000','41603725568','2020-10-26 18:49:41',NULL,24.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(17277,'1110','41603725568','2020-10-26 18:49:41',NULL,20.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(17278,'5500','41603725568','2020-10-26 18:49:41',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17279,'1000','41603727383','2020-10-26 18:52:51',190.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17280,'4000','41603727383','2020-10-26 18:52:51',NULL,120.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(17281,'4000','41603727383','2020-10-26 18:52:51',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(17282,'1110','41603727383','2020-10-26 18:52:51',NULL,100.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(17283,'1110','41603727383','2020-10-26 18:52:51',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(17284,'5500','41603727383','2020-10-26 18:52:51',163.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17285,'1000','41603727653','2020-10-26 19:05:01',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17286,'4000','41603727653','2020-10-26 19:05:01',NULL,50.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(17287,'1110','41603727653','2020-10-26 19:05:01',NULL,45.00,'','4','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(17288,'5500','41603727653','2020-10-26 19:05:01',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17289,'1000','41603728324','2020-10-26 19:06:41',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17290,'4000','41603728324','2020-10-26 19:06:41',NULL,5.00,'','4','1','Good sold','1','','sales','504','','No',NULL,NULL,''),(17291,'1110','41603728324','2020-10-26 19:06:41',NULL,4.17,'','4','1','Inventory sold','1','','sales','504','','No',NULL,NULL,''),(17292,'5500','41603728324','2020-10-26 19:06:41',4.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17293,'1000','41603728403','2020-10-26 19:14:44',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17294,'4000','41603728403','2020-10-26 19:14:44',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(17295,'1110','41603728403','2020-10-26 19:14:44',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(17296,'5500','41603728403','2020-10-26 19:14:44',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17297,'1000','41603728886','2020-10-26 19:21:28',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17298,'4000','41603728886','2020-10-26 19:21:28',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(17299,'1110','41603728886','2020-10-26 19:21:28',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(17300,'5500','41603728886','2020-10-26 19:21:28',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17301,'1000','41603729297','2020-10-26 19:25:30',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17302,'4000','41603729297','2020-10-26 19:25:30',NULL,65.00,'','4','1','Good sold','1','','sales','6161100760257','','No',NULL,NULL,''),(17303,'1110','41603729297','2020-10-26 19:25:30',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161100760257','','No',NULL,NULL,''),(17304,'5500','41603729297','2020-10-26 19:25:30',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17305,'1000','41603729536','2020-10-26 19:49:28',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17306,'4000','41603729536','2020-10-26 19:49:28',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(17307,'1110','41603729536','2020-10-26 19:49:28',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(17308,'5564','41603729536','2020-10-26 19:49:28',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17309,'1000','41603789407','2020-10-27 12:04:11',175.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17310,'4000','41603789407','2020-10-27 12:04:11',NULL,25.00,'','4','1','Good sold','1','','sales','6161100040267','','No',NULL,NULL,''),(17311,'4000','41603789407','2020-10-27 12:04:11',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(17312,'4000','41603789407','2020-10-27 12:04:11',NULL,100.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(17313,'1110','41603789407','2020-10-27 12:04:11',NULL,22.50,'','4','1','Inventory sold','1','','sales','6161100040267','','No',NULL,NULL,''),(17314,'1110','41603789407','2020-10-27 12:04:11',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(17315,'1110','41603789407','2020-10-27 12:04:11',NULL,95.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(17316,'5500','41603789407','2020-10-27 12:04:11',162.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17317,'1000','41603793251','2020-10-27 13:31:16',370.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17318,'4000','41603793251','2020-10-27 13:31:16',NULL,10.00,'','4','1','Good sold','1','','sales','8924122012340','','No',NULL,NULL,''),(17319,'4000','41603793251','2020-10-27 13:31:16',NULL,200.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(17320,'4000','41603793251','2020-10-27 13:31:16',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(17321,'4000','41603793251','2020-10-27 13:31:16',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(17322,'1110','41603793251','2020-10-27 13:31:16',NULL,9.00,'','4','1','Inventory sold','1','','sales','8924122012340','','No',NULL,NULL,''),(17323,'1110','41603793251','2020-10-27 13:31:16',NULL,180.00,'','4','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(17324,'1110','41603793251','2020-10-27 13:31:16',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(17325,'1110','41603793251','2020-10-27 13:31:16',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(17326,'5500','41603793251','2020-10-27 13:31:16',333.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17327,'1000','41603794680','2020-10-27 13:33:30',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17328,'4000','41603794680','2020-10-27 13:33:30',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(17329,'1110','41603794680','2020-10-27 13:33:30',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(17330,'5500','41603794680','2020-10-27 13:33:30',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17331,'1000','41603794928','2020-10-27 13:52:43',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17332,'4000','41603794928','2020-10-27 13:52:43',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(17333,'1110','41603794928','2020-10-27 13:52:43',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(17334,'5500','41603794928','2020-10-27 13:52:43',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17335,'1000','41603796235','2020-10-27 14:24:49',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17336,'4000','41603796235','2020-10-27 14:24:49',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(17337,'4000','41603796235','2020-10-27 14:24:49',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(17338,'1110','41603796235','2020-10-27 14:24:49',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(17339,'1110','41603796235','2020-10-27 14:24:49',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(17340,'5500','41603796235','2020-10-27 14:24:49',60.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17341,'1000','41603797891','2020-10-27 14:40:40',313.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17342,'4000','41603797891','2020-10-27 14:40:40',NULL,48.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(17343,'4000','41603797891','2020-10-27 14:40:40',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(17344,'4000','41603797891','2020-10-27 14:40:40',NULL,200.00,'','4','1','Good sold','1','','sales','6920354817823','','No',NULL,NULL,''),(17345,'4000','41603797891','2020-10-27 14:40:40',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(17346,'1110','41603797891','2020-10-27 14:40:40',NULL,40.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(17347,'1110','41603797891','2020-10-27 14:40:40',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(17348,'1110','41603797891','2020-10-27 14:40:40',NULL,180.00,'','4','1','Inventory sold','1','','sales','6920354817823','','No',NULL,NULL,''),(17349,'1110','41603797891','2020-10-27 14:40:40',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(17350,'5500','41603797891','2020-10-27 14:40:40',278.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17351,'1000','41603798842','2020-10-27 14:46:45',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17352,'4000','41603798842','2020-10-27 14:46:45',NULL,15.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(17353,'1110','41603798842','2020-10-27 14:46:45',NULL,13.50,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(17354,'5500','41603798842','2020-10-27 14:46:45',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17355,'1000','41603799207','2020-10-27 15:00:33',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17356,'4000','41603799207','2020-10-27 15:00:33',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(17357,'4000','41603799207','2020-10-27 15:00:33',NULL,100.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(17358,'1110','41603799207','2020-10-27 15:00:33',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(17359,'1110','41603799207','2020-10-27 15:00:33',NULL,95.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(17360,'5500','41603799207','2020-10-27 15:00:33',122.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17361,'1000','41603800035','2020-10-27 15:20:14',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17362,'4000','41603800035','2020-10-27 15:20:14',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(17363,'1110','41603800035','2020-10-27 15:20:14',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(17364,'5500','41603800035','2020-10-27 15:20:14',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17365,'1000','41603801219','2020-10-27 15:30:13',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17366,'4000','41603801219','2020-10-27 15:30:13',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(17367,'1110','41603801219','2020-10-27 15:30:13',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(17368,'5500','41603801219','2020-10-27 15:30:13',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17369,'1000','41603801815','2020-10-27 15:48:33',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17370,'4000','41603801815','2020-10-27 15:48:33',NULL,90.00,'','4','1','Good sold','1','','sales','6164000242595','','No',NULL,NULL,''),(17371,'1110','41603801815','2020-10-27 15:48:33',NULL,78.00,'','4','1','Inventory sold','1','','sales','6164000242595','','No',NULL,NULL,''),(17372,'5500','41603801815','2020-10-27 15:48:33',78.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17373,'1000','41603802916','2020-10-27 16:04:16',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17374,'4000','41603802916','2020-10-27 16:04:16',NULL,10.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(17375,'1110','41603802916','2020-10-27 16:04:16',NULL,6.80,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(17376,'5500','41603802916','2020-10-27 16:04:16',6.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17377,'1000','41603803858','2020-10-27 16:15:16',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17378,'4000','41603803858','2020-10-27 16:15:16',NULL,40.00,'','4','1','Good sold','1','','sales','182','','No',NULL,NULL,''),(17379,'4000','41603803858','2020-10-27 16:15:16',NULL,40.00,'','4','1','Good sold','1','','sales','8888','','No',NULL,NULL,''),(17380,'1110','41603803858','2020-10-27 16:15:16',NULL,36.00,'','4','1','Inventory sold','1','','sales','182','','No',NULL,NULL,''),(17381,'1110','41603803858','2020-10-27 16:15:16',NULL,36.00,'','4','1','Inventory sold','1','','sales','8888','','No',NULL,NULL,''),(17382,'5500','41603803858','2020-10-27 16:15:16',72.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17383,'1000','41603804537','2020-10-27 16:42:45',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17384,'4000','41603804537','2020-10-27 16:42:45',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(17385,'4000','41603804537','2020-10-27 16:42:45',NULL,10.00,'','4','1','Good sold','1','','sales','6009611170274','','No',NULL,NULL,''),(17386,'1110','41603804537','2020-10-27 16:42:45',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(17387,'1110','41603804537','2020-10-27 16:42:45',NULL,4.00,'','4','1','Inventory sold','1','','sales','6009611170274','','No',NULL,NULL,''),(17388,'5500','41603804537','2020-10-27 16:42:45',26.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17389,'1000','41603806168','2020-10-27 16:55:05',245.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17390,'4000','41603806168','2020-10-27 16:55:05',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(17391,'4000','41603806168','2020-10-27 16:55:05',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(17392,'1110','41603806168','2020-10-27 16:55:05',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(17393,'1110','41603806168','2020-10-27 16:55:05',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(17394,'5500','41603806168','2020-10-27 16:55:05',200.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17395,'1000','41603806910','2020-10-27 17:04:25',190.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17396,'4000','41603806910','2020-10-27 17:04:25',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(17397,'4000','41603806910','2020-10-27 17:04:25',NULL,125.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(17398,'4000','41603806910','2020-10-27 17:04:25',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(17399,'1110','41603806910','2020-10-27 17:04:25',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(17400,'1110','41603806910','2020-10-27 17:04:25',NULL,112.50,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(17401,'1110','41603806910','2020-10-27 17:04:25',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(17402,'5500','41603806910','2020-10-27 17:04:25',162.90,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17403,'1000','41603807474','2020-10-27 17:17:52',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17404,'4000','41603807474','2020-10-27 17:17:52',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(17405,'4000','41603807474','2020-10-27 17:17:52',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(17406,'1110','41603807474','2020-10-27 17:17:52',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(17407,'1110','41603807474','2020-10-27 17:17:52',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(17408,'5500','41603807474','2020-10-27 17:17:52',12.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17409,'1000','41603808274','2020-10-27 17:22:47',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17410,'4000','41603808274','2020-10-27 17:22:47',NULL,90.00,'','4','1','Good sold','1','','sales','6164000242595','','No',NULL,NULL,''),(17411,'1110','41603808274','2020-10-27 17:22:47',NULL,78.00,'','4','1','Inventory sold','1','','sales','6164000242595','','No',NULL,NULL,''),(17412,'5500','41603808274','2020-10-27 17:22:47',78.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17413,'1000','41603808571','2020-10-27 17:47:37',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17414,'4000','41603808571','2020-10-27 17:47:37',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(17415,'1110','41603808571','2020-10-27 17:47:37',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(17416,'5500','41603808571','2020-10-27 17:47:37',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17417,'1000','41603810077','2020-10-27 17:56:59',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17418,'4000','41603810077','2020-10-27 17:56:59',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(17419,'1110','41603810077','2020-10-27 17:56:59',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(17420,'5500','41603810077','2020-10-27 17:56:59',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17421,'1000','41603810623','2020-10-27 18:10:28',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17422,'4000','41603810623','2020-10-27 18:10:28',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(17423,'1110','41603810623','2020-10-27 18:10:28',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(17424,'5500','41603810623','2020-10-27 18:10:28',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17425,'1000','41603811434','2020-10-27 18:26:04',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17426,'4000','41603811434','2020-10-27 18:26:04',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(17427,'1110','41603811434','2020-10-27 18:26:04',NULL,107.08,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(17428,'5500','41603811434','2020-10-27 18:26:04',107.08,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17429,'1000','41603812371','2020-10-27 18:47:50',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17430,'4000','41603812371','2020-10-27 18:47:50',NULL,30.00,'','4','1','Good sold','1','','sales','8001090702500','','No',NULL,NULL,''),(17431,'1110','41603812371','2020-10-27 18:47:50',NULL,27.00,'','4','1','Inventory sold','1','','sales','8001090702500','','No',NULL,NULL,''),(17432,'5500','41603812371','2020-10-27 18:47:50',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17433,'1000','41603813672','2020-10-27 19:10:33',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17434,'4000','41603813672','2020-10-27 19:10:33',NULL,65.00,'','4','1','Good sold','1','','sales','144','','No',NULL,NULL,''),(17435,'1110','41603813672','2020-10-27 19:10:33',NULL,58.50,'','4','1','Inventory sold','1','','sales','144','','No',NULL,NULL,''),(17436,'5500','41603813672','2020-10-27 19:10:33',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17437,'1000','41603815035','2020-10-27 19:30:05',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17438,'4000','41603815035','2020-10-27 19:30:05',NULL,20.00,'','4','1','Good sold','1','','sales','161101680431','','No',NULL,NULL,''),(17439,'1110','41603815035','2020-10-27 19:30:05',NULL,16.00,'','4','1','Inventory sold','1','','sales','161101680431','','No',NULL,NULL,''),(17440,'5564','41603815035','2020-10-27 19:30:05',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17441,'1000','41603816607','2020-10-27 19:37:24',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17442,'4000','41603816607','2020-10-27 19:37:24',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072017','','No',NULL,NULL,''),(17443,'4000','41603816607','2020-10-27 19:37:24',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072024','','No',NULL,NULL,''),(17444,'1110','41603816607','2020-10-27 19:37:24',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072017','','No',NULL,NULL,''),(17445,'1110','41603816607','2020-10-27 19:37:24',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072024','','No',NULL,NULL,''),(17446,'5500','41603816607','2020-10-27 19:37:24',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17447,'1000','41603816650','2020-10-27 19:44:04',710.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17448,'4000','41603816650','2020-10-27 19:44:04',NULL,120.00,'','4','1','Good sold','1','','sales','6009627050010','','No',NULL,NULL,''),(17449,'4000','41603816650','2020-10-27 19:44:04',NULL,10.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(17450,'4000','41603816650','2020-10-27 19:44:04',NULL,10.00,'','4','1','Good sold','1','','sales','6161101280037','','No',NULL,NULL,''),(17451,'4000','41603816650','2020-10-27 19:44:04',NULL,80.00,'','4','1','Good sold','1','','sales','6161107150709','','No',NULL,NULL,''),(17452,'4000','41603816650','2020-10-27 19:44:04',NULL,60.00,'','4','1','Good sold','1','','sales','6162000010022','','No',NULL,NULL,''),(17453,'4000','41603816650','2020-10-27 19:44:04',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033179','','No',NULL,NULL,''),(17454,'4000','41603816650','2020-10-27 19:44:04',NULL,100.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(17455,'4000','41603816650','2020-10-27 19:44:04',NULL,135.00,'','4','1','Good sold','1','','sales','7622210304537','','No',NULL,NULL,''),(17456,'4000','41603816650','2020-10-27 19:44:04',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(17457,'4000','41603816650','2020-10-27 19:44:04',NULL,50.00,'','4','1','Good sold','1','','sales','507','','No',NULL,NULL,''),(17458,'1110','41603816650','2020-10-27 19:44:04',NULL,107.08,'','4','1','Inventory sold','1','','sales','6009627050010','','No',NULL,NULL,''),(17459,'1110','41603816650','2020-10-27 19:44:04',NULL,9.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(17460,'1110','41603816650','2020-10-27 19:44:04',NULL,9.00,'','4','1','Inventory sold','1','','sales','6161101280037','','No',NULL,NULL,''),(17461,'1110','41603816650','2020-10-27 19:44:04',NULL,72.00,'','4','1','Inventory sold','1','','sales','6161107150709','','No',NULL,NULL,''),(17462,'1110','41603816650','2020-10-27 19:44:04',NULL,54.00,'','4','1','Inventory sold','1','','sales','6162000010022','','No',NULL,NULL,''),(17463,'1110','41603816650','2020-10-27 19:44:04',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033179','','No',NULL,NULL,''),(17464,'1110','41603816650','2020-10-27 19:44:04',NULL,90.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(17465,'1110','41603816650','2020-10-27 19:44:04',NULL,121.50,'','4','1','Inventory sold','1','','sales','7622210304537','','No',NULL,NULL,''),(17466,'1110','41603816650','2020-10-27 19:44:04',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(17467,'1110','41603816650','2020-10-27 19:44:04',NULL,35.42,'','4','1','Inventory sold','1','','sales','507','','No',NULL,NULL,''),(17468,'5500','41603816650','2020-10-27 19:44:04',628.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17469,'1000','41603817071','2020-10-27 19:58:26',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17470,'4000','41603817071','2020-10-27 19:58:26',NULL,90.00,'','4','1','Good sold','1','','sales','6203012970123','','No',NULL,NULL,''),(17471,'1110','41603817071','2020-10-27 19:58:26',NULL,81.00,'','4','1','Inventory sold','1','','sales','6203012970123','','No',NULL,NULL,''),(17472,'5500','41603817071','2020-10-27 19:58:26',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17473,'1000','41603818121','2020-10-27 20:02:26',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17474,'4000','41603818121','2020-10-27 20:02:26',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(17475,'1110','41603818121','2020-10-27 20:02:26',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(17476,'5500','41603818121','2020-10-27 20:02:26',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17477,'1000','41603863486','2020-10-28 08:38:34',108.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17478,'4000','41603863486','2020-10-28 08:38:34',NULL,48.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(17479,'4000','41603863486','2020-10-28 08:38:34',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(17480,'4000','41603863486','2020-10-28 08:38:34',NULL,10.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(17481,'1110','41603863486','2020-10-28 08:38:34',NULL,40.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(17482,'1110','41603863486','2020-10-28 08:38:34',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(17483,'1110','41603863486','2020-10-28 08:38:34',NULL,9.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(17484,'5500','41603863486','2020-10-28 08:38:34',94.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17485,'1000','41603863520','2020-10-28 09:01:56',190.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17486,'4000','41603863520','2020-10-28 09:01:56',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(17487,'4000','41603863520','2020-10-28 09:01:56',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(17488,'1110','41603863520','2020-10-28 09:01:56',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(17489,'1110','41603863520','2020-10-28 09:01:56',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(17490,'5500','41603863520','2020-10-28 09:01:56',156.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17491,'1000','41603873893','2020-10-28 11:31:43',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17492,'4000','41603873893','2020-10-28 11:31:43',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(17493,'1110','41603873893','2020-10-28 11:31:43',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(17494,'5500','41603873893','2020-10-28 11:31:43',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17495,'1000','41603873907','2020-10-28 11:31:59',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17496,'4000','41603873907','2020-10-28 11:31:59',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(17497,'1110','41603873907','2020-10-28 11:31:59',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(17498,'5500','41603873907','2020-10-28 11:31:59',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17499,'1000','41603873921','2020-10-28 11:44:28',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17500,'4000','41603873921','2020-10-28 11:44:28',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(17501,'1110','41603873921','2020-10-28 11:44:28',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(17502,'5500','41603873921','2020-10-28 11:44:28',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17503,'1000','41603874672','2020-10-28 11:53:30',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17504,'4000','41603874672','2020-10-28 11:53:30',NULL,5.00,'','4','1','Good sold','1','','sales','428','','No',NULL,NULL,''),(17505,'4000','41603874672','2020-10-28 11:53:30',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(17506,'4000','41603874672','2020-10-28 11:53:30',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(17507,'1110','41603874672','2020-10-28 11:53:30',NULL,3.40,'','4','1','Inventory sold','1','','sales','428','','No',NULL,NULL,''),(17508,'1110','41603874672','2020-10-28 11:53:30',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(17509,'1110','41603874672','2020-10-28 11:53:30',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(17510,'5500','41603874672','2020-10-28 11:53:30',101.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17511,'1000','41603876808','2020-10-28 12:20:22',220.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17512,'4000','41603876808','2020-10-28 12:20:22',NULL,220.00,'','4','1','Good sold','1','','sales','7622210304544','','No',NULL,NULL,''),(17513,'1110','41603876808','2020-10-28 12:20:22',NULL,198.00,'','4','1','Inventory sold','1','','sales','7622210304544','','No',NULL,NULL,''),(17514,'5500','41603876808','2020-10-28 12:20:22',198.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17515,'1000','41603877548','2020-10-28 12:55:00',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17516,'4000','41603877548','2020-10-28 12:55:00',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(17517,'1110','41603877548','2020-10-28 12:55:00',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(17518,'5500','41603877548','2020-10-28 12:55:00',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17519,'1000','41603880483','2020-10-28 13:21:41',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17520,'4000','41603880483','2020-10-28 13:21:41',NULL,30.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(17521,'1110','41603880483','2020-10-28 13:21:41',NULL,27.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(17522,'5500','41603880483','2020-10-28 13:21:41',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17523,'1000','41603880503','2020-10-28 13:22:42',410.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17524,'4000','41603880503','2020-10-28 13:22:42',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(17525,'4000','41603880503','2020-10-28 13:22:42',NULL,100.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(17526,'4000','41603880503','2020-10-28 13:22:42',NULL,130.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(17527,'4000','41603880503','2020-10-28 13:22:42',NULL,65.00,'','4','1','Good sold','1','','sales','86','','No',NULL,NULL,''),(17528,'4000','41603880503','2020-10-28 13:22:42',NULL,65.00,'','4','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(17529,'1110','41603880503','2020-10-28 13:22:42',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(17530,'1110','41603880503','2020-10-28 13:22:42',NULL,90.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(17531,'1110','41603880503','2020-10-28 13:22:42',NULL,117.00,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(17532,'1110','41603880503','2020-10-28 13:22:42',NULL,58.50,'','4','1','Inventory sold','1','','sales','86','','No',NULL,NULL,''),(17533,'1110','41603880503','2020-10-28 13:22:42',NULL,58.50,'','4','1','Inventory sold','1','','sales','87','','No',NULL,NULL,''),(17534,'5500','41603880503','2020-10-28 13:22:42',369.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17535,'1000','41603880651','2020-10-28 13:44:39',150.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17536,'4000','41603880651','2020-10-28 13:44:39',NULL,65.00,'','4','1','Good sold','1','','sales','86','','No',NULL,NULL,''),(17537,'4000','41603880651','2020-10-28 13:44:39',NULL,65.00,'','4','1','Good sold','1','','sales','86','','No',NULL,NULL,''),(17538,'4000','41603880651','2020-10-28 13:44:39',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(17539,'1110','41603880651','2020-10-28 13:44:39',NULL,58.50,'','4','1','Inventory sold','1','','sales','86','','No',NULL,NULL,''),(17540,'1110','41603880651','2020-10-28 13:44:39',NULL,58.50,'','4','1','Inventory sold','1','','sales','86','','No',NULL,NULL,''),(17541,'1110','41603880651','2020-10-28 13:44:39',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(17542,'5500','41603880651','2020-10-28 13:44:39',134.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17543,'1000','41603881883','2020-10-28 13:47:30',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17544,'4000','41603881883','2020-10-28 13:47:30',NULL,55.00,'','4','1','Good sold','1','','sales','792382415885','','No',NULL,NULL,''),(17545,'1110','41603881883','2020-10-28 13:47:30',NULL,47.00,'','4','1','Inventory sold','1','','sales','792382415885','','No',NULL,NULL,''),(17546,'5500','41603881883','2020-10-28 13:47:30',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17547,'1000','41603882053','2020-10-28 14:10:00',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17548,'4000','41603882053','2020-10-28 14:10:00',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(17549,'1110','41603882053','2020-10-28 14:10:00',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(17550,'5500','41603882053','2020-10-28 14:10:00',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17551,'1000','41603883412','2020-10-28 14:32:52',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17552,'4000','41603883412','2020-10-28 14:32:52',NULL,20.00,'','4','1','Good sold','1','','sales','6161100860155','','No',NULL,NULL,''),(17553,'4000','41603883412','2020-10-28 14:32:52',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(17554,'1110','41603883412','2020-10-28 14:32:52',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100860155','','No',NULL,NULL,''),(17555,'1110','41603883412','2020-10-28 14:32:52',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(17556,'5500','41603883412','2020-10-28 14:32:52',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17557,'1000','41603884776','2020-10-28 14:34:13',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17558,'4000','41603884776','2020-10-28 14:34:13',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(17559,'1110','41603884776','2020-10-28 14:34:13',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(17560,'5500','41603884776','2020-10-28 14:34:13',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17561,'1000','41603884855','2020-10-28 14:52:43',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17562,'4000','41603884855','2020-10-28 14:52:43',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(17563,'4000','41603884855','2020-10-28 14:52:43',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(17564,'1110','41603884855','2020-10-28 14:52:43',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(17565,'1110','41603884855','2020-10-28 14:52:43',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(17566,'5500','41603884855','2020-10-28 14:52:43',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17567,'1000','41603885965','2020-10-28 14:58:35',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17568,'4000','41603885965','2020-10-28 14:58:35',NULL,125.00,'','4','1','Good sold','1','','sales','6161113940141','','No',NULL,NULL,''),(17569,'1110','41603885965','2020-10-28 14:58:35',NULL,116.67,'','4','1','Inventory sold','1','','sales','6161113940141','','No',NULL,NULL,''),(17570,'5500','41603885965','2020-10-28 14:58:35',116.67,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17571,'1000','41603886318','2020-10-28 15:01:16',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17572,'4000','41603886318','2020-10-28 15:01:16',NULL,60.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(17573,'1110','41603886318','2020-10-28 15:01:16',NULL,54.00,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(17574,'5500','41603886318','2020-10-28 15:01:16',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17575,'1000','41603886478','2020-10-28 15:15:13',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17576,'4000','41603886478','2020-10-28 15:15:13',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(17577,'1110','41603886478','2020-10-28 15:15:13',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(17578,'5500','41603886478','2020-10-28 15:15:13',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17579,'1000','41603889123','2020-10-28 15:45:49',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17580,'4000','41603889123','2020-10-28 15:45:49',NULL,10.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(17581,'4000','41603889123','2020-10-28 15:45:49',NULL,5.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(17582,'1110','41603889123','2020-10-28 15:45:49',NULL,6.80,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(17583,'1110','41603889123','2020-10-28 15:45:49',NULL,3.40,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(17584,'5500','41603889123','2020-10-28 15:45:49',10.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17585,'1000','41603890971','2020-10-28 16:16:58',235.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17586,'4000','41603890971','2020-10-28 16:16:58',NULL,65.00,'','4','1','Good sold','1','','sales','6161113940134','','No',NULL,NULL,''),(17587,'4000','41603890971','2020-10-28 16:16:58',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903465','','No',NULL,NULL,''),(17588,'4000','41603890971','2020-10-28 16:16:58',NULL,150.00,'','4','1','Good sold','1','','sales','123','','No',NULL,NULL,''),(17589,'1110','41603890971','2020-10-28 16:16:58',NULL,58.50,'','4','1','Inventory sold','1','','sales','6161113940134','','No',NULL,NULL,''),(17590,'1110','41603890971','2020-10-28 16:16:58',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903465','','No',NULL,NULL,''),(17591,'1110','41603890971','2020-10-28 16:16:58',NULL,136.00,'','4','1','Inventory sold','1','','sales','123','','No',NULL,NULL,''),(17592,'5500','41603890971','2020-10-28 16:16:58',212.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17593,'1000','41603891033','2020-10-28 16:28:38',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17594,'4000','41603891033','2020-10-28 16:28:38',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(17595,'4000','41603891033','2020-10-28 16:28:38',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(17596,'1110','41603891033','2020-10-28 16:28:38',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(17597,'1110','41603891033','2020-10-28 16:28:38',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(17598,'5500','41603891033','2020-10-28 16:28:38',63.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17599,'1000','41603892041','2020-10-28 16:47:22',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17600,'4000','41603892041','2020-10-28 16:47:22',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(17601,'1110','41603892041','2020-10-28 16:47:22',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(17602,'5500','41603892041','2020-10-28 16:47:22',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17603,'1000','41603892859','2020-10-28 17:33:22',24.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17604,'4000','41603892859','2020-10-28 17:33:22',NULL,24.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(17605,'1110','41603892859','2020-10-28 17:33:22',NULL,20.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(17606,'5500','41603892859','2020-10-28 17:33:22',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17607,'1000','41603895605','2020-10-28 17:40:27',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17608,'4000','41603895605','2020-10-28 17:40:27',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(17609,'1110','41603895605','2020-10-28 17:40:27',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(17610,'5500','41603895605','2020-10-28 17:40:27',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17611,'1000','41603896054','2020-10-28 18:16:58',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17612,'4000','41603896054','2020-10-28 18:16:58',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(17613,'1110','41603896054','2020-10-28 18:16:58',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(17614,'5500','41603896054','2020-10-28 18:16:58',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17615,'1000','41603899188','2020-10-28 18:37:35',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17616,'4000','41603899188','2020-10-28 18:37:35',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(17617,'4000','41603899188','2020-10-28 18:37:35',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(17618,'1110','41603899188','2020-10-28 18:37:35',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(17619,'1110','41603899188','2020-10-28 18:37:35',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(17620,'5500','41603899188','2020-10-28 18:37:35',109.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17621,'1000','41603899537','2020-10-28 18:47:30',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17622,'4000','41603899537','2020-10-28 18:47:30',NULL,20.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(17623,'1110','41603899537','2020-10-28 18:47:30',NULL,18.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(17624,'5500','41603899537','2020-10-28 18:47:30',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17625,'1000','41603900053','2020-10-28 18:55:02',260.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17626,'4000','41603900053','2020-10-28 18:55:02',NULL,100.00,'','4','1','Good sold','1','','sales','6161102794694','','No',NULL,NULL,''),(17627,'4000','41603900053','2020-10-28 18:55:02',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(17628,'4000','41603900053','2020-10-28 18:55:02',NULL,110.00,'','4','1','Good sold','1','','sales','505','','No',NULL,NULL,''),(17629,'1110','41603900053','2020-10-28 18:55:02',NULL,90.00,'','4','1','Inventory sold','1','','sales','6161102794694','','No',NULL,NULL,''),(17630,'1110','41603900053','2020-10-28 18:55:02',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(17631,'1110','41603900053','2020-10-28 18:55:02',NULL,90.00,'','4','1','Inventory sold','1','','sales','505','','No',NULL,NULL,''),(17632,'5500','41603900053','2020-10-28 18:55:02',225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17633,'1000','41603900559','2020-10-28 18:56:38',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17634,'4000','41603900559','2020-10-28 18:56:38',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(17635,'1110','41603900559','2020-10-28 18:56:38',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(17636,'5500','41603900559','2020-10-28 18:56:38',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17637,'1000','41603900606','2020-10-28 19:10:42',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17638,'4000','41603900606','2020-10-28 19:10:42',NULL,25.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(17639,'1110','41603900606','2020-10-28 19:10:42',NULL,14.58,'','4','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(17640,'5500','41603900606','2020-10-28 19:10:42',14.58,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17641,'1000','41603901444','2020-10-28 19:32:48',95.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17642,'4000','41603901444','2020-10-28 19:32:48',NULL,25.00,'','4','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(17643,'4000','41603901444','2020-10-28 19:32:48',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(17644,'1110','41603901444','2020-10-28 19:32:48',NULL,22.50,'','4','1','Inventory sold','1','','sales','28','','No',NULL,NULL,''),(17645,'1110','41603901444','2020-10-28 19:32:48',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(17646,'5500','41603901444','2020-10-28 19:32:48',85.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17647,'1000','41603904267','2020-10-28 19:57:57',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17648,'4000','41603904267','2020-10-28 19:57:57',NULL,20.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(17649,'1110','41603904267','2020-10-28 19:57:57',NULL,13.40,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(17650,'5500','41603904267','2020-10-28 19:57:57',13.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17651,'1000','41603950104','2020-10-29 08:42:27',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17652,'4000','41603950104','2020-10-29 08:42:27',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(17653,'1110','41603950104','2020-10-29 08:42:27',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(17654,'5500','41603950104','2020-10-29 08:42:27',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17655,'1000','41603950152','2020-10-29 08:46:10',230.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17656,'4000','41603950152','2020-10-29 08:46:10',NULL,110.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(17657,'4000','41603950152','2020-10-29 08:46:10',NULL,120.00,'','4','1','Good sold','1','','sales','8901719908576','','No',NULL,NULL,''),(17658,'1110','41603950152','2020-10-29 08:46:10',NULL,99.00,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(17659,'1110','41603950152','2020-10-29 08:46:10',NULL,108.00,'','4','1','Inventory sold','1','','sales','8901719908576','','No',NULL,NULL,''),(17660,'5500','41603950152','2020-10-29 08:46:10',207.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17661,'1000','41603950406','2020-10-29 09:21:44',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17662,'4000','41603950406','2020-10-29 09:21:44',NULL,30.00,'','4','1','Good sold','1','','sales','8001090702500','','No',NULL,NULL,''),(17663,'4000','41603950406','2020-10-29 09:21:44',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(17664,'1110','41603950406','2020-10-29 09:21:44',NULL,27.00,'','4','1','Inventory sold','1','','sales','8001090702500','','No',NULL,NULL,''),(17665,'1110','41603950406','2020-10-29 09:21:44',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(17666,'5500','41603950406','2020-10-29 09:21:44',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17667,'1000','41603954390','2020-10-29 09:53:25',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17668,'4000','41603954390','2020-10-29 09:53:25',NULL,10.00,'','4','1','Good sold','1','','sales','6009611170274','','No',NULL,NULL,''),(17669,'1110','41603954390','2020-10-29 09:53:25',NULL,4.00,'','4','1','Inventory sold','1','','sales','6009611170274','','No',NULL,NULL,''),(17670,'5500','41603954390','2020-10-29 09:53:25',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17671,'1000','41603954410','2020-10-29 10:01:04',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17672,'4000','41603954410','2020-10-29 10:01:04',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(17673,'1110','41603954410','2020-10-29 10:01:04',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(17674,'5500','41603954410','2020-10-29 10:01:04',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17675,'1000','41603954869','2020-10-29 10:32:59',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17676,'4000','41603954869','2020-10-29 10:32:59',NULL,15.00,'','4','1','Good sold','1','','sales','6161106370283','','No',NULL,NULL,''),(17677,'1110','41603954869','2020-10-29 10:32:59',NULL,13.50,'','4','1','Inventory sold','1','','sales','6161106370283','','No',NULL,NULL,''),(17678,'5500','41603954869','2020-10-29 10:32:59',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17679,'1000','41603956785','2020-10-29 10:33:41',72.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17680,'4000','41603956785','2020-10-29 10:33:41',NULL,72.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(17681,'1110','41603956785','2020-10-29 10:33:41',NULL,60.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(17682,'5500','41603956785','2020-10-29 10:33:41',60.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17683,'1000','41603956824','2020-10-29 10:35:23',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17684,'4000','41603956824','2020-10-29 10:35:23',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(17685,'1110','41603956824','2020-10-29 10:35:23',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(17686,'5500','41603956824','2020-10-29 10:35:23',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17687,'1000','41603957375','2020-10-29 10:43:06',24.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17688,'4000','41603957375','2020-10-29 10:43:06',NULL,24.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(17689,'1110','41603957375','2020-10-29 10:43:06',NULL,20.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(17690,'5500','41603957375','2020-10-29 10:43:06',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17691,'1000','41603957390','2020-10-29 10:50:12',501.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17692,'4000','41603957390','2020-10-29 10:50:12',NULL,96.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(17693,'4000','41603957390','2020-10-29 10:50:12',NULL,60.00,'','4','1','Good sold','1','','sales','6009627050027','','No',NULL,NULL,''),(17694,'4000','41603957390','2020-10-29 10:50:12',NULL,55.00,'','4','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(17695,'4000','41603957390','2020-10-29 10:50:12',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(17696,'4000','41603957390','2020-10-29 10:50:12',NULL,170.00,'','4','1','Good sold','1','','sales','266','','No',NULL,NULL,''),(17697,'1110','41603957390','2020-10-29 10:50:12',NULL,80.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(17698,'1110','41603957390','2020-10-29 10:50:12',NULL,54.00,'','4','1','Inventory sold','1','','sales','6009627050027','','No',NULL,NULL,''),(17699,'1110','41603957390','2020-10-29 10:50:12',NULL,49.50,'','4','1','Inventory sold','1','','sales','29','','No',NULL,NULL,''),(17700,'1110','41603957390','2020-10-29 10:50:12',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(17701,'1110','41603957390','2020-10-29 10:50:12',NULL,151.00,'','4','1','Inventory sold','1','','sales','266','','No',NULL,NULL,''),(17702,'5500','41603957390','2020-10-29 10:50:12',427.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17703,'1000','41603957994','2020-10-29 11:01:55',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17704,'4000','41603957994','2020-10-29 11:01:55',NULL,100.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(17705,'1110','41603957994','2020-10-29 11:01:55',NULL,95.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(17706,'5500','41603957994','2020-10-29 11:01:55',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17707,'1000','41603958518','2020-10-29 11:25:09',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17708,'4000','41603958518','2020-10-29 11:25:09',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(17709,'1110','41603958518','2020-10-29 11:25:09',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(17710,'5500','41603958518','2020-10-29 11:25:09',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17711,'1000','41603959914','2020-10-29 12:00:16',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17712,'4000','41603959914','2020-10-29 12:00:16',NULL,10.00,'','4','1','Good sold','1','','sales','500','','No',NULL,NULL,''),(17713,'1110','41603959914','2020-10-29 12:00:16',NULL,7.00,'','4','1','Inventory sold','1','','sales','500','','No',NULL,NULL,''),(17714,'5500','41603959914','2020-10-29 12:00:16',7.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17715,'1000','41603962018','2020-10-29 12:29:04',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17716,'4000','41603962018','2020-10-29 12:29:04',NULL,40.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(17717,'1110','41603962018','2020-10-29 12:29:04',NULL,30.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(17718,'5500','41603962018','2020-10-29 12:29:04',30.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17719,'1000','41603963855','2020-10-29 12:31:05',12.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17720,'4000','41603963855','2020-10-29 12:31:05',NULL,12.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(17721,'1110','41603963855','2020-10-29 12:31:05',NULL,10.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(17722,'5500','41603963855','2020-10-29 12:31:05',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17723,'1000','41603963869','2020-10-29 13:19:26',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17724,'4000','41603963869','2020-10-29 13:19:26',NULL,55.00,'','4','1','Good sold','1','','sales','792382415885','','No',NULL,NULL,''),(17725,'1110','41603963869','2020-10-29 13:19:26',NULL,47.00,'','4','1','Inventory sold','1','','sales','792382415885','','No',NULL,NULL,''),(17726,'5500','41603963869','2020-10-29 13:19:26',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17727,'1000','41603966770','2020-10-29 13:33:17',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17728,'4000','41603966770','2020-10-29 13:33:17',NULL,40.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(17729,'1110','41603966770','2020-10-29 13:33:17',NULL,30.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(17730,'5500','41603966770','2020-10-29 13:33:17',30.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17731,'1000','41603967609','2020-10-29 14:27:46',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17732,'4000','41603967609','2020-10-29 14:27:46',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(17733,'1110','41603967609','2020-10-29 14:27:46',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(17734,'5500','41603967609','2020-10-29 14:27:46',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17735,'1000','41603970870','2020-10-29 14:43:57',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17736,'4000','41603970870','2020-10-29 14:43:57',NULL,10.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(17737,'1110','41603970870','2020-10-29 14:43:57',NULL,6.70,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(17738,'5500','41603970870','2020-10-29 14:43:57',6.70,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17739,'1000','41603971840','2020-10-29 14:50:28',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17740,'4000','41603971840','2020-10-29 14:50:28',NULL,80.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(17741,'1110','41603971840','2020-10-29 14:50:28',NULL,72.00,'','4','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(17742,'5500','41603971840','2020-10-29 14:50:28',72.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17743,'1000','41603972239','2020-10-29 14:55:39',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17744,'4000','41603972239','2020-10-29 14:55:39',NULL,55.00,'','4','1','Good sold','1','','sales','6161101000543','','No',NULL,NULL,''),(17745,'1110','41603972239','2020-10-29 14:55:39',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161101000543','','No',NULL,NULL,''),(17746,'5500','41603972239','2020-10-29 14:55:39',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17747,'1000','41603972543','2020-10-29 15:35:16',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17748,'4000','41603972543','2020-10-29 15:35:16',NULL,90.00,'','4','1','Good sold','1','','sales','6203012970123','','No',NULL,NULL,''),(17749,'1110','41603972543','2020-10-29 15:35:16',NULL,81.00,'','4','1','Inventory sold','1','','sales','6203012970123','','No',NULL,NULL,''),(17750,'5500','41603972543','2020-10-29 15:35:16',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17751,'1000','41603974923','2020-10-29 15:59:26',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17752,'4000','41603974923','2020-10-29 15:59:26',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(17753,'1110','41603974923','2020-10-29 15:59:26',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(17754,'5500','41603974923','2020-10-29 15:59:26',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17755,'1000','41603976371','2020-10-29 16:29:08',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17756,'4000','41603976371','2020-10-29 16:29:08',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(17757,'1110','41603976371','2020-10-29 16:29:08',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(17758,'5500','41603976371','2020-10-29 16:29:08',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17759,'1000','41603978154','2020-10-29 16:40:09',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17760,'4000','41603978154','2020-10-29 16:40:09',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(17761,'1110','41603978154','2020-10-29 16:40:09',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(17762,'5500','41603978154','2020-10-29 16:40:09',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17763,'1000','41603978835','2020-10-29 17:01:10',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17764,'4000','41603978835','2020-10-29 17:01:10',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(17765,'4000','41603978835','2020-10-29 17:01:10',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(17766,'1110','41603978835','2020-10-29 17:01:10',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(17767,'1110','41603978835','2020-10-29 17:01:10',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(17768,'5500','41603978835','2020-10-29 17:01:10',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17769,'1000','41603980187','2020-10-29 17:34:51',125.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17770,'4000','41603980187','2020-10-29 17:34:51',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(17771,'1110','41603980187','2020-10-29 17:34:51',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(17772,'5500','41603980187','2020-10-29 17:34:51',107.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17773,'1000','41603982098','2020-10-29 18:36:10',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17774,'4000','41603982098','2020-10-29 18:36:10',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(17775,'1110','41603982098','2020-10-29 18:36:10',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(17776,'5500','41603982098','2020-10-29 18:36:10',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17777,'1000','41603986020','2020-10-29 18:43:37',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17778,'4000','41603986020','2020-10-29 18:43:37',NULL,50.00,'','4','1','Good sold','1','','sales','158','','No',NULL,NULL,''),(17779,'1110','41603986020','2020-10-29 18:43:37',NULL,36.45,'','4','1','Inventory sold','1','','sales','158','','No',NULL,NULL,''),(17780,'5500','41603986020','2020-10-29 18:43:37',36.45,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17781,'1000','41603986222','2020-10-29 18:51:01',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17782,'4000','41603986222','2020-10-29 18:51:01',NULL,5.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(17783,'4000','41603986222','2020-10-29 18:51:01',NULL,45.00,'','4','1','Good sold','1','','sales','503','','No',NULL,NULL,''),(17784,'1110','41603986222','2020-10-29 18:51:01',NULL,4.50,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(17785,'1110','41603986222','2020-10-29 18:51:01',NULL,37.50,'','4','1','Inventory sold','1','','sales','503','','No',NULL,NULL,''),(17786,'5500','41603986222','2020-10-29 18:51:01',42.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17787,'1000','41603987535','2020-10-29 19:07:57',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17788,'4000','41603987535','2020-10-29 19:07:57',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(17789,'1110','41603987535','2020-10-29 19:07:57',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(17790,'5500','41603987535','2020-10-29 19:07:57',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17791,'1000','41603987767','2020-10-29 19:21:36',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17792,'4000','41603987767','2020-10-29 19:21:36',NULL,25.00,'','4','1','Good sold','1','','sales','6008677000532','','No',NULL,NULL,''),(17793,'1110','41603987767','2020-10-29 19:21:36',NULL,22.50,'','4','1','Inventory sold','1','','sales','6008677000532','','No',NULL,NULL,''),(17794,'5500','41603987767','2020-10-29 19:21:36',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17795,'1000','41603988504','2020-10-29 19:23:36',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17796,'4000','41603988504','2020-10-29 19:23:36',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(17797,'1110','41603988504','2020-10-29 19:23:36',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(17798,'5500','41603988504','2020-10-29 19:23:36',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17799,'1000','41603988621','2020-10-29 19:31:38',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17800,'4000','41603988621','2020-10-29 19:31:38',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(17801,'1110','41603988621','2020-10-29 19:31:38',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(17802,'5500','41603988621','2020-10-29 19:31:38',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17803,'1000','41603989128','2020-10-29 19:34:02',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17804,'4000','41603989128','2020-10-29 19:34:02',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(17805,'1110','41603989128','2020-10-29 19:34:02',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(17806,'5500','41603989128','2020-10-29 19:34:02',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17807,'1000','41603990642','2020-10-29 19:59:15',635.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17808,'4000','41603990642','2020-10-29 19:59:15',NULL,220.00,'','4','1','Good sold','1','','sales','6161101661232','','No',NULL,NULL,''),(17809,'4000','41603990642','2020-10-29 19:59:15',NULL,100.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(17810,'4000','41603990642','2020-10-29 19:59:15',NULL,200.00,'','4','1','Good sold','1','','sales','6920354817823','','No',NULL,NULL,''),(17811,'4000','41603990642','2020-10-29 19:59:15',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(17812,'4000','41603990642','2020-10-29 19:59:15',NULL,50.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(17813,'4000','41603990642','2020-10-29 19:59:15',NULL,50.00,'','4','1','Good sold','1','','sales','158','','No',NULL,NULL,''),(17814,'1110','41603990642','2020-10-29 19:59:15',NULL,198.00,'','4','1','Inventory sold','1','','sales','6161101661232','','No',NULL,NULL,''),(17815,'1110','41603990642','2020-10-29 19:59:15',NULL,90.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(17816,'1110','41603990642','2020-10-29 19:59:15',NULL,180.00,'','4','1','Inventory sold','1','','sales','6920354817823','','No',NULL,NULL,''),(17817,'1110','41603990642','2020-10-29 19:59:15',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(17818,'1110','41603990642','2020-10-29 19:59:15',NULL,45.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(17819,'1110','41603990642','2020-10-29 19:59:15',NULL,36.45,'','4','1','Inventory sold','1','','sales','158','','No',NULL,NULL,''),(17820,'5500','41603990642','2020-10-29 19:59:15',562.95,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17821,'1000','41603990910','2020-10-29 20:02:08',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17822,'4000','41603990910','2020-10-29 20:02:08',NULL,10.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(17823,'1110','41603990910','2020-10-29 20:02:08',NULL,6.80,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(17824,'5500','41603990910','2020-10-29 20:02:08',6.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17825,'1000','41604040446','2020-10-30 09:48:17',190.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17826,'4000','41604040446','2020-10-30 09:48:17',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(17827,'4000','41604040446','2020-10-30 09:48:17',NULL,70.00,'','4','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(17828,'1110','41604040446','2020-10-30 09:48:17',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(17829,'1110','41604040446','2020-10-30 09:48:17',NULL,63.00,'','4','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(17830,'5500','41604040446','2020-10-30 09:48:17',156.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17831,'1000','41604047198','2020-10-30 11:58:39',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17832,'4000','41604047198','2020-10-30 11:58:39',NULL,90.00,'','4','1','Good sold','1','','sales','6203012970123','','No',NULL,NULL,''),(17833,'4000','41604047198','2020-10-30 11:58:39',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(17834,'4000','41604047198','2020-10-30 11:58:39',NULL,20.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(17835,'1110','41604047198','2020-10-30 11:58:39',NULL,81.00,'','4','1','Inventory sold','1','','sales','6203012970123','','No',NULL,NULL,''),(17836,'1110','41604047198','2020-10-30 11:58:39',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(17837,'1110','41604047198','2020-10-30 11:58:39',NULL,13.40,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(17838,'5500','41604047198','2020-10-30 11:58:39',140.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17839,'1000','41604049106','2020-10-30 12:12:11',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17840,'4000','41604049106','2020-10-30 12:12:11',NULL,100.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(17841,'1110','41604049106','2020-10-30 12:12:11',NULL,95.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(17842,'5500','41604049106','2020-10-30 12:12:11',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17843,'1000','41604049133','2020-10-30 12:34:28',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17844,'4000','41604049133','2020-10-30 12:34:28',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(17845,'1110','41604049133','2020-10-30 12:34:28',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(17846,'5500','41604049133','2020-10-30 12:34:28',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17847,'1000','41604050470','2020-10-30 12:40:04',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17848,'4000','41604050470','2020-10-30 12:40:04',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(17849,'1110','41604050470','2020-10-30 12:40:04',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(17850,'5500','41604050470','2020-10-30 12:40:04',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17851,'1000','41604050808','2020-10-30 12:45:47',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17852,'4000','41604050808','2020-10-30 12:45:47',NULL,65.00,'','4','1','Good sold','1','','sales','144','','No',NULL,NULL,''),(17853,'1110','41604050808','2020-10-30 12:45:47',NULL,58.50,'','4','1','Inventory sold','1','','sales','144','','No',NULL,NULL,''),(17854,'5500','41604050808','2020-10-30 12:45:47',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17855,'1000','41604051150','2020-10-30 13:20:34',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17856,'4000','41604051150','2020-10-30 13:20:34',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(17857,'1110','41604051150','2020-10-30 13:20:34',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(17858,'5500','41604051150','2020-10-30 13:20:34',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17859,'1000','41604053238','2020-10-30 14:21:11',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17860,'4000','41604053238','2020-10-30 14:21:11',NULL,55.00,'','4','1','Good sold','1','','sales','792382415885','','No',NULL,NULL,''),(17861,'1110','41604053238','2020-10-30 14:21:11',NULL,47.00,'','4','1','Inventory sold','1','','sales','792382415885','','No',NULL,NULL,''),(17862,'5500','41604053238','2020-10-30 14:21:11',47.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17863,'1000','41604056881','2020-10-30 14:33:59',210.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17864,'4000','41604056881','2020-10-30 14:33:59',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033483','','No',NULL,NULL,''),(17865,'4000','41604056881','2020-10-30 14:33:59',NULL,70.00,'','4','1','Good sold','1','','sales','6164000033490','','No',NULL,NULL,''),(17866,'4000','41604056881','2020-10-30 14:33:59',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(17867,'1110','41604056881','2020-10-30 14:33:59',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033483','','No',NULL,NULL,''),(17868,'1110','41604056881','2020-10-30 14:33:59',NULL,63.00,'','4','1','Inventory sold','1','','sales','6164000033490','','No',NULL,NULL,''),(17869,'1110','41604056881','2020-10-30 14:33:59',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(17870,'5500','41604056881','2020-10-30 14:33:59',189.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17871,'1000','41604057705','2020-10-30 14:38:00',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17872,'4000','41604057705','2020-10-30 14:38:00',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(17873,'1110','41604057705','2020-10-30 14:38:00',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(17874,'5500','41604057705','2020-10-30 14:38:00',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17875,'1000','41604057883','2020-10-30 15:18:20',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17876,'4000','41604057883','2020-10-30 15:18:20',NULL,40.00,'','4','1','Good sold','1','','sales','6161101280020','','No',NULL,NULL,''),(17877,'4000','41604057883','2020-10-30 15:18:20',NULL,90.00,'','4','1','Good sold','1','','sales','6203012970123','','No',NULL,NULL,''),(17878,'4000','41604057883','2020-10-30 15:18:20',NULL,90.00,'','4','1','Good sold','1','','sales','112','','No',NULL,NULL,''),(17879,'4000','41604057883','2020-10-30 15:18:20',NULL,180.00,'','4','1','Good sold','1','','sales','6164000242595','','No',NULL,NULL,''),(17880,'1110','41604057883','2020-10-30 15:18:20',NULL,28.50,'','4','1','Inventory sold','1','','sales','6161101280020','','No',NULL,NULL,''),(17881,'1110','41604057883','2020-10-30 15:18:20',NULL,81.00,'','4','1','Inventory sold','1','','sales','6203012970123','','No',NULL,NULL,''),(17882,'1110','41604057883','2020-10-30 15:18:20',NULL,75.00,'','4','1','Inventory sold','1','','sales','112','','No',NULL,NULL,''),(17883,'1110','41604057883','2020-10-30 15:18:20',NULL,156.00,'','4','1','Inventory sold','1','','sales','6164000242595','','No',NULL,NULL,''),(17884,'5500','41604057883','2020-10-30 15:18:20',340.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17885,'1000','41604060367','2020-10-30 15:20:22',480.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17886,'4000','41604060367','2020-10-30 15:20:22',NULL,390.00,'','4','1','Good sold','1','','sales','6164000033179','','No',NULL,NULL,''),(17887,'4000','41604060367','2020-10-30 15:20:22',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(17888,'1110','41604060367','2020-10-30 15:20:22',NULL,351.00,'','4','1','Inventory sold','1','','sales','6164000033179','','No',NULL,NULL,''),(17889,'1110','41604060367','2020-10-30 15:20:22',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(17890,'5500','41604060367','2020-10-30 15:20:22',432.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17891,'1000','41604060425','2020-10-30 15:30:23',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17892,'4000','41604060425','2020-10-30 15:30:23',NULL,40.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(17893,'1110','41604060425','2020-10-30 15:30:23',NULL,34.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(17894,'5500','41604060425','2020-10-30 15:30:23',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17895,'1000','41604061028','2020-10-30 15:37:24',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17896,'4000','41604061028','2020-10-30 15:37:24',NULL,60.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(17897,'4000','41604061028','2020-10-30 15:37:24',NULL,10.00,'','4','1','Good sold','1','','sales','6009611170274','','No',NULL,NULL,''),(17898,'1110','41604061028','2020-10-30 15:37:24',NULL,47.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(17899,'1110','41604061028','2020-10-30 15:37:24',NULL,4.00,'','4','1','Inventory sold','1','','sales','6009611170274','','No',NULL,NULL,''),(17900,'5500','41604061028','2020-10-30 15:37:24',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17901,'1000','41604061455','2020-10-30 15:38:33',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17902,'4000','41604061455','2020-10-30 15:38:33',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(17903,'1110','41604061455','2020-10-30 15:38:33',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(17904,'5500','41604061455','2020-10-30 15:38:33',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17905,'1000','41604061515','2020-10-30 15:59:31',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17906,'4000','41604061515','2020-10-30 15:59:31',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(17907,'1110','41604061515','2020-10-30 15:59:31',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(17908,'5500','41604061515','2020-10-30 15:59:31',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17909,'1000','41604062774','2020-10-30 16:04:51',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17910,'4000','41604062774','2020-10-30 16:04:51',NULL,15.00,'','4','1','Good sold','1','','sales','429','','No',NULL,NULL,''),(17911,'1110','41604062774','2020-10-30 16:04:51',NULL,10.20,'','4','1','Inventory sold','1','','sales','429','','No',NULL,NULL,''),(17912,'5500','41604062774','2020-10-30 16:04:51',10.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17913,'1000','41604060425','2020-10-30 15:30:23',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17914,'4000','41604060425','2020-10-30 15:30:23',NULL,50.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17915,'4000','41604060425','2020-10-30 15:30:23',NULL,40.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(17916,'1110','41604060425','2020-10-30 15:30:23',NULL,45.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17917,'1110','41604060425','2020-10-30 15:30:23',NULL,34.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(17918,'5500','41604060425','2020-10-30 15:30:23',79.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17919,'1000','41604063966','2020-10-30 16:19:48',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17920,'4000','41604063966','2020-10-30 16:19:48',NULL,50.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17921,'1110','41604063966','2020-10-30 16:19:48',NULL,45.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17922,'5500','41604063966','2020-10-30 16:19:48',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17923,'1000','41604064006','2020-10-30 16:23:14',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17924,'4000','41604064006','2020-10-30 16:23:14',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(17925,'1110','41604064006','2020-10-30 16:23:14',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(17926,'5500','41604064006','2020-10-30 16:23:14',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17927,'1000','41604064197','2020-10-30 16:25:42',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17928,'4000','41604064197','2020-10-30 16:25:42',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(17929,'1110','41604064197','2020-10-30 16:25:42',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(17930,'5500','41604064197','2020-10-30 16:25:42',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17931,'1000','41604067411','2020-10-30 17:22:52',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17932,'4000','41604067411','2020-10-30 17:22:52',NULL,120.00,'','4','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(17933,'1110','41604067411','2020-10-30 17:22:52',NULL,93.00,'','4','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(17934,'5500','41604067411','2020-10-30 17:22:52',93.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17935,'1000','41604067794','2020-10-30 17:23:40',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17936,'4000','41604067794','2020-10-30 17:23:40',NULL,20.00,'','4','1','Good sold','1','','sales','8901719903465','','No',NULL,NULL,''),(17937,'1110','41604067794','2020-10-30 17:23:40',NULL,18.00,'','4','1','Inventory sold','1','','sales','8901719903465','','No',NULL,NULL,''),(17938,'5500','41604067794','2020-10-30 17:23:40',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17939,'1000','41604067823','2020-10-30 17:26:47',70.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17940,'4000','41604067823','2020-10-30 17:26:47',NULL,70.00,'','4','1','Good sold','1','','sales','10000905','','No',NULL,NULL,''),(17941,'1110','41604067823','2020-10-30 17:26:47',NULL,57.00,'','4','1','Inventory sold','1','','sales','10000905','','No',NULL,NULL,''),(17942,'5500','41604067823','2020-10-30 17:26:47',57.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17943,'1000','41604068117','2020-10-30 17:30:00',610.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17944,'4000','41604068117','2020-10-30 17:30:00',NULL,590.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(17945,'4000','41604068117','2020-10-30 17:30:00',NULL,20.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(17946,'1110','41604068117','2020-10-30 17:30:00',NULL,531.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(17947,'1110','41604068117','2020-10-30 17:30:00',NULL,13.40,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(17948,'5500','41604068117','2020-10-30 17:30:00',544.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17949,'1000','41604068216','2020-10-30 17:52:24',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17950,'4000','41604068216','2020-10-30 17:52:24',NULL,70.00,'','4','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(17951,'4000','41604068216','2020-10-30 17:52:24',NULL,100.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(17952,'1110','41604068216','2020-10-30 17:52:24',NULL,63.00,'','4','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(17953,'1110','41604068216','2020-10-30 17:52:24',NULL,90.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(17954,'5500','41604068216','2020-10-30 17:52:24',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17955,'1000','41604069591','2020-10-30 17:53:20',25.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17956,'4000','41604069591','2020-10-30 17:53:20',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(17957,'1110','41604069591','2020-10-30 17:53:20',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(17958,'5500','41604069591','2020-10-30 17:53:20',22.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17959,'1000','41604069686','2020-10-30 17:55:57',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17960,'4000','41604069686','2020-10-30 17:55:57',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(17961,'1110','41604069686','2020-10-30 17:55:57',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(17962,'5500','41604069686','2020-10-30 17:55:57',46.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17963,'1000','41604069777','2020-10-30 18:12:37',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17964,'4000','41604069777','2020-10-30 18:12:37',NULL,100.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(17965,'1110','41604069777','2020-10-30 18:12:37',NULL,95.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(17966,'5500','41604069777','2020-10-30 18:12:37',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17967,'1000','41604072093','2020-10-30 18:45:40',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17968,'4000','41604072093','2020-10-30 18:45:40',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(17969,'1110','41604072093','2020-10-30 18:45:40',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(17970,'5500','41604072093','2020-10-30 18:45:40',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17971,'1000','41604072744','2020-10-30 18:47:09',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17972,'4000','41604072744','2020-10-30 18:47:09',NULL,10.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(17973,'1110','41604072744','2020-10-30 18:47:09',NULL,6.70,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(17974,'5500','41604072744','2020-10-30 18:47:09',6.70,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17975,'1000','41604073041','2020-10-30 18:50:50',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17976,'4000','41604073041','2020-10-30 18:50:50',NULL,10.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(17977,'1110','41604073041','2020-10-30 18:50:50',NULL,6.70,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(17978,'5500','41604073041','2020-10-30 18:50:50',6.70,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17979,'1000','41604073054','2020-10-30 18:55:50',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17980,'4000','41604073054','2020-10-30 18:55:50',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(17981,'1110','41604073054','2020-10-30 18:55:50',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(17982,'5500','41604073054','2020-10-30 18:55:50',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17983,'1000','41604073354','2020-10-30 19:17:21',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17984,'4000','41604073354','2020-10-30 19:17:21',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(17985,'4000','41604073354','2020-10-30 19:17:21',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(17986,'1110','41604073354','2020-10-30 19:17:21',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(17987,'1110','41604073354','2020-10-30 19:17:21',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(17988,'5500','41604073354','2020-10-30 19:17:21',55.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17989,'1000','41604074842','2020-10-30 19:35:55',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17990,'4000','41604074842','2020-10-30 19:35:55',NULL,100.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(17991,'1110','41604074842','2020-10-30 19:35:55',NULL,95.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(17992,'5500','41604074842','2020-10-30 19:35:55',95.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17993,'1000','41604075783','2020-10-30 19:41:20',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17994,'4000','41604075783','2020-10-30 19:41:20',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(17995,'1110','41604075783','2020-10-30 19:41:20',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(17996,'5500','41604075783','2020-10-30 19:41:20',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17997,'1000','41604128605','2020-10-31 10:19:29',945.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(17998,'4000','41604128605','2020-10-31 10:19:29',NULL,10.00,'','4','1','Good sold','1','','sales','8908000034198','','No',NULL,NULL,''),(17999,'4000','41604128605','2020-10-31 10:19:29',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(18000,'4000','41604128605','2020-10-31 10:19:29',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(18001,'4000','41604128605','2020-10-31 10:19:29',NULL,120.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(18002,'4000','41604128605','2020-10-31 10:19:29',NULL,250.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(18003,'4000','41604128605','2020-10-31 10:19:29',NULL,200.00,'','4','1','Good sold','1','','sales','792382330195','','No',NULL,NULL,''),(18004,'4000','41604128605','2020-10-31 10:19:29',NULL,300.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(18005,'1110','41604128605','2020-10-31 10:19:29',NULL,9.00,'','4','1','Inventory sold','1','','sales','8908000034198','','No',NULL,NULL,''),(18006,'1110','41604128605','2020-10-31 10:19:29',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(18007,'1110','41604128605','2020-10-31 10:19:29',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(18008,'1110','41604128605','2020-10-31 10:19:29',NULL,94.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(18009,'1110','41604128605','2020-10-31 10:19:29',NULL,225.00,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(18010,'1110','41604128605','2020-10-31 10:19:29',NULL,171.00,'','4','1','Inventory sold','1','','sales','792382330195','','No',NULL,NULL,''),(18011,'1110','41604128605','2020-10-31 10:19:29',NULL,285.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(18012,'5500','41604128605','2020-10-31 10:19:29',842.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18013,'1000','41604128787','2020-10-31 10:34:19',215.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18014,'4000','41604128787','2020-10-31 10:34:19',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(18015,'4000','41604128787','2020-10-31 10:34:19',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(18016,'4000','41604128787','2020-10-31 10:34:19',NULL,100.00,'','4','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(18017,'1110','41604128787','2020-10-31 10:34:19',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(18018,'1110','41604128787','2020-10-31 10:34:19',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(18019,'1110','41604128787','2020-10-31 10:34:19',NULL,90.00,'','4','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(18020,'5500','41604128787','2020-10-31 10:34:19',193.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18021,'1000','41604130570','2020-10-31 10:50:53',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18022,'4000','41604130570','2020-10-31 10:50:53',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(18023,'4000','41604130570','2020-10-31 10:50:53',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(18024,'1110','41604130570','2020-10-31 10:50:53',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(18025,'1110','41604130570','2020-10-31 10:50:53',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(18026,'5500','41604130570','2020-10-31 10:50:53',91.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18027,'1000','41604130750','2020-10-31 11:10:56',270.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18028,'4000','41604130750','2020-10-31 11:10:56',NULL,260.00,'','4','1','Good sold','1','','sales','6164000033186','','No',NULL,NULL,''),(18029,'4000','41604130750','2020-10-31 11:10:56',NULL,10.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(18030,'1110','41604130750','2020-10-31 11:10:56',NULL,234.00,'','4','1','Inventory sold','1','','sales','6164000033186','','No',NULL,NULL,''),(18031,'1110','41604130750','2020-10-31 11:10:56',NULL,6.70,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(18032,'5500','41604130750','2020-10-31 11:10:56',240.70,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18033,'1000','41604131936','2020-10-31 11:15:42',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18034,'4000','41604131936','2020-10-31 11:15:42',NULL,120.00,'','4','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(18035,'4000','41604131936','2020-10-31 11:15:42',NULL,30.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(18036,'4000','41604131936','2020-10-31 11:15:42',NULL,20.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(18037,'1110','41604131936','2020-10-31 11:15:42',NULL,100.00,'','4','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(18038,'1110','41604131936','2020-10-31 11:15:42',NULL,27.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(18039,'1110','41604131936','2020-10-31 11:15:42',NULL,13.40,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(18040,'5500','41604131936','2020-10-31 11:15:42',140.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18041,'1000','41604132146','2020-10-31 11:21:47',65.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18042,'4000','41604132146','2020-10-31 11:21:47',NULL,65.00,'','4','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(18043,'1110','41604132146','2020-10-31 11:21:47',NULL,58.50,'','4','1','Inventory sold','1','','sales','87','','No',NULL,NULL,''),(18044,'5500','41604132146','2020-10-31 11:21:47',58.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18045,'1000','41604132593','2020-10-31 11:29:34',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18046,'4000','41604132593','2020-10-31 11:29:34',NULL,50.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(18047,'1110','41604132593','2020-10-31 11:29:34',NULL,45.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(18048,'5500','41604132593','2020-10-31 11:29:34',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18049,'1000','41604132977','2020-10-31 11:36:49',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18050,'4000','41604132977','2020-10-31 11:36:49',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(18051,'4000','41604132977','2020-10-31 11:36:49',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(18052,'1110','41604132977','2020-10-31 11:36:49',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(18053,'1110','41604132977','2020-10-31 11:36:49',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(18054,'5500','41604132977','2020-10-31 11:36:49',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18055,'1000','41604133414','2020-10-31 11:42:23',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18056,'4000','41604133414','2020-10-31 11:42:23',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(18057,'1110','41604133414','2020-10-31 11:42:23',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(18058,'5500','41604133414','2020-10-31 11:42:23',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18059,'1000','41604133746','2020-10-31 11:52:03',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18060,'4000','41604133746','2020-10-31 11:52:03',NULL,25.00,'','4','1','Good sold','1','','sales','6009614480462','','No',NULL,NULL,''),(18061,'4000','41604133746','2020-10-31 11:52:03',NULL,10.00,'','4','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(18062,'1110','41604133746','2020-10-31 11:52:03',NULL,22.50,'','4','1','Inventory sold','1','','sales','6009614480462','','No',NULL,NULL,''),(18063,'1110','41604133746','2020-10-31 11:52:03',NULL,9.00,'','4','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(18064,'5500','41604133746','2020-10-31 11:52:03',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18065,'1000','41604134331','2020-10-31 11:59:48',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18066,'4000','41604134331','2020-10-31 11:59:48',NULL,90.00,'','4','1','Good sold','1','','sales','6203012970123','','No',NULL,NULL,''),(18067,'1110','41604134331','2020-10-31 11:59:48',NULL,81.00,'','4','1','Inventory sold','1','','sales','6203012970123','','No',NULL,NULL,''),(18068,'5500','41604134331','2020-10-31 11:59:48',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18069,'1000','41604134810','2020-10-31 12:07:48',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18070,'4000','41604134810','2020-10-31 12:07:48',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(18071,'1110','41604134810','2020-10-31 12:07:48',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(18072,'5500','41604134810','2020-10-31 12:07:48',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18073,'1000','41604135271','2020-10-31 12:16:07',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18074,'4000','41604135271','2020-10-31 12:16:07',NULL,30.00,'','4','1','Good sold','1','','sales','8001090702500','','No',NULL,NULL,''),(18075,'1110','41604135271','2020-10-31 12:16:07',NULL,27.00,'','4','1','Inventory sold','1','','sales','8001090702500','','No',NULL,NULL,''),(18076,'5500','41604135271','2020-10-31 12:16:07',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18077,'1000','41604135771','2020-10-31 12:20:06',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18078,'4000','41604135771','2020-10-31 12:20:06',NULL,120.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(18079,'1110','41604135771','2020-10-31 12:20:06',NULL,94.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(18080,'5500','41604135771','2020-10-31 12:20:06',94.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18081,'1000','41604136073','2020-10-31 12:29:34',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18082,'4000','41604136073','2020-10-31 12:29:34',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(18083,'1110','41604136073','2020-10-31 12:29:34',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(18084,'5500','41604136073','2020-10-31 12:29:34',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18085,'1000','41604136577','2020-10-31 13:16:43',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18086,'4000','41604136577','2020-10-31 13:16:43',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(18087,'1110','41604136577','2020-10-31 13:16:43',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(18088,'5500','41604136577','2020-10-31 13:16:43',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18089,'1000','41604139413','2020-10-31 13:19:09',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18090,'4000','41604139413','2020-10-31 13:19:09',NULL,90.00,'','4','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(18091,'1110','41604139413','2020-10-31 13:19:09',NULL,81.00,'','4','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(18092,'5500','41604139413','2020-10-31 13:19:09',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18093,'1000','41604139640','2020-10-31 13:20:58',510.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18094,'4000','41604139640','2020-10-31 13:20:58',NULL,290.00,'','4','1','Good sold','1','','sales','7622210304476','','No',NULL,NULL,''),(18095,'4000','41604139640','2020-10-31 13:20:58',NULL,220.00,'','4','1','Good sold','1','','sales','7622210304544','','No',NULL,NULL,''),(18096,'1110','41604139640','2020-10-31 13:20:58',NULL,261.00,'','4','1','Inventory sold','1','','sales','7622210304476','','No',NULL,NULL,''),(18097,'1110','41604139640','2020-10-31 13:20:58',NULL,198.00,'','4','1','Inventory sold','1','','sales','7622210304544','','No',NULL,NULL,''),(18098,'5500','41604139640','2020-10-31 13:20:58',459.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18099,'1000','41604142186','2020-10-31 14:09:21',170.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18100,'4000','41604142186','2020-10-31 14:09:21',NULL,170.00,'','4','1','Good sold','1','','sales','6164003349239','','No',NULL,NULL,''),(18101,'1110','41604142186','2020-10-31 14:09:21',NULL,153.00,'','4','1','Inventory sold','1','','sales','6164003349239','','No',NULL,NULL,''),(18102,'5500','41604142186','2020-10-31 14:09:21',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18103,'1000','41604142564','2020-10-31 14:16:20',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18104,'4000','41604142564','2020-10-31 14:16:20',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(18105,'4000','41604142564','2020-10-31 14:16:20',NULL,10.00,'','4','1','Good sold','1','','sales','495','','No',NULL,NULL,''),(18106,'1110','41604142564','2020-10-31 14:16:20',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(18107,'1110','41604142564','2020-10-31 14:16:20',NULL,5.00,'','4','1','Inventory sold','1','','sales','495','','No',NULL,NULL,''),(18108,'5500','41604142564','2020-10-31 14:16:20',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18109,'1000','41604144041','2020-10-31 14:34:16',300.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18110,'4000','41604144041','2020-10-31 14:34:16',NULL,300.00,'','4','1','Good sold','1','','sales','492','','No',NULL,NULL,''),(18111,'1110','41604144041','2020-10-31 14:34:16',NULL,285.00,'','4','1','Inventory sold','1','','sales','492','','No',NULL,NULL,''),(18112,'5500','41604144041','2020-10-31 14:34:16',285.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18113,'1000','41604144082','2020-10-31 14:45:32',250.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18114,'4000','41604144082','2020-10-31 14:45:32',NULL,200.00,'','4','1','Good sold','1','','sales','496','','No',NULL,NULL,''),(18115,'4000','41604144082','2020-10-31 14:45:32',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(18116,'1110','41604144082','2020-10-31 14:45:32',NULL,190.00,'','4','1','Inventory sold','1','','sales','496','','No',NULL,NULL,''),(18117,'1110','41604144082','2020-10-31 14:45:32',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(18118,'5500','41604144082','2020-10-31 14:45:32',236.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18119,'1000','41604145696','2020-10-31 15:01:47',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18120,'4000','41604145696','2020-10-31 15:01:47',NULL,20.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(18121,'1110','41604145696','2020-10-31 15:01:47',NULL,18.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(18122,'5500','41604145696','2020-10-31 15:01:47',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18123,'1000','41604145709','2020-10-31 15:44:55',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18124,'4000','41604145709','2020-10-31 15:44:55',NULL,80.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(18125,'1110','41604145709','2020-10-31 15:44:55',NULL,72.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(18126,'5500','41604145709','2020-10-31 15:44:55',72.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18127,'1000','41604148356','2020-10-31 16:39:14',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18128,'4000','41604148356','2020-10-31 16:39:14',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(18129,'1110','41604148356','2020-10-31 16:39:14',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(18130,'5500','41604148356','2020-10-31 16:39:14',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18131,'1000','41604151558','2020-10-31 17:10:26',35.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18132,'4000','41604151558','2020-10-31 17:10:26',NULL,35.00,'','4','1','Good sold','1','','sales','6161100950825','','No',NULL,NULL,''),(18133,'1110','41604151558','2020-10-31 17:10:26',NULL,31.50,'','4','1','Inventory sold','1','','sales','6161100950825','','No',NULL,NULL,''),(18134,'5500','41604151558','2020-10-31 17:10:26',31.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18135,'1000','41604154296','2020-10-31 17:25:48',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18136,'4000','41604154296','2020-10-31 17:25:48',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(18137,'1110','41604154296','2020-10-31 17:25:48',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(18138,'5500','41604154296','2020-10-31 17:25:48',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18139,'1000','41604154350','2020-10-31 17:26:09',85.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18140,'4000','41604154350','2020-10-31 17:26:09',NULL,85.00,'','4','1','Good sold','1','','sales','6161113440023','','No',NULL,NULL,''),(18141,'1110','41604154350','2020-10-31 17:26:09',NULL,76.50,'','4','1','Inventory sold','1','','sales','6161113440023','','No',NULL,NULL,''),(18142,'5500','41604154350','2020-10-31 17:26:09',76.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18143,'1000','41604154579','2020-10-31 17:41:16',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18144,'4000','41604154579','2020-10-31 17:41:16',NULL,20.00,'','4','1','Good sold','1','','sales','6161100760226','','No',NULL,NULL,''),(18145,'1110','41604154579','2020-10-31 17:41:16',NULL,18.00,'','4','1','Inventory sold','1','','sales','6161100760226','','No',NULL,NULL,''),(18146,'5500','41604154579','2020-10-31 17:41:16',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18147,'1000','41604155281','2020-10-31 17:57:33',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18148,'4000','41604155281','2020-10-31 17:57:33',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(18149,'1110','41604155281','2020-10-31 17:57:33',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(18150,'5500','41604155281','2020-10-31 17:57:33',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18151,'1000','41604157631','2020-10-31 18:34:31',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18152,'4000','41604157631','2020-10-31 18:34:31',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(18153,'1110','41604157631','2020-10-31 18:34:31',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(18154,'5500','41604157631','2020-10-31 18:34:31',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18155,'1000','41604158536','2020-10-31 18:36:11',140.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18156,'4000','41604158536','2020-10-31 18:36:11',NULL,125.00,'','4','1','Good sold','1','','sales','6161102170023','','No',NULL,NULL,''),(18157,'4000','41604158536','2020-10-31 18:36:11',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(18158,'1110','41604158536','2020-10-31 18:36:11',NULL,107.50,'','4','1','Inventory sold','1','','sales','6161102170023','','No',NULL,NULL,''),(18159,'1110','41604158536','2020-10-31 18:36:11',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(18160,'5500','41604158536','2020-10-31 18:36:11',121.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18161,'1000','41604159004','2020-10-31 19:07:11',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18162,'4000','41604159004','2020-10-31 19:07:11',NULL,30.00,'','4','1','Good sold','1','','sales','490','','No',NULL,NULL,''),(18163,'1110','41604159004','2020-10-31 19:07:11',NULL,18.00,'','4','1','Inventory sold','1','','sales','490','','No',NULL,NULL,''),(18164,'5500','41604159004','2020-10-31 19:07:11',18.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18165,'1000','41604160434','2020-10-31 19:21:52',160.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18166,'4000','41604160434','2020-10-31 19:21:52',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072055','','No',NULL,NULL,''),(18167,'4000','41604160434','2020-10-31 19:21:52',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(18168,'4000','41604160434','2020-10-31 19:21:52',NULL,65.00,'','4','1','Good sold','1','','sales','511','','No',NULL,NULL,''),(18169,'1110','41604160434','2020-10-31 19:21:52',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072055','','No',NULL,NULL,''),(18170,'1110','41604160434','2020-10-31 19:21:52',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(18171,'1110','41604160434','2020-10-31 19:21:52',NULL,55.00,'','4','1','Inventory sold','1','','sales','511','','No',NULL,NULL,''),(18172,'5500','41604160434','2020-10-31 19:21:52',140.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18173,'1000','41604161446','2020-10-31 19:49:54',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18174,'4000','41604161446','2020-10-31 19:49:54',NULL,10.00,'','4','1','Good sold','1','','sales','6009611170274','','No',NULL,NULL,''),(18175,'1110','41604161446','2020-10-31 19:49:54',NULL,4.00,'','4','1','Inventory sold','1','','sales','6009611170274','','No',NULL,NULL,''),(18176,'5500','41604161446','2020-10-31 19:49:54',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18177,'1000','41604162997','2020-10-31 19:50:37',10.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18178,'4000','41604162997','2020-10-31 19:50:37',NULL,10.00,'','4','1','Good sold','1','','sales','6009611170274','','No',NULL,NULL,''),(18179,'1110','41604162997','2020-10-31 19:50:37',NULL,4.00,'','4','1','Inventory sold','1','','sales','6009611170274','','No',NULL,NULL,''),(18180,'5500','41604162997','2020-10-31 19:50:37',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18181,'1000','41604164023','2020-10-31 20:15:59',525.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18182,'4000','41604164023','2020-10-31 20:15:59',NULL,525.00,'','4','1','Good sold','1','','sales','6161101661249','','No',NULL,NULL,''),(18183,'1110','41604164023','2020-10-31 20:15:59',NULL,441.66,'','4','1','Inventory sold','1','','sales','6161101661249','','No',NULL,NULL,''),(18184,'5500','41604164023','2020-10-31 20:15:59',441.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18185,'1000','41604233638','2020-11-01 15:32:13',1656.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18186,'4000','41604233638','2020-11-01 15:32:13',NULL,155.00,'','4','1','Good sold','1','','sales','5410076189540','','No',NULL,NULL,''),(18187,'4000','41604233638','2020-11-01 15:32:13',NULL,120.00,'','4','1','Good sold','1','','sales','6162000010121','','No',NULL,NULL,''),(18188,'4000','41604233638','2020-11-01 15:32:13',NULL,45.00,'','4','1','Good sold','1','','sales','6164000072017','','No',NULL,NULL,''),(18189,'4000','41604233638','2020-11-01 15:32:13',NULL,135.00,'','4','1','Good sold','1','','sales','6164000072048','','No',NULL,NULL,''),(18190,'4000','41604233638','2020-11-01 15:32:13',NULL,120.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(18191,'4000','41604233638','2020-11-01 15:32:13',NULL,10.00,'','4','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(18192,'4000','41604233638','2020-11-01 15:32:13',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(18193,'4000','41604233638','2020-11-01 15:32:13',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(18194,'4000','41604233638','2020-11-01 15:32:13',NULL,20.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(18195,'4000','41604233638','2020-11-01 15:32:13',NULL,100.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(18196,'4000','41604233638','2020-11-01 15:32:13',NULL,170.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(18197,'4000','41604233638','2020-11-01 15:32:13',NULL,110.00,'','4','1','Good sold','1','','sales','78','','No',NULL,NULL,''),(18198,'4000','41604233638','2020-11-01 15:32:13',NULL,65.00,'','4','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(18199,'4000','41604233638','2020-11-01 15:32:13',NULL,70.00,'','4','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(18200,'4000','41604233638','2020-11-01 15:32:13',NULL,40.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18201,'4000','41604233638','2020-11-01 15:32:13',NULL,70.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(18202,'4000','41604233638','2020-11-01 15:32:13',NULL,10.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(18203,'4000','41604233638','2020-11-01 15:32:13',NULL,6.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(18204,'4000','41604233638','2020-11-01 15:32:13',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(18205,'4000','41604233638','2020-11-01 15:32:13',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(18206,'4000','41604233638','2020-11-01 15:32:13',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(18207,'4000','41604233638','2020-11-01 15:32:13',NULL,110.00,'','4','1','Good sold','1','','sales','505','','No',NULL,NULL,''),(18208,'4000','41604233638','2020-11-01 15:32:13',NULL,50.00,'','4','1','Good sold','1','','sales','507','','No',NULL,NULL,''),(18209,'4000','41604233638','2020-11-01 15:32:13',NULL,65.00,'','4','1','Good sold','1','','sales','508','','No',NULL,NULL,''),(18210,'4000','41604233638','2020-11-01 15:32:13',NULL,30.00,'','4','1','Good sold','1','','sales','513','','No',NULL,NULL,''),(18211,'1110','41604233638','2020-11-01 15:32:13',NULL,139.50,'','4','1','Inventory sold','1','','sales','5410076189540','','No',NULL,NULL,''),(18212,'1110','41604233638','2020-11-01 15:32:13',NULL,108.00,'','4','1','Inventory sold','1','','sales','6162000010121','','No',NULL,NULL,''),(18213,'1110','41604233638','2020-11-01 15:32:13',NULL,40.50,'','4','1','Inventory sold','1','','sales','6164000072017','','No',NULL,NULL,''),(18214,'1110','41604233638','2020-11-01 15:32:13',NULL,121.50,'','4','1','Inventory sold','1','','sales','6164000072048','','No',NULL,NULL,''),(18215,'1110','41604233638','2020-11-01 15:32:13',NULL,108.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(18216,'1110','41604233638','2020-11-01 15:32:13',NULL,9.00,'','4','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(18217,'1110','41604233638','2020-11-01 15:32:13',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(18218,'1110','41604233638','2020-11-01 15:32:13',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(18219,'1110','41604233638','2020-11-01 15:32:13',NULL,18.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(18220,'1110','41604233638','2020-11-01 15:32:13',NULL,90.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(18221,'1110','41604233638','2020-11-01 15:32:13',NULL,153.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(18222,'1110','41604233638','2020-11-01 15:32:13',NULL,99.00,'','4','1','Inventory sold','1','','sales','78','','No',NULL,NULL,''),(18223,'1110','41604233638','2020-11-01 15:32:13',NULL,58.50,'','4','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(18224,'1110','41604233638','2020-11-01 15:32:13',NULL,63.00,'','4','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(18225,'1110','41604233638','2020-11-01 15:32:13',NULL,36.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18226,'1110','41604233638','2020-11-01 15:32:13',NULL,63.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(18227,'1110','41604233638','2020-11-01 15:32:13',NULL,9.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(18228,'1110','41604233638','2020-11-01 15:32:13',NULL,4.20,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(18229,'1110','41604233638','2020-11-01 15:32:13',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(18230,'1110','41604233638','2020-11-01 15:32:13',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(18231,'1110','41604233638','2020-11-01 15:32:13',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(18232,'1110','41604233638','2020-11-01 15:32:13',NULL,90.00,'','4','1','Inventory sold','1','','sales','505','','No',NULL,NULL,''),(18233,'1110','41604233638','2020-11-01 15:32:13',NULL,35.42,'','4','1','Inventory sold','1','','sales','507','','No',NULL,NULL,''),(18234,'1110','41604233638','2020-11-01 15:32:13',NULL,55.00,'','4','1','Inventory sold','1','','sales','508','','No',NULL,NULL,''),(18235,'1110','41604233638','2020-11-01 15:32:13',NULL,20.10,'','4','1','Inventory sold','1','','sales','513','','No',NULL,NULL,''),(18236,'5500','41604233638','2020-11-01 15:32:13',1457.22,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18237,'1000','41604233942','2020-11-01 15:45:09',130.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18238,'4000','41604233942','2020-11-01 15:45:09',NULL,130.00,'','4','1','Good sold','1','','sales','6164000033186','','No',NULL,NULL,''),(18239,'1110','41604233942','2020-11-01 15:45:09',NULL,117.00,'','4','1','Inventory sold','1','','sales','6164000033186','','No',NULL,NULL,''),(18240,'5500','41604233942','2020-11-01 15:45:09',117.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18241,'1000','41604239523','2020-11-01 17:05:52',80.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18242,'4000','41604239523','2020-11-01 17:05:52',NULL,60.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(18243,'4000','41604239523','2020-11-01 17:05:52',NULL,20.00,'','4','1','Good sold','1','','sales','175','','No',NULL,NULL,''),(18244,'1110','41604239523','2020-11-01 17:05:52',NULL,54.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(18245,'1110','41604239523','2020-11-01 17:05:52',NULL,18.00,'','4','1','Inventory sold','1','','sales','175','','No',NULL,NULL,''),(18246,'5500','41604239523','2020-11-01 17:05:52',72.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18247,'1000','41604240559','2020-11-01 18:03:11',62.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18248,'4000','41604240559','2020-11-01 18:03:11',NULL,12.00,'','4','1','Good sold','1','','sales','431','','No',NULL,NULL,''),(18249,'4000','41604240559','2020-11-01 18:03:11',NULL,50.00,'','4','1','Good sold','1','','sales','493','','No',NULL,NULL,''),(18250,'1110','41604240559','2020-11-01 18:03:11',NULL,8.40,'','4','1','Inventory sold','1','','sales','431','','No',NULL,NULL,''),(18251,'1110','41604240559','2020-11-01 18:03:11',NULL,45.00,'','4','1','Inventory sold','1','','sales','493','','No',NULL,NULL,''),(18252,'5500','41604240559','2020-11-01 18:03:11',53.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18253,'1000','41604242995','2020-11-01 18:35:10',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18254,'4000','41604242995','2020-11-01 18:35:10',NULL,100.00,'','4','1','Good sold','1','','sales','792382330195','','No',NULL,NULL,''),(18255,'1110','41604242995','2020-11-01 18:35:10',NULL,85.50,'','4','1','Inventory sold','1','','sales','792382330195','','No',NULL,NULL,''),(18256,'5500','41604242995','2020-11-01 18:35:10',85.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18257,'1000','41604244913','2020-11-01 19:04:34',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18258,'4000','41604244913','2020-11-01 19:04:34',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(18259,'1110','41604244913','2020-11-01 19:04:34',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(18260,'5500','41604244913','2020-11-01 19:04:34',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18261,'1000','41604246681','2020-11-01 19:04:54',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18262,'4000','41604246681','2020-11-01 19:04:54',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(18263,'1110','41604246681','2020-11-01 19:04:54',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(18264,'5500','41604246681','2020-11-01 19:04:54',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18265,'1000','41604247417','2020-11-01 19:19:04',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18266,'4000','41604247417','2020-11-01 19:19:04',NULL,60.00,'','4','1','Good sold','1','','sales','8901719903434','','No',NULL,NULL,''),(18267,'4000','41604247417','2020-11-01 19:19:04',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(18268,'1110','41604247417','2020-11-01 19:19:04',NULL,54.00,'','4','1','Inventory sold','1','','sales','8901719903434','','No',NULL,NULL,''),(18269,'1110','41604247417','2020-11-01 19:19:04',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(18270,'5500','41604247417','2020-11-01 19:19:04',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18271,'1000','41604247560','2020-11-01 19:30:20',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18272,'4000','41604247560','2020-11-01 19:30:20',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(18273,'1110','41604247560','2020-11-01 19:30:20',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(18274,'5500','41604247560','2020-11-01 19:30:20',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18275,'1000','41604296444','2020-11-02 08:54:11',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18276,'4000','41604296444','2020-11-02 08:54:11',NULL,20.00,'','4','1','Good sold','1','','sales','498','','No',NULL,NULL,''),(18277,'1110','41604296444','2020-11-02 08:54:11',NULL,17.00,'','4','1','Inventory sold','1','','sales','498','','No',NULL,NULL,''),(18278,'5500','41604296444','2020-11-02 08:54:11',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18279,'1000','41604296455','2020-11-02 09:09:37',120.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18280,'4000','41604296455','2020-11-02 09:09:37',NULL,120.00,'','4','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(18281,'1110','41604296455','2020-11-02 09:09:37',NULL,94.00,'','4','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(18282,'5500','41604296455','2020-11-02 09:09:37',94.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18283,'1000','41604297446','2020-11-02 09:51:39',90.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18284,'4000','41604297446','2020-11-02 09:51:39',NULL,90.00,'','4','1','Good sold','1','','sales','6203012970123','','No',NULL,NULL,''),(18285,'1110','41604297446','2020-11-02 09:51:39',NULL,81.00,'','4','1','Inventory sold','1','','sales','6203012970123','','No',NULL,NULL,''),(18286,'5500','41604297446','2020-11-02 09:51:39',81.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18287,'1000','41604299904','2020-11-02 09:52:49',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18288,'4000','41604299904','2020-11-02 09:52:49',NULL,50.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(18289,'1110','41604299904','2020-11-02 09:52:49',NULL,45.00,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(18290,'5500','41604299904','2020-11-02 09:52:49',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18291,'1000','41604299974','2020-11-02 09:54:08',5.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18292,'4000','41604299974','2020-11-02 09:54:08',NULL,5.00,'','4','1','Good sold','1','','sales','6164000184048','','No',NULL,NULL,''),(18293,'1110','41604299974','2020-11-02 09:54:08',NULL,4.50,'','4','1','Inventory sold','1','','sales','6164000184048','','No',NULL,NULL,''),(18294,'5500','41604299974','2020-11-02 09:54:08',4.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18295,'1000','41604300051','2020-11-02 10:15:56',55.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18296,'4000','41604300051','2020-11-02 10:15:56',NULL,55.00,'','4','1','Good sold','1','','sales','6161113440054','','No',NULL,NULL,''),(18297,'1110','41604300051','2020-11-02 10:15:56',NULL,49.50,'','4','1','Inventory sold','1','','sales','6161113440054','','No',NULL,NULL,''),(18298,'5500','41604300051','2020-11-02 10:15:56',49.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18299,'1000','41604301359','2020-11-02 10:19:08',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18300,'4000','41604301359','2020-11-02 10:19:08',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(18301,'1110','41604301359','2020-11-02 10:19:08',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(18302,'5500','41604301359','2020-11-02 10:19:08',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18303,'1000','41604301551','2020-11-02 10:28:29',30.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18304,'4000','41604301551','2020-11-02 10:28:29',NULL,30.00,'','4','1','Good sold','1','','sales','8001090702500','','No',NULL,NULL,''),(18305,'1110','41604301551','2020-11-02 10:28:29',NULL,27.00,'','4','1','Inventory sold','1','','sales','8001090702500','','No',NULL,NULL,''),(18306,'5500','41604301551','2020-11-02 10:28:29',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18307,'1000','41604302111','2020-11-02 10:48:17',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18308,'4000','41604302111','2020-11-02 10:48:17',NULL,50.00,'','4','1','Good sold','1','','sales','158','','No',NULL,NULL,''),(18309,'1110','41604302111','2020-11-02 10:48:17',NULL,36.45,'','4','1','Inventory sold','1','','sales','158','','No',NULL,NULL,''),(18310,'5500','41604302111','2020-11-02 10:48:17',36.45,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18311,'1000','41604303436','2020-11-02 10:56:50',100.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18312,'4000','41604303436','2020-11-02 10:56:50',NULL,100.00,'','4','1','Good sold','1','','sales','6164001166272','','No',NULL,NULL,''),(18313,'1110','41604303436','2020-11-02 10:56:50',NULL,90.00,'','4','1','Inventory sold','1','','sales','6164001166272','','No',NULL,NULL,''),(18314,'5500','41604303436','2020-11-02 10:56:50',90.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18315,'1000','41604303815','2020-11-02 11:01:11',60.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18316,'4000','41604303815','2020-11-02 11:01:11',NULL,50.00,'','4','1','Good sold','1','','sales','497','','No',NULL,NULL,''),(18317,'4000','41604303815','2020-11-02 11:01:11',NULL,10.00,'','4','1','Good sold','1','','sales','499','','No',NULL,NULL,''),(18318,'1110','41604303815','2020-11-02 11:01:11',NULL,46.00,'','4','1','Inventory sold','1','','sales','497','','No',NULL,NULL,''),(18319,'1110','41604303815','2020-11-02 11:01:11',NULL,8.00,'','4','1','Inventory sold','1','','sales','499','','No',NULL,NULL,''),(18320,'5500','41604303815','2020-11-02 11:01:11',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18321,'1000','41604304076','2020-11-02 11:06:31',110.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18322,'4000','41604304076','2020-11-02 11:06:31',NULL,110.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(18323,'1110','41604304076','2020-11-02 11:06:31',NULL,99.00,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(18324,'5500','41604304076','2020-11-02 11:06:31',99.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18325,'1000','41604304441','2020-11-02 11:10:55',20.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18326,'4000','41604304441','2020-11-02 11:10:55',NULL,20.00,'','4','1','Good sold','1','','sales','494','','No',NULL,NULL,''),(18327,'1110','41604304441','2020-11-02 11:10:55',NULL,15.00,'','4','1','Inventory sold','1','','sales','494','','No',NULL,NULL,''),(18328,'5500','41604304441','2020-11-02 11:10:55',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18329,'1000','41604304658','2020-11-02 11:13:31',50.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18330,'4000','41604304658','2020-11-02 11:13:31',NULL,50.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(18331,'1110','41604304658','2020-11-02 11:13:31',NULL,45.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(18332,'5500','41604304658','2020-11-02 11:13:31',45.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18333,'4000','41604304658','2020-11-02 11:14:52',50.00,NULL,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(18334,'1000','41604304658','2020-11-02 11:14:52',NULL,50.00,'','4','1','Returned products','1','','return','','','No',NULL,NULL,''),(18335,'5500','41604304658','2020-11-02 11:14:52',NULL,45.00,'','4','1','Cost of goods returned','1','','sales','32','','No',NULL,NULL,''),(18336,'1110','41604304658','2020-11-02 11:14:52',45.00,NULL,'','4','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(18337,'1000','41604305472','2020-11-02 11:25:19',125.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18338,'4000','41604305472','2020-11-02 11:25:19',NULL,25.00,'','4','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(18339,'4000','41604305472','2020-11-02 11:25:19',NULL,100.00,'','4','1','Good sold','1','','sales','792382330195','','No',NULL,NULL,''),(18340,'1110','41604305472','2020-11-02 11:25:19',NULL,22.50,'','4','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(18341,'1110','41604305472','2020-11-02 11:25:19',NULL,85.50,'','4','1','Inventory sold','1','','sales','792382330195','','No',NULL,NULL,''),(18342,'5500','41604305472','2020-11-02 11:25:19',108.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18343,'1000','41604305521','2020-11-02 11:25:55',40.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18344,'4000','41604305521','2020-11-02 11:25:55',NULL,40.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(18345,'1110','41604305521','2020-11-02 11:25:55',NULL,36.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(18346,'5500','41604305521','2020-11-02 11:25:55',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18347,'1000','41604305559','2020-11-02 11:46:11',15.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(18348,'4000','41604305559','2020-11-02 11:46:11',NULL,15.00,'','4','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(18349,'1110','41604305559','2020-11-02 11:46:11',NULL,13.50,'','4','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(18350,'5500','41604305559','2020-11-02 11:46:11',13.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','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 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 */; /*!40000 ALTER TABLE `employeecharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `employeepayments` -- DROP TABLE IF EXISTS `employeepayments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `employeepayments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `name` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(20) NOT NULL DEFAULT 'Minus', `amountmode` varchar(20) NOT NULL, `qtymode` varchar(20) NOT NULL, `quantity` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `unit` varchar(50) NOT NULL, `memberid` int(11) NOT NULL, `salaryid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `employeepayments` -- LOCK TABLES `employeepayments` WRITE; /*!40000 ALTER TABLE `employeepayments` DISABLE KEYS */; /*!40000 ALTER TABLE `employeepayments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `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 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 */; /*!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','active','2021-01-01 00:00:00','2021-12-31 23:59:59',1,1,'2020-06-22 21:56:17',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=201 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,'','-3000','2020-07-13 15:38:56',1000,'1'),(31,'1','1','1','Mpesa','','2020-05-10 17:24:37',1,'','-2000','2020-05-10 17:28:13',1010,'1'),(33,'351','1','1','KCB account','','2018-06-01',1,'','-47000','2019-07-30 19:18:31',1030,'1'),(34,'1','1','6','Accounts receivable','','2018-06-01',1,'','0','2020-01-07 05:46:09',1100,''),(35,'351','1','6','Inventory assets','','2018-07-20 13:29:27',1,'','0','2019-07-20 23:18:46',1110,'1'),(36,'2','1','6','checking account','','2018-07-20 14:14:59',1,'','0','2018-07-20 14:15:36pm',1120,'KES'),(37,'351','1','6','Tax Assets','','2018-07-20 14:15:37',1,'','0','2019-07-20 13:01:36',1130,''),(38,'2','1','6','loans & advances','','2018-07-20 14:17:01',1,'','0','2018-07-20 14:18:41pm',1140,'KES'),(39,'2','1','6','securities & deposits','','2018-07-20 14:18:42',1,'','0','2018-07-20 14:19:49pm',1150,'KES'),(40,'351','1','6','Allowance for doubtful accounts','','2018-07-20 14:19:50',1,'','0','2019-07-20 12:05:22',1160,''),(41,'351','1','6','Prepayments','','2018-07-20 14:37:09',1,'','0','2019-07-20 13:03:33',1170,''),(44,'351','1','6','Salary advances','','2018-07-20 14:42:02',1,'','0','2019-07-20 12:58:57',1200,''),(45,'351','1','7','Land','','2018-07-20 14:43:05',1,'','0','2019-07-20 13:00:33',1500,''),(46,'351','1','7','Motor Vehicle','','2018-07-20 15:05:47',1,'','0','2019-07-20 13:04:35',1510,''),(47,'1','1','27','Softwares','','2018-07-20 15:06:36',4,'','0','2019-10-28 05:41:59',1520,''),(48,'351','1','7','Buildings','','2018-07-20 15:07:38',1,'','0','2019-07-20 13:07:02',1530,''),(49,'351','1','7','Plants & Machinery','','2018-07-20 15:09:21',1,'','0','2019-07-20 13:08:16',1540,''),(50,'351','1','7','Office Equipments','','2018-07-20 15:13:54',1,'','0','2019-07-20 13:09:35',1550,''),(51,'351','1','7','Furnitures & Fixtures','','2018-07-20 15:18:17',1,'','0','2019-07-20 13:10:29',1560,''),(52,'351','1','7','Depreciation ','117','2018-07-20 15:20:15',1,'','0','2019-07-20 13:13:53',1570,''),(53,'351','1','7','Depletable assets','','2018-07-20 15:21:07',1,'','0','2019-07-20 13:30:32',1580,'1'),(54,'351','1','7','Leasehold improvements','','2018-07-20 15:22:55',1,'','0','2019-07-20 13:36:59',1590,''),(55,'351','1','7','Accumulated depreciation','','2018-07-20 15:23:48',1,'','0','2019-07-20 13:17:21',1600,''),(57,'351','1','9','Capital ','','2018-07-20 15:43:54',1,'','0','2019-07-20 14:18:04',1800,''),(58,'416','1','29','Office purchases','','2018-07-20 16:02:41',5,'','0','2019-10-16 17:53:18',1850,''),(59,'2','1','8','stock of raw materials','','2018-07-20 16:04:29',1,'','0','2018-07-20 16:07:35pm',1860,'KES'),(63,'351','1','14','Loan payable','','2018-07-23 12:06:08',2,'','0','2019-07-20 14:11:32',2000,''),(64,'351','1','14','Dividends payable','','2018-07-23 12:33:51',2,'','0','2019-07-20 15:08:15',2010,'1'),(65,'2','1','14','Income tax payable','','2018-07-23 12:35:15',2,'','0','2018-07-23 12:36:09pm',2020,'KES'),(66,'351','1','14','Accrued Expenses Payable ','','2018-07-23 12:36:09',2,'','0','2019-07-20 13:33:39',2030,'1'),(67,'351','1','14','Payroll Liabilities','','2018-07-23 12:37:11',2,'','0','2019-07-20 13:24:33',2040,''),(68,'351','1','14','Current tax liability','','2018-07-23 12:37:58',2,'','0','2019-07-20 15:10:18',2050,'1'),(69,'351','1','14','Client trust accounts','','2018-07-23 12:38:55',2,'','0','2019-07-20 15:11:06',2060,''),(70,'351','1','14','Insurance payable','','2018-07-23 12:39:33',2,'','0','2019-07-20 15:12:04',2070,''),(72,'351','1','14','Sales & services tax payable','','2018-07-23 12:40:58',2,'','0','2019-07-20 15:14:57',2090,''),(74,'351','1','14','Bank Overdraft','','2018-07-23 12:43:29',2,'','0','2019-07-20 13:52:34',2110,'1'),(75,'351','1','14','Current portion of obligations under finance leases','','2018-07-23 12:44:39',2,'','0','2019-07-20 15:19:30',2120,''),(76,'351','1','15','Long term debt','','2018-07-23 12:57:42',2,'','0','2019-07-20 15:16:19',2500,''),(78,'351','1','15','Notes payable','','2018-07-23 13:00:31',2,'','0','2019-07-20 13:58:01',2510,''),(79,'351','1','15','Liabilities related to assets held for sale','','2018-07-23 13:01:58',2,'','0','2019-07-20 15:28:14',2520,'1'),(80,'2','1','15','shareholder notes payable','','2018-07-23 13:02:46',2,'','0','2018-07-23 13:04:38pm',2530,'KES'),(81,'351','1','15','Accrued non-current liabilities','','2018-07-23 13:04:38',2,'','0','2019-07-22 09:45:51',2540,''),(82,'2','1','15','accrued holiday payable','','2018-07-23 13:15:07',2,'','0','2018-07-23 13:19:53pm',2550,'KES'),(83,'2','1','26','ordinary shares','','2018-07-23 13:54:16',3,'','0','2018-07-23 13:55:37pm',3000,'KES'),(84,'1','1','26','opening balance Equity','','2018-07-23 13:55:37',3,'','-50000','2020-05-09 20:15:00',3010,''),(85,'2','1','26','partner contributions','','2018-07-23 13:56:29',3,'','0','2018-07-23 13:57:14pm',3020,'KES'),(86,'2','1','26','share capital','','2018-07-23 13:57:15',3,'','0','2018-07-23 13:59:17pm',3030,'KES'),(87,'2','1','26','capital stock','','2018-07-23 13:59:18',3,'','0','2018-07-23 14:00:06pm',3040,'KES'),(89,'351','1','26','Dividend disbursed','','2018-07-23 14:00:07',3,'','0','2019-07-22 09:44:29',3050,''),(90,'2','1','26','other comprehensive income','','2018-07-23 14:05:14',3,'','0','2018-07-23 14:06:04pm',3060,'KES'),(91,'2','1','26','retained earnings','','2018-07-23 14:06:06',3,'','0','2018-07-23 14:06:41pm',3070,'KES'),(92,'2','1','26','paid in capital','','2018-07-23 14:06:42',3,'','0','2018-07-23 14:08:06pm',3080,'KES'),(93,'2','1','26','equity in earnings of subsidiaries','','2018-07-23 14:08:07',3,'','0','2018-07-23 14:09:00pm',3090,'KES'),(94,'351','1','27','Sales','','2018-06-01',4,'','0','2019-07-23 11:30:51',4000,''),(95,'351','1','27','Maintainance/Training fees','94','2018-07-23 14:09:38',4,'','0','2019-07-20 15:53:04',4010,''),(97,'351','1','30','expenses included in valuation','','2018-06-01 ',5,'','0','2019-07-23 11:33:52',5010,''),(98,'351','1','30','stock adjustment','','2018-07-23 14:27:39',5,'','0','2019-07-20 17:25:59',5020,''),(99,'1','1','8','Cost of Good sold','','2018-07-01',5,'','0','2020-05-11 09:26:16',5500,''),(100,'351','1','29','Transport','','2018-06-01',5,'','0','2019-07-23 11:27:46',5510,''),(101,'351','1','29','Rent Expenses','','2018-07-23 14:33:51',5,'','0','2019-07-20 17:40:22',5520,''),(102,'351','1','29','Utilities','','2018-07-23 14:34:24',5,'','0','2019-07-20 17:42:59',5530,'1'),(103,'351','1','29','Advertisements','','2018-07-23 14:34:52',5,'','0','2019-07-20 17:47:48',5540,'1'),(104,'351','1','29','Salary Costs','','2018-07-23 14:35:41',5,'','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,'479','1','1','Paybill','','2018-07-26 12:58:21',1,'','0','2019-01-18 17:14:27',1020,'1'),(144,'351','1','14','Account payable','','2018-06-01',2,'','0','2019-07-23 11:29:59',2130,''),(148,'351','1','1','Director\'s Account','','2018-06-01',1,'','0','2019-08-22 08:43:26',1040,'1'),(151,'351','1','8','Hardware','58','2018-10-30 09:48:11',5,'','0','2019-09-04 10:25:47',1851,'1'),(152,'351','1','27','Labour Fees','94','2018-11-01 12:09:21',4,'','0','2019-07-20 16:57:21',4160,'1'),(154,'351','1','29','Supplies','156','2018-11-05 16:43:21',5,'','0','2019-07-18 14:43:13',5900,'1'),(155,'351','1','29','Cleaning','156','2018-11-05 16:46:57',5,'','0','2019-07-18 14:28:52',5910,'1'),(156,'351','1','29','Office Expenses','','2018-11-05 16:47:29',5,'','0','2019-07-18 14:15:56',5920,'1'),(157,'351','1','27','Management Information System','94','2019-01-31 16:43:09',4,'','0','2019-07-20 16:58:11',4170,'1'),(158,'351','1','29','Mpesa charges','','2019-05-25 12:20:26',5,'','0','2019-07-20 22:26:12',5930,'1'),(159,'351','1','1','Petty cash','','2019-06-01',1,'','0','2019-08-22 15:25:29',1050,'1'),(160,'351','1','29','Discount Allowed','','2019-07-08 ',5,'','0','2019-07-20 23:17:13',5030,'1'),(161,'351','1','6','Withholding Tax','','2019-07-20 13:24:34',1,'','0','2019-07-20 13:28:18',1210,''),(162,'351','1','6','Discount Recieved','','2019-07-20 13:28:19',1,'','0','2019-07-20 13:29:38',1220,'1'),(163,'351','1','6','Accrued Income Receivable ','','2019-07-20 13:33:40',1,'','0','2019-07-20 13:36:05',1230,'1'),(164,'351','1','14','NHIF','67','2019-07-20 14:03:52',2,'','0','2019-07-20 14:06:21',2041,'1'),(165,'351','1','14','NSSF','67','2019-07-20 14:06:22',2,'','0','2019-07-20 14:07:21',2042,''),(166,'351','1','14','PAYE','67','2019-07-20 14:07:21',2,'','0','2019-07-20 14:08:21',2043,'1'),(167,'351','1','14','Net Pay','','2019-07-20 14:08:21',2,'','0','2019-07-20 14:10:20',2045,''),(168,'351','1','27','Bulk Sms Account Set Up','131','2019-07-20 15:56:24',4,'','0','2019-07-20 16:07:37',4031,'1'),(169,'351','1','27','Bulk Sms Branding','131','2019-07-20 16:07:38',4,'','0','2019-07-20 16:09:27',4032,''),(170,'1','1','27','Bulk Sms Recharge','131','2019-07-20 16:09:28',4,'','0','2019-10-26 13:53:32',4033,'1'),(171,'351','1','27','Hotel Accommodation System','94','2019-07-20 16:19:27',4,'','0','2019-07-20 16:23:52',4100,'1'),(172,'351','1','27','Miscellaneous Income','94','2019-07-20 16:58:12',4,'','0','2019-07-20 17:00:06',4180,'1'),(173,'351','1','27','Mpesa Intergration','94','2019-07-20 17:00:07',4,'','0','2019-07-20 17:02:30',4190,'1'),(174,'351','1','27','Biometric Bulk Sms Intergration','94','2019-07-20 17:02:31',4,'','0','2019-07-20 17:38:53',4195,''),(175,'351','1','8','Thermal rolls','58','2019-07-20 17:32:58',5,'','0','2019-09-04 10:26:06',1852,'1'),(176,'351','1','29','Electricity','102','2019-07-20 17:42:59',5,'','0','2019-07-20 17:44:30',5531,'1'),(177,'351','1','29','Water','102','2019-07-20 17:44:31',5,'','0','2019-07-20 17:45:22',5532,'1'),(178,'351','1','29','Wages/Overtime','104','2019-07-20 20:26:31',5,'','0','2019-07-20 20:29:49',5551,'1'),(179,'1','1','29','Staff Airtime','105','2020-07-20 20:47:45',5,'','0','2020-06-30 21:03:42',5563,'1'),(180,'1','1','29','Medical Expenses ','105','2019-07-20 20:50:12',5,'','0','2020-06-30 22:16:41',5566,'1'),(181,'351','1','29','NSSF-Employer','105','2019-07-20 20:51:37',5,'','0','2019-07-20 20:53:29',5565,'1'),(182,'351','1','29','Meal Expenses ','','2019-07-20 22:28:52',5,'','0','2019-07-20 22:48:43',5250,'1'),(183,'351','1','29','Refunds','','2019-07-20 22:48:44',5,'','0','2019-07-20 22:49:44',5240,'1'),(184,'351','1','30','Loss on Disposal of fixed Assets ','','2019-07-20 22:49:45',5,'','0','2019-07-20 22:53:18',5220,'1'),(185,'351','1','29','Internet Expenses ','','2019-07-20 22:53:19',5,'','0','2019-07-20 22:56:13',5200,''),(186,'351','1','29','Telephone Expenses ','','2019-07-20 22:56:14',5,'','0','2019-07-20 22:57:42',5210,'1'),(187,'351','1','29','Dues & Subscriptions','','2019-07-20 22:57:43',5,'','0','2019-07-20 23:02:13',5180,'1'),(188,'351','1','29','Donations','','2019-07-20 23:02:14',5,'','0','2019-07-20 23:03:34',5170,'1'),(189,'351','1','29','Chaitable Donations','188','2019-07-20 23:03:35',5,'','0','2019-07-20 23:04:51',5171,'1'),(190,'351','1','29','Non-Charitable Donations','188','2019-07-20 23:04:52',5,'','0','2019-07-20 23:08:00',5172,'1'),(191,'351','1','29','Business Licences & Permits ','','2019-07-20 23:08:01',5,'','0','2019-07-20 23:09:26',5960,'1'),(192,'351','1','29','Bad debts written off','','2019-07-20 23:09:27',5,'','0','2019-07-20 23:10:42',5950,'1'),(193,'351','1','29','Bad debts ','','2019-07-20 23:10:43',5,'','0','2019-07-20 23:11:35',5940,'1'),(194,'351','1','27','suspense Income A/C','','2019-07-22 22:00:00',4,'','0','2019-07-27 17:14:05',4050,'1'),(195,'351','1','29','suspense Expense A/C','','2019-07-22 22:05:38',5,'','0','2019-07-27 17:15:19',5040,'1'),(196,'351','1','34','Opening Balance','','2018-06-01',4,'','0','2019-07-30 09:29:55',1060,'1'),(197,'351','1','29','CCTV Installation fee','','2018-06-01',5,'','0','2019-08-21 10:15:30',5190,'1'),(198,'351','1','29','Director\'s Expenses','','2018-06-01',5,'','0','2019-08-23 14:53:11',5720,'1'),(199,'351','1','29','Staff Allowance','105','2019-06-01 ',5,'','-521','2019-10-01 15:22:06',5564,'1'),(200,'351','1','1','KCB 2 account','','2019-10-01 11:49:23',1,'','9400','2019-10-23 11:51:03',1035,'1'); /*!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 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 */; /*!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=660 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 (0,'user','4','2020-08-10 17:51:55','','','41.80.46.9','loggedin',1),(1,'admin','1','2020-08-08 11:04:22','','','127.0.0.1','loggedin',1),(2,'user','4','2020-08-10 14:53:47','2020-08-10 14:53:52','','127.0.0.1','loggedin',1),(3,'admin','1','2020-08-10 14:53:59','2020-08-10 15:30:47','','127.0.0.1','loggedin',1),(4,'user','4','2020-08-10 15:30:57','2020-08-10 15:31:21','','127.0.0.1','loggedin',1),(5,'user','7','2020-08-10 15:31:28','2020-08-10 15:31:59','','127.0.0.1','loggedin',1),(6,'user','4','2020-08-10 15:32:07','2020-08-10 15:32:26','','127.0.0.1','loggedin',1),(7,'user','7','2020-08-10 15:32:32','2020-08-10 15:34:46','','127.0.0.1','loggedin',1),(8,'user','4','2020-08-10 15:34:55','','','127.0.0.1','loggedin',1),(9,'user','7','2020-08-10 15:39:10','2020-08-10 16:04:36','','127.0.0.1','loggedin',1),(10,'user','4','2020-08-10 16:07:12','2020-08-10 16:13:52','','127.0.0.1','loggedin',1),(11,'user','7','2020-08-10 16:14:00','2020-08-10 16:23:56','','127.0.0.1','loggedin',1),(12,'user','4','2020-08-10 16:24:10','2020-08-10 16:24:45','','127.0.0.1','loggedin',1),(13,'user','4','2020-08-10 16:25:11','2020-08-10 17:52:03','','127.0.0.1','loggedin',1),(14,'user','7','2020-08-10 16:32:14','2020-08-10 16:34:06','','127.0.0.1','loggedin',1),(15,'user','6','2020-08-10 16:34:12','2020-08-10 16:35:10','','127.0.0.1','loggedin',1),(16,'user','7','2020-08-10 16:35:27','2020-08-10 16:44:39','','127.0.0.1','loggedin',1),(17,'user','6','2020-08-10 16:44:55','2020-08-10 16:45:17','','127.0.0.1','loggedin',1),(18,'user','7','2020-08-10 16:46:33','2020-08-10 17:01:55','','127.0.0.1','loggedin',1),(19,'user','4','2020-08-10 17:55:09','2020-08-10 17:55:22','','41.80.46.9','loggedin',1),(20,'user','7','2020-08-10 18:15:17','2020-08-10 18:24:38','','41.80.113.21','loggedin',1),(21,'user','4','2020-08-10 18:19:32','2020-08-10 19:13:22','','41.80.46.9','loggedin',1),(22,'user','4','2020-08-10 19:13:32','','','41.80.108.252','loggedin',1),(23,'user','7','2020-08-10 19:17:58','2020-08-10 19:38:03','','41.80.108.252','loggedin',1),(24,'user','4','2020-08-10 19:38:12','2020-08-10 19:43:41','','41.80.46.9','loggedin',1),(25,'user','4','2020-08-10 19:43:50','2020-08-10 19:44:36','','41.80.108.252','loggedin',1),(26,'user','7','2020-08-10 19:44:46','2020-08-10 19:45:29','','41.80.108.252','loggedin',1),(27,'user','7','2020-08-10 19:46:04','2020-08-10 19:46:38','','41.80.108.252','loggedin',1),(28,'user','4','2020-08-10 19:46:47','2020-08-10 19:59:23','','41.80.108.252','loggedin',1),(29,'user','7','2020-08-10 19:59:33','','','41.80.108.252','loggedin',1),(30,'user','4','2020-08-10 20:04:50','','','41.80.108.252','loggedin',1),(31,'user','4','2020-08-11 08:49:25','2020-08-11 08:56:22','','41.80.108.252','loggedin',1),(32,'user','7','2020-08-11 08:56:35','2020-08-11 09:01:00','','41.80.108.252','loggedin',1),(33,'user','4','2020-08-11 09:01:12','2020-08-11 09:01:35','','41.80.108.252','loggedin',1),(34,'user','7','2020-08-11 09:01:48','2020-08-11 09:03:34','','41.80.108.252','loggedin',1),(35,'user','4','2020-08-11 09:03:45','','','41.80.108.252','loggedin',1),(36,'user','4','2020-08-11 09:45:28','','','41.80.46.9','loggedin',1),(37,'user','4','2020-08-11 09:47:31','','','41.80.46.9','loggedin',1),(38,'user','4','2020-08-11 09:51:26','2020-08-11 16:31:59','','41.80.108.252','loggedin',1),(39,'user','7','2020-08-11 16:32:09','2020-08-11 16:33:00','','41.80.111.145','loggedin',1),(40,'user','4','2020-08-11 16:33:13','2020-08-11 17:25:44','','41.80.111.145','loggedin',1),(41,'user','7','2020-08-11 17:26:29','2020-08-11 17:28:14','','41.80.111.145','loggedin',1),(42,'user','4','2020-08-11 17:28:24','2020-08-11 19:05:10','','41.80.111.145','loggedin',1),(43,'user','7','2020-08-11 19:05:19','2020-08-11 19:06:23','','41.80.111.145','loggedin',1),(44,'user','4','2020-08-11 19:06:37','2020-08-11 19:56:54','','41.80.111.145','loggedin',1),(45,'user','4','2020-08-11 19:57:55','','','41.80.111.145','loggedin',1),(46,'user','7','2020-08-11 20:30:24','','','197.237.86.171','loggedin',1),(47,'user','7','2020-08-11 20:52:00','2020-08-11 21:34:19','','41.80.113.21','loggedin',1),(48,'user','7','2020-08-11 21:34:36','2020-08-11 21:46:36','','197.237.86.171','loggedin',1),(49,'user','7','2020-08-11 21:57:42','','','105.160.77.119','loggedin',1),(50,'user','7','2020-08-12 01:43:51','','','105.165.195.78','loggedin',1),(51,'user','7','2020-08-12 01:48:33','','','105.165.195.78','loggedin',1),(52,'user','7','2020-08-12 02:02:02','2020-08-12 02:04:50','','105.165.195.78','loggedin',1),(53,'user','7','2020-08-12 08:31:23','2020-08-12 08:33:34','','41.80.111.145','loggedin',1),(54,'user','4','2020-08-12 08:33:46','2020-08-12 08:38:35','','41.80.111.145','loggedin',1),(55,'user','4','2020-08-12 08:45:49','2020-08-12 08:49:02','','41.80.111.145','loggedin',1),(56,'admin','1','2020-08-12 08:50:53','2020-08-12 09:01:42','','41.80.111.145','loggedin',1),(57,'user','4','2020-08-12 09:01:53','2020-08-12 09:04:30','','41.80.111.145','loggedin',1),(58,'admin','1','2020-08-12 09:04:39','2020-08-12 09:04:58','','41.80.135.207','loggedin',1),(59,'user','4','2020-08-12 09:05:09','2020-08-12 09:09:26','','41.80.135.207','loggedin',1),(60,'user','7','2020-08-12 09:09:38','','','41.80.111.145','loggedin',1),(61,'user','7','2020-08-12 09:19:21','','','41.80.111.145','loggedin',1),(62,'user','7','2020-08-12 09:26:50','','','41.80.111.145','loggedin',1),(63,'user','4','2020-08-12 09:34:14','2020-08-12 09:38:11','','41.80.129.246','loggedin',1),(64,'user','4','2020-08-12 09:41:11','','','41.80.248.195','loggedin',1),(65,'user','4','2020-08-12 11:27:12','2020-08-12 13:52:46','','41.80.248.195','loggedin',1),(66,'user','7','2020-08-12 12:21:30','','','41.80.113.21','loggedin',1),(67,'user','7','2020-08-12 12:50:11','','','41.80.113.21','loggedin',1),(68,'user','7','2020-08-12 13:52:57','2020-08-12 14:03:25','','41.80.248.195','loggedin',1),(69,'user','4','2020-08-12 14:03:38','2020-08-12 14:04:45','','41.80.129.246','loggedin',1),(70,'user','7','2020-08-12 14:05:02','2020-08-12 14:14:14','','41.80.129.246','loggedin',1),(71,'user','4','2020-08-12 14:14:25','','','41.80.248.195','loggedin',1),(72,'user','7','2020-08-12 14:21:41','','','41.80.113.21','loggedin',1),(73,'user','4','2020-08-12 15:41:21','','','41.80.248.195','loggedin',1),(74,'user','4','2020-08-12 18:39:39','','','41.80.248.195','loggedin',1),(75,'user','4','2020-08-12 19:30:32','','','41.80.129.246','loggedin',1),(76,'user','4','2020-08-12 19:33:56','','','41.80.248.195','loggedin',1),(77,'user','7','2020-08-12 20:23:42','','','41.90.130.163','loggedin',1),(78,'user','7','2020-08-13 06:56:58','','','105.160.72.64','loggedin',1),(79,'user','7','2020-08-13 06:58:08','2020-08-13 07:03:04','','197.237.86.171','loggedin',1),(80,'user','4','2020-08-13 08:21:34','','','41.80.248.195','loggedin',1),(81,'user','7','2020-08-13 09:25:08','2020-08-13 09:30:51','','41.80.248.195','loggedin',1),(82,'user','4','2020-08-13 09:31:00','','','41.80.129.246','loggedin',1),(83,'user','4','2020-08-13 09:48:04','2020-08-13 09:53:19','','41.80.248.195','loggedin',1),(84,'user','7','2020-08-13 09:53:38','2020-08-13 09:57:56','','41.80.129.246','loggedin',1),(85,'user','4','2020-08-13 09:58:04','','','41.80.129.246','loggedin',1),(86,'user','4','2020-08-13 11:33:45','','','41.80.248.195','loggedin',1),(87,'user','7','2020-08-13 11:48:34','','','41.80.113.21','loggedin',1),(88,'user','7','2020-08-13 11:51:41','','','41.80.113.21','loggedin',1),(89,'user','7','2020-08-13 11:54:45','','','41.80.113.21','loggedin',1),(90,'user','4','2020-08-13 12:27:24','','','41.80.248.195','loggedin',1),(91,'user','4','2020-08-13 15:53:33','','','41.80.129.246','loggedin',1),(92,'user','4','2020-08-13 17:53:37','','','41.80.248.195','loggedin',1),(93,'user','7','2020-08-13 18:44:38','2020-08-13 18:48:24','','41.212.116.2','loggedin',1),(94,'user','7','2020-08-13 20:55:52','','','41.212.116.2','loggedin',1),(95,'user','4','2020-08-14 09:34:41','','','41.80.129.246','loggedin',1),(96,'user','4','2020-08-14 10:18:21','2020-08-14 10:34:24','','41.80.129.246','loggedin',1),(97,'user','7','2020-08-14 10:34:41','2020-08-14 10:43:30','','41.80.129.246','loggedin',1),(98,'user','4','2020-08-14 10:43:47','2020-08-14 15:02:17','','41.80.248.195','loggedin',1),(99,'user','7','2020-08-14 13:06:28','','','154.79.252.162','loggedin',1),(100,'user','7','2020-08-14 13:26:54','','','154.79.252.162','loggedin',1),(101,'user','7','2020-08-14 13:39:46','','','154.79.252.162','loggedin',1),(102,'user','7','2020-08-14 15:02:26','2020-08-14 15:09:17','','41.80.129.246','loggedin',1),(103,'user','4','2020-08-14 15:09:28','2020-08-14 15:14:05','','41.80.129.246','loggedin',1),(104,'user','7','2020-08-14 15:14:32','2020-08-14 15:24:52','','41.80.129.246','loggedin',1),(105,'user','4','2020-08-14 15:25:00','','','41.80.129.246','loggedin',1),(106,'user','4','2020-08-14 15:25:04','','','41.80.129.246','loggedin',1),(107,'user','7','2020-08-14 15:50:37','','','196.111.101.6','loggedin',1),(108,'user','7','2020-08-14 15:55:54','','','196.111.101.6','loggedin',1),(109,'user','7','2020-08-14 16:00:36','2020-08-14 16:01:58','','196.111.101.6','loggedin',1),(110,'user','7','2020-08-14 16:02:33','2020-08-14 16:03:37','','196.111.101.6','loggedin',1),(111,'user','7','2020-08-14 19:36:43','','','154.79.252.162','loggedin',1),(112,'user','4','2020-08-15 08:34:04','','','41.80.248.195','loggedin',1),(113,'user','4','2020-08-15 10:11:53','','','41.80.129.246','loggedin',1),(114,'user','4','2020-08-15 11:42:46','','','41.80.129.246','loggedin',1),(115,'user','4','2020-08-15 12:06:45','','','41.80.248.195','loggedin',1),(116,'user','7','2020-08-15 12:42:04','2020-08-15 12:45:11','','196.106.130.2','loggedin',1),(117,'user','4','2020-08-15 12:56:29','','','41.80.248.195','loggedin',1),(118,'user','4','2020-08-15 13:40:14','','','41.80.129.246','loggedin',1),(119,'user','7','2020-08-15 13:48:19','','','154.79.252.162','loggedin',1),(120,'user','7','2020-08-15 13:57:45','2020-08-15 13:58:24','','196.106.130.2','loggedin',1),(121,'user','4','2020-08-15 17:31:53','','','41.80.248.195','loggedin',1),(122,'user','4','2020-08-15 17:45:24','','','41.80.248.195','loggedin',1),(123,'user','7','2020-08-15 17:50:06','','','41.81.71.95','loggedin',1),(124,'user','4','2020-08-15 18:00:11','2020-08-15 20:00:34','','41.80.248.195','loggedin',1),(125,'user','7','2020-08-15 18:14:26','','','41.81.71.95','loggedin',1),(126,'user','7','2020-08-15 18:22:21','2020-08-15 18:26:23','','41.81.71.95','loggedin',1),(127,'user','7','2020-08-15 20:55:29','','','197.176.166.216','loggedin',1),(128,'user','7','2020-08-15 21:12:55','','','41.212.116.2','loggedin',1),(129,'user','7','2020-08-15 21:31:15','','','41.212.116.2','loggedin',1),(130,'user','7','2020-08-16 07:24:14','','','41.80.172.150','loggedin',1),(131,'user','4','2020-08-16 08:34:23','2020-08-16 08:35:37','','41.80.129.246','loggedin',1),(132,'user','4','2020-08-16 08:35:59','','','41.80.129.246','loggedin',1),(133,'user','4','2020-08-16 14:15:29','','','41.80.248.195','loggedin',1),(134,'user','7','2020-08-16 15:22:31','','','196.109.55.196','loggedin',1),(135,'user','4','2020-08-16 19:00:41','','','41.80.248.195','loggedin',1),(136,'user','4','2020-08-17 08:09:53','','','41.80.248.195','loggedin',1),(137,'user','4','2020-08-17 10:23:39','','','41.80.248.195','loggedin',1),(138,'user','4','2020-08-17 12:57:18','','','41.80.129.246','loggedin',1),(139,'user','4','2020-08-17 14:30:50','','','41.80.129.246','loggedin',1),(140,'user','4','2020-08-17 18:51:41','','','41.80.129.246','loggedin',1),(141,'user','7','2020-08-17 22:01:37','','','41.212.116.2','loggedin',1),(142,'user','4','2020-08-18 08:38:45','2020-08-18 13:04:30','','41.90.39.241','loggedin',1),(143,'user','7','2020-08-18 09:45:39','2020-08-18 09:48:16','','41.212.116.2','loggedin',1),(144,'user','7','2020-08-18 13:04:46','','','41.90.39.241','loggedin',1),(145,'user','7','2020-08-18 13:09:08','2020-08-18 13:09:54','','41.212.116.2','loggedin',1),(146,'user','4','2020-08-18 13:10:03','','','41.80.248.195','loggedin',1),(147,'user','4','2020-08-18 15:27:39','','','41.80.248.195','loggedin',1),(148,'user','4','2020-08-18 17:17:27','','','41.80.248.195','loggedin',1),(149,'user','4','2020-08-19 08:37:36','2020-08-19 08:38:04','','41.80.248.195','loggedin',1),(150,'user','4','2020-08-19 08:38:22','','','41.80.248.195','loggedin',1),(151,'user','7','2020-08-19 11:53:50','','','41.80.248.195','loggedin',1),(152,'user','4','2020-08-19 12:04:01','','','41.90.39.241','loggedin',1),(153,'user','7','2020-08-19 12:04:29','2020-08-19 12:11:02','','41.90.39.241','loggedin',1),(154,'user','4','2020-08-19 12:11:12','2020-08-19 14:28:20','','41.80.248.195','loggedin',1),(155,'user','7','2020-08-19 14:28:30','2020-08-19 14:28:59','','41.90.39.241','loggedin',1),(156,'user','4','2020-08-19 14:29:09','','','41.90.39.241','loggedin',1),(157,'user','7','2020-08-19 15:58:00','','','41.212.116.2','loggedin',1),(158,'user','4','2020-08-19 16:16:33','','','41.80.248.195','loggedin',1),(159,'user','7','2020-08-19 18:24:43','2020-08-19 18:29:14','','41.212.116.2','loggedin',1),(160,'user','7','2020-08-19 18:29:32','2020-08-19 18:31:41','','41.212.116.2','loggedin',1),(161,'user','7','2020-08-19 18:31:53','2020-08-19 18:32:46','','41.212.116.2','loggedin',1),(162,'user','7','2020-08-19 19:24:31','','','154.79.252.162','loggedin',1),(163,'user','7','2020-08-19 19:32:37','','','154.79.252.162','loggedin',1),(164,'user','7','2020-08-19 20:21:39','2020-08-19 20:27:25','','41.212.116.2','loggedin',1),(165,'user','7','2020-08-19 21:03:44','2020-08-19 21:15:44','','41.212.116.2','loggedin',1),(166,'user','4','2020-08-20 08:50:04','2020-08-20 11:06:28','','41.80.248.195','loggedin',1),(167,'user','7','2020-08-20 10:34:27','','','154.79.252.162','loggedin',1),(168,'user','4','2020-08-20 11:06:37','','','41.90.39.241','loggedin',1),(169,'user','7','2020-08-20 13:45:56','2020-08-20 15:18:47','','41.90.39.241','loggedin',1),(170,'user','4','2020-08-20 15:07:21','2020-08-20 15:22:25','','41.80.248.195','loggedin',1),(171,'user','4','2020-08-20 15:22:56','','','41.80.248.195','loggedin',1),(172,'user','4','2020-08-20 19:06:03','','','41.90.39.241','loggedin',1),(173,'user','7','2020-08-20 19:47:11','2020-08-20 19:49:06','','41.212.116.2','loggedin',1),(174,'user','7','2020-08-20 20:03:50','2020-08-20 20:09:14','','41.212.116.2','loggedin',1),(175,'user','4','2020-08-21 08:37:43','','','41.90.39.241','loggedin',1),(176,'user','7','2020-08-21 10:58:33','2020-08-21 11:01:56','','41.212.116.2','loggedin',1),(177,'user','7','2020-08-21 11:02:03','2020-08-21 11:04:44','','41.212.116.2','loggedin',1),(178,'user','7','2020-08-21 14:07:56','2020-08-21 14:32:54','','41.212.116.2','loggedin',1),(179,'user','7','2020-08-21 21:59:19','','','41.212.116.2','loggedin',1),(180,'user','7','2020-08-21 22:32:36','2020-08-21 22:34:42','','41.212.116.2','loggedin',1),(181,'user','7','2020-08-22 00:29:55','','','41.212.116.2','loggedin',1),(182,'user','4','2020-08-22 08:37:57','','','41.80.248.195','loggedin',1),(183,'user','7','2020-08-22 09:47:12','2020-08-22 09:55:32','','41.212.116.2','loggedin',1),(184,'user','4','2020-08-22 12:15:21','','','41.80.248.195','loggedin',1),(185,'user','4','2020-08-22 15:11:23','','','41.80.248.195','loggedin',1),(186,'user','7','2020-08-22 20:14:42','2020-08-22 20:49:24','','41.212.116.2','loggedin',1),(187,'user','7','2020-08-22 20:49:31','2020-08-22 20:56:18','','41.212.116.2','loggedin',1),(188,'user','7','2020-08-23 10:37:34','2020-08-23 10:38:24','','197.182.5.134','loggedin',1),(189,'user','7','2020-08-23 10:42:14','2020-08-23 11:21:30','','41.212.116.2','loggedin',1),(190,'user','4','2020-08-24 08:23:00','2020-08-24 08:23:57','','41.80.243.152','loggedin',1),(191,'user','4','2020-08-24 08:24:16','','','41.80.243.152','loggedin',1),(192,'user','7','2020-08-24 10:27:58','2020-08-24 10:32:33','','41.212.116.2','loggedin',1),(193,'user','4','2020-08-24 10:38:22','','','41.80.243.152','loggedin',1),(194,'user','7','2020-08-24 12:56:21','2020-08-24 13:00:43','','41.212.116.2','loggedin',1),(195,'user','4','2020-08-24 13:50:20','','','41.80.46.38','loggedin',1),(196,'user','4','2020-08-24 14:13:15','','','41.80.46.38','loggedin',1),(197,'user','7','2020-08-24 16:33:53','2020-08-24 16:42:54','','41.212.116.2','loggedin',1),(198,'user','4','2020-08-24 17:01:28','','','41.80.46.38','loggedin',1),(199,'user','4','2020-08-24 18:25:37','2020-08-24 19:11:07','','41.80.46.38','loggedin',1),(200,'user','7','2020-08-24 18:33:39','2020-08-24 18:38:56','','41.212.116.2','loggedin',1),(201,'user','4','2020-08-24 19:11:22','','','41.80.46.38','loggedin',1),(202,'user','4','2020-08-25 09:08:34','','','41.80.46.38','loggedin',1),(203,'user','7','2020-08-25 10:32:41','','','41.212.116.2','loggedin',1),(204,'user','7','2020-08-25 10:32:43','2020-08-25 10:35:58','','41.212.116.2','loggedin',1),(205,'user','4','2020-08-25 10:38:13','','','41.80.133.166','loggedin',1),(206,'user','7','2020-08-25 13:53:03','','','41.212.116.2','loggedin',1),(207,'user','4','2020-08-25 18:44:23','','','41.80.41.13','loggedin',1),(208,'user','7','2020-08-25 23:34:27','2020-08-25 23:45:38','','41.212.116.2','loggedin',1),(209,'user','7','2020-08-25 23:46:22','2020-08-25 23:47:53','','41.212.116.2','loggedin',1),(210,'user','4','2020-08-26 08:26:23','','','41.80.252.124','loggedin',1),(211,'user','7','2020-08-26 10:15:21','2020-08-26 10:18:21','','41.212.116.2','loggedin',1),(212,'user','7','2020-08-26 11:25:06','2020-08-26 11:27:39','','41.212.116.2','loggedin',1),(213,'user','4','2020-08-26 11:50:13','','','41.80.252.124','loggedin',1),(214,'user','4','2020-08-26 17:30:21','2020-08-26 20:27:35','','41.80.109.62','loggedin',1),(215,'user','7','2020-08-26 17:33:15','2020-08-26 17:42:59','','41.80.154.87','loggedin',1),(216,'user','4','2020-08-27 08:32:17','','','41.80.154.87','loggedin',1),(217,'user','4','2020-08-27 13:11:35','','','41.80.154.87','loggedin',1),(218,'user','4','2020-08-27 15:07:23','','','41.80.109.62','loggedin',1),(219,'user','7','2020-08-27 15:51:58','2020-08-27 15:54:27','','41.212.116.2','loggedin',1),(220,'user','4','2020-08-27 15:58:31','','','41.80.154.87','loggedin',1),(221,'user','7','2020-08-27 16:56:52','2020-08-27 17:21:03','','41.212.116.2','loggedin',1),(222,'user','4','2020-08-27 17:36:48','','','41.80.154.87','loggedin',1),(223,'user','7','2020-08-27 17:49:02','2020-08-27 17:49:59','','41.212.116.2','loggedin',1),(224,'user','4','2020-08-27 18:09:42','','','41.80.154.87','loggedin',1),(225,'user','4','2020-08-28 08:18:10','','','41.80.109.62','loggedin',1),(226,'user','4','2020-08-28 10:36:11','','','41.80.109.62','loggedin',1),(227,'user','4','2020-08-28 11:23:04','2020-08-28 11:33:59','','41.80.109.62','loggedin',1),(228,'user','4','2020-08-28 11:34:21','','','41.80.154.87','loggedin',1),(229,'user','7','2020-08-28 13:24:24','2020-08-28 13:28:19','','41.212.116.2','loggedin',1),(230,'user','7','2020-08-28 13:46:06','2020-08-28 13:47:17','','41.212.116.2','loggedin',1),(231,'user','4','2020-08-28 14:40:07','','','41.80.109.62','loggedin',1),(232,'user','4','2020-08-28 15:53:22','','','41.80.46.229','loggedin',1),(233,'user','4','2020-08-29 08:40:00','','','41.80.245.224','loggedin',1),(234,'user','4','2020-08-29 09:48:28','','','41.80.46.229','loggedin',1),(235,'user','4','2020-08-29 12:27:57','','','41.80.46.229','loggedin',1),(236,'user','7','2020-08-29 18:53:10','2020-08-29 19:27:22','','41.212.116.2','loggedin',1),(237,'user','4','2020-08-30 10:26:50','','','41.80.46.229','loggedin',1),(238,'user','4','2020-08-30 11:25:19','','','41.80.46.229','loggedin',1),(239,'user','7','2020-08-30 12:44:18','','','154.79.252.162','loggedin',1),(240,'user','4','2020-08-30 14:16:51','','','41.80.245.224','loggedin',1),(241,'user','4','2020-08-30 18:35:46','','','41.80.46.229','loggedin',1),(242,'user','4','2020-08-31 08:48:48','','','41.80.245.224','loggedin',1),(243,'user','4','2020-08-31 08:51:31','','','41.80.46.229','loggedin',1),(244,'user','4','2020-08-31 15:28:13','','','41.80.46.229','loggedin',1),(245,'user','4','2020-08-31 15:41:59','','','41.80.46.229','loggedin',1),(246,'user','7','2020-08-31 18:07:35','','','154.79.252.162','loggedin',1),(247,'user','7','2020-08-31 19:32:11','2020-08-31 20:25:25','','41.212.116.2','loggedin',1),(248,'user','4','2020-09-01 08:37:19','','','41.80.245.224','loggedin',1),(249,'user','4','2020-09-01 15:46:45','','','41.80.245.224','loggedin',1),(250,'user','7','2020-09-01 17:29:27','2020-09-01 17:33:27','','41.212.116.2','loggedin',1),(251,'user','7','2020-09-01 19:16:15','2020-09-01 19:18:15','','41.212.116.2','loggedin',1),(252,'user','7','2020-09-01 20:55:32','2020-09-01 20:59:30','','41.212.116.2','loggedin',1),(253,'user','4','2020-09-02 08:38:32','','','41.80.245.224','loggedin',1),(254,'user','7','2020-09-02 11:36:37','2020-09-02 11:38:25','','41.212.116.2','loggedin',1),(255,'user','4','2020-09-02 14:40:35','','','41.80.46.229','loggedin',1),(256,'user','7','2020-09-02 18:58:55','2020-09-02 19:13:28','','41.212.116.2','loggedin',1),(257,'user','4','2020-09-02 19:24:54','','','41.80.46.229','loggedin',1),(258,'user','7','2020-09-02 19:55:33','2020-09-02 19:57:36','','41.212.116.2','loggedin',1),(259,'user','4','2020-09-03 08:44:21','','','41.80.46.229','loggedin',1),(260,'user','4','2020-09-03 11:48:29','2020-09-03 12:09:23','','41.80.46.229','loggedin',1),(261,'user','4','2020-09-03 12:09:43','2020-09-03 12:10:02','','41.80.46.229','loggedin',1),(262,'user','4','2020-09-03 12:10:19','','','41.80.46.229','loggedin',1),(263,'user','7','2020-09-03 14:18:45','2020-09-03 15:15:40','','41.212.116.2','loggedin',1),(264,'user','4','2020-09-03 14:48:50','','','41.80.140.111','loggedin',1),(265,'user','4','2020-09-04 08:55:06','2020-09-04 11:07:46','','41.90.43.154','loggedin',1),(266,'user','7','2020-09-04 10:38:04','','','41.212.116.2','loggedin',1),(267,'user','4','2020-09-04 11:08:06','','','41.90.41.14','loggedin',1),(268,'user','7','2020-09-04 11:11:24','2020-09-04 11:13:52','','41.212.116.2','loggedin',1),(269,'user','4','2020-09-04 12:41:04','','','41.90.43.154','loggedin',1),(270,'user','7','2020-09-04 13:05:58','2020-09-04 13:17:46','','41.212.116.2','loggedin',1),(271,'user','4','2020-09-04 13:55:24','','','41.90.41.14','loggedin',1),(272,'user','4','2020-09-04 13:55:25','','','41.90.41.14','loggedin',1),(273,'user','4','2020-09-04 14:40:59','2020-09-04 18:05:06','','41.90.41.14','loggedin',1),(274,'user','4','2020-09-04 18:05:20','','','41.90.41.14','loggedin',1),(275,'user','4','2020-09-05 14:37:24','','','41.80.136.79','loggedin',1),(276,'user','7','2020-09-05 14:44:50','','','41.212.116.2','loggedin',1),(277,'user','4','2020-09-05 17:12:33','','','41.80.145.81','loggedin',1),(278,'user','4','2020-09-06 11:14:04','','','41.80.130.34','loggedin',1),(279,'user','4','2020-09-06 11:14:10','','','41.80.130.34','loggedin',1),(280,'user','4','2020-09-07 08:35:11','','','41.80.231.96','loggedin',1),(281,'user','4','2020-09-07 10:39:47','','','41.80.231.96','loggedin',1),(282,'user','7','2020-09-07 13:28:10','','','41.212.116.2','loggedin',1),(283,'user','7','2020-09-07 14:40:56','2020-09-07 14:42:56','','41.212.116.2','loggedin',1),(284,'user','4','2020-09-07 14:50:27','2020-09-07 17:37:45','','41.80.145.81','loggedin',1),(285,'user','4','2020-09-07 17:37:53','','','41.80.231.96','loggedin',1),(286,'user','4','2020-09-07 18:37:41','','','41.80.231.96','loggedin',1),(287,'user','4','2020-09-08 08:50:00','','','41.80.231.96','loggedin',1),(288,'user','7','2020-09-08 10:12:35','2020-09-08 10:15:44','','41.212.116.2','loggedin',1),(289,'user','7','2020-09-08 10:35:35','2020-09-08 10:37:30','','41.212.116.2','loggedin',1),(290,'user','4','2020-09-08 10:56:30','','','41.80.231.96','loggedin',1),(291,'user','4','2020-09-09 13:26:01','','','41.90.56.137','loggedin',1),(292,'user','4','2020-09-10 09:39:39','2020-09-10 18:18:57','','41.80.149.76','loggedin',1),(293,'user','7','2020-09-10 11:48:43','2020-09-10 11:59:02','','41.212.116.2','loggedin',1),(294,'user','7','2020-09-10 12:00:33','2020-09-10 12:01:16','','41.212.116.2','loggedin',1),(295,'user','7','2020-09-10 13:32:06','2020-09-10 13:35:28','','41.212.116.2','loggedin',1),(296,'user','4','2020-09-10 18:19:11','','','41.80.243.216','loggedin',1),(297,'user','7','2020-09-10 21:25:16','','','41.212.116.2','loggedin',1),(298,'user','4','2020-09-11 09:08:27','','','41.90.35.113','loggedin',1),(299,'user','4','2020-09-11 10:47:19','2020-09-11 16:17:50','','41.90.35.113','loggedin',1),(300,'user','4','2020-09-11 16:18:00','2020-09-11 16:45:16','','41.90.35.113','loggedin',1),(301,'user','4','2020-09-11 16:45:59','','','41.80.243.216','loggedin',1),(302,'user','4','2020-09-11 17:43:23','','','41.80.243.216','loggedin',1),(303,'user','4','2020-09-11 17:48:59','','','41.80.243.216','loggedin',1),(304,'user','7','2020-09-11 19:31:20','','','41.212.116.2','loggedin',1),(305,'user','7','2020-09-11 19:55:51','','','41.212.116.2','loggedin',1),(306,'user','4','2020-09-12 08:40:57','','','105.163.45.46','loggedin',1),(307,'user','7','2020-09-12 08:49:55','','','41.212.116.2','loggedin',1),(308,'user','4','2020-09-12 13:45:20','','','105.163.22.106','loggedin',1),(309,'user','7','2020-09-12 14:59:53','2020-09-12 15:03:02','','41.212.116.2','loggedin',1),(310,'user','4','2020-09-13 11:05:52','','','105.163.22.106','loggedin',1),(311,'user','7','2020-09-13 20:23:47','2020-09-13 20:25:47','','41.212.116.2','loggedin',1),(312,'user','4','2020-09-14 09:02:36','','','105.163.31.120','loggedin',1),(313,'user','7','2020-09-14 10:13:26','2020-09-14 10:36:43','','41.212.116.2','loggedin',1),(314,'user','7','2020-09-14 13:36:24','','','41.212.116.2','loggedin',1),(315,'user','4','2020-09-15 08:49:41','','','105.163.22.106','loggedin',1),(316,'user','7','2020-09-15 15:34:15','2020-09-15 15:51:45','','41.212.116.2','loggedin',1),(317,'user','7','2020-09-15 18:52:15','2020-09-15 18:53:00','','41.212.116.2','loggedin',1),(318,'user','4','2020-09-16 08:31:47','','','105.163.31.120','loggedin',1),(319,'user','4','2020-09-16 09:11:34','','','105.163.22.106','loggedin',1),(320,'user','7','2020-09-16 11:00:03','','','41.212.116.2','loggedin',1),(321,'user','4','2020-09-16 11:54:44','','','105.163.31.120','loggedin',1),(322,'user','4','2020-09-16 13:19:08','','','105.163.22.106','loggedin',1),(323,'user','4','2020-09-16 13:35:21','','','105.163.22.106','loggedin',1),(324,'user','4','2020-09-16 15:17:41','','','105.163.22.106','loggedin',1),(325,'user','4','2020-09-16 15:31:44','','','105.163.22.106','loggedin',1),(326,'user','4','2020-09-16 17:00:13','','','105.163.22.106','loggedin',1),(327,'user','7','2020-09-16 21:47:29','2020-09-16 22:19:17','','41.212.116.2','loggedin',1),(328,'user','4','2020-09-17 08:24:21','','','105.163.31.120','loggedin',1),(329,'user','7','2020-09-17 08:49:11','2020-09-17 08:52:01','','41.212.116.2','loggedin',1),(330,'user','7','2020-09-17 08:57:33','2020-09-17 09:00:34','','41.212.116.2','loggedin',1),(331,'user','7','2020-09-17 10:20:17','2020-09-17 10:22:34','','41.212.116.2','loggedin',1),(332,'user','4','2020-09-17 11:14:29','','','105.163.31.120','loggedin',1),(333,'user','7','2020-09-17 16:34:21','2020-09-17 16:38:22','','41.212.116.2','loggedin',1),(334,'user','4','2020-09-17 18:14:23','','','105.163.22.106','loggedin',1),(335,'user','7','2020-09-17 19:54:50','2020-09-17 19:55:20','','41.212.116.2','loggedin',1),(336,'user','4','2020-09-18 08:36:55','','','105.163.22.106','loggedin',1),(337,'user','7','2020-09-18 15:54:44','2020-09-18 16:01:29','','41.212.116.2','loggedin',1),(338,'user','7','2020-09-18 20:02:10','2020-09-18 20:02:43','','41.212.116.2','loggedin',1),(339,'user','7','2020-09-18 20:03:34','2020-09-18 20:05:26','','41.212.116.2','loggedin',1),(340,'user','4','2020-09-19 10:04:55','','','105.163.37.181','loggedin',1),(341,'user','4','2020-09-19 12:24:21','','','105.163.45.49','loggedin',1),(342,'user','7','2020-09-20 09:33:59','2020-09-20 09:46:28','','41.212.116.2','loggedin',1),(343,'user','4','2020-09-20 09:50:14','','','105.163.45.49','loggedin',1),(344,'user','7','2020-09-20 11:30:49','','','105.163.37.181','loggedin',1),(345,'user','4','2020-09-20 12:05:50','','','105.163.37.181','loggedin',1),(346,'user','7','2020-09-20 12:13:02','','','105.163.37.181','loggedin',1),(347,'user','4','2020-09-20 12:55:58','2020-09-20 12:59:41','','105.163.45.49','loggedin',1),(348,'user','7','2020-09-20 12:59:57','2020-09-20 13:10:00','','105.163.45.49','loggedin',1),(349,'user','4','2020-09-20 13:10:32','2020-09-20 13:45:53','','105.163.45.49','loggedin',1),(350,'user','7','2020-09-20 13:46:04','2020-09-20 13:58:29','','105.163.37.181','loggedin',1),(351,'user','4','2020-09-20 13:59:10','2020-09-20 14:08:18','','105.163.37.181','loggedin',1),(352,'user','7','2020-09-20 14:08:35','','','105.163.37.181','loggedin',1),(353,'user','7','2020-09-20 14:37:12','2020-09-20 14:43:26','','105.163.37.181','loggedin',1),(354,'user','4','2020-09-20 14:43:48','2020-09-20 14:45:37','','105.163.45.49','loggedin',1),(355,'user','7','2020-09-20 14:45:48','2020-09-20 14:46:12','','105.163.37.181','loggedin',1),(356,'user','7','2020-09-20 14:47:28','2020-09-20 15:06:46','','105.163.37.181','loggedin',1),(357,'user','4','2020-09-20 15:07:10','2020-09-20 15:10:21','','105.163.37.181','loggedin',1),(358,'user','7','2020-09-20 15:10:34','2020-09-20 15:19:22','','105.163.37.181','loggedin',1),(359,'user','4','2020-09-20 15:19:49','2020-09-20 15:20:13','','105.163.37.181','loggedin',1),(360,'user','7','2020-09-20 15:21:02','2020-09-20 15:21:30','','105.163.37.181','loggedin',1),(361,'user','7','2020-09-20 15:21:45','2020-09-20 15:35:42','','105.163.37.181','loggedin',1),(362,'user','4','2020-09-20 15:35:54','2020-09-20 15:43:59','','105.163.37.181','loggedin',1),(363,'user','7','2020-09-20 15:44:25','2020-09-20 15:53:31','','105.163.45.49','loggedin',1),(364,'user','4','2020-09-20 15:54:09','2020-09-20 16:02:52','','105.163.45.49','loggedin',1),(365,'user','4','2020-09-20 16:04:13','2020-09-20 16:05:44','','105.163.37.181','loggedin',1),(366,'user','7','2020-09-20 16:06:02','2020-09-20 16:27:39','','105.163.37.181','loggedin',1),(367,'user','4','2020-09-20 16:27:56','2020-09-20 16:29:40','','105.163.37.181','loggedin',1),(368,'user','7','2020-09-20 16:30:01','2020-09-20 16:38:05','','105.163.37.181','loggedin',1),(369,'user','4','2020-09-20 16:41:16','2020-09-20 16:49:32','','105.163.37.181','loggedin',1),(370,'user','7','2020-09-20 16:50:36','2020-09-20 16:59:07','','105.163.37.181','loggedin',1),(371,'user','4','2020-09-20 16:59:22','2020-09-20 17:03:10','','105.163.37.181','loggedin',1),(372,'user','7','2020-09-20 17:03:34','2020-09-20 17:24:07','','105.163.37.181','loggedin',1),(373,'user','4','2020-09-20 17:24:40','2020-09-20 17:25:59','','105.163.37.181','loggedin',1),(374,'user','7','2020-09-20 17:26:13','2020-09-20 17:41:07','','105.163.37.181','loggedin',1),(375,'user','4','2020-09-20 17:41:20','2020-09-20 17:43:16','','105.163.37.181','loggedin',1),(376,'user','7','2020-09-20 17:48:57','2020-09-20 17:55:42','','105.163.37.181','loggedin',1),(377,'user','4','2020-09-20 17:56:13','2020-09-20 18:03:14','','105.163.37.181','loggedin',1),(378,'user','7','2020-09-20 18:03:29','2020-09-20 18:20:50','','105.163.37.181','loggedin',1),(379,'user','4','2020-09-20 18:21:03','2020-09-20 18:21:35','','105.163.37.181','loggedin',1),(380,'user','7','2020-09-20 18:22:06','2020-09-20 18:23:15','','105.163.37.181','loggedin',1),(381,'user','4','2020-09-20 18:23:25','2020-09-20 18:38:12','','105.163.37.181','loggedin',1),(382,'user','7','2020-09-20 20:46:33','2020-09-21 01:07:08','','41.212.116.2','loggedin',1),(383,'user','7','2020-09-21 07:12:01','2020-09-21 09:12:55','','41.212.116.2','loggedin',1),(384,'user','7','2020-09-21 09:13:12','2020-09-21 09:15:19','','41.212.116.2','loggedin',1),(385,'user','7','2020-09-21 09:16:07','2020-09-21 09:16:36','','41.212.116.2','loggedin',1),(386,'user','4','2020-09-21 11:04:28','','','105.163.45.49','loggedin',1),(387,'user','4','2020-09-21 12:52:52','','','105.163.45.49','loggedin',1),(388,'user','7','2020-09-21 13:55:30','2020-09-21 14:36:35','','41.212.116.2','loggedin',1),(389,'user','4','2020-09-21 15:14:50','','','105.163.45.49','loggedin',1),(390,'user','7','2020-09-21 17:56:56','2020-09-21 18:02:39','','41.212.116.2','loggedin',1),(391,'user','7','2020-09-21 18:07:15','2020-09-21 18:08:52','','41.212.116.2','loggedin',1),(392,'user','4','2020-09-21 18:36:12','','','105.163.21.195','loggedin',1),(393,'user','7','2020-09-21 18:36:44','2020-09-21 18:42:08','','41.212.116.2','loggedin',1),(394,'user','4','2020-09-21 18:37:15','','','105.163.21.195','loggedin',1),(395,'user','4','2020-09-21 18:40:56','','','105.163.37.181','loggedin',1),(396,'user','4','2020-09-21 19:05:36','','','105.163.21.195','loggedin',1),(397,'user','7','2020-09-21 19:20:13','2020-09-21 19:54:47','','41.212.116.2','loggedin',1),(398,'user','7','2020-09-21 20:17:59','2020-09-21 20:26:44','','41.212.116.2','loggedin',1),(399,'user','4','2020-09-21 20:30:41','','','105.163.37.181','loggedin',1),(400,'user','4','2020-09-22 09:00:44','','','105.163.37.181','loggedin',1),(401,'user','7','2020-09-22 10:21:42','','','41.212.116.2','loggedin',1),(402,'user','7','2020-09-22 15:00:23','2020-09-22 15:08:07','','41.212.116.2','loggedin',1),(403,'user','4','2020-09-23 08:20:55','','','105.163.21.195','loggedin',1),(404,'user','7','2020-09-23 12:43:20','2020-09-23 12:46:50','','41.212.116.2','loggedin',1),(405,'user','7','2020-09-23 13:10:38','2020-09-23 13:11:37','','41.212.116.2','loggedin',1),(406,'user','7','2020-09-23 14:33:33','2020-09-23 14:34:21','','41.212.116.2','loggedin',1),(407,'user','7','2020-09-23 20:30:17','2020-09-23 20:31:13','','41.212.116.2','loggedin',1),(408,'user','4','2020-09-24 08:14:24','','','105.163.21.195','loggedin',1),(409,'user','7','2020-09-24 09:45:51','2020-09-24 09:46:52','','41.212.116.2','loggedin',1),(410,'user','7','2020-09-24 15:11:01','2020-09-24 15:15:20','','41.212.116.2','loggedin',1),(411,'user','7','2020-09-24 17:49:44','2020-09-24 17:50:26','','41.212.116.2','loggedin',1),(412,'user','7','2020-09-24 20:55:56','2020-09-24 20:56:50','','41.212.116.2','loggedin',1),(413,'user','4','2020-09-25 08:24:48','2020-09-25 14:38:43','','105.163.53.104','loggedin',1),(414,'user','7','2020-09-25 09:54:39','2020-09-25 10:01:06','','41.212.116.2','loggedin',1),(415,'user','7','2020-09-25 14:39:00','','','105.163.31.186','loggedin',1),(416,'user','4','2020-09-25 14:46:35','','','105.163.31.186','loggedin',1),(417,'user','7','2020-09-25 14:48:38','2020-09-25 15:20:05','','105.163.31.186','loggedin',1),(418,'user','4','2020-09-25 15:21:07','','','105.163.31.186','loggedin',1),(419,'user','4','2020-09-25 19:11:24','','','105.163.31.186','loggedin',1),(420,'user','7','2020-09-25 19:16:26','','','41.212.116.2','loggedin',1),(421,'user','7','2020-09-25 19:22:25','2020-09-25 19:27:07','','105.160.118.244','loggedin',1),(422,'user','4','2020-09-26 09:02:23','','','105.163.24.6','loggedin',1),(423,'user','7','2020-09-26 14:13:37','','','41.212.116.2','loggedin',1),(424,'user','7','2020-09-27 07:48:09','2020-09-27 07:49:46','','41.212.116.2','loggedin',1),(425,'user','7','2020-09-27 07:57:57','2020-09-27 08:02:27','','41.212.116.2','loggedin',1),(426,'user','4','2020-09-28 16:46:52','2020-09-28 17:10:12','','105.163.24.6','loggedin',1),(427,'user','7','2020-09-28 16:57:14','','','41.212.116.2','loggedin',1),(428,'user','4','2020-09-28 17:10:39','','','105.163.33.240','loggedin',1),(429,'user','4','2020-09-29 08:18:36','','','105.163.24.6','loggedin',1),(430,'user','4','2020-09-29 09:27:04','','','105.163.24.6','loggedin',1),(431,'user','7','2020-09-29 14:46:15','2020-09-29 14:50:25','','41.212.116.2','loggedin',1),(432,'user','7','2020-09-29 15:51:32','2020-09-29 15:52:50','','41.212.116.2','loggedin',1),(433,'user','7','2020-09-29 16:27:16','2020-09-29 16:28:54','','41.212.116.2','loggedin',1),(434,'user','4','2020-09-29 19:13:42','','','105.163.33.240','loggedin',1),(435,'user','4','2020-09-30 08:53:02','','','105.163.33.240','loggedin',1),(436,'user','4','2020-09-30 10:26:36','','','105.163.33.240','loggedin',1),(437,'user','4','2020-09-30 11:17:17','','','105.163.33.240','loggedin',1),(438,'user','7','2020-09-30 13:56:01','2020-09-30 14:00:14','','41.212.116.2','loggedin',1),(439,'user','7','2020-09-30 18:30:18','2020-09-30 18:35:32','','41.212.116.2','loggedin',1),(440,'user','7','2020-09-30 18:40:15','2020-09-30 18:41:36','','41.212.116.2','loggedin',1),(441,'user','7','2020-09-30 18:58:02','2020-09-30 18:59:01','','41.212.116.2','loggedin',1),(442,'user','4','2020-10-01 08:32:14','','','105.163.33.240','loggedin',1),(443,'user','7','2020-10-01 10:30:16','2020-10-01 10:32:28','','41.212.116.2','loggedin',1),(444,'user','7','2020-10-01 11:27:27','2020-10-01 11:28:11','','41.212.116.2','loggedin',1),(445,'user','7','2020-10-01 13:36:27','2020-10-01 13:38:48','','41.212.116.2','loggedin',1),(446,'user','7','2020-10-01 18:44:14','2020-10-01 18:48:57','','41.212.116.2','loggedin',1),(447,'user','4','2020-10-02 10:00:50','','','105.163.24.6','loggedin',1),(448,'user','7','2020-10-02 14:25:12','2020-10-02 14:30:20','','41.212.116.2','loggedin',1),(449,'user','4','2020-10-03 09:15:45','','','105.163.33.240','loggedin',1),(450,'user','4','2020-10-03 11:53:26','','','105.163.33.240','loggedin',1),(451,'user','4','2020-10-03 13:11:33','','','105.163.33.240','loggedin',1),(452,'user','4','2020-10-03 14:07:15','','','105.163.24.6','loggedin',1),(453,'user','7','2020-10-03 23:10:23','2020-10-03 23:27:44','','41.212.116.2','loggedin',1),(454,'user','4','2020-10-05 10:50:20','','','105.163.56.78','loggedin',1),(455,'user','7','2020-10-05 11:47:55','2020-10-05 11:54:54','','41.212.116.2','loggedin',1),(456,'user','4','2020-10-05 15:12:57','','','105.163.56.78','loggedin',1),(457,'user','7','2020-10-05 19:49:55','2020-10-05 20:02:27','','41.212.116.2','loggedin',1),(458,'user','4','2020-10-06 08:09:49','','','105.163.56.78','loggedin',1),(459,'user','4','2020-10-06 10:32:15','','','105.163.56.78','loggedin',1),(460,'user','4','2020-10-06 18:26:08','','','41.60.238.15','loggedin',1),(461,'user','4','2020-10-07 09:26:34','','','196.216.95.122','loggedin',1),(462,'user','4','2020-10-07 12:38:00','','','196.216.95.122','loggedin',1),(463,'user','7','2020-10-07 17:45:26','2020-10-07 18:01:43','','41.212.116.2','loggedin',1),(464,'user','4','2020-10-07 19:03:39','','','196.216.95.122','loggedin',1),(465,'user','4','2020-10-08 09:06:12','','','105.163.46.231','loggedin',1),(466,'user','7','2020-10-08 17:40:23','2020-10-08 17:56:13','','41.212.116.2','loggedin',1),(467,'user','4','2020-10-08 20:06:34','','','105.163.49.172','loggedin',1),(468,'user','4','2020-10-09 09:32:45','','','196.216.95.122','loggedin',1),(469,'user','7','2020-10-09 18:50:11','2020-10-09 18:54:16','','41.212.14.138','loggedin',1),(470,'user','7','2020-10-09 19:08:10','2020-10-09 19:11:40','','41.212.14.138','loggedin',1),(471,'user','4','2020-10-10 09:19:50','','','196.216.95.122','loggedin',1),(472,'user','7','2020-10-10 09:49:20','2020-10-10 09:59:40','','41.212.14.138','loggedin',1),(473,'user','7','2020-10-10 11:43:57','2020-10-10 11:44:36','','41.212.14.138','loggedin',1),(474,'user','7','2020-10-10 18:22:46','2020-10-10 18:29:19','','41.212.14.138','loggedin',1),(475,'user','4','2020-10-11 10:37:45','','','196.216.95.122','loggedin',1),(476,'user','4','2020-10-11 12:41:30','','','41.60.239.62','loggedin',1),(477,'user','4','2020-10-11 19:34:13','','','41.60.235.247','loggedin',1),(478,'user','4','2020-10-12 09:35:45','','','105.163.42.1','loggedin',1),(479,'user','4','2020-10-12 11:21:02','','','41.60.235.247','loggedin',1),(480,'user','4','2020-10-12 11:35:52','','','41.60.235.247','loggedin',1),(481,'user','4','2020-10-12 12:51:37','','','41.60.239.145','loggedin',1),(482,'user','7','2020-10-12 14:57:34','2020-10-12 14:58:52','','41.212.14.138','loggedin',1),(483,'user','7','2020-10-12 19:29:43','2020-10-12 19:44:49','','41.212.14.138','loggedin',1),(484,'user','4','2020-10-13 09:10:38','','','105.163.42.1','loggedin',1),(485,'user','4','2020-10-13 10:21:15','','','105.163.42.1','loggedin',1),(486,'user','4','2020-10-13 11:12:56','','','41.60.237.20','loggedin',1),(487,'user','7','2020-10-13 21:19:30','2020-10-13 21:21:12','','41.212.14.138','loggedin',1),(488,'user','4','2020-10-14 09:10:33','','','41.60.237.20','loggedin',1),(489,'user','4','2020-10-14 10:38:48','','','41.60.237.20','loggedin',1),(490,'user','4','2020-10-14 15:00:09','','','41.60.237.20','loggedin',1),(491,'user','7','2020-10-14 19:38:49','2020-10-14 19:40:49','','41.212.14.138','loggedin',1),(492,'user','4','2020-10-14 20:07:16','','','41.60.237.20','loggedin',1),(493,'user','4','2020-10-15 08:24:17','','','105.163.42.1','loggedin',1),(494,'user','4','2020-10-15 10:25:44','','','41.60.237.20','loggedin',1),(495,'user','4','2020-10-15 10:59:24','','','105.163.42.1','loggedin',1),(496,'user','7','2020-10-15 21:07:55','2020-10-15 21:16:19','','41.212.14.138','loggedin',1),(497,'user','4','2020-10-16 08:41:41','','','41.60.237.20','loggedin',1),(498,'user','7','2020-10-16 11:00:40','2020-10-16 11:06:22','','41.212.14.138','loggedin',1),(499,'user','7','2020-10-16 12:26:15','2020-10-16 12:28:25','','41.212.14.138','loggedin',1),(500,'user','4','2020-10-16 13:19:05','','','41.60.237.20','loggedin',1),(501,'user','4','2020-10-17 09:30:00','','','41.60.237.20','loggedin',1),(502,'user','4','2020-10-17 09:45:56','','','41.60.237.20','loggedin',1),(503,'user','7','2020-10-17 14:10:32','2020-10-17 14:19:13','','41.212.14.138','loggedin',1),(504,'user','4','2020-10-17 15:29:23','','','41.60.237.20','loggedin',1),(505,'user','4','2020-10-18 11:30:41','','','41.60.237.20','loggedin',1),(506,'user','7','2020-10-18 12:32:52','2020-10-18 12:35:26','','197.254.55.102','loggedin',1),(507,'user','4','2020-10-19 09:07:45','','','41.60.237.20','loggedin',1),(508,'user','4','2020-10-19 09:32:55','','','41.60.237.20','loggedin',1),(509,'user','4','2020-10-19 13:13:14','','','41.60.237.20','loggedin',1),(510,'user','7','2020-10-19 20:58:35','','','105.160.73.243','loggedin',1),(511,'user','7','2020-10-19 21:02:37','2020-10-19 21:14:44','','105.160.73.243','loggedin',1),(512,'user','7','2020-10-20 05:12:40','','','154.159.238.85','loggedin',1),(513,'user','4','2020-10-20 09:26:37','','','41.60.237.20','loggedin',1),(514,'user','4','2020-10-20 12:14:02','2020-10-20 13:41:23','','105.163.36.90','loggedin',1),(515,'user','7','2020-10-20 13:41:53','2020-10-20 16:19:00','','105.163.36.90','loggedin',1),(516,'user','4','2020-10-20 16:19:09','2020-10-20 16:20:30','','196.216.94.205','loggedin',1),(517,'user','7','2020-10-20 16:21:54','2020-10-20 16:30:17','','105.163.36.90','loggedin',1),(518,'user','4','2020-10-20 16:30:31','2020-10-20 16:40:26','','196.216.94.205','loggedin',1),(519,'user','7','2020-10-20 16:42:59','','','196.216.94.205','loggedin',1),(520,'user','7','2020-10-20 16:46:00','','','196.216.94.205','loggedin',1),(521,'user','7','2020-10-20 16:47:32','2020-10-20 16:49:24','','196.216.94.205','loggedin',1),(522,'user','4','2020-10-20 16:49:37','2020-10-20 16:50:24','','196.216.94.205','loggedin',1),(523,'user','7','2020-10-20 16:50:35','2020-10-20 16:57:15','','196.216.94.205','loggedin',1),(524,'user','4','2020-10-20 16:57:26','2020-10-20 17:14:21','','196.216.94.205','loggedin',1),(525,'user','7','2020-10-20 17:15:08','2020-10-20 17:19:48','','105.163.36.90','loggedin',1),(526,'user','4','2020-10-20 17:19:57','2020-10-20 19:33:31','','105.163.36.90','loggedin',1),(527,'user','7','2020-10-20 19:33:51','2020-10-20 19:35:09','','105.163.36.90','loggedin',1),(528,'user','4','2020-10-20 19:35:17','','','105.163.36.90','loggedin',1),(529,'user','4','2020-10-21 09:50:44','','','196.216.94.205','loggedin',1),(530,'user','7','2020-10-21 10:09:18','','','196.216.94.205','loggedin',1),(531,'user','7','2020-10-21 10:31:49','','','196.216.94.205','loggedin',1),(532,'user','4','2020-10-21 10:59:49','2020-10-21 12:10:01','','105.163.36.90','loggedin',1),(533,'user','7','2020-10-21 12:10:16','2020-10-21 12:30:20','','105.163.36.90','loggedin',1),(534,'user','4','2020-10-21 12:30:31','2020-10-21 12:38:17','','196.216.94.205','loggedin',1),(535,'user','7','2020-10-21 12:38:31','2020-10-21 12:45:22','','196.216.94.205','loggedin',1),(536,'user','4','2020-10-21 12:45:30','','','196.216.94.205','loggedin',1),(537,'user','4','2020-10-21 15:24:06','','','105.163.36.90','loggedin',1),(538,'user','4','2020-10-22 09:48:53','2020-10-22 14:14:38','','196.216.94.205','loggedin',1),(539,'user','7','2020-10-22 14:14:57','2020-10-22 14:27:02','','105.163.36.90','loggedin',1),(540,'user','4','2020-10-22 14:27:37','2020-10-22 15:23:47','','105.163.36.90','loggedin',1),(541,'user','7','2020-10-22 15:24:02','2020-10-22 15:25:39','','105.163.36.90','loggedin',1),(542,'user','4','2020-10-22 15:25:49','','','105.163.36.90','loggedin',1),(543,'user','4','2020-10-22 17:50:07','','','196.216.94.205','loggedin',1),(544,'user','4','2020-10-22 18:48:57','','','105.163.36.90','loggedin',1),(545,'user','4','2020-10-22 18:50:10','2020-10-22 19:01:39','','105.163.36.90','loggedin',1),(546,'user','7','2020-10-22 19:01:54','2020-10-22 19:19:44','','196.216.94.205','loggedin',1),(547,'user','4','2020-10-22 19:20:41','','','196.216.94.205','loggedin',1),(548,'user','4','2020-10-23 08:48:16','2020-10-23 10:22:01','','105.163.36.90','loggedin',1),(549,'user','7','2020-10-23 10:22:14','2020-10-23 10:33:19','','105.163.36.90','loggedin',1),(550,'user','4','2020-10-23 10:33:32','2020-10-23 17:00:15','','196.216.94.205','loggedin',1),(551,'user','7','2020-10-23 17:00:33','','','105.163.36.90','loggedin',1),(552,'user','7','2020-10-23 17:27:20','2020-10-23 17:32:06','','196.216.94.205','loggedin',1),(553,'user','4','2020-10-23 17:32:17','2020-10-23 17:51:01','','196.216.94.205','loggedin',1),(554,'user','7','2020-10-23 17:51:34','2020-10-23 17:52:19','','105.163.36.90','loggedin',1),(555,'user','4','2020-10-23 17:52:29','2020-10-23 19:13:29','','105.163.36.90','loggedin',1),(556,'user','7','2020-10-23 19:15:07','2020-10-23 19:15:55','','196.216.94.205','loggedin',1),(557,'user','4','2020-10-23 19:16:12','','','196.216.94.205','loggedin',1),(558,'user','4','2020-10-24 09:50:20','','','105.163.36.90','loggedin',1),(559,'user','4','2020-10-24 12:09:35','','','105.163.36.90','loggedin',1),(560,'user','7','2020-10-24 12:11:47','2020-10-24 12:23:19','','105.163.36.90','loggedin',1),(561,'user','4','2020-10-24 12:23:30','2020-10-24 12:35:02','','105.163.36.90','loggedin',1),(562,'user','7','2020-10-24 12:35:17','2020-10-24 12:57:27','','196.216.94.205','loggedin',1),(563,'user','4','2020-10-24 12:57:36','','','196.216.94.205','loggedin',1),(564,'user','4','2020-10-24 15:06:36','','','105.163.36.90','loggedin',1),(565,'user','4','2020-10-24 18:28:25','','','105.163.36.90','loggedin',1),(566,'user','4','2020-10-24 18:50:33','','','196.216.94.205','loggedin',1),(567,'user','4','2020-10-25 11:06:19','2020-10-25 11:20:05','','196.216.94.205','loggedin',1),(568,'user','7','2020-10-25 11:20:17','2020-10-25 11:20:39','','105.163.36.90','loggedin',1),(569,'user','4','2020-10-25 11:20:47','','','105.163.36.90','loggedin',1),(570,'user','4','2020-10-25 11:41:21','','','196.216.94.205','loggedin',1),(571,'user','4','2020-10-25 12:34:13','2020-10-25 13:11:30','','196.216.94.205','loggedin',1),(572,'user','7','2020-10-25 13:11:44','2020-10-25 13:14:51','','105.163.36.90','loggedin',1),(573,'user','4','2020-10-25 13:15:00','2020-10-25 13:23:19','','105.163.36.90','loggedin',1),(574,'user','7','2020-10-25 13:23:30','2020-10-25 13:27:21','','105.163.36.90','loggedin',1),(575,'user','4','2020-10-25 13:27:32','','','105.163.36.90','loggedin',1),(576,'user','4','2020-10-25 14:30:52','','','105.163.36.90','loggedin',1),(577,'user','4','2020-10-26 08:44:56','','','41.60.234.73','loggedin',1),(578,'user','4','2020-10-26 10:50:44','2020-10-26 11:20:46','','41.60.234.73','loggedin',1),(579,'user','7','2020-10-26 11:21:01','2020-10-26 11:32:45','','105.163.54.168','loggedin',1),(580,'user','4','2020-10-26 11:32:55','','','41.60.234.73','loggedin',1),(581,'user','4','2020-10-26 11:50:59','','','41.60.234.73','loggedin',1),(582,'user','4','2020-10-26 12:19:30','2020-10-26 12:44:03','','105.163.54.168','loggedin',1),(583,'user','7','2020-10-26 12:47:46','2020-10-26 12:48:17','','105.163.54.168','loggedin',1),(584,'user','4','2020-10-26 12:48:24','2020-10-26 14:55:56','','105.163.54.168','loggedin',1),(585,'user','7','2020-10-26 14:56:09','2020-10-26 14:57:33','','105.163.27.65','loggedin',1),(586,'user','4','2020-10-26 14:57:53','','','105.163.27.65','loggedin',1),(587,'user','4','2020-10-26 17:03:42','2020-10-26 17:43:26','','105.163.27.65','loggedin',1),(588,'user','7','2020-10-26 17:43:41','2020-10-26 17:47:23','','105.163.27.65','loggedin',1),(589,'user','4','2020-10-26 17:47:35','','','105.163.27.65','loggedin',1),(590,'user','4','2020-10-27 12:02:38','2020-10-27 12:58:23','','41.60.234.73','loggedin',1),(591,'user','7','2020-10-27 12:58:35','2020-10-27 13:02:17','','105.163.27.65','loggedin',1),(592,'user','4','2020-10-27 13:02:27','2020-10-27 13:02:38','','105.163.27.65','loggedin',1),(593,'user','7','2020-10-27 13:03:15','2020-10-27 13:04:46','','105.163.27.65','loggedin',1),(594,'user','4','2020-10-27 13:04:58','','','105.163.27.65','loggedin',1),(595,'user','4','2020-10-27 13:07:30','2020-10-27 13:25:50','','105.163.27.65','loggedin',1),(596,'user','7','2020-10-27 13:26:02','2020-10-27 13:26:34','','105.163.27.65','loggedin',1),(597,'user','4','2020-10-27 13:26:46','2020-10-27 13:27:16','','105.163.27.65','loggedin',1),(598,'user','7','2020-10-27 13:27:31','2020-10-27 13:30:53','','105.163.27.65','loggedin',1),(599,'user','4','2020-10-27 13:31:01','2020-10-27 13:33:59','','105.163.27.65','loggedin',1),(600,'user','7','2020-10-27 13:34:12','2020-10-27 13:35:15','','105.163.27.65','loggedin',1),(601,'user','4','2020-10-27 13:35:26','2020-10-27 13:49:19','','105.163.27.65','loggedin',1),(602,'user','4','2020-10-27 13:52:42','2020-10-27 13:55:23','','41.60.234.73','loggedin',1),(603,'user','7','2020-10-27 13:55:38','2020-10-27 13:57:04','','41.60.234.73','loggedin',1),(604,'user','4','2020-10-27 13:57:14','','','41.60.234.73','loggedin',1),(605,'user','4','2020-10-28 08:38:03','2020-10-28 09:07:36','','41.60.234.73','loggedin',1),(606,'user','7','2020-10-28 09:07:50','2020-10-28 09:09:44','','105.163.27.65','loggedin',1),(607,'user','4','2020-10-28 09:09:57','','','105.163.27.65','loggedin',1),(608,'user','4','2020-10-28 11:31:30','2020-10-28 12:17:52','','41.60.234.73','loggedin',1),(609,'user','7','2020-10-28 12:18:07','2020-10-28 12:19:58','','105.163.27.65','loggedin',1),(610,'user','4','2020-10-28 12:20:07','2020-10-28 12:20:53','','105.163.27.65','loggedin',1),(611,'user','7','2020-10-28 12:21:10','2020-10-28 12:32:18','','105.163.27.65','loggedin',1),(612,'user','4','2020-10-28 12:32:26','','','105.163.27.65','loggedin',1),(613,'user','4','2020-10-28 13:21:22','2020-10-28 15:16:37','','105.163.27.65','loggedin',1),(614,'user','7','2020-10-28 15:16:51','2020-10-28 15:44:55','','41.60.234.73','loggedin',1),(615,'user','4','2020-10-28 15:45:09','2020-10-28 15:49:26','','41.60.234.73','loggedin',1),(616,'user','7','2020-10-28 15:49:43','','','105.163.27.65','loggedin',1),(617,'user','7','2020-10-28 15:57:35','2020-10-28 16:16:01','','41.60.234.73','loggedin',1),(618,'user','4','2020-10-28 16:16:09','','','105.163.27.65','loggedin',1),(619,'user','4','2020-10-29 08:41:41','2020-10-29 09:50:40','','41.60.234.73','loggedin',1),(620,'user','7','2020-10-29 09:50:53','2020-10-29 09:52:45','','41.60.234.73','loggedin',1),(621,'user','4','2020-10-29 09:53:09','2020-10-29 12:29:13','','41.60.234.73','loggedin',1),(622,'user','7','2020-10-29 12:29:27','2020-10-29 12:30:46','','41.90.42.83','loggedin',1),(623,'user','4','2020-10-29 12:30:54','2020-10-29 17:01:34','','41.90.42.83','loggedin',1),(624,'user','7','2020-10-29 17:01:58','2020-10-29 17:02:55','','41.90.42.83','loggedin',1),(625,'user','4','2020-10-29 17:03:04','2020-10-29 19:00:51','','41.90.42.83','loggedin',1),(626,'user','7','2020-10-29 19:01:21','2020-10-29 19:05:21','','41.60.234.73','loggedin',1),(627,'user','4','2020-10-29 19:05:31','','','41.60.234.73','loggedin',1),(628,'user','4','2020-10-30 09:47:21','2020-10-30 12:07:28','','41.90.42.83','loggedin',1),(629,'user','7','2020-10-30 12:08:01','2020-10-30 12:11:33','','41.60.234.73','loggedin',1),(630,'user','4','2020-10-30 12:11:44','','','41.60.234.73','loggedin',1),(631,'user','4','2020-10-30 15:30:22','','','41.90.42.83','loggedin',1),(632,'user','4','2020-10-30 17:16:48','','','41.90.42.83','loggedin',1),(633,'user','4','2020-10-30 17:54:17','','','41.90.42.83','loggedin',1),(634,'user','4','2020-10-30 18:34:51','','','41.60.234.73','loggedin',1),(635,'user','4','2020-10-31 08:52:58','2020-10-31 10:44:32','','41.60.234.73','loggedin',1),(636,'user','7','2020-10-31 10:44:57','2020-10-31 10:49:11','','41.90.42.83','loggedin',1),(637,'user','4','2020-10-31 10:49:27','2020-10-31 13:39:03','','41.90.42.83','loggedin',1),(638,'user','7','2020-10-31 13:39:16','2020-10-31 14:01:16','','41.60.234.73','loggedin',1),(639,'user','4','2020-10-31 14:03:05','2020-10-31 17:12:12','','41.90.42.83','loggedin',1),(640,'user','7','2020-10-31 17:12:25','2020-10-31 17:24:44','','41.60.234.73','loggedin',1),(641,'user','4','2020-10-31 17:24:55','2020-10-31 18:18:12','','41.60.234.73','loggedin',1),(642,'user','7','2020-10-31 18:18:57','2020-10-31 18:20:15','','41.90.42.83','loggedin',1),(643,'user','4','2020-10-31 18:20:25','2020-10-31 18:41:28','','41.90.42.83','loggedin',1),(644,'user','7','2020-10-31 18:41:50','2020-10-31 18:43:11','','41.60.234.73','loggedin',1),(645,'user','4','2020-10-31 18:43:23','','','41.60.234.73','loggedin',1),(646,'user','7','2020-11-01 10:18:06','2020-11-01 10:19:46','','41.90.42.83','loggedin',1),(647,'user','4','2020-11-01 10:19:55','','','41.90.42.83','loggedin',1),(648,'user','4','2020-11-01 15:27:15','2020-11-01 16:10:08','','41.90.42.83','loggedin',1),(649,'user','7','2020-11-01 16:10:19','2020-11-01 16:25:50','','41.90.42.83','loggedin',1),(650,'user','4','2020-11-01 16:26:04','','','41.90.42.83','loggedin',1),(651,'user','4','2020-11-01 17:05:22','2020-11-01 19:09:21','','41.90.42.83','loggedin',1),(652,'user','7','2020-11-01 19:09:40','2020-11-01 19:14:52','','105.163.30.140','loggedin',1),(653,'user','4','2020-11-01 19:15:02','2020-11-01 19:16:21','','41.90.42.83','loggedin',1),(654,'user','4','2020-11-01 19:16:35','','','41.90.42.83','loggedin',1),(655,'user','4','2020-11-02 08:54:01','','','105.163.30.140','loggedin',1),(656,'admin','1','2024-03-02 19:23:58','','','41.209.10.86','loggedin',1),(657,'admin','1','2025-03-26 00:09:16','','','154.159.252.228','loggedin',1),(658,'reseller','20','2025-03-26 00:10:30','','','154.159.252.228','loggedin',1),(659,'admin','1','2025-06-20 10:13:38','','','197.232.142.176','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=2 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,8.07,NULL,0,'','Loyality points awarded ','1','2020-08-01 14:16:02','','1','4444','Points',1,0.00,'','11596280512',806.80); /*!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,'Main Category','','2020-08-10 15:14:55','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','0','user/allaccounting','side','banking'),('Accounting Reports',35,'money','accountingreports','0','user/startsales','side','banking'),('Assets',49,'paw','assets','0','user/viewassets','side','assetliability'),('Bank Deposits',35,'money','bankdeposits','0','user/viewbanks','side','banking'),('Bank Transfer',35,'money','banktransfer','0','user/viewbanktransfer','side','banking'),('Biometric Records',31,'rss-square','biometricrecords','0','user/allattendance','side','humanresource'),('Branch',81,'rss-square','branch','0','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','0','Create Departments','side','humanresource'),('Display Counter',6,'rss-square','displaycounter','0','display','side','goodservice'),('Display Sales Report',24,'folder-open','displayreport','0','user/displayreport','side','report'),('Documents',14,'folder-open-o','documents','0','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','0','user/viewrequest','side','humanresource'),('Income',85,'window-close','income','0','user/allinvoices','side','moneyin'),('Expenses',85,'window-close','incomeexpenses','0','user/viewexpenses','side','moneyout'),('Dispatched stocklist/Store',60,'sort-amount-asc','incomingstock','0','user/viewincomingstock','side','goodservice'),('Issued Store Items',59,'sort-amount-asc','incomingstore','0','user/viewallorder','side','goodservice'),('journal entry',35,'money','journalentry','0','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','0','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','0','user/salaryhistory','side','humanresource'),('Payroll Setup',31,'rss-square','payrollsetup','0','user/payrollsetup','side','humanresource'),('Category of people',33,'address-book-o','peoplecategory','0','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','0','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'),('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','0','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','0','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','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','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),('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),('download','reports','download',2),('editmpesa','cashiersales','Enter Mpesa Amount Directly',3),('editmpesadate','cashiersales','Edit Mpesa Entry date',5),('editopenclosestock','productlist','Update Closing and Opening stock',10),('editsellingprice','sales','Change Selling Price',7),('editstocktaken','productlist','Change closed and stock taken',9),('entermpesacode','cashiersales','Enter Mpesa Code',3),('FailedDelivery','recorddelivery','Change to Failed Delivery',12),('givediscount','accomodation','Give Discount',4),('giveloyalityponts','sales','Give Poinsts',30),('housekeeping','accomodation','House Keeping',9),('leaseitems','sales','Lease Items',30),('leavesetup','humanresource','Add Leave setup',8),('Logout','sales','Log out After printing',5),('managecustomer','accomodation','Manager Customer',22),('managehotel','accomodation','Manage Hotel',6),('managerental','accomodation','Manage Rental Houses',8),('more','lowstocklist','View more',6),('more','productlist','View Added stock',2),('more','products','more',4),('moresales','sales','Add More Sales',4),('moresales','viewreturnsales','Add more Sales',5),('move','productlist','Move stock/ Break/Distribute',2),('mpesa','accomodation','Sale in mpesa',2),('mpesa','sales','Sale in Mpesa',6),('mpesabalance','sales','Bank /Mpesa Balance',5),('mpesapendingreport','cashiersales','View All Pending Mpesa Report',20),('mpesaverifiedreport','cashiersales','View All Verified Mpesa Report',21),('openclosestock','productlist','Open and Close stock',8),('order','sales','User Order Button',6),('points','accomodation','Sale in Loyality Points',2),('points','sales','Loyality Point sales',9),('Post Bank Deposits','accomodation','bankdeposits',6),('postexpense','accomodation','Post Expense',5),('postgeneraltask','task','Post General Task',5),('postrentalexpenses','incomeexpenses','Post rental Expeses',20),('postspecifictask','task','Post Specific Task',3),('posttaskforothers','task','Post task for others',11),('price','products','change price',7),('printbill','sales',' Print Bill',6),('printreceipt','sales','Print Receipt',1),('productcode','config','Display Product code in receipt',5),('productdiscount','sales','Give discount Product',6),('recordcoins','sales','Record Savings/Coins',26),('removeallstock','products','View all outgoing stock',7),('removestock','products','Move consumable stock',6),('report','recorddelivery','Delivery Report',9),('reprint','sales','Reprint Receipt',5),('return','viewreturnsales','Return Sales',4),('ReturnedandReceived','recorddelivery','Change to Returned and Received',13),('reversempesa','cashiersales','Reverse Mpesa',9),('sale','sales','sale',4),('sale','wholesale','sale',0),('salesbeyondbprice','sales','Can sell below set s.price',9),('salesorder','purchases','Sales Order',10),('select','sales','Select Customers',5),('selectmessage','sales','Select Order Message',1),('selectroom','sales','Select Room',12),('selecttable','sales','Select Table',35),('setup','ecommerce','Setup E-commerce',6),('showdefaultserials','purchases','Generate with default Serial Numbers',20),('stocktaking','productlist','Do stock Taking',8),('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','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','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','recorddelivery','View Delivery',2),('view','reports','view',1),('View Accounting','accounting','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=710 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,'Test','',10.00,'2020-08-10 15:39:33','0.00','7','newstock','1','','',10.00,'','1','10','internal','Branch','197','','',0.00,'','12','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(2,'','',24.00,'2020-08-11 20:44:14','0.00','7','newstock','1','71597167612','11',121.50,'','Main','24','supplier','Main','6161102170023','','',0.00,'VATABLE','135','358.11','2557.89','','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive'),(3,'','',24.00,'2020-08-11 20:44:42','0.00','7','newstock','1','71597167612','11',108.00,'','Main','24','supplier','Main','6009627050010','','',0.00,'VATABLE','120','318.32','2273.68','','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive'),(4,'','',12.00,'2020-08-11 20:45:30','4.00','7','newstock','1','71597167612','11',40.50,'','Main','16','supplier','Main','6164000072000','','',0.00,'VATABLE','45','59.68','426.32','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(5,'','',8.00,'2020-08-11 20:45:44','14.00','7','newstock','1','71597167612','11',40.50,'','Main','22','supplier','Main','6164000072024','','',0.00,'VATABLE','45','39.79','284.21','','','received',0,'0000-00-00 00:00:00','pcs','8',1,NULL,'Inclusive'),(6,'','',8.00,'2020-08-11 20:46:14','0.00','7','newstock','1','71597167612','11',40.50,'','Main','8','supplier','Main','6164000072017','','',0.00,'VATABLE','45','39.79','284.21','','','received',0,'0000-00-00 00:00:00','pcs','8',1,NULL,'Inclusive'),(7,'','',12.00,'2020-08-11 20:46:30','14.00','7','newstock','1','71597167612','11',40.50,'','Main','26','supplier','Main','6164000072031','','',0.00,'VATABLE','45','59.68','426.32','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(8,'','',1.00,'2020-08-11 20:46:39','2.00','7','newstock','1','71597167612','11',40.50,'','Main','3','supplier','Main','6164000072055','','',0.00,'VATABLE','45','4.97','35.53','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(9,'','',4.00,'2020-08-11 20:50:17','4.00','7','newstock','1','71597167612','11',54.00,'','Main','8','supplier','Main','6161107150815','','',0.00,'ZERO RATED','60','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(10,'','',4.00,'2020-08-11 20:50:36','2.00','7','newstock','1','71597167612','11',54.00,'','Main','6','supplier','Main','6161107151010','','',0.00,'ZERO RATED','60','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(11,'','',4.00,'2020-08-11 20:51:18','7.00','7','newstock','1','71597167612','11',54.00,'','Main','11','supplier','Main','6161101000833','','',0.00,'ZERO RATED','60','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(12,'','',4.00,'2020-08-11 20:52:16','14.00','7','newstock','1','71597167612','11',54.00,'','Main','18','supplier','Main','6161101000840','','',0.00,'ZERO RATED','60','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(13,'','',3.00,'2020-08-11 20:52:53','23.00','7','newstock','1','71597167612','11',94.50,'','Main','26','supplier','Main','6161107151027','','',0.00,'ZERO RATED','105','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(14,'','',3.00,'2020-08-11 20:53:18','3.00','7','newstock','1','71597167612','11',94.50,'','Main','6','supplier','Main','6161107150853','','',0.00,'ZERO RATED','105','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(15,'','',3.00,'2020-08-11 20:54:27','0.00','7','newstock','1','71597167612','11',94.50,'','Main','3','supplier','Main','6161101000901','','',0.00,'ZERO RATED','105','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(16,'','',3.00,'2020-08-11 21:02:51','0.00','7','newstock','1','71597167612','11',94.50,'','Main','3','supplier','Main','6161101000895','','',0.00,'ZERO RATED','105','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(17,'','',3.00,'2020-08-11 21:03:47','3.00','7','newstock','1','71597167612','11',63.00,'','Main','6','supplier','Main','6164000033483','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(18,'','',3.00,'2020-08-11 21:06:27','4.00','7','newstock','1','71597167612','11',63.00,'','Main','7','supplier','Main','6164000033070','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(19,'','',3.00,'2020-08-11 21:07:02','11.00','7','newstock','1','71597167612','11',63.00,'','Main','14','supplier','Main','6164000033230','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(20,'','',3.00,'2020-08-11 21:07:32','10.00','7','newstock','1','71597167612','11',67.50,'','Main','13','supplier','Main','6164000033643','','',0.00,'ZERO RATED','75','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(21,'','',3.00,'2020-08-11 21:07:55','6.50','7','newstock','1','71597167612','11',63.00,'','Main','9.5','supplier','Main','6164000033490','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(22,'','',3.00,'2020-08-11 21:08:23','0.00','7','newstock','1','71597167612','11',117.00,'','Main','3','supplier','Main','6164000033186','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(23,'','',3.00,'2020-08-11 21:09:10','0.00','7','newstock','1','71597167612','11',117.00,'','Main','3','supplier','Main','6164000033209','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(24,'','',3.00,'2020-08-11 21:09:40','4.00','7','newstock','1','71597167612','11',117.00,'','Main','7','supplier','Main','6164000033179','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(25,'','',3.00,'2020-08-11 21:10:02','0.00','7','newstock','1','71597167612','11',117.00,'','Main','3','supplier','Main','6164000033223','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(26,'','',2.00,'2020-08-11 21:10:31','1.00','7','newstock','1','71597167612','11',126.00,'','Main','3','supplier','Main','6164000033636','','',0.00,'ZERO RATED','140','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(27,'','',3.00,'2020-08-11 21:10:58','1.00','7','newstock','1','71597167612','11',117.00,'','Main','4','supplier','Main','6164000033193','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(28,'','',7.00,'2020-08-12 13:45:11','3.00','7','newstock','1','71597170413','8',45.00,'','Main','10','supplier','Main','32','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','7',1,NULL,'Inclusive'),(29,'','',3.00,'2020-08-12 13:45:36','0.00','7','newstock','1','71597170413','8',63.00,'','Main','3','supplier','Main','31','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(30,'','',3.00,'2020-08-12 13:46:11','4.00','7','newstock','1','71597170413','8',81.00,'','Main','7','supplier','Main','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(31,'','',0.00,'2020-08-12 13:56:29','0.00','7','newstock','1','71597229778','1',45.00,'','1','0','Main','branch','32','','',0.00,'','50','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(32,'','',0.00,'2020-08-12 14:11:05','12.00','7','newstock','1','71597230611','1',27.00,'','1','12','Main','branch','195','','',0.00,'','30','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(33,'','',0.00,'2020-08-12 14:15:32','1.00','7','newstock','1','71597230917','1',94.50,'','1','1','Main','branch','6161107151027','','',0.00,'','105','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(34,'','',0.00,'2020-08-12 14:18:46','0.00','7','newstock','1','71597231093','1',121.50,'','1','0','Main','branch','6161102170023','','',0.00,'','135','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(35,'','',1.00,'2020-08-12 14:37:30','0.00','7','newstock','1','71597232181','1',121.50,'','1','1','Main','branch','6161102170023','','',0.00,'','135','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(36,'','',23.00,'2020-08-12 14:38:00','1.00','7','newstock','1','71597232262','1',121.50,'','1','24','Main','branch','6161102170023','','',0.00,'','135','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(37,'','',24.00,'2020-08-12 14:38:34','10.00','7','newstock','1','71597232303','1',108.00,'','1','34','Main','branch','6009627050010','','',0.00,'','120','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(38,'','',8.00,'2020-08-12 14:45:16','4.00','7','newstock','1','71597232707','1',54.00,'','1','12','Main','branch','6161107150815','','',0.00,'','60','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(39,'','',6.00,'2020-08-12 14:46:30','1.00','7','newstock','1','71597232781','1',54.00,'','1','7','Main','branch','6161107151010','','',0.00,'','60','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(40,'','',7.00,'2020-08-13 07:01:09','10.00','7','newstock','1','71597291166','11',45.00,'','Main','17','supplier','Main','32','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','7',1,NULL,'Inclusive'),(41,'','',3.00,'2020-08-13 07:01:30','3.00','7','newstock','1','71597291166','11',63.00,'','Main','6','supplier','Main','31','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(42,'','',3.00,'2020-08-13 07:01:50','7.00','7','newstock','1','71597291166','11',81.00,'','Main','10','supplier','Main','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(43,'','1',6.00,'2020-08-13 11:52:31','0.00','7','newstock','1','71597308522','10',58.50,'','1','6','supplier','1','83','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(44,'','1',3.00,'2020-08-13 11:52:48','55.00','7','newstock','1','71597308522','10',58.50,'','1','58','supplier','1','82','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(45,'','1',4.00,'2020-08-13 11:53:13','20.00','7','newstock','1','71597308522','10',58.50,'','1','24','supplier','1','86','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(46,'','1',4.00,'2020-08-13 11:53:25','7.00','7','newstock','1','71597308522','10',58.50,'','1','11','supplier','1','87','','',0.00,'VATABLE','65','28.74','205.26','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(47,'','1',7.00,'2020-08-13 11:53:47','5.00','7','newstock','1','71597308522','10',58.50,'','1','12','supplier','1','85','','',0.00,'VATABLE','65','50.29','359.21','','','received',0,'0000-00-00 00:00:00','pcs','7',1,NULL,'Inclusive'),(49,'','1',4.00,'2020-08-13 12:02:10','2.00','7','newstock','1','71597308522','10',63.00,'','1','6','supplier','1','95','','',0.00,'ZERO RATED','70','','','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(50,'','1',8.00,'2020-08-13 12:03:15','8.00','7','newstock','1','71597308522','10',63.00,'','1','16','supplier','1','94','','',0.00,'VATABLE','70','','','','','received',0,'0000-00-00 00:00:00','pcs','8',1,NULL,'Inclusive'),(51,'','1',6.00,'2020-08-13 12:03:34','2.00','7','newstock','1','71597308522','10',36.00,'','1','8','supplier','1','88','','',0.00,'ZERO RATED','40','','','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(52,'','1',7.00,'2020-08-13 12:04:58','22.00','7','newstock','1','71597308522','10',36.00,'','1','29','supplier','1','89','','',0.00,'ZERO RATED','40','','','','','received',0,'0000-00-00 00:00:00','pcs','7',1,NULL,'Inclusive'),(53,'','1',2.00,'2020-08-13 12:05:12','0.00','7','newstock','1','71597308522','10',36.00,'','1','2','supplier','1','91','','',0.00,'ZERO RATED','40','','','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(54,'','1',4.00,'2020-08-13 12:05:51','19.00','7','newstock','1','71597308522','10',36.00,'','1','23','supplier','1','90','','',0.00,'ZERO RATED','40','','','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(55,'','1',1.00,'2020-08-13 12:06:29','9.00','7','newstock','1','71597308522','10',36.00,'','1','10','supplier','1','93','','',0.00,'VATABLE','40','','','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(56,'','1',4.00,'2020-08-13 12:15:16','0.00','7','newstock','1','71597308522','10',36.00,'','1','4','supplier','1','8888','','',0.00,'VATABLE','40','','','','','received',0,'0000-00-00 00:00:00','pc','4',1,NULL,'Inclusive'),(57,'','1',18.00,'2020-08-13 12:22:54','1.00','7','newstock','1','71597310475','8',45.00,'','1','19','supplier','1','6161100100084','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','18',1,NULL,'Inclusive'),(61,'','',20.00,'2020-08-13 21:22:18','6.00','7','newstock','1','71597341378','12',31.50,'','Main','26','supplier','Main','6166000090213','','',0.00,'ZERO RATED','35','0','0','','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive'),(63,'','',3.00,'2020-08-13 21:23:45','10.00','7','newstock','1','71597341378','12',67.50,'','Main','13','supplier','Main','6161113440061','','',0.00,'ZERO RATED','75','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(64,'','',3.00,'2020-08-13 21:26:07','7.00','7','newstock','1','71597341378','12',103.50,'','Main','10','supplier','Main','6161113440092','','',0.00,'ZERO RATED','115','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(65,'','1',3.00,'2020-08-14 13:13:26','0.00','7','newstock','1','71597399901','7',45.00,'','1','3','supplier','1','32','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(66,'','1',2.00,'2020-08-14 13:13:52','0.00','7','newstock','1','71597399901','7',45.00,'','1','2','supplier','1','33','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(67,'','1',1.00,'2020-08-14 13:14:26','2.00','7','newstock','1','71597399901','7',72.00,'','1','3','supplier','1','11','','',0.00,'ZERO RATED','80','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(68,'','1',3.00,'2020-08-14 13:15:07','0.00','7','newstock','1','71597399901','7',63.00,'','1','3','supplier','1','31','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(69,'','1',2.00,'2020-08-14 13:15:28','0.00','7','newstock','1','71597399901','7',81.00,'','1','2','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(70,'','1',2.00,'2020-08-14 13:25:58','3.00','7','newstock','1','71597399901','7',72.00,'','1','5','supplier','1','11','','',0.00,'ZERO RATED','80','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(71,'','',26.00,'2020-08-14 13:38:35','0.00','7','newstock','1','71597401500','1',31.50,'','1','26','Main','branch','6166000090213','','',0.00,'','35','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(72,'','1',6.00,'2020-08-15 12:44:15','0.00','7','newstock','1','71597399901','7',108.00,'','1','6','supplier','1','6161113940530','','',0.00,'ZERO RATED','120','0','0','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(73,'','1',15.00,'2020-08-15 12:44:55','0.00','7','newstock','1','71597399901','7',126.00,'','1','15','supplier','1','6164004575910','','',0.00,'ZERO RATED','140','0','0','','','received',0,'0000-00-00 00:00:00','pcs','15',1,NULL,'Inclusive'),(74,'','1',10.00,'2020-08-15 13:57:14','0.00','7','newstock','1','71597399901','7',112.50,'','1','10','supplier','1','6161113940141','','',0.00,'ZERO RATED','125','0','0','','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive'),(75,'','',0.00,'2020-08-15 17:58:12','21.00','7','newstock','1','71597503481','3',121.50,'','1','21','Main','branch','6161102170023','','',0.00,'','125','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(76,'','1',5.00,'2020-08-15 21:34:08','0.00','7','newstock','1','71597516282','11',40.50,'','1','5','supplier','1','6164000072017','','',0.00,'ZERO RATED','45','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(77,'','1',8.00,'2020-08-15 21:35:26','13.00','7','newstock','1','71597516282','11',40.50,'','1','21','supplier','1','6164000072024','','',0.00,'VATABLE','45','39.79','284.21','','','received',0,'0000-00-00 00:00:00','pcs','8',1,NULL,'Inclusive'),(78,'','1',7.00,'2020-08-15 21:35:57','1.00','7','newstock','1','71597516282','11',40.50,'','1','8','supplier','1','6164000072000','','',0.00,'VATABLE','45','34.82','248.68','','','received',0,'0000-00-00 00:00:00','pcs','7',1,NULL,'Inclusive'),(79,'','1',7.00,'2020-08-15 21:36:22','0.00','7','newstock','1','71597516282','11',40.50,'','1','7','supplier','1','6164000072055','','',0.00,'VATABLE','45','34.82','248.68','','','received',0,'0000-00-00 00:00:00','pcs','7',1,NULL,'Inclusive'),(80,'','1',7.00,'2020-08-15 21:36:52','12.00','7','newstock','1','71597516282','11',40.50,'','1','19','supplier','1','6164000072031','','',0.00,'VATABLE','45','34.82','248.68','','','received',0,'0000-00-00 00:00:00','pcs','7',1,NULL,'Inclusive'),(81,'','1',6.00,'2020-08-15 21:37:12','4.00','7','newstock','1','71597516282','11',40.50,'','1','10','supplier','1','6164000072048','','',0.00,'VATABLE','45','29.84','213.16','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(82,'','1',5.00,'2020-08-17 22:06:30','1.00','7','newstock','1','71597691075','11',45.00,'','1','6','supplier','1','32','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(83,'','1',2.00,'2020-08-17 22:08:43','0.00','7','newstock','1','71597691075','11',45.00,'','1','2','supplier','1','33','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(84,'','1',4.00,'2020-08-17 22:09:35','0.00','7','newstock','1','71597691075','11',63.00,'','1','4','supplier','1','31','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(85,'','1',2.00,'2020-08-17 22:10:22','6.00','7','newstock','1','71597691075','11',72.00,'','1','8','supplier','1','11','','',0.00,'ZERO RATED','80','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(86,'','1',3.00,'2020-08-17 22:10:44','0.00','7','newstock','1','71597691075','11',81.00,'','1','3','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(87,'','1',3.00,'2020-08-17 22:10:45','3.00','7','newstock','1','71597691075','11',81.00,'','1','6','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(88,'','1',50.00,'2020-08-17 22:11:10','0.00','7','newstock','1','71597691075','11',9.00,'','1','50','supplier','1','175','','',0.00,'ZERO RATED','10','0','0','','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive'),(89,'','1',27.00,'2020-08-17 22:12:54','25.00','7','newstock','1','71597691075','11',4.50,'','1','52','supplier','1','169','','',0.00,'ZERO RATED','5','0','0','','','received',0,'0000-00-00 00:00:00','pcs','27',1,NULL,'Inclusive'),(90,'','1',4.00,'2020-08-19 15:59:49','0.00','7','newstock','1','71597841893','11',81.00,'','1','4','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(91,'','1',2.00,'2020-08-19 16:00:18','1.00','7','newstock','1','71597841893','11',63.00,'','1','3','supplier','1','31','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(92,'','1',2.00,'2020-08-19 16:00:42','8.00','7','newstock','1','71597841893','11',72.00,'','1','10','supplier','1','11','','',0.00,'ZERO RATED','80','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(93,'','1',2.00,'2020-08-19 16:01:05','0.00','7','newstock','1','71597841893','11',45.00,'','1','2','supplier','1','33','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(94,'','1',5.00,'2020-08-20 10:35:09','0.00','7','newstock','1','71597399901','7',45.00,'','1','5','supplier','1','32','','',0.00,'ZERO RATED','50','','','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(95,'','1',3.00,'2020-08-20 10:35:24','0.00','7','newstock','1','71597399901','7',45.00,'','1','3','supplier','1','33','','',0.00,'ZERO RATED','50','','','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(96,'','1',10.00,'2020-08-20 15:06:40','8.00','7','newstock','1','71597924975','12',31.50,'','1','18','supplier','1','6166000090213','','',0.00,'ZERO RATED','35','0','0','','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive'),(97,'','1',2.00,'2020-08-20 15:09:27','0.00','7','newstock','1','71597924975','12',58.50,'','1','2','supplier','1','6161113440009','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(98,'','1',2.00,'2020-08-20 15:10:02','0.00','7','newstock','1','71597924975','12',76.50,'','1','2','supplier','1','6161113440023','','',0.00,'ZERO RATED','85','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(99,'','1',2.00,'2020-08-20 15:10:40','0.00','7','newstock','1','71597924975','12',58.50,'','1','2','supplier','1','6161113440016','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(100,'','1',2.00,'2020-08-20 15:11:08','0.00','7','newstock','1','71597924975','12',76.50,'','1','2','supplier','1','6161113440030','','',0.00,'ZERO RATED','85','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(101,'','1',3.00,'2020-08-20 15:12:24','6.00','7','newstock','1','71597924975','12',49.50,'','1','9','supplier','1','6161113440054','','',0.00,'ZERO RATED','55','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(102,'','1',5.00,'2020-08-20 20:07:39','0.00','7','newstock','1','71597851015','11',247.50,'','1','5','supplier','1','106','','',0.00,'ZERO RATED','275','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(103,'','1',10.00,'2020-08-20 20:07:56','0.00','7','newstock','1','71597851015','11',67.50,'','1','10','supplier','1','105','','',0.00,'ZERO RATED','75','0','0','','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive'),(104,'','1',5.00,'2020-08-20 20:08:22','10.00','7','newstock','1','71597851015','11',135.00,'','1','15','supplier','1','186','','',0.00,'ZERO RATED','150','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(106,'','1',3.00,'2020-08-21 14:18:16','0.00','7','newstock','1','71598008089','8',63.00,'','1','3','supplier','1','6164000033483','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(107,'','1',5.00,'2020-08-21 14:18:50','0.00','7','newstock','1','71598008089','8',63.00,'','1','5','supplier','1','6164000033070','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(108,'','1',1.00,'2020-08-21 14:19:11','0.00','7','newstock','1','71598008089','8',63.00,'','1','1','supplier','1','6164000033230','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(109,'','1',3.00,'2020-08-21 14:20:12','0.00','7','newstock','1','71598008089','8',63.00,'','1','3','supplier','1','6164000033490','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(110,'','1',4.00,'2020-08-21 14:20:44','0.00','7','newstock','1','71598008089','8',54.00,'','1','4','supplier','1','6161101000833','','',0.00,'ZERO RATED','60','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(111,'','1',3.00,'2020-08-21 14:32:24','0.00','7','newstock','1','71598008089','8',60.00,'','1','3','supplier','1','616400033506','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pc','3',1,NULL,'Inclusive'),(118,'','1',1.00,'2020-08-22 09:53:45','11.00','7','newstock','1','71598008311','3',72.00,'','1','12','supplier','1','427','','',0.00,'ZERO RATED','80','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(119,'','1',4.00,'2020-08-22 09:54:03','1.00','7','newstock','1','71598008311','3',63.00,'','1','5','supplier','1','31','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(120,'','1',3.00,'2020-08-22 09:54:21','1.00','7','newstock','1','71598008311','3',81.00,'','1','4','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(131,'','1',12.00,'2020-08-22 20:50:26','0.00','7','newstock','1','71598116548','11',151.00,'','1','12','supplier','1','266','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pc','12',1,NULL,'Inclusive'),(144,'','1',6.00,'2020-08-23 11:18:51','1.00','7','newstock','1','71598116548','11',315.83,'','1','7','supplier','1','6161106610235','','',0.00,'ZERO RATED','350','0','0','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(145,'','1',6.00,'2020-08-23 11:19:29','10.00','7','newstock','1','71598116548','11',452.50,'','1','16','supplier','1','6161106610242','','',0.00,'ZERO RATED','510','0','0','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(146,'','1',12.00,'2020-08-23 11:19:49','0.00','7','newstock','1','71598116548','11',97.50,'','1','12','supplier','1','6161101661218','','',0.00,'ZERO RATED','120','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(147,'','1',8.00,'2020-08-23 11:20:06','4.00','7','newstock','1','71598116548','11',317.50,'','1','12','supplier','1','6161101661300','','',0.00,'ZERO RATED','400','0','0','','','received',0,'0000-00-00 00:00:00','pcs','8',1,NULL,'Inclusive'),(148,'','1',6.00,'2020-08-23 11:20:34','0.00','7','newstock','1','71598116548','11',441.66,'','1','6','supplier','1','6161101661249','','',0.00,'ZERO RATED','525','0','0','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(149,'','1',4.00,'2020-08-23 11:20:52','17.00','7','newstock','1','71598116548','11',768.75,'','1','21','supplier','1','6161101661256','','',0.00,'ZERO RATED','860','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(150,'','1',4.00,'2020-08-24 10:30:00','1.00','7','newstock','1','71598254149','3',45.00,'','1','5','supplier','1','32','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(151,'','1',1.00,'2020-08-24 10:30:34','0.00','7','newstock','1','71598254149','3',45.00,'','1','1','supplier','1','33','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(152,'','1',2.00,'2020-08-24 10:30:54','2.00','7','newstock','1','71598254149','3',63.00,'','1','4','supplier','1','31','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(153,'','1',3.00,'2020-08-24 10:31:23','1.00','7','newstock','1','71598254149','3',81.00,'','1','4','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(154,'','1',5.00,'2020-08-24 10:31:53','2.00','7','newstock','1','71598254149','3',342.00,'','1','7','supplier','1','145','','',0.00,'ZERO RATED','380','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(155,'','1',10.00,'2020-08-24 10:32:09','2.00','7','newstock','1','71598254149','3',90.00,'','1','12','supplier','1','146','','',0.00,'ZERO RATED','100','0','0','','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive'),(156,'','1',2.00,'2020-08-24 12:57:37','0.00','7','newstock','1','71598262988','8',117.00,'','1','2','supplier','1','6164000033223','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(157,'','1',2.00,'2020-08-24 12:58:30','0.00','7','newstock','1','71598262988','8',117.00,'','1','2','supplier','1','6164000033193','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(158,'','1',2.00,'2020-08-24 12:59:11','0.00','7','newstock','1','71598262988','8',117.00,'','1','2','supplier','1','6164000033179','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(159,'','1',5.00,'2020-08-24 12:59:46','0.00','7','newstock','1','71598262988','8',94.50,'','1','5','supplier','1','6161101000901','','',0.00,'ZERO RATED','105','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(160,'','1',1.00,'2020-08-24 13:00:12','0.00','7','newstock','1','71598262988','8',94.50,'','1','1','supplier','1','6161101000895','','',0.00,'ZERO RATED','105','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(161,'','1',6.00,'2020-08-24 16:42:12','4.00','7','newstock','1','71598276430','3',40.00,'','1','10','supplier','1','156','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(162,'','1',12.00,'2020-08-25 10:35:40','5.00','7','newstock','1','71598340887','8',45.00,'','1','17','supplier','1','6164001166272','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(163,'','1',20.00,'2020-08-25 23:37:46','2.00','7','newstock','1','71598387672','18',117.00,'','1','22','supplier','1','104','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive'),(164,'','1',10.00,'2020-08-25 23:38:13','10.00','7','newstock','1','71598387672','18',225.00,'','1','20','supplier','1','103','','',0.00,'ZERO RATED','250','0','0','','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive'),(165,'','1',41.00,'2020-08-25 23:44:09','3.00','7','newstock','1','71598387672','18',93.00,'','1','44','supplier','1','101','','',0.00,'ZERO RATED','120','0','0','','','received',0,'0000-00-00 00:00:00','pcs','41',1,NULL,'Inclusive'),(166,'','1',21.00,'2020-08-25 23:45:04','18.00','7','newstock','1','71598387672','18',47.00,'','1','39','supplier','1','102','','',0.00,'ZERO RATED','60','0','0','','','received',0,'0000-00-00 00:00:00','pcs','21',1,NULL,'Inclusive'),(167,'','1',3.00,'2020-08-26 10:16:16','1.00','7','newstock','1','71598426130','3',81.00,'','1','4','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(168,'','1',3.00,'2020-08-26 10:16:44','1.00','7','newstock','1','71598426130','3',63.00,'','1','4','supplier','1','31','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(169,'','1',5.00,'2020-08-26 10:17:02','2.00','7','newstock','1','71598426130','3',45.00,'','1','7','supplier','1','32','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(170,'','1',2.00,'2020-08-26 10:17:23','0.00','7','newstock','1','71598426130','3',45.00,'','1','2','supplier','1','33','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(172,'','1',60.00,'2020-08-26 11:27:27','4.00','7','newstock','1','71598387672','18',13.50,'','1','64','supplier','1','268','','',0.00,'ZERO RATED','15','0','0','','','received',0,'0000-00-00 00:00:00','pcs','60',1,NULL,'Inclusive'),(173,'','1',24.00,'2020-08-26 17:37:16','0.00','7','newstock','1','71598452559','18',98.00,'','1','24','supplier','1','745114762979','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pc','24',1,NULL,'Inclusive'),(174,'','1',12.00,'2020-08-26 17:39:43','0.00','7','newstock','1','71598452559','18',45.00,'','1','12','supplier','1','39','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(175,'','1',12.00,'2020-08-26 17:40:02','1.00','7','newstock','1','71598452559','18',54.00,'','1','13','supplier','1','66','','',0.00,'ZERO RATED','60','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(176,'','1',12.00,'2020-08-26 17:41:40','1.00','7','newstock','1','71598452559','18',36.00,'','1','13','supplier','1','67','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(177,'','1',15.00,'2020-08-27 15:54:13','7.00','7','newstock','1','71598532812','12',31.50,'','1','22','supplier','1','6166000090213','','',0.00,'ZERO RATED','35','0','0','','','received',0,'0000-00-00 00:00:00','pcs','15',1,NULL,'Inclusive'),(178,'','1',3.00,'2020-08-27 16:57:38','0.00','7','newstock','1','71598536620','15',144.00,'','1','3','supplier','1','6164000009006','','',0.00,'ZERO RATED','160','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(179,'','1',3.00,'2020-08-27 16:57:58','3.00','7','newstock','1','71598536620','15',103.50,'','1','6','supplier','1','6164000009013','','',0.00,'ZERO RATED','115','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(180,'','1',6.00,'2020-08-27 17:00:30','1.00','7','newstock','1','71598536620','15',31.50,'','1','7','supplier','1','6164000009358','','',0.00,'ZERO RATED','35','0','0','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(181,'','1',5.00,'2020-08-27 17:00:56','2.00','7','newstock','1','71598536620','15',45.00,'','1','7','supplier','1','6164000009372','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(182,'','1',5.00,'2020-08-27 17:01:25','21.00','7','newstock','1','71598536620','15',40.50,'','1','26','supplier','1','6164000009556','','',0.00,'ZERO RATED','45','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(183,'','1',8.00,'2020-08-27 17:02:13','2.00','7','newstock','1','71598536620','15',90.00,'','1','10','supplier','1','6164000009082','','',0.00,'ZERO RATED','100','0','0','','','received',0,'0000-00-00 00:00:00','pcs','8',1,NULL,'Inclusive'),(184,'','1',5.00,'2020-08-27 17:03:26','0.00','7','newstock','1','71598536620','15',58.50,'','1','5','supplier','1','6164000009020','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(185,'','1',6.00,'2020-08-27 17:03:45','1.00','7','newstock','1','71598536620','15',67.50,'','1','7','supplier','1','6164000009075','','',0.00,'ZERO RATED','75','0','0','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(186,'','1',2.00,'2020-08-27 17:04:19','0.00','7','newstock','1','71598536620','15',81.00,'','1','2','supplier','1','6164000009327','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(187,'','1',1.00,'2020-08-27 17:14:03','0.00','7','newstock','1','71598536620','15',35.00,'','1','1','supplier','1','6164000009815','','',0.00,'ZERO RATED','45','0','0','','','received',0,'0000-00-00 00:00:00','pc','1',1,NULL,'Inclusive'),(188,'','1',1.00,'2020-08-27 17:14:18','0.00','7','newstock','1','71598536620','15',35.00,'','1','1','supplier','1','269','','',0.00,'ZERO RATED','45','0','0','','','received',0,'0000-00-00 00:00:00','pc','1',1,NULL,'Inclusive'),(189,'','1',1.00,'2020-08-27 17:15:04','0.00','7','newstock','1','71598536620','15',35.00,'','1','1','supplier','1','270','','',0.00,'ZERO RATED','45','0','0','','','received',0,'0000-00-00 00:00:00','pc','1',1,NULL,'Inclusive'),(190,'','1',8.00,'2020-08-27 17:49:43','2.00','7','newstock','1','71598536620','15',90.00,'','1','10','supplier','1','6164000009068','','',0.00,'ZERO RATED','100','0','0','','','received',0,'0000-00-00 00:00:00','pcs','8',1,NULL,'Inclusive'),(191,'','1',2.00,'2020-08-28 13:25:32','1.00','7','newstock','1','71598610269','3',45.00,'','1','3','supplier','1','33','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(192,'','1',3.00,'2020-08-28 13:25:59','1.00','7','newstock','1','71598610269','3',81.00,'','1','4','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(193,'','1',12.00,'2020-08-28 13:26:55','7.00','7','newstock','1','71598610269','3',45.00,'','1','19','supplier','1','6161102794694','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(194,'','1',24.00,'2020-08-28 13:46:59','6.00','7','newstock','1','71598610269','3',27.00,'','1','30','supplier','1','16','','',0.00,'ZERO RATED','30','0','0','','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive'),(204,'','1',12.00,'2020-08-29 19:17:52','8.00','7','newstock','1','71598716396','11',104.58,'','1','20','supplier','1','6009627050034','','',0.00,'ZERO RATED','120','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(205,'','1',12.00,'2020-08-29 19:18:08','1.00','7','newstock','1','71598716396','11',107.50,'','1','13','supplier','1','6161102170023','','',0.00,'ZERO RATED','125','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(212,'','1',10.00,'2020-08-29 19:22:56','0.00','7','newstock','1','71598716396','11',57.00,'','1','10','supplier','1','10000905','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pc','10',1,NULL,'Inclusive'),(213,'','1',12.00,'2020-08-29 19:24:07','13.00','7','newstock','1','71598716396','11',107.08,'','1','25','supplier','1','6009627050010','','',0.00,'ZERO RATED','120','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(214,'','1',120.00,'2020-08-29 19:25:51','1.00','7','newstock','1','71598716396','11',4.33,'','1','121','supplier','1','185','','',0.00,'ZERO RATED','5','0','0','','','received',0,'0000-00-00 00:00:00','pcs','120',1,NULL,'Inclusive'),(215,'','1',100.00,'2020-08-29 19:27:08','84.00','7','newstock','1','71598716396','11',3.40,'','1','184','supplier','1','189','','',0.00,'ZERO RATED','5','0','0','','','received',0,'0000-00-00 00:00:00','pcs','100',1,NULL,'Inclusive'),(216,'','1',24.00,'2020-08-31 19:42:15','17.00','7','newstock','1','71598892083','10',27.00,'','1','41','supplier','1','16','','',0.00,'ZERO RATED','30','0','0','','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive'),(217,'','1',5.00,'2020-08-31 19:43:04','0.00','7','newstock','1','71598892083','10',99.00,'','1','5','supplier','1','78','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(218,'','1',4.00,'2020-08-31 19:43:48','0.00','7','newstock','1','71598892083','10',99.00,'','1','4','supplier','1','77','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(219,'','1',3.00,'2020-08-31 19:44:21','1.00','7','newstock','1','71598892083','10',99.00,'','1','4','supplier','1','81','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(220,'','1',4.00,'2020-08-31 19:45:12','0.00','7','newstock','1','71598892083','10',153.00,'','1','4','supplier','1','73','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(221,'','1',3.00,'2020-08-31 19:46:10','0.00','7','newstock','1','71598892083','10',153.00,'','1','3','supplier','1','74','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(222,'','1',2.00,'2020-08-31 19:46:41','1.00','7','newstock','1','71598892083','10',153.00,'','1','3','supplier','1','75','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(223,'','1',3.00,'2020-08-31 19:47:18','0.00','7','newstock','1','71598892083','10',153.00,'','1','3','supplier','1','76','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(224,'','1',4.00,'2020-08-31 19:47:52','4.00','7','newstock','1','71598892083','10',36.00,'','1','8','supplier','1','88','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(225,'','1',6.00,'2020-08-31 19:48:20','21.00','7','newstock','1','71598892083','10',36.00,'','1','27','supplier','1','89','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(226,'','1',5.00,'2020-08-31 19:48:55','0.00','7','newstock','1','71598892083','10',36.00,'','1','5','supplier','1','91','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(227,'','1',8.00,'2020-08-31 19:49:42','9.00','7','newstock','1','71598892083','10',36.00,'','1','17','supplier','1','92','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','8',1,NULL,'Inclusive'),(229,'','1',50.00,'2020-08-31 20:19:28','0.00','7','newstock','1','71598894222','19',3.40,'','1','50','supplier','1','429','','',0.00,'ZERO RATED','5','0','0','','','received',0,'0000-00-00 00:00:00','pc','50',1,NULL,'Inclusive'),(230,'','1',10.00,'2020-08-31 20:19:55','11.00','7','newstock','1','71598894222','19',136.00,'','1','21','supplier','1','123','','',0.00,'ZERO RATED','150','0','0','','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive'),(231,'','1',12.00,'2020-08-31 20:20:18','0.00','7','newstock','1','71598894222','19',110.00,'','1','12','supplier','1','122','','',0.00,'ZERO RATED','125','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(232,'','1',5.00,'2020-08-31 20:20:48','0.00','7','newstock','1','71598894222','19',85.00,'','1','5','supplier','1','430','','',0.00,'ZERO RATED','105','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(233,'','1',50.00,'2020-08-31 20:21:18','0.00','7','newstock','1','71598894222','19',4.20,'','1','50','supplier','1','431','','',0.00,'ZERO RATED','6','0','0','','','received',0,'0000-00-00 00:00:00','pc','50',1,NULL,'Inclusive'),(234,'','1',50.00,'2020-08-31 20:21:43','0.00','7','newstock','1','71598894222','19',4.20,'','1','50','supplier','1','432','','',0.00,'ZERO RATED','6','0','0','','','received',0,'0000-00-00 00:00:00','pc','50',1,NULL,'Inclusive'),(235,'','1',50.00,'2020-08-31 20:23:43','0.00','7','newstock','1','71598894222','19',4.60,'','1','50','supplier','1','433','','',0.00,'ZERO RATED','6','0','0','','','received',0,'0000-00-00 00:00:00','pc','50',1,NULL,'Inclusive'),(236,'','1',12.00,'2020-08-31 20:24:11','21.00','7','newstock','1','71598894222','19',38.33,'','1','33','supplier','1','112','','',0.00,'ZERO RATED','45','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(237,'','1',75.00,'2020-08-31 20:24:57','0.00','7','newstock','1','71598894222','19',3.33,'','1','75','supplier','1','169','','',0.00,'ZERO RATED','5','0','0','','','received',0,'0000-00-00 00:00:00','pcs','75',1,NULL,'Inclusive'),(238,'','1',54.00,'2020-09-01 17:32:50','1.00','7','newstock','1','71598970689','3',4.50,'','1','55','supplier','1','6161100860155','','',0.00,'ZERO RATED','5','0','0','','','received',0,'0000-00-00 00:00:00','pcs','54',1,NULL,'Inclusive'),(239,'','1',21.00,'2020-09-01 17:33:13','4.00','7','newstock','1','71598970689','3',16.00,'','1','25','supplier','1','161101680431','','',0.00,'ZERO RATED','20','0','0','','','received',0,'0000-00-00 00:00:00','pc','21',1,NULL,'Inclusive'),(241,'','1',1.00,'2020-09-01 20:58:45','0.00','7','newstock','1','71598894222','19',3.40,'','1','1','supplier','1','428','','',0.00,'ZERO RATED','5','0','0','','','received',0,'0000-00-00 00:00:00','pc','1',1,NULL,'Inclusive'),(242,'','1',4.00,'2020-09-02 11:37:36','0.00','7','newstock','1','71599035802','3',45.00,'','1','4','supplier','1','32','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(243,'','1',3.00,'2020-09-02 11:37:56','0.00','7','newstock','1','71599035802','3',45.00,'','1','3','supplier','1','33','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(244,'','1',2.00,'2020-09-02 11:38:12','0.00','7','newstock','1','71599035802','3',81.00,'','1','2','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(245,'','1',17.00,'2020-09-02 18:59:43','13.00','7','newstock','1','71599062346','18',13.50,'','1','30','supplier','1','18','','',0.00,'ZERO RATED','15','0','0','','','received',0,'0000-00-00 00:00:00','pcs','17',1,NULL,'Inclusive'),(247,'','1',24.00,'2020-09-02 19:12:16','0.00','7','newstock','1','71599062346','18',40.83,'','1','24','supplier','1','6008459000507','','',0.00,'ZERO RATED','55','0','0','','','received',0,'0000-00-00 00:00:00','pc','24',1,NULL,'Inclusive'),(248,'','1',24.00,'2020-09-02 19:12:35','0.00','7','newstock','1','71599062346','18',57.50,'','1','24','supplier','1','6008459000453','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pc','24',1,NULL,'Inclusive'),(249,'','1',40.00,'2020-09-02 19:12:56','64.00','7','newstock','1','71599062346','18',10.00,'','1','104','supplier','1','268','','',0.00,'ZERO RATED','12','0','0','','','received',0,'0000-00-00 00:00:00','pcs','40',1,NULL,'Inclusive'),(250,'','1',2.00,'2020-09-03 14:19:35','1.00','7','newstock','1','71599131930','12',58.50,'','1','3','supplier','1','6161113440016','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(251,'','1',15.00,'2020-09-03 14:21:02','11.00','7','newstock','1','71599131930','12',31.50,'','1','26','supplier','1','6166000090213','','',0.00,'ZERO RATED','35','0','0','','','received',0,'0000-00-00 00:00:00','pcs','15',1,NULL,'Inclusive'),(252,'','1',2.00,'2020-09-03 15:14:54','0.00','7','newstock','1','71599131930','12',58.50,'','1','2','supplier','1','6161113440009','','',0.00,'VATABLE','65','14.37','102.63','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(253,'','1',24.00,'2020-09-04 10:38:55','35.00','7','newstock','1','71599205088','10',27.00,'','1','59','supplier','1','16','','',0.00,'ZERO RATED','30','0','0','','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive'),(254,'','1',4.00,'2020-09-04 10:39:21','4.00','7','newstock','1','71599205088','10',99.00,'','1','8','supplier','1','77','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(255,'','1',4.00,'2020-09-04 10:39:48','4.00','7','newstock','1','71599205088','10',99.00,'','1','8','supplier','1','78','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(256,'','1',3.00,'2020-09-04 10:40:05','2.00','7','newstock','1','71599205088','10',99.00,'','1','5','supplier','1','80','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(257,'','1',1.00,'2020-09-04 10:40:20','3.00','7','newstock','1','71599205088','10',99.00,'','1','4','supplier','1','81','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(258,'','1',2.00,'2020-09-04 10:40:46','2.00','7','newstock','1','71599205088','10',153.00,'','1','4','supplier','1','73','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(259,'','1',1.00,'2020-09-04 10:41:06','2.00','7','newstock','1','71599205088','10',153.00,'','1','3','supplier','1','74','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(260,'','1',1.00,'2020-09-04 10:41:35','0.00','7','newstock','1','71599205088','10',153.00,'','1','1','supplier','1','170','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(261,'','1',1.00,'2020-09-04 10:41:47','2.00','7','newstock','1','71599205088','10',153.00,'','1','3','supplier','1','76','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(262,'','1',1.00,'2020-09-04 10:42:09','3.00','7','newstock','1','71599205088','10',153.00,'','1','4','supplier','1','75','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(263,'','1',12.00,'2020-09-04 10:42:31','2.00','7','newstock','1','71599205088','10',45.00,'','1','14','supplier','1','68','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(264,'','1',4.00,'2020-09-04 10:45:04','0.00','7','newstock','1','71599205088','10',117.00,'','1','4','supplier','1','171','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(265,'','1',4.00,'2020-09-04 10:45:25','0.00','7','newstock','1','71599205088','10',117.00,'','1','4','supplier','1','5449000180247','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(266,'','1',5.00,'2020-09-04 10:45:51','7.00','7','newstock','1','71599205088','10',36.00,'','1','12','supplier','1','88','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(267,'','1',2.00,'2020-09-04 10:46:20','0.00','7','newstock','1','71599205088','10',36.00,'','1','2','supplier','1','8888','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pc','2',1,NULL,'Inclusive'),(268,'','1',6.00,'2020-09-04 10:46:35','27.00','7','newstock','1','71599205088','10',36.00,'','1','33','supplier','1','89','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(269,'','1',4.00,'2020-09-04 10:46:50','4.00','7','newstock','1','71599205088','10',36.00,'','1','8','supplier','1','91','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(270,'','1',4.00,'2020-09-04 10:47:06','18.00','7','newstock','1','71599205088','10',36.00,'','1','22','supplier','1','90','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(271,'','1',3.00,'2020-09-04 10:47:19','12.00','7','newstock','1','71599205088','10',36.00,'','1','15','supplier','1','92','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(272,'','1',4.00,'2020-09-04 11:13:41','0.00','7','newstock','1','71599205088','10',108.33,'','1','4','supplier','1','5449000180292','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pc','4',1,NULL,'Inclusive'),(273,'','1',4.00,'2020-09-04 13:09:29','0.00','7','newstock','1','71599213966','8',63.00,'','1','4','supplier','1','6164000033230','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(274,'','1',12.00,'2020-09-04 13:09:47','1.00','7','newstock','1','71599213966','8',45.00,'','1','13','supplier','1','6164001166272','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(275,'','1',3.00,'2020-09-04 13:10:14','0.00','7','newstock','1','71599213966','8',60.00,'','1','3','supplier','1','616400033506','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pc','3',1,NULL,'Inclusive'),(276,'','1',2.00,'2020-09-04 13:10:34','1.00','7','newstock','1','71599213966','8',63.00,'','1','3','supplier','1','6164000033490','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(277,'','1',3.00,'2020-09-04 13:10:57','0.00','7','newstock','1','71599213966','8',63.00,'','1','3','supplier','1','6164000033483','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(278,'','1',1.00,'2020-09-04 13:11:15','1.00','7','newstock','1','71599213966','8',117.00,'','1','2','supplier','1','6164000033193','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(279,'','1',3.00,'2020-09-04 13:11:35','0.00','7','newstock','1','71599213966','8',117.00,'','1','3','supplier','1','6164000033179','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(280,'','1',3.00,'2020-09-04 13:11:56','0.00','7','newstock','1','71599213966','8',117.00,'','1','3','supplier','1','6164000033186','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(281,'','1',3.00,'2020-09-04 13:12:16','0.00','7','newstock','1','71599213966','8',117.00,'','1','3','supplier','1','6164000033223','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(282,'','1',3.00,'2020-09-04 13:12:56','0.00','7','newstock','1','71599213966','8',54.00,'','1','3','supplier','1','6161101000840','','',0.00,'ZERO RATED','60','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(283,'','1',3.00,'2020-09-04 13:13:23','2.00','7','newstock','1','71599213966','8',54.00,'','1','5','supplier','1','6161101000833','','',0.00,'ZERO RATED','60','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(284,'','1',3.00,'2020-09-04 13:13:48','0.00','7','newstock','1','71599213966','8',94.50,'','1','3','supplier','1','6161101000895','','',0.00,'ZERO RATED','105','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(285,'','1',3.00,'2020-09-04 13:14:19','1.00','7','newstock','1','71599213966','8',94.50,'','1','4','supplier','1','6161101000901','','',0.00,'ZERO RATED','105','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(286,'','1',12.00,'2020-09-04 13:15:11','10.00','7','newstock','1','71599213966','8',45.00,'','1','22','supplier','1','6161102794694','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(287,'','1',12.00,'2020-09-04 13:15:34','0.00','7','newstock','1','71599213966','8',49.50,'','1','12','supplier','1','6161101000543','','',0.00,'ZERO RATED','55','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(288,'','1',21.00,'2020-09-04 13:15:55','0.00','7','newstock','1','71599213966','8',22.50,'','1','21','supplier','1','161','','',0.00,'ZERO RATED','25','0','0','','','received',0,'0000-00-00 00:00:00','pcs','21',1,NULL,'Inclusive'),(289,'','1',5.00,'2020-09-04 13:16:18','0.00','7','newstock','1','71599213966','8',45.00,'','1','5','supplier','1','32','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(290,'','1',3.00,'2020-09-04 13:16:37','0.00','7','newstock','1','71599213966','8',45.00,'','1','3','supplier','1','33','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(291,'','1',3.00,'2020-09-04 13:16:57','0.00','7','newstock','1','71599213966','8',63.00,'','1','3','supplier','1','31','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(292,'','1',2.00,'2020-09-04 13:17:14','0.00','7','newstock','1','71599213966','8',63.00,'','1','2','supplier','1','427','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(293,'','1',3.00,'2020-09-04 13:17:31','1.00','7','newstock','1','71599213966','8',81.00,'','1','4','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(294,'','1',3.00,'2020-09-05 14:45:45','2.00','7','newstock','1','71599306300','3',45.00,'','1','5','supplier','1','32','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(295,'','1',2.00,'2020-09-05 14:46:02','2.00','7','newstock','1','71599306300','3',63.00,'','1','4','supplier','1','31','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(296,'','1',2.00,'2020-09-05 14:46:25','4.00','7','newstock','1','71599306300','3',81.00,'','1','6','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(297,'','1',3.00,'2020-09-07 13:30:58','0.00','7','newstock','1','71599474590','3',63.00,'','1','3','supplier','1','31','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(298,'','1',2.00,'2020-09-07 13:31:29','0.00','7','newstock','1','71599474590','3',63.00,'','1','2','supplier','1','427','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(299,'','1',3.00,'2020-09-07 13:32:41','3.00','7','newstock','1','71599474590','3',81.00,'','1','6','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(300,'','1',18.00,'2020-09-07 13:34:56','105.00','7','newstock','1','71599474590','3',10.00,'','1','123','supplier','1','268','','',0.00,'ZERO RATED','12','0','0','','','received',0,'0000-00-00 00:00:00','pcs','18',1,NULL,'Inclusive'),(301,'','1',10.00,'2020-09-07 14:41:56','0.00','7','newstock','1','71599474590','3',9.00,'','1','10','supplier','1','17','','',0.00,'ZERO RATED','10','','','','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive'),(302,'','1',10.00,'2020-09-07 14:42:35','17.00','7','newstock','1','71599474590','3',13.50,'','1','27','supplier','1','18','','',0.00,'ZERO RATED','15','','','','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive'),(303,'','1',5.00,'2020-09-08 10:14:20','1.00','7','newstock','1','71599549202','3',45.00,'','1','6','supplier','1','32','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(304,'','1',3.00,'2020-09-08 10:14:39','0.00','7','newstock','1','71599549202','3',45.00,'','1','3','supplier','1','33','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(305,'','1',2.00,'2020-09-08 10:14:59','0.00','7','newstock','1','71599549202','3',63.00,'','1','2','supplier','1','31','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(306,'','1',11.00,'2020-09-08 10:36:00','1.00','7','newstock','1','71599549202','3',107.50,'','1','12','supplier','1','6161102170023','','',0.00,'ZERO RATED','125','0','0','','','received',0,'0000-00-00 00:00:00','pcs','11',1,NULL,'Inclusive'),(307,'','1',13.00,'2020-09-08 10:36:25','14.00','7','newstock','1','71599549202','3',107.08,'','1','27','supplier','1','6009627050010','','',0.00,'ZERO RATED','120','0','0','','','received',0,'0000-00-00 00:00:00','pcs','13',1,NULL,'Inclusive'),(308,'','1',12.00,'2020-09-08 10:36:42','6.00','7','newstock','1','71599549202','3',112.50,'','1','18','supplier','1','6161113940141','','',0.00,'ZERO RATED','125','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(309,'','1',24.00,'2020-09-08 10:37:07','0.00','7','newstock','1','71599549202','3',58.50,'','1','24','supplier','1','6161113940134','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive'),(310,'','1',2.00,'2020-09-10 11:50:29','0.00','7','newstock','1','71599727733','8',72.00,'','1','2','supplier','1','6161107150709','','',0.00,'ZERO RATED','80','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(311,'','1',2.00,'2020-09-10 11:50:58','5.00','7','newstock','1','71599727733','8',67.50,'','1','7','supplier','1','6161107150730','','',0.00,'ZERO RATED','75','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(312,'','1',5.00,'2020-09-10 11:53:04','1.00','7','newstock','1','71599727733','8',45.00,'','1','6','supplier','1','32','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(313,'','1',3.00,'2020-09-10 11:53:31','0.00','7','newstock','1','71599727733','8',45.00,'','1','3','supplier','1','33','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(314,'','1',4.00,'2020-09-10 11:53:55','0.00','7','newstock','1','71599727733','8',63.00,'','1','4','supplier','1','31','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(315,'','1',2.00,'2020-09-10 11:54:14','0.00','7','newstock','1','71599727733','8',63.00,'','1','2','supplier','1','427','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(316,'','1',3.00,'2020-09-10 11:55:04','4.00','7','newstock','1','71599727733','8',81.00,'','1','7','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(317,'','1',12.00,'2020-09-10 12:01:06','0.00','7','newstock','1','71599727733','8',49.50,'','1','12','supplier','1','6161101000543','','',0.00,'ZERO RATED','55','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(318,'','1',15.00,'2020-09-10 13:34:39','14.00','7','newstock','1','71599727733','8',31.50,'','1','29','supplier','1','6166000090213','','',0.00,'ZERO RATED','35','','','','','received',0,'0000-00-00 00:00:00','pcs','15',1,NULL,'Inclusive'),(319,'','1',55.00,'2020-09-11 19:32:13','19.00','7','newstock','1','71599841887','3',3.33,'','1','74','supplier','1','169','','',0.00,'ZERO RATED','5','0','0','','','received',0,'0000-00-00 00:00:00','pcs','55',1,NULL,'Inclusive'),(320,'','1',5.00,'2020-09-12 15:00:45','1.00','7','newstock','1','71599912001','3',45.00,'','1','6','supplier','1','32','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(321,'','1',2.00,'2020-09-12 15:01:01','0.00','7','newstock','1','71599912001','3',63.00,'','1','2','supplier','1','427','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(322,'','1',3.00,'2020-09-12 15:01:21','3.00','7','newstock','1','71599912001','3',81.00,'','1','6','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(323,'','1',17.00,'2020-09-12 15:01:38','7.00','7','newstock','1','71599912001','3',49.50,'','1','24','supplier','1','6161101000543','','',0.00,'ZERO RATED','55','0','0','','','received',0,'0000-00-00 00:00:00','pcs','17',1,NULL,'Inclusive'),(324,'','1',12.00,'2020-09-12 15:01:51','11.00','7','newstock','1','71599912001','3',45.00,'','1','23','supplier','1','6161102794694','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(325,'','1',24.00,'2020-09-12 15:02:11','0.00','7','newstock','1','71599912001','3',45.00,'','1','24','supplier','1','6161101680424','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive'),(326,'','1',10.00,'2020-09-12 15:02:40','0.00','7','newstock','1','71599912001','3',20.00,'','1','10','supplier','1','201','','',0.00,'ZERO RATED','30','0','0','','','received',0,'0000-00-00 00:00:00','pc','10',1,NULL,'Inclusive'),(327,'','1',10.00,'2020-09-12 15:02:53','18.00','7','newstock','1','71599912001','3',13.50,'','1','28','supplier','1','18','','',0.00,'ZERO RATED','15','0','0','','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive'),(328,'','1',5.00,'2020-09-14 10:15:41','3.00','7','newstock','1','71600067683','3',45.00,'','1','8','supplier','1','32','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(329,'','1',3.00,'2020-09-14 10:16:03','1.00','7','newstock','1','71600067683','3',45.00,'','1','4','supplier','1','33','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(330,'','1',4.00,'2020-09-14 10:16:24','0.00','7','newstock','1','71600067683','3',63.00,'','1','4','supplier','1','31','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(331,'','1',2.00,'2020-09-14 10:16:51','0.00','7','newstock','1','71600067683','3',63.00,'','1','2','supplier','1','427','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(332,'','1',4.00,'2020-09-14 10:17:10','4.00','7','newstock','1','71600067683','3',81.00,'','1','8','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(333,'','1',12.00,'2020-09-14 10:17:39','0.00','7','newstock','1','71600067683','3',45.00,'','1','12','supplier','1','6164001166272','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(334,'','1',12.00,'2020-09-14 10:17:55','2.00','7','newstock','1','71600067683','3',45.00,'','1','14','supplier','1','39','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(335,'','1',12.00,'2020-09-14 10:18:11','5.00','7','newstock','1','71600067683','3',45.00,'','1','17','supplier','1','68','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(336,'','1',25.00,'2020-09-14 10:23:58','9.00','7','newstock','1','71600067683','3',93.00,'','1','34','supplier','1','101','','',0.00,'ZERO RATED','120','0','0','','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive'),(337,'','1',5.00,'2020-09-14 10:36:08','0.00','7','newstock','1','71600067683','3',108.00,'','1','5','supplier','1','434','','',0.00,'ZERO RATED','120','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(338,'','1',10.00,'2020-09-14 10:36:27','11.00','7','newstock','1','71600067683','3',54.00,'','1','21','supplier','1','135','','',0.00,'ZERO RATED','60','0','0','','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive'),(339,'','1',25.00,'2020-09-14 13:36:50','3.00','7','newstock','1','71600067683','3',9.00,'','1','28','supplier','1','17','','',0.00,'ZERO RATED','10','0','0','','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive'),(340,'','1',24.00,'2020-09-15 15:51:19','22.00','7','newstock','1','71600174231','18',15.00,'','1','46','supplier','1','174','','',0.00,'ZERO RATED','20','0','0','','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive'),(341,'','1',12.00,'2020-09-15 15:51:38','0.00','7','newstock','1','71600174231','18',78.00,'','1','12','supplier','1','6164000242595','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pc','12',1,NULL,'Inclusive'),(342,'','1',30.00,'2020-09-16 11:00:43','123.00','7','newstock','1','71600243208','3',10.00,'','1','153','supplier','1','268','','',0.00,'VATABLE','12','36.84','263.16','','','received',0,'0000-00-00 00:00:00','pcs','30',1,NULL,'Inclusive'),(343,'','1',10.00,'2020-09-16 21:54:54','8.00','7','newstock','1','71600282451','18',22.50,'','1','18','supplier','1','26','','',0.00,'ZERO RATED','25','0','0','','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive'),(344,'','1',3.00,'2020-09-16 21:55:17','7.00','7','newstock','1','71600282451','18',45.00,'','1','10','supplier','1','27','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(345,'','1',12.00,'2020-09-16 22:04:02','0.00','7','newstock','1','71600282451','18',162.00,'','1','12','supplier','1','6161106610228','','',0.00,'ZERO RATED','180','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(346,'','1',6.00,'2020-09-16 22:04:40','2.00','7','newstock','1','71600282451','18',315.83,'','1','8','supplier','1','6161106610235','','',0.00,'ZERO RATED','350','0','0','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(347,'','1',6.00,'2020-09-16 22:05:04','11.00','7','newstock','1','71600282451','18',452.50,'','1','17','supplier','1','6161106610242','','',0.00,'ZERO RATED','510','0','0','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(348,'','1',4.00,'2020-09-16 22:05:20','4.00','7','newstock','1','71600282451','18',675.00,'','1','8','supplier','1','6161106610259','','',0.00,'ZERO RATED','750','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(349,'','1',12.00,'2020-09-16 22:05:53','12.00','7','newstock','1','71600282451','18',198.00,'','1','24','supplier','1','6161101661232','','',0.00,'ZERO RATED','220','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(350,'','1',11.00,'2020-09-16 22:06:13','0.00','7','newstock','1','71600282451','18',139.50,'','1','11','supplier','1','5410076189540','','',0.00,'ZERO RATED','155','0','0','','','received',0,'0000-00-00 00:00:00','pcs','11',1,NULL,'Inclusive'),(351,'','1',12.00,'2020-09-16 22:06:39','8.00','7','newstock','1','71600282451','18',36.00,'','1','20','supplier','1','6008677000549','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(352,'','1',12.00,'2020-09-16 22:06:54','2.00','7','newstock','1','71600282451','18',22.50,'','1','14','supplier','1','6008677000532','','',0.00,'ZERO RATED','25','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(353,'','1',20.00,'2020-09-16 22:07:34','0.00','7','newstock','1','71600282451','18',45.00,'','1','20','supplier','1','25','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive'),(354,'','1',20.00,'2020-09-16 22:11:02','0.00','7','newstock','1','71600282451','18',18.00,'','1','20','supplier','1','435','','',0.00,'ZERO RATED','25','0','0','','','received',0,'0000-00-00 00:00:00','pc','20',1,NULL,'Inclusive'),(355,'','1',5.00,'2020-09-16 22:11:43','0.00','7','newstock','1','71600282451','18',247.50,'','1','5','supplier','1','106','','',0.00,'ZERO RATED','275','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(356,'','1',5.00,'2020-09-16 22:12:00','10.00','7','newstock','1','71600282451','18',135.00,'','1','15','supplier','1','186','','',0.00,'ZERO RATED','150','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(358,'','1',5.00,'2020-09-17 08:50:03','2.00','7','newstock','1','71600321766','3',45.00,'','1','7','supplier','1','32','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(359,'','1',3.00,'2020-09-17 08:50:32','0.00','7','newstock','1','71600321766','3',45.00,'','1','3','supplier','1','33','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(360,'','1',4.00,'2020-09-17 08:50:49','0.00','7','newstock','1','71600321766','3',63.00,'','1','4','supplier','1','31','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(361,'','1',2.00,'2020-09-17 08:51:07','0.00','7','newstock','1','71600321766','3',63.00,'','1','2','supplier','1','427','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(362,'','1',4.00,'2020-09-17 08:51:32','4.00','7','newstock','1','71600321766','3',81.00,'','1','8','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(363,'','1',3.00,'2020-09-17 08:59:59','0.00','7','newstock','1','71600282451','18',85.00,'','1','3','supplier','1','0792382434152','','',0.00,'ZERO RATED','100','0','0','','','received',0,'0000-00-00 00:00:00','pc','3',1,NULL,'Inclusive'),(364,'','1',11.00,'2020-09-17 10:22:15','0.00','7','newstock','1','71600282451','18',67.50,'','1','11','supplier','1','105','','',0.00,'ZERO RATED','75','0','0','','','received',0,'0000-00-00 00:00:00','pcs','11',1,NULL,'Inclusive'),(365,'','1',3.00,'2020-09-17 16:34:58','22.00','7','newstock','1','71600321766','3',40.50,'','1','25','supplier','1','6164000009556','','',0.00,'ZERO RATED','45','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(366,'','1',3.00,'2020-09-17 16:35:21','4.00','7','newstock','1','71600321766','3',45.00,'','1','7','supplier','1','6164000009372','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(367,'','1',4.00,'2020-09-17 16:35:46','6.00','7','newstock','1','71600321766','3',90.00,'','1','10','supplier','1','6164000009068','','',0.00,'ZERO RATED','100','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(368,'','1',3.00,'2020-09-17 16:36:05','7.00','7','newstock','1','71600321766','3',90.00,'','1','10','supplier','1','6164000009082','','',0.00,'ZERO RATED','100','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(369,'','1',3.00,'2020-09-17 16:36:23','2.00','7','newstock','1','71600321766','3',54.00,'','1','5','supplier','1','6164000009549','','',0.00,'ZERO RATED','60','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(370,'','1',5.00,'2020-09-17 16:36:41','0.00','7','newstock','1','71600321766','3',40.50,'','1','5','supplier','1','6164000009570','','',0.00,'ZERO RATED','45','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(371,'','1',3.00,'2020-09-17 16:37:05','0.00','7','newstock','1','71600321766','3',144.00,'','1','3','supplier','1','6164000009006','','',0.00,'ZERO RATED','160','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(372,'','1',3.00,'2020-09-17 16:37:30','4.00','7','newstock','1','71600321766','3',103.50,'','1','7','supplier','1','6164000009013','','',0.00,'ZERO RATED','115','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(373,'','1',3.00,'2020-09-17 16:37:53','3.00','7','newstock','1','71600321766','3',67.50,'','1','6','supplier','1','6164000009075','','',0.00,'ZERO RATED','75','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(374,'','1',3.00,'2020-09-17 16:38:11','0.00','7','newstock','1','71600321766','3',58.50,'','1','3','supplier','1','6164000009020','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(375,'','1',33.00,'2020-09-17 19:55:12','22.00','7','newstock','1','71600321766','3',13.50,'','1','55','supplier','1','18','','',0.00,'ZERO RATED','15','0','0','','','received',0,'0000-00-00 00:00:00','pcs','33',1,NULL,'Inclusive'),(376,'','1',6.00,'2020-09-18 16:01:19','0.00','7','newstock','1','71600434039','18',85.00,'','1','6','supplier','1','436','','',0.00,'ZERO RATED','120','0','0','','','received',0,'0000-00-00 00:00:00','pc','6',1,NULL,'Inclusive'),(377,'','1',12.00,'2020-09-18 20:02:32','0.00','7','newstock','1','71600434039','18',45.00,'','1','12','supplier','1','6164001166272','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(378,'','1',5.00,'2020-09-20 09:34:58','0.00','7','newstock','1','71600583653','10',45.00,'','1','5','supplier','1','32','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(379,'','1',4.00,'2020-09-20 09:35:22','0.00','7','newstock','1','71600583653','10',63.00,'','1','4','supplier','1','31','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(380,'','1',4.00,'2020-09-20 09:35:43','4.00','7','newstock','1','71600583653','10',81.00,'','1','8','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(381,'','1',4.00,'2020-09-20 09:35:43','8.00','7','newstock','1','71600583653','10',81.00,'','1','12','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(382,'','1',12.00,'2020-09-20 09:36:01','4.00','7','newstock','1','71600583653','10',45.00,'','1','16','supplier','1','68','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(383,'','1',12.00,'2020-09-20 09:43:11','3.00','7','newstock','1','71600583653','10',45.00,'','1','15','supplier','1','39','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(384,'','1',12.00,'2020-09-20 09:43:28','0.00','7','newstock','1','71600583653','10',54.00,'','1','12','supplier','1','66','','',0.00,'ZERO RATED','60','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(385,'','1',12.00,'2020-09-20 09:43:55','4.00','7','newstock','1','71600583653','10',36.00,'','1','16','supplier','1','88','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(386,'','1',12.00,'2020-09-20 09:44:14','25.00','7','newstock','1','71600583653','10',36.00,'','1','37','supplier','1','89','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(387,'','1',2.00,'2020-09-20 09:44:31','1.00','7','newstock','1','71600583653','10',153.00,'','1','3','supplier','1','73','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(388,'','1',2.00,'2020-09-20 09:44:56','0.00','7','newstock','1','71600583653','10',153.00,'','1','2','supplier','1','170','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(389,'','1',1.00,'2020-09-20 09:45:10','1.00','7','newstock','1','71600583653','10',153.00,'','1','2','supplier','1','74','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(390,'','1',1.00,'2020-09-20 09:45:31','1.00','7','newstock','1','71600583653','10',153.00,'','1','2','supplier','1','76','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(391,'','1',4.00,'2020-09-20 09:45:48','2.00','7','newstock','1','71600583653','10',99.00,'','1','6','supplier','1','77','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(392,'','1',4.00,'2020-09-20 09:46:04','1.00','7','newstock','1','71600583653','10',99.00,'','1','5','supplier','1','79','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(393,'','1',4.00,'2020-09-20 09:46:18','3.00','7','newstock','1','71600583653','10',99.00,'','1','7','supplier','1','80','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(394,'','1',5.00,'2020-09-22 10:23:22','2.00','7','newstock','1','71600759347','3',45.00,'','1','7','supplier','1','32','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(395,'','1',3.00,'2020-09-22 10:23:41','1.00','7','newstock','1','71600759347','3',45.00,'','1','4','supplier','1','33','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(396,'','1',2.00,'2020-09-22 10:24:00','0.00','7','newstock','1','71600759347','3',63.00,'','1','2','supplier','1','427','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(397,'','1',4.00,'2020-09-22 10:24:21','0.00','7','newstock','1','71600759347','3',81.00,'','1','4','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(398,'','1',12.00,'2020-09-22 10:24:42','10.00','7','newstock','1','71600759347','3',18.00,'','1','22','supplier','1','53','','',0.00,'ZERO RATED','20','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(399,'','1',80.00,'2020-09-22 15:01:48','0.00','7','newstock','1','71600759347','3',0.88,'','1','80','supplier','1','502','','',0.00,'ZERO RATED','1','0','0','','','received',0,'0000-00-00 00:00:00','pc','80',1,NULL,'Inclusive'),(400,'','1',5.00,'2020-09-22 15:02:11','0.00','7','newstock','1','71600759347','3',95.00,'','1','5','supplier','1','492','','',0.00,'ZERO RATED','100','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(401,'','1',5.00,'2020-09-22 15:02:37','0.00','7','newstock','1','71600759347','3',45.00,'','1','5','supplier','1','493','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(402,'','1',5.00,'2020-09-22 15:03:21','0.00','7','newstock','1','71600759347','3',94.50,'','1','5','supplier','1','6161101000895','','',0.00,'ZERO RATED','105','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(403,'','1',5.00,'2020-09-22 15:03:39','0.00','7','newstock','1','71600759347','3',94.50,'','1','5','supplier','1','6161101000901','','',0.00,'ZERO RATED','105','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(404,'','1',4.00,'2020-09-22 15:04:04','0.00','7','newstock','1','71600759347','3',63.00,'','1','4','supplier','1','6164000033490','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(405,'','1',4.00,'2020-09-22 15:04:29','0.00','7','newstock','1','71600759347','3',60.00,'','1','4','supplier','1','616400033506','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pc','4',1,NULL,'Inclusive'),(406,'','1',4.00,'2020-09-22 15:04:48','0.00','7','newstock','1','71600759347','3',63.00,'','1','4','supplier','1','6164000033483','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(407,'','1',3.00,'2020-09-22 15:05:12','0.00','7','newstock','1','71600759347','3',63.00,'','1','3','supplier','1','6164000033070','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(408,'','1',4.00,'2020-09-22 15:05:31','0.00','7','newstock','1','71600759347','3',117.00,'','1','4','supplier','1','6164000033179','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(409,'','1',2.00,'2020-09-22 15:05:57','0.00','7','newstock','1','71600759347','3',117.00,'','1','2','supplier','1','6164000033223','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(410,'','1',2.00,'2020-09-22 15:06:36','0.00','7','newstock','1','71600759347','3',117.00,'','1','2','supplier','1','6164000033193','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(411,'','1',21.00,'2020-09-22 15:07:04','3.00','7','newstock','1','71600759347','3',22.50,'','1','24','supplier','1','161','','',0.00,'ZERO RATED','25','0','0','','','received',0,'0000-00-00 00:00:00','pcs','21',1,NULL,'Inclusive'),(412,'','1',21.00,'2020-09-22 15:07:34','5.00','7','newstock','1','71600759347','3',16.00,'','1','26','supplier','1','161101680431','','',0.00,'ZERO RATED','20','0','0','','','received',0,'0000-00-00 00:00:00','pc','21',1,NULL,'Inclusive'),(413,'','1',24.00,'2020-09-22 15:07:58','5.00','7','newstock','1','71600759347','3',45.00,'','1','29','supplier','1','6161101680424','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive'),(414,'','1',5.00,'2020-09-23 12:44:14','3.00','7','newstock','1','71600854205','3',45.00,'','1','8','supplier','1','493','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(415,'','1',7.00,'2020-09-23 12:44:31','0.00','7','newstock','1','71600854205','3',15.00,'','1','7','supplier','1','494','','',0.00,'ZERO RATED','20','0','0','','','received',0,'0000-00-00 00:00:00','pc','7',1,NULL,'Inclusive'),(416,'','1',8.00,'2020-09-23 12:44:48','0.00','7','newstock','1','71600854205','3',5.00,'','1','8','supplier','1','495','','',0.00,'ZERO RATED','10','0','0','','','received',0,'0000-00-00 00:00:00','pc','8',1,NULL,'Inclusive'),(417,'','1',8.00,'2020-09-23 12:45:29','0.00','7','newstock','1','71600854205','3',46.00,'','1','8','supplier','1','497','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pc','8',1,NULL,'Inclusive'),(418,'','1',5.00,'2020-09-23 12:45:47','1.00','7','newstock','1','71600854205','3',95.00,'','1','6','supplier','1','496','','',0.00,'ZERO RATED','100','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(419,'','1',24.00,'2020-09-23 12:46:10','0.00','7','newstock','1','71600854205','3',49.50,'','1','24','supplier','1','6161101000543','','',0.00,'ZERO RATED','55','0','0','','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive'),(420,'','1',12.00,'2020-09-23 12:46:38','10.00','7','newstock','1','71600854205','3',45.00,'','1','22','supplier','1','6161101680424','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(421,'','1',2.00,'2020-09-23 14:34:13','5.00','7','newstock','1','71600854205','3',95.00,'','1','7','supplier','1','492','','',0.00,'ZERO RATED','100','0','0','','','received',0,'0000-00-00 00:00:00','pc','2',1,NULL,'Inclusive'),(422,'','1',2.00,'2020-09-24 15:13:15','0.00','7','newstock','1','71600949551','12',58.50,'','1','2','supplier','1','6161113440009','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(423,'','1',2.00,'2020-09-24 15:13:45','2.00','7','newstock','1','71600949551','12',58.50,'','1','4','supplier','1','6161113440016','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(424,'','1',2.00,'2020-09-24 15:14:07','3.00','7','newstock','1','71600949551','12',76.50,'','1','5','supplier','1','6161113440030','','',0.00,'ZERO RATED','85','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(425,'','1',2.00,'2020-09-24 15:14:26','1.00','7','newstock','1','71600949551','12',67.50,'','1','3','supplier','1','6161113440061','','',0.00,'ZERO RATED','75','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(426,'','1',2.00,'2020-09-24 15:14:42','2.00','7','newstock','1','71600949551','12',49.50,'','1','4','supplier','1','6161113440054','','',0.00,'ZERO RATED','55','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(427,'','1',12.00,'2020-09-24 17:50:04','0.00','7','newstock','1','71600949551','12',45.00,'','1','12','supplier','1','6161102794694','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(428,'','1',8.00,'2020-09-24 17:50:19','2.00','7','newstock','1','71600949551','12',15.00,'','1','10','supplier','1','494','','',0.00,'ZERO RATED','20','0','0','','','received',0,'0000-00-00 00:00:00','pc','8',1,NULL,'Inclusive'),(429,'','1',3.00,'2020-09-25 09:57:05','3.00','7','newstock','1','71601016909','3',45.00,'','1','6','supplier','1','32','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(430,'','1',2.00,'2020-09-25 09:58:49','2.00','7','newstock','1','71601016909','3',45.00,'','1','4','supplier','1','33','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(431,'','1',3.00,'2020-09-25 10:00:18','0.00','7','newstock','1','71601016909','3',63.00,'','1','3','supplier','1','31','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(432,'','1',2.00,'2020-09-25 10:00:34','1.00','7','newstock','1','71601016909','3',63.00,'','1','3','supplier','1','427','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(433,'','1',3.00,'2020-09-25 10:00:54','0.00','7','newstock','1','71601016909','3',81.00,'','1','3','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(435,'','1',36.00,'2020-09-25 15:05:53','4.00','7','newstock','1','71601035351','18',45.00,'','1','40','supplier','1','99','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','36',1,NULL,'Inclusive'),(436,'','1',36.00,'2020-09-25 15:06:17','0.00','7','newstock','1','71601035351','18',116.67,'','1','36','supplier','1','6161113940141','','',0.00,'ZERO RATED','125','0','0','','','received',0,'0000-00-00 00:00:00','pcs','36',1,NULL,'Inclusive'),(437,'','1',120.00,'2020-09-25 15:07:04','0.00','7','newstock','1','71601035351','18',4.17,'','1','120','supplier','1','504','','',0.00,'ZERO RATED','5','0','0','','','received',0,'0000-00-00 00:00:00','pc','120',1,NULL,'Inclusive'),(438,'','1',24.00,'2020-09-25 15:07:21','3.00','7','newstock','1','71601035351','18',37.50,'','1','27','supplier','1','112','','',0.00,'ZERO RATED','45','0','0','','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive'),(439,'','1',10.00,'2020-09-25 15:07:43','0.00','7','newstock','1','71601035351','18',90.00,'','1','10','supplier','1','505','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pc','10',1,NULL,'Inclusive'),(440,'','1',25.00,'2020-09-25 15:08:02','1.00','7','newstock','1','71601035351','18',110.00,'','1','26','supplier','1','122','','',0.00,'ZERO RATED','125','0','0','','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive'),(441,'','1',12.00,'2020-09-25 15:08:18','0.00','7','newstock','1','71601035351','18',37.50,'','1','12','supplier','1','503','','',0.00,'ZERO RATED','45','0','0','','','received',0,'0000-00-00 00:00:00','pc','12',1,NULL,'Inclusive'),(442,'','1',48.00,'2020-09-25 15:10:37','0.00','7','newstock','1','71601035351','18',21.88,'','1','48','supplier','1','506','','',0.00,'ZERO RATED','35','0','0','','','received',0,'0000-00-00 00:00:00','pc','48',1,NULL,'Inclusive'),(443,'','1',24.00,'2020-09-25 15:13:58','0.00','7','newstock','1','71601035351','18',35.42,'','1','24','supplier','1','507','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pc','24',1,NULL,'Inclusive'),(444,'','1',5.00,'2020-09-25 19:17:13','3.00','7','newstock','1','71601035351','18',46.00,'','1','8','supplier','1','497','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(445,'','1',5.00,'2020-09-25 19:17:35','2.00','7','newstock','1','71601035351','18',95.00,'','1','7','supplier','1','492','','',0.00,'ZERO RATED','100','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(446,'','1',12.00,'2020-09-25 19:22:09','0.00','7','newstock','1','71601035351','18',40.00,'','1','12','supplier','1','509','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pc','12',1,NULL,'Inclusive'),(447,'','1',4.00,'2020-09-26 14:14:23','2.00','7','newstock','1','71601118822','3',45.00,'','1','6','supplier','1','32','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(448,'','1',3.00,'2020-09-26 14:14:40','0.00','7','newstock','1','71601118822','3',81.00,'','1','3','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(449,'','1',51.00,'2020-09-27 07:49:20','2.00','7','newstock','1','71601035351','18',93.00,'','1','53','supplier','1','101','','',0.00,'ZERO RATED','120','0','0','','','received',0,'0000-00-00 00:00:00','pcs','51',1,NULL,'Inclusive'),(450,'','1',5.00,'2020-09-28 16:58:16','4.00','7','newstock','1','71601301443','3',95.00,'','1','9','supplier','1','492','','',0.00,'ZERO RATED','100','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(451,'','1',5.00,'2020-09-28 16:58:35','4.00','7','newstock','1','71601301443','3',45.00,'','1','9','supplier','1','493','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(452,'','1',10.00,'2020-09-28 16:58:51','4.00','7','newstock','1','71601301443','3',15.00,'','1','14','supplier','1','494','','',0.00,'ZERO RATED','20','0','0','','','received',0,'0000-00-00 00:00:00','pc','10',1,NULL,'Inclusive'),(453,'','1',24.00,'2020-09-28 16:59:16','21.00','7','newstock','1','71601301443','3',27.00,'','1','45','supplier','1','16','','',0.00,'ZERO RATED','30','0','0','','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive'),(454,'','1',12.00,'2020-09-28 17:01:26','3.00','7','newstock','1','71601301443','3',45.00,'','1','15','supplier','1','68','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(455,'','1',8.00,'2020-09-28 17:01:56','0.00','7','newstock','1','71601301443','3',58.50,'','1','8','supplier','1','83','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','8',1,NULL,'Inclusive'),(456,'','1',3.00,'2020-09-28 17:02:26','0.00','7','newstock','1','71601301443','3',58.50,'','1','3','supplier','1','82','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(457,'','1',6.00,'2020-09-28 17:02:47','3.00','7','newstock','1','71601301443','3',58.50,'','1','9','supplier','1','85','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(458,'','1',4.00,'2020-09-28 17:03:19','0.00','7','newstock','1','71601301443','3',58.50,'','1','4','supplier','1','86','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(459,'','1',3.00,'2020-09-28 17:03:37','2.00','7','newstock','1','71601301443','3',58.50,'','1','5','supplier','1','183','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(460,'','1',6.00,'2020-09-28 17:04:03','7.00','7','newstock','1','71601301443','3',36.00,'','1','13','supplier','1','88','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(461,'','1',3.00,'2020-09-28 17:05:29','2.00','7','newstock','1','71601301443','3',36.00,'','1','5','supplier','1','8888','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pc','3',1,NULL,'Inclusive'),(462,'','1',6.00,'2020-09-28 17:05:50','6.00','7','newstock','1','71601301443','3',36.00,'','1','12','supplier','1','89','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(463,'','1',3.00,'2020-09-28 17:06:10','9.00','7','newstock','1','71601301443','3',36.00,'','1','12','supplier','1','92','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(464,'','1',2.00,'2020-09-28 17:06:29','0.00','7','newstock','1','71601301443','3',36.00,'','1','2','supplier','1','182','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(465,'','1',4.00,'2020-09-28 17:06:53','18.00','7','newstock','1','71601301443','3',36.00,'','1','22','supplier','1','90','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(466,'','1',5.00,'2020-09-28 17:07:17','2.00','7','newstock','1','71601301443','3',99.00,'','1','7','supplier','1','77','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(467,'','1',2.00,'2020-09-28 17:07:37','3.00','7','newstock','1','71601301443','3',99.00,'','1','5','supplier','1','78','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(468,'','1',2.00,'2020-09-28 17:07:59','2.00','7','newstock','1','71601301443','3',99.00,'','1','4','supplier','1','81','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(469,'','1',3.00,'2020-09-28 17:09:36','5.00','7','newstock','1','71601301443','3',99.00,'','1','8','supplier','1','80','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(470,'','1',3.00,'2020-09-28 17:10:05','8.00','7','newstock','1','71601301443','3',99.00,'','1','11','supplier','1','80','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(471,'','1',2.00,'2020-09-28 17:10:31','0.00','7','newstock','1','71601301443','3',153.00,'','1','2','supplier','1','73','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(472,'','1',2.00,'2020-09-28 17:10:54','0.00','7','newstock','1','71601301443','3',153.00,'','1','2','supplier','1','76','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(473,'','1',4.00,'2020-09-28 17:11:54','1.00','7','newstock','1','71601301443','3',117.00,'','1','5','supplier','1','5449000180247','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(474,'','1',4.00,'2020-09-28 17:12:30','1.00','7','newstock','1','71601301443','3',117.00,'','1','5','supplier','1','171','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(475,'','1',4.00,'2020-09-28 17:13:04','0.00','7','newstock','1','71601301443','3',108.33,'','1','4','supplier','1','5449000180292','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pc','4',1,NULL,'Inclusive'),(476,'','1',3.00,'2020-09-28 17:13:28','0.00','7','newstock','1','71601301443','3',63.00,'','1','3','supplier','1','96','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(477,'','1',3.00,'2020-09-28 17:14:00','14.00','7','newstock','1','71601301443','3',63.00,'','1','17','supplier','1','94','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(478,'','1',6.00,'2020-09-28 17:14:21','0.00','7','newstock','1','71601301443','3',63.00,'','1','6','supplier','1','95','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(479,'','1',5.00,'2020-09-28 17:14:39','6.00','7','newstock','1','71601301443','3',95.00,'','1','11','supplier','1','496','','',0.00,'ZERO RATED','100','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(480,'','1',10.00,'2020-09-28 17:14:57','4.00','7','newstock','1','71601301443','3',8.00,'','1','14','supplier','1','499','','',0.00,'ZERO RATED','10','0','0','','','received',0,'0000-00-00 00:00:00','pc','10',1,NULL,'Inclusive'),(481,'','1',60.00,'2020-09-28 17:15:19','22.00','7','newstock','1','71601301443','3',10.00,'','1','82','supplier','1','268','','',0.00,'ZERO RATED','12','0','0','','','received',0,'0000-00-00 00:00:00','pcs','60',1,NULL,'Inclusive'),(482,'','1',18.00,'2020-09-28 17:16:13','34.00','7','newstock','1','71601301443','3',63.00,'','1','52','supplier','1','172','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','18',1,NULL,'Inclusive'),(483,'','1',18.00,'2020-09-28 17:16:33','52.00','7','newstock','1','71601301443','3',63.00,'','1','70','supplier','1','172','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','18',1,NULL,'Inclusive'),(484,'','1',12.00,'2020-09-28 17:16:51','2.00','7','newstock','1','71601301443','3',45.00,'','1','14','supplier','1','6164001166272','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(485,'','1',40.00,'2020-09-28 17:18:41','2.00','7','newstock','1','71601301443','3',36.45,'','1','42','supplier','1','158','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','40',1,NULL,'Inclusive'),(486,'','1',3.00,'2020-09-29 14:48:10','4.00','7','newstock','1','71601380008','3',45.00,'','1','7','supplier','1','32','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(487,'','1',2.00,'2020-09-29 14:48:58','2.00','7','newstock','1','71601380008','3',45.00,'','1','4','supplier','1','33','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(488,'','1',3.00,'2020-09-29 14:49:14','0.00','7','newstock','1','71601380008','3',63.00,'','1','3','supplier','1','31','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(489,'','1',2.00,'2020-09-29 14:49:34','1.00','7','newstock','1','71601380008','3',63.00,'','1','3','supplier','1','427','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(490,'','1',3.00,'2020-09-29 14:49:59','0.00','7','newstock','1','71601380008','3',81.00,'','1','3','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(491,'','1',5.00,'2020-09-29 16:28:14','1.00','7','newstock','1','71601380008','3',95.00,'','1','6','supplier','1','492','','',0.00,'ZERO RATED','100','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(492,'','1',5.00,'2020-09-29 16:28:32','1.00','7','newstock','1','71601380008','3',45.00,'','1','6','supplier','1','493','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(493,'','1',10.00,'2020-09-30 13:57:07','0.00','7','newstock','1','71601463381','3',17.00,'','1','10','supplier','1','498','','',0.00,'ZERO RATED','20','0','0','','','received',0,'0000-00-00 00:00:00','pc','10',1,NULL,'Inclusive'),(494,'','1',10.00,'2020-09-30 13:57:23','1.00','7','newstock','1','71601463381','3',5.00,'','1','11','supplier','1','495','','',0.00,'ZERO RATED','10','0','0','','','received',0,'0000-00-00 00:00:00','pc','10',1,NULL,'Inclusive'),(495,'','1',5.00,'2020-09-30 13:57:46','3.00','7','newstock','1','71601463381','3',95.00,'','1','8','supplier','1','496','','',0.00,'ZERO RATED','100','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(496,'','1',5.00,'2020-09-30 13:58:03','1.00','7','newstock','1','71601463381','3',46.00,'','1','6','supplier','1','497','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(497,'','1',5.00,'2020-09-30 13:58:22','5.00','7','newstock','1','71601463381','3',95.00,'','1','10','supplier','1','492','','',0.00,'ZERO RATED','100','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(498,'','1',10.00,'2020-09-30 13:58:48','2.00','7','newstock','1','71601463381','3',15.00,'','1','12','supplier','1','494','','',0.00,'ZERO RATED','20','0','0','','','received',0,'0000-00-00 00:00:00','pc','10',1,NULL,'Inclusive'),(499,'','1',30.00,'2020-09-30 13:59:08','44.00','7','newstock','1','71601463381','3',10.00,'','1','74','supplier','1','268','','',0.00,'ZERO RATED','12','0','0','','','received',0,'0000-00-00 00:00:00','pcs','30',1,NULL,'Inclusive'),(500,'','1',24.00,'2020-09-30 13:59:32','0.00','7','newstock','1','71601463381','3',76.50,'','1','24','supplier','1','6164000993008','','',0.00,'ZERO RATED','85','0','0','','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive'),(501,'','1',80.00,'2020-09-30 14:00:02','0.00','7','newstock','1','71601463381','3',0.88,'','1','80','supplier','1','502','','',0.00,'ZERO RATED','1','0','0','','','received',0,'0000-00-00 00:00:00','pc','80',1,NULL,'Inclusive'),(502,'','1',12.00,'2020-09-30 18:30:44','0.00','7','newstock','1','71601463381','3',45.00,'','1','12','supplier','1','6161102794694','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(503,'','1',3.00,'2020-09-30 18:30:59','18.00','7','newstock','1','71601463381','3',45.00,'','1','21','supplier','1','6161101680424','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(504,'','1',3.00,'2020-09-30 18:31:17','0.00','7','newstock','1','71601463381','3',72.00,'','1','3','supplier','1','6161107150709','','',0.00,'ZERO RATED','80','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(506,'','1',4.00,'2020-09-30 18:40:56','-1.00','7','newstock','1','71601463381','3',63.00,'','1','3','supplier','1','6164000033070','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(507,'','1',2.00,'2020-09-30 18:41:26','0.00','7','newstock','1','71601463381','3',63.00,'','1','2','supplier','1','6164000033483','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(508,'','1',5.00,'2020-10-01 10:31:13','5.00','7','newstock','1','71601537439','3',45.00,'','1','10','supplier','1','32','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(509,'','1',2.00,'2020-10-01 10:31:34','2.00','7','newstock','1','71601537439','3',45.00,'','1','4','supplier','1','33','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(510,'','1',2.00,'2020-10-01 10:31:56','1.00','7','newstock','1','71601537439','3',63.00,'','1','3','supplier','1','31','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(511,'','1',2.00,'2020-10-01 10:32:12','2.00','7','newstock','1','71601537439','3',81.00,'','1','4','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(512,'','1',125.00,'2020-10-01 11:27:55','0.00','7','newstock','1','71601537439','3',4.50,'','1','125','supplier','1','6161100860155','','',0.00,'ZERO RATED','5','0','0','','','received',0,'0000-00-00 00:00:00','pcs','125',1,NULL,'Inclusive'),(513,'','1',30.00,'2020-10-01 13:36:55','0.00','7','newstock','1','71601537439','3',18.00,'','1','30','supplier','1','6161100760226','','',0.00,'ZERO RATED','20','0','0','','','received',0,'0000-00-00 00:00:00','pcs','30',1,NULL,'Inclusive'),(514,'','1',3.00,'2020-10-01 13:37:16','4.00','7','newstock','1','71601537439','3',45.00,'','1','7','supplier','1','493','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pc','3',1,NULL,'Inclusive'),(515,'','1',2.00,'2020-10-01 13:37:33','9.00','7','newstock','1','71601537439','3',15.00,'','1','11','supplier','1','494','','',0.00,'ZERO RATED','20','0','0','','','received',0,'0000-00-00 00:00:00','pc','2',1,NULL,'Inclusive'),(516,'','1',3.00,'2020-10-01 13:37:47','11.00','7','newstock','1','71601537439','3',5.00,'','1','14','supplier','1','495','','',0.00,'ZERO RATED','10','0','0','','','received',0,'0000-00-00 00:00:00','pc','3',1,NULL,'Inclusive'),(517,'','1',2.00,'2020-10-01 13:38:03','8.00','7','newstock','1','71601537439','3',17.00,'','1','10','supplier','1','498','','',0.00,'ZERO RATED','20','0','0','','','received',0,'0000-00-00 00:00:00','pc','2',1,NULL,'Inclusive'),(518,'','1',10.00,'2020-10-01 18:45:43','4.00','7','newstock','1','71601537439','3',45.00,'','1','14','supplier','1','165','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive'),(519,'','1',20.00,'2020-10-01 18:46:06','0.00','7','newstock','1','71601537439','3',31.50,'','1','20','supplier','1','6166000090213','','',0.00,'ZERO RATED','35','0','0','','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive'),(520,'','1',2.00,'2020-10-01 18:46:35','2.00','7','newstock','1','71601537439','3',58.50,'','1','4','supplier','1','6161113440016','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(521,'','1',2.00,'2020-10-01 18:46:52','0.00','7','newstock','1','71601537439','3',58.50,'','1','2','supplier','1','6161113440009','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(522,'','1',2.00,'2020-10-01 18:47:13','2.00','7','newstock','1','71601537439','3',76.50,'','1','4','supplier','1','6161113440030','','',0.00,'ZERO RATED','85','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(523,'','1',2.00,'2020-10-01 18:47:35','0.00','7','newstock','1','71601537439','3',76.50,'','1','2','supplier','1','6161113440023','','',0.00,'ZERO RATED','85','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(524,'','1',2.00,'2020-10-01 18:47:51','0.00','7','newstock','1','71601537439','3',49.50,'','1','2','supplier','1','6161113440054','','',0.00,'ZERO RATED','55','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(525,'','1',2.00,'2020-10-01 18:48:06','1.00','7','newstock','1','71601537439','3',58.50,'','1','3','supplier','1','6161113440078','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(526,'','1',20.00,'2020-10-02 14:27:53','6.00','7','newstock','1','71601638032','18',27.00,'','1','26','supplier','1','65','','',0.00,'ZERO RATED','30','0','0','','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive'),(527,'','1',24.00,'2020-10-02 14:28:12','0.00','7','newstock','1','71601638032','18',58.50,'','1','24','supplier','1','6161113940134','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive'),(528,'','1',12.00,'2020-10-02 14:28:31','0.00','7','newstock','1','71601638032','18',107.50,'','1','12','supplier','1','6161102170023','','',0.00,'ZERO RATED','125','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(529,'','1',6.00,'2020-10-02 14:29:15','8.00','7','newstock','1','71601638032','18',531.00,'','1','14','supplier','1','9','','',0.00,'ZERO RATED','590','0','0','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(530,'','1',3.00,'2020-10-02 14:29:34','1.00','7','newstock','1','71601638032','18',94.50,'','1','4','supplier','1','6161101000895','','',0.00,'ZERO RATED','105','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(531,'','1',5.00,'2020-10-02 14:29:58','6.00','7','newstock','1','71601638032','18',20.00,'','1','11','supplier','1','201','','',0.00,'ZERO RATED','30','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(532,'','1',4.00,'2020-10-02 14:30:12','3.00','7','newstock','1','71601638032','18',46.00,'','1','7','supplier','1','497','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pc','4',1,NULL,'Inclusive'),(533,'','1',90.00,'2020-10-03 23:12:24','0.00','7','newstock','1','71601755872','3',3.33,'','1','90','supplier','1','169','','',0.00,'ZERO RATED','5','0','0','','','received',0,'0000-00-00 00:00:00','pcs','90',1,NULL,'Inclusive'),(534,'','1',50.00,'2020-10-03 23:12:56','0.00','7','newstock','1','71601755872','3',3.40,'','1','50','supplier','1','429','','',0.00,'ZERO RATED','5','0','0','','','received',0,'0000-00-00 00:00:00','pc','50',1,NULL,'Inclusive'),(535,'','1',50.00,'2020-10-03 23:13:38','0.00','7','newstock','1','71601755872','3',3.40,'','1','50','supplier','1','428','','',0.00,'ZERO RATED','5','0','0','','','received',0,'0000-00-00 00:00:00','pc','50',1,NULL,'Inclusive'),(536,'','1',12.00,'2020-10-03 23:14:14','16.00','7','newstock','1','71601755872','3',27.00,'','1','28','supplier','1','16','','',0.00,'ZERO RATED','30','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(537,'','1',12.00,'2020-10-03 23:14:39','3.00','7','newstock','1','71601755872','3',45.00,'','1','15','supplier','1','39','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(538,'','1',12.00,'2020-10-03 23:16:01','1.00','7','newstock','1','71601755872','3',54.00,'','1','13','supplier','1','66','','',0.00,'ZERO RATED','60','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(539,'','1',3.00,'2020-10-03 23:16:51','1.00','7','newstock','1','71601755872','3',153.00,'','1','4','supplier','1','73','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(540,'','1',2.00,'2020-10-03 23:17:36','0.00','7','newstock','1','71601755872','3',153.00,'','1','2','supplier','1','170','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(542,'','1',2.00,'2020-10-03 23:18:36','1.00','7','newstock','1','71601755872','3',153.00,'','1','3','supplier','1','76','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(543,'','1',2.00,'2020-10-03 23:19:16','0.00','7','newstock','1','71601755872','3',153.00,'','1','2','supplier','1','74','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(544,'','1',3.00,'2020-10-03 23:19:45','0.00','7','newstock','1','71601755872','3',153.00,'','1','3','supplier','1','75','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(545,'','1',7.00,'2020-10-03 23:20:19','4.00','7','newstock','1','71601755872','3',58.50,'','1','11','supplier','1','83','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','7',1,NULL,'Inclusive'),(546,'','1',4.00,'2020-10-03 23:20:52','0.00','7','newstock','1','71601755872','3',58.50,'','1','4','supplier','1','82','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(547,'','1',3.00,'2020-10-03 23:21:41','0.00','7','newstock','1','71601755872','3',58.50,'','1','3','supplier','1','84','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(548,'','1',4.00,'2020-10-03 23:22:09','2.00','7','newstock','1','71601755872','3',58.50,'','1','6','supplier','1','85','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(549,'','1',6.00,'2020-10-03 23:22:41','8.00','7','newstock','1','71601755872','3',58.50,'','1','14','supplier','1','87','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(550,'','1',6.00,'2020-10-03 23:23:15','5.00','7','newstock','1','71601755872','3',36.00,'','1','11','supplier','1','88','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(551,'','1',8.00,'2020-10-03 23:23:53','3.00','7','newstock','1','71601755872','3',36.00,'','1','11','supplier','1','89','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','8',1,NULL,'Inclusive'),(552,'','1',4.00,'2020-10-03 23:24:36','20.00','7','newstock','1','71601755872','3',36.00,'','1','24','supplier','1','90','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(553,'','1',3.00,'2020-10-03 23:25:10','0.00','7','newstock','1','71601755872','3',36.00,'','1','3','supplier','1','182','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(554,'','1',3.00,'2020-10-03 23:25:41','10.00','7','newstock','1','71601755872','3',36.00,'','1','13','supplier','1','92','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(555,'','1',8.00,'2020-10-03 23:26:08','4.00','7','newstock','1','71601755872','3',15.00,'','1','12','supplier','1','494','','',0.00,'ZERO RATED','20','0','0','','','received',0,'0000-00-00 00:00:00','pc','8',1,NULL,'Inclusive'),(556,'','1',2.00,'2020-10-03 23:26:41','0.00','7','newstock','1','71601755872','3',95.00,'','1','2','supplier','1','492','','',0.00,'ZERO RATED','100','0','0','','','received',0,'0000-00-00 00:00:00','pc','2',1,NULL,'Inclusive'),(557,'','1',5.00,'2020-10-03 23:27:14','2.00','7','newstock','1','71601755872','3',95.00,'','1','7','supplier','1','492','','',0.00,'ZERO RATED','100','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(558,'','1',5.00,'2020-10-05 11:48:58','1.00','7','newstock','1','71601638032','18',247.50,'','1','6','supplier','1','106','','',0.00,'ZERO RATED','275','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(559,'','1',8.00,'2020-10-05 11:49:36','0.00','7','newstock','1','71601638032','18',135.00,'','1','8','supplier','1','186','','',0.00,'ZERO RATED','150','0','0','','','received',0,'0000-00-00 00:00:00','pcs','8',1,NULL,'Inclusive'),(560,'','1',10.00,'2020-10-05 11:49:55','0.00','7','newstock','1','71601638032','18',67.50,'','1','10','supplier','1','105','','',0.00,'ZERO RATED','75','0','0','','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive'),(561,'','1',4.00,'2020-10-05 11:51:42','1.00','7','newstock','1','71601887865','3',81.00,'','1','5','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(562,'','1',3.00,'2020-10-05 11:52:26','0.00','7','newstock','1','71601887865','3',63.00,'','1','3','supplier','1','31','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(563,'','1',2.00,'2020-10-05 11:52:42','2.00','7','newstock','1','71601887865','3',63.00,'','1','4','supplier','1','427','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(564,'','1',5.00,'2020-10-05 11:53:03','6.00','7','newstock','1','71601887865','3',45.00,'','1','11','supplier','1','32','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(565,'','1',3.00,'2020-10-05 11:53:26','2.00','7','newstock','1','71601887865','3',45.00,'','1','5','supplier','1','33','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(566,'','1',3.00,'2020-10-05 11:54:21','6.00','7','newstock','1','71601887865','3',95.00,'','1','9','supplier','1','496','','',0.00,'ZERO RATED','100','0','0','','','received',0,'0000-00-00 00:00:00','pc','3',1,NULL,'Inclusive'),(567,'','1',5.00,'2020-10-05 11:54:38','4.00','7','newstock','1','71601887865','3',45.00,'','1','9','supplier','1','493','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(568,'','1',5.00,'2020-10-07 17:49:01','2.00','7','newstock','1','71602081995','3',95.00,'','1','7','supplier','1','492','','',0.00,'ZERO RATED','100','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(569,'','1',5.00,'2020-10-07 17:49:21','2.00','7','newstock','1','71602081995','3',45.00,'','1','7','supplier','1','493','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(570,'','1',5.00,'2020-10-07 17:49:48','0.00','7','newstock','1','71602081995','3',46.00,'','1','5','supplier','1','497','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(571,'','1',10.00,'2020-10-07 17:50:12','5.00','7','newstock','1','71602081995','3',8.00,'','1','15','supplier','1','499','','',0.00,'ZERO RATED','10','0','0','','','received',0,'0000-00-00 00:00:00','pc','10',1,NULL,'Inclusive'),(572,'','1',4.00,'2020-10-07 17:50:30','0.00','7','newstock','1','71602081995','3',117.00,'','1','4','supplier','1','6164000033209','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(573,'','1',4.00,'2020-10-07 17:50:50','0.00','7','newstock','1','71602081995','3',117.00,'','1','4','supplier','1','6164000033223','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(574,'','1',4.00,'2020-10-07 17:51:08','0.00','7','newstock','1','71602081995','3',117.00,'','1','4','supplier','1','6164000033179','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(575,'','1',3.00,'2020-10-07 17:51:31','0.00','7','newstock','1','71602081995','3',117.00,'','1','3','supplier','1','6164000033186','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(576,'','1',12.00,'2020-10-07 17:51:46','1.00','7','newstock','1','71602081995','3',49.50,'','1','13','supplier','1','6161101000543','','',0.00,'ZERO RATED','55','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(577,'','1',21.00,'2020-10-07 17:52:16','13.00','7','newstock','1','71602081995','3',16.00,'','1','34','supplier','1','161101680431','','',0.00,'ZERO RATED','20','0','0','','','received',0,'0000-00-00 00:00:00','pc','21',1,NULL,'Inclusive'),(578,'','1',12.00,'2020-10-07 17:52:39','2.00','7','newstock','1','71602081995','3',45.00,'','1','14','supplier','1','6164001166272','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(579,'','1',25.00,'2020-10-07 17:52:56','8.00','7','newstock','1','71602081995','3',9.00,'','1','33','supplier','1','17','','',0.00,'ZERO RATED','10','0','0','','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive'),(580,'','1',12.00,'2020-10-07 17:53:39','2.00','7','newstock','1','71602081995','3',57.50,'','1','14','supplier','1','6008459000453','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pc','12',1,NULL,'Inclusive'),(581,'','1',12.00,'2020-10-07 17:53:55','4.00','7','newstock','1','71602081995','3',40.83,'','1','16','supplier','1','6008459000507','','',0.00,'ZERO RATED','55','0','0','','','received',0,'0000-00-00 00:00:00','pc','12',1,NULL,'Inclusive'),(582,'','1',12.00,'2020-10-07 17:54:20','11.00','7','newstock','1','71602081995','3',36.00,'','1','23','supplier','1','6008677000549','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(583,'','1',10.00,'2020-10-07 18:01:21','0.00','7','newstock','1','71602081995','3',92.00,'','1','10','supplier','1','512','','',0.00,'ZERO RATED','105','0','0','','','received',0,'0000-00-00 00:00:00','pc','10',1,NULL,'Inclusive'),(584,'','1',20.00,'2020-10-08 17:46:02','11.00','7','newstock','1','71602168031','19',136.00,'','1','31','supplier','1','123','','',0.00,'ZERO RATED','150','0','0','','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive'),(585,'','1',12.00,'2020-10-08 17:46:43','8.00','7','newstock','1','71602168031','19',107.50,'','1','20','supplier','1','6161102170023','','',0.00,'ZERO RATED','125','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(586,'','1',24.00,'2020-10-08 17:47:19','2.00','7','newstock','1','71602168031','19',107.08,'','1','26','supplier','1','6009627050010','','',0.00,'ZERO RATED','120','0','0','','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive'),(587,'','1',4.00,'2020-10-08 17:48:32','5.00','7','newstock','1','71602168031','19',45.00,'','1','9','supplier','1','32','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(588,'','1',3.00,'2020-10-08 17:49:33','0.00','7','newstock','1','71602168031','19',81.00,'','1','3','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(589,'','1',24.00,'2020-10-08 17:49:59','6.00','7','newstock','1','71602168031','19',27.00,'','1','30','supplier','1','16','','',0.00,'ZERO RATED','30','0','0','','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive'),(590,'','1',1.00,'2020-10-08 17:50:20','3.00','7','newstock','1','71602168031','19',45.00,'','1','4','supplier','1','33','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(591,'','1',12.00,'2020-10-08 17:50:34','1.00','7','newstock','1','71602168031','19',45.00,'','1','13','supplier','1','68','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(592,'','1',6.00,'2020-10-08 17:51:08','2.00','7','newstock','1','71602168031','19',63.00,'','1','8','supplier','1','95','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(593,'','1',6.00,'2020-10-08 17:51:26','16.00','7','newstock','1','71602168031','19',63.00,'','1','22','supplier','1','94','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(594,'','1',3.00,'2020-10-08 17:51:46','2.00','7','newstock','1','71602168031','19',108.33,'','1','5','supplier','1','5449000180292','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pc','3',1,NULL,'Inclusive'),(595,'','1',7.00,'2020-10-08 17:52:06','2.00','7','newstock','1','71602168031','19',117.00,'','1','9','supplier','1','5449000180247','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','7',1,NULL,'Inclusive'),(596,'','1',2.00,'2020-10-08 17:52:39','3.00','7','newstock','1','71602168031','19',117.00,'','1','5','supplier','1','171','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(597,'','1',4.00,'2020-10-08 17:52:52','0.00','7','newstock','1','71602168031','19',99.00,'','1','4','supplier','1','79','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(598,'','1',3.00,'2020-10-08 17:53:22','0.00','7','newstock','1','71602168031','19',99.00,'','1','3','supplier','1','77','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(599,'','1',3.00,'2020-10-08 17:53:45','4.00','7','newstock','1','71602168031','19',99.00,'','1','7','supplier','1','80','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(600,'','1',2.00,'2020-10-08 17:54:03','0.00','7','newstock','1','71602168031','19',99.00,'','1','2','supplier','1','78','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(601,'','1',2.00,'2020-10-08 17:54:22','0.00','7','newstock','1','71602168031','19',153.00,'','1','2','supplier','1','73','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(602,'','1',1.00,'2020-10-08 17:54:35','1.00','7','newstock','1','71602168031','19',153.00,'','1','2','supplier','1','76','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(603,'','1',2.00,'2020-10-08 17:54:51','0.00','7','newstock','1','71602168031','19',153.00,'','1','2','supplier','1','74','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(604,'','1',1.00,'2020-10-08 17:55:06','0.00','7','newstock','1','71602168031','19',153.00,'','1','1','supplier','1','170','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(605,'','1',24.00,'2020-10-08 17:55:20','2.00','7','newstock','1','71602168031','19',15.00,'','1','26','supplier','1','174','','',0.00,'ZERO RATED','20','0','0','','','received',0,'0000-00-00 00:00:00','pc','24',1,NULL,'Inclusive'),(606,'','1',4.00,'2020-10-08 17:55:46','3.00','7','newstock','1','71602168031','19',46.00,'','1','7','supplier','1','497','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pc','4',1,NULL,'Inclusive'),(607,'','1',5.00,'2020-10-08 17:56:02','7.00','7','newstock','1','71602168031','19',95.00,'','1','12','supplier','1','496','','',0.00,'ZERO RATED','100','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(608,'','1',4.00,'2020-10-09 18:51:37','1.00','7','newstock','1','71602258617','8',94.50,'','1','5','supplier','1','6161101000895','','',0.00,'ZERO RATED','105','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(609,'','1',4.00,'2020-10-09 18:51:55','0.00','7','newstock','1','71602258617','8',94.50,'','1','4','supplier','1','6161101000901','','',0.00,'ZERO RATED','105','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(610,'','1',4.00,'2020-10-09 18:52:11','2.00','7','newstock','1','71602258617','8',54.00,'','1','6','supplier','1','6161101000833','','',0.00,'ZERO RATED','60','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(611,'','1',6.00,'2020-10-09 18:52:33','0.00','7','newstock','1','71602258617','8',54.00,'','1','6','supplier','1','6161101000840','','',0.00,'ZERO RATED','60','0','0','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(612,'','1',3.00,'2020-10-09 18:52:50','0.00','7','newstock','1','71602258617','8',60.00,'','1','3','supplier','1','616400033506','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pc','3',1,NULL,'Inclusive'),(613,'','1',3.00,'2020-10-09 18:53:10','0.00','7','newstock','1','71602258617','8',63.00,'','1','3','supplier','1','6164000033230','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(614,'','1',3.00,'2020-10-09 18:53:26','0.00','7','newstock','1','71602258617','8',63.00,'','1','3','supplier','1','6164000033070','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(615,'','1',5.00,'2020-10-09 18:53:39','0.00','7','newstock','1','71602258617','8',95.00,'','1','5','supplier','1','492','','',0.00,'ZERO RATED','100','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(616,'','1',10.00,'2020-10-09 18:53:52','3.00','7','newstock','1','71602258617','8',15.00,'','1','13','supplier','1','494','','',0.00,'ZERO RATED','20','0','0','','','received',0,'0000-00-00 00:00:00','pc','10',1,NULL,'Inclusive'),(617,'','1',5.00,'2020-10-10 09:56:23','7.00','7','newstock','1','71602312932','3',45.00,'','1','12','supplier','1','32','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(618,'','1',2.00,'2020-10-10 09:56:50','4.00','7','newstock','1','71602312932','3',45.00,'','1','6','supplier','1','33','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(619,'','1',4.00,'2020-10-10 09:59:13','1.00','7','newstock','1','71602312932','3',63.00,'','1','5','supplier','1','31','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(620,'','1',4.00,'2020-10-10 09:59:26','1.00','7','newstock','1','71602312932','3',81.00,'','1','5','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(621,'','1',20.00,'2020-10-10 11:44:24','13.00','7','newstock','1','71602312932','3',10.00,'','1','33','supplier','1','268','','',0.00,'ZERO RATED','12','0','0','','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive'),(622,'','1',3.00,'2020-10-10 18:23:23','2.00','7','newstock','1','71602312932','3',40.00,'','1','5','supplier','1','156','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(623,'','1',12.00,'2020-10-10 18:23:41','0.00','7','newstock','1','71602312932','3',36.00,'','1','12','supplier','1','67','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(624,'','1',2.00,'2020-10-10 18:24:00','1.00','7','newstock','1','71602312932','3',153.00,'','1','3','supplier','1','73','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(625,'','1',2.00,'2020-10-10 18:24:22','1.00','7','newstock','1','71602312932','3',153.00,'','1','3','supplier','1','76','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(626,'','1',2.00,'2020-10-10 18:24:40','1.00','7','newstock','1','71602312932','3',153.00,'','1','3','supplier','1','74','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(627,'','1',1.00,'2020-10-10 18:24:59','3.00','7','newstock','1','71602312932','3',153.00,'','1','4','supplier','1','76','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(628,'','1',2.00,'2020-10-10 18:25:14','0.00','7','newstock','1','71602312932','3',153.00,'','1','2','supplier','1','75','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(629,'','1',7.00,'2020-10-10 18:25:35','9.00','7','newstock','1','71602312932','3',36.00,'','1','16','supplier','1','88','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','7',1,NULL,'Inclusive'),(630,'','1',3.00,'2020-10-10 18:25:55','2.00','7','newstock','1','71602312932','3',36.00,'','1','5','supplier','1','8888','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pc','3',1,NULL,'Inclusive'),(631,'','1',10.00,'2020-10-10 18:26:10','7.00','7','newstock','1','71602312932','3',36.00,'','1','17','supplier','1','89','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive'),(632,'','1',4.00,'2020-10-10 18:26:34','24.00','7','newstock','1','71602312932','3',36.00,'','1','28','supplier','1','90','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(633,'','1',3.00,'2020-10-10 18:26:56','7.00','7','newstock','1','71602312932','3',58.50,'','1','10','supplier','1','83','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(634,'','1',6.00,'2020-10-10 18:27:15','0.00','7','newstock','1','71602312932','3',58.50,'','1','6','supplier','1','84','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive'),(635,'','1',5.00,'2020-10-10 18:27:33','1.00','7','newstock','1','71602312932','3',58.50,'','1','6','supplier','1','85','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(636,'','1',2.00,'2020-10-10 18:27:49','2.00','7','newstock','1','71602312932','3',58.50,'','1','4','supplier','1','183','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(637,'','1',4.00,'2020-10-10 18:28:06','11.00','7','newstock','1','71602312932','3',58.50,'','1','15','supplier','1','87','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(638,'','1',4.00,'2020-10-10 18:28:24','1.00','7','newstock','1','71602312932','3',58.50,'','1','5','supplier','1','86','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(639,'','1',5.00,'2020-10-10 18:28:46','0.00','7','newstock','1','71602312932','3',45.00,'','1','5','supplier','1','493','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(640,'','1',5.00,'2020-10-10 18:29:01','4.00','7','newstock','1','71602312932','3',95.00,'','1','9','supplier','1','492','','',0.00,'ZERO RATED','100','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(641,'','1',12.00,'2020-10-12 14:58:27','1.00','7','newstock','1','71602503863','8',49.50,'','1','13','supplier','1','6161101000543','','',0.00,'ZERO RATED','55','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(642,'','1',12.00,'2020-10-12 14:58:43','18.00','7','newstock','1','71602503863','8',45.00,'','1','30','supplier','1','6161101680424','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(643,'','1',90.00,'2020-10-12 19:30:12','0.00','7','newstock','1','71602503863','8',10.00,'','1','90','supplier','1','268','','',0.00,'ZERO RATED','12','0','0','','','received',0,'0000-00-00 00:00:00','pcs','90',1,NULL,'Inclusive'),(644,'','1',3.00,'2020-10-12 19:30:27','2.00','7','newstock','1','71602503863','8',45.00,'','1','5','supplier','1','493','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pc','3',1,NULL,'Inclusive'),(645,'','1',4.00,'2020-10-12 19:30:40','7.00','7','newstock','1','71602503863','8',15.00,'','1','11','supplier','1','494','','',0.00,'ZERO RATED','20','0','0','','','received',0,'0000-00-00 00:00:00','pc','4',1,NULL,'Inclusive'),(646,'','1',7.00,'2020-10-12 19:30:54','2.00','7','newstock','1','71602503863','8',17.00,'','1','9','supplier','1','498','','',0.00,'ZERO RATED','20','0','0','','','received',0,'0000-00-00 00:00:00','pc','7',1,NULL,'Inclusive'),(650,'','1',4.00,'2020-10-12 19:43:29','0.00','7','newstock','1','71602503863','8',350.00,'','1','4','supplier','1','24','','',0.00,'ZERO RATED','450','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(651,'','1',4.00,'2020-10-12 19:43:49','3.00','7','newstock','1','71602503863','8',200.00,'','1','7','supplier','1','23','','',0.00,'ZERO RATED','250','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(652,'','1',24.00,'2020-10-12 19:44:15','19.00','7','newstock','1','71602503863','8',45.00,'','1','43','supplier','1','99','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive'),(653,'','1',100.00,'2020-10-13 21:20:37','15.00','7','newstock','1','71602613180','3',9.00,'','1','115','supplier','1','175','','',0.00,'ZERO RATED','10','0','0','','','received',0,'0000-00-00 00:00:00','pcs','100',1,NULL,'Inclusive'),(654,'','1',200.00,'2020-10-14 19:40:40','0.00','7','newstock','1','71602613180','3',4.00,'','1','200','supplier','1','6009611170274','','',0.00,'ZERO RATED','10','0','0','','','received',0,'0000-00-00 00:00:00','pc','200',1,NULL,'Inclusive'),(655,'','1',2.00,'2020-10-15 21:09:26','0.00','7','newstock','1','71602785301','3',45.00,'','1','2','supplier','1','33','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(656,'','1',1.00,'2020-10-15 21:09:40','1.00','7','newstock','1','71602785301','3',63.00,'','1','2','supplier','1','427','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(657,'','1',3.00,'2020-10-15 21:09:54','1.00','7','newstock','1','71602785301','3',81.00,'','1','4','supplier','1','30','','',0.00,'ZERO RATED','90','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(658,'','1',37.00,'2020-10-15 21:10:18','6.00','7','newstock','1','71602785301','3',3.40,'','1','43','supplier','1','428','','',0.00,'ZERO RATED','5','0','0','','','received',0,'0000-00-00 00:00:00','pc','37',1,NULL,'Inclusive'),(659,'','1',24.00,'2020-10-15 21:10:34','0.00','7','newstock','1','71602785301','3',27.00,'','1','24','supplier','1','16','','',0.00,'ZERO RATED','30','0','0','','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive'),(660,'','1',11.00,'2020-10-15 21:10:50','2.00','7','newstock','1','71602785301','3',54.00,'','1','13','supplier','1','66','','',0.00,'ZERO RATED','60','0','0','','','received',0,'0000-00-00 00:00:00','pcs','11',1,NULL,'Inclusive'),(661,'','1',15.00,'2020-10-15 21:11:08','2.00','7','newstock','1','71602785301','3',31.50,'','1','17','supplier','1','6166000090213','','',0.00,'ZERO RATED','35','0','0','','','received',0,'0000-00-00 00:00:00','pcs','15',1,NULL,'Inclusive'),(662,'','1',2.00,'2020-10-15 21:11:32','0.00','7','newstock','1','71602785301','3',58.50,'','1','2','supplier','1','6161113440009','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(663,'','1',2.00,'2020-10-15 21:12:32','1.00','7','newstock','1','71602785301','3',58.50,'','1','3','supplier','1','6161113440016','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(664,'','1',2.00,'2020-10-15 21:12:56','0.00','7','newstock','1','71602785301','3',76.50,'','1','2','supplier','1','6161113440030','','',0.00,'ZERO RATED','85','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(665,'','1',2.00,'2020-10-15 21:13:22','0.00','7','newstock','1','71602785301','3',76.50,'','1','2','supplier','1','6161113440023','','',0.00,'ZERO RATED','85','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(666,'','1',2.00,'2020-10-15 21:13:44','0.00','7','newstock','1','71602785301','3',58.50,'','1','2','supplier','1','6161113440078','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(667,'','1',2.00,'2020-10-15 21:14:32','1.00','7','newstock','1','71602785301','3',67.50,'','1','3','supplier','1','6161113440061','','',0.00,'ZERO RATED','75','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(668,'','1',1.00,'2020-10-15 21:14:48','0.00','7','newstock','1','71602785301','3',103.50,'','1','1','supplier','1','6161113440085','','',0.00,'ZERO RATED','115','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(669,'','1',2.00,'2020-10-15 21:15:16','0.00','7','newstock','1','71602785301','3',103.50,'','1','2','supplier','1','6161113440092','','',0.00,'ZERO RATED','115','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(670,'','1',2.00,'2020-10-15 21:15:31','0.00','7','newstock','1','71602785301','3',49.50,'','1','2','supplier','1','6161113440054','','',0.00,'ZERO RATED','55','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(671,'','1',24.00,'2020-10-15 21:15:55','0.00','7','newstock','1','71602785301','3',112.50,'','1','24','supplier','1','143','','',0.00,'ZERO RATED','125','0','0','','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive'),(672,'','1',3.00,'2020-10-15 21:16:08','11.00','7','newstock','1','71602785301','3',58.50,'','1','14','supplier','1','144','','',0.00,'ZERO RATED','65','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(673,'','1',24.00,'2020-10-16 11:01:46','24.00','7','newstock','1','71602835255','10',27.00,'','1','48','supplier','1','16','','',0.00,'ZERO RATED','30','0','0','','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive'),(674,'','1',2.00,'2020-10-16 11:02:24','1.00','7','newstock','1','71602835255','10',153.00,'','1','3','supplier','1','74','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(675,'','1',2.00,'2020-10-16 11:02:48','0.00','7','newstock','1','71602835255','10',153.00,'','1','2','supplier','1','170','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(676,'','1',1.00,'2020-10-16 11:03:04','0.00','7','newstock','1','71602835255','10',153.00,'','1','1','supplier','1','75','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(677,'','1',1.00,'2020-10-16 11:03:23','4.00','7','newstock','1','71602835255','10',153.00,'','1','5','supplier','1','76','','',0.00,'ZERO RATED','170','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(678,'','1',3.00,'2020-10-16 11:03:51','0.00','7','newstock','1','71602835255','10',99.00,'','1','3','supplier','1','77','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(679,'','1',3.00,'2020-10-16 11:04:35','0.00','7','newstock','1','71602835255','10',99.00,'','1','3','supplier','1','78','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(680,'','1',3.00,'2020-10-16 11:04:54','6.00','7','newstock','1','71602835255','10',99.00,'','1','9','supplier','1','80','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(681,'','1',1.00,'2020-10-16 11:05:16','2.00','7','newstock','1','71602835255','10',99.00,'','1','3','supplier','1','81','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(682,'','1',2.00,'2020-10-16 11:05:40','2.00','7','newstock','1','71602835255','10',99.00,'','1','4','supplier','1','79','','',0.00,'ZERO RATED','110','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(683,'','1',12.00,'2020-10-16 11:06:02','3.00','7','newstock','1','71602835255','10',36.00,'','1','15','supplier','1','67','','',0.00,'ZERO RATED','40','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(684,'','1',5.00,'2020-10-16 12:27:46','4.00','7','newstock','1','71602835255','10',95.00,'','1','9','supplier','1','496','','',0.00,'ZERO RATED','100','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(685,'','1',5.00,'2020-10-16 12:28:03','0.00','7','newstock','1','71602835255','10',45.00,'','1','5','supplier','1','493','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(686,'','1',5.00,'2020-10-17 14:11:33','0.00','7','newstock','1','71602933038','3',95.00,'','1','5','supplier','1','492','','',0.00,'ZERO RATED','100','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(687,'','1',5.00,'2020-10-17 14:11:50','2.00','7','newstock','1','71602933038','3',45.00,'','1','7','supplier','1','493','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pc','5',1,NULL,'Inclusive'),(688,'','1',2.00,'2020-10-17 14:12:05','2.00','7','newstock','1','71602933038','3',46.00,'','1','4','supplier','1','497','','',0.00,'ZERO RATED','50','0','0','','','received',0,'0000-00-00 00:00:00','pc','2',1,NULL,'Inclusive'),(689,'','1',2.00,'2020-10-17 14:12:24','1.00','7','newstock','1','71602933038','3',94.50,'','1','3','supplier','1','6161101000895','','',0.00,'ZERO RATED','105','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(690,'','1',3.00,'2020-10-17 14:12:42','0.00','7','newstock','1','71602933038','3',94.50,'','1','3','supplier','1','6161101000901','','',0.00,'ZERO RATED','105','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(691,'','1',5.00,'2020-10-17 14:13:02','0.00','7','newstock','1','71602933038','3',63.00,'','1','5','supplier','1','6164000033490','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(692,'','1',4.00,'2020-10-17 14:13:29','0.00','7','newstock','1','71602933038','3',63.00,'','1','4','supplier','1','6164000033230','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(693,'','1',4.00,'2020-10-17 14:13:52','0.00','7','newstock','1','71602933038','3',63.00,'','1','4','supplier','1','6164000033070','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(694,'','1',2.00,'2020-10-17 14:14:12','0.00','7','newstock','1','71602933038','3',63.00,'','1','2','supplier','1','6164000033483','','',0.00,'ZERO RATED','70','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(695,'','1',3.00,'2020-10-17 14:14:35','0.00','7','newstock','1','71602933038','3',117.00,'','1','3','supplier','1','6164000033193','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive'),(696,'','1',1.00,'2020-10-17 14:15:01','0.00','7','newstock','1','71602933038','3',117.00,'','1','1','supplier','1','6164000033179','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(697,'','1',2.00,'2020-10-17 14:15:25','0.00','7','newstock','1','71602933038','3',117.00,'','1','2','supplier','1','6164000033209','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(698,'','1',1.00,'2020-10-17 14:15:38','2.00','7','newstock','1','71602933038','3',117.00,'','1','3','supplier','1','6164000033186','','',0.00,'ZERO RATED','130','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(699,'','1',75.00,'2020-10-17 14:19:06','0.00','7','newstock','1','71602933038','3',6.70,'','1','75','supplier','1','513','','',0.00,'ZERO RATED','10','0','0','','','received',0,'0000-00-00 00:00:00','pc','75',1,NULL,'Inclusive'),(700,'','1',44.00,'2020-10-18 12:34:38','5.00','7','newstock','1','71602933038','3',93.00,'','1','49','supplier','1','101','','',0.00,'ZERO RATED','120','0','0','','','received',0,'0000-00-00 00:00:00','pcs','44',1,NULL,'Inclusive'),(701,'','1',10.00,'2020-10-18 12:34:53','6.00','7','newstock','1','71602933038','3',47.00,'','1','16','supplier','1','102','','',0.00,'ZERO RATED','60','0','0','','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive'),(702,'FESTIVE WHITE 400G','',2.00,'2020-10-19 21:04:01','2.00','7','newstock','1','','',45.00,'','1','4','internal','Branch','32','','',0.00,'','50','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(703,'FESTIVE BROWN 400G','',2.00,'2020-10-19 21:05:08','0.00','7','newstock','1','','',45.00,'','1','2','internal','Branch','33','','',0.00,'','50','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(704,'FESTIVE BROWN 600G','',1.00,'2020-10-19 21:10:50','1.00','7','newstock','1','','',63.00,'','1','2','internal','Branch','427','','',0.00,'','70','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(705,'FESTIVE WHITE 600G','',2.00,'2020-10-19 21:11:55','0.00','7','newstock','1','','',63.00,'','1','2','internal','Branch','31','','',0.00,'','70','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(706,'FESTIVE WHITE 800G','',3.00,'2020-10-19 21:12:32','0.00','7','newstock','1','','',81.00,'','1','3','internal','Branch','30','','',0.00,'','90','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(707,'SAF 100','',5.00,'2020-10-19 21:13:04','3.00','7','newstock','1','','',95.00,'','1','8','internal','Branch','492','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(708,'SAF 20','',8.00,'2020-10-19 21:13:46','2.00','7','newstock','1','','',15.00,'','1','10','internal','Branch','494','','',0.00,'','20','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(709,'SAF 10','',8.00,'2020-10-19 21:14:38','4.00','7','newstock','1','','',5.00,'','1','12','internal','Branch','495','','',0.00,'','10','','','','','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 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `outgoingstock` -- LOCK TABLES `outgoingstock` WRITE; /*!40000 ALTER TABLE `outgoingstock` DISABLE KEYS */; /*!40000 ALTER TABLE `outgoingstock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `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, 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=21 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-08-06','','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',77.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,3.99,'no',0.00,'','2020-07-27 17:26:50',0,'','','','','',NULL,NULL),(2,'Default Customer','','','254789927564','','','4444','female','','2021-06-22','1 ','',NULL,'member','1','Customer ','','','',0.00,'1','2020-08-10 15:06:41','','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'),(3,'Default Supplier','','','254789927564','','','','female','','','1 ','',NULL,'supplier','1','Default','','','',252600.00,'1','2020-08-10 15:06:01','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',194060.27,0,0.00,0.00,'no',0.00,'yes','2020-10-18 12:35:19',0,'','','','','','',''),(4,'User','Maggie',NULL,'Cashier','maggie@gmail.com','maggie','','female','','','','',NULL,'user','1',NULL,'','','Cashier',31050.00,'','2020-08-12','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','Cashier','no','user','',0,0,0,'','',0,'',NULL,'','','','',6000.00,0,0.00,0.00,'no',0.00,'','2020-07-16 16:19:32',0,'','','','','',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),(6,'User','Paul',NULL,'paul','paul@gmail.com','PAUL','','male','','','','',NULL,'user','1',NULL,'','','paul',0.00,'','2020-08-10','','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),(7,'User','Wambui',NULL,'wambui','wambui@gmail.com','jomino@2020','','female','','','','',NULL,'user','1',NULL,'','','wambui',0.00,'','2020-08-10','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,0,'','',0,'',NULL,'','','','',4455.00,0,0.00,0.00,'no',0.00,'','2020-08-15 13:57:20',0,'','','','','',NULL,NULL),(8,'BROOKSIDE ','',NULL,'N/A','','','','male','','','1','',NULL,'supplier','1','BROOKSIDE DAIRY LTD','','','',0.00,'1','2020-08-10 15:07:45','','1','2020-08-10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',20351.50,0,0.00,0.00,'no',0.00,'yes','2020-10-12 19:44:24',0,'','','','','',NULL,NULL),(9,'SUMMER AFRICA','',NULL,'1','','','','male','','','1','',NULL,'supplier','1','SUMMER AFRICA LTD','','','',0.00,'1','2020-08-10 15:09:10','','1','2020-08-10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL),(10,'COCACOLA','',NULL,'2','','','','male','','','1','',NULL,'supplier','1','CO_CACOLA COMPANY','','','',0.00,'1','2020-08-10 15:09:50','','1','2020-08-10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',21140.32,0,0.00,0.00,'no',0.00,'yes','2020-10-16 12:28:10',0,'','','','','',NULL,NULL),(11,'MEGA WHOLESALERS','',NULL,'3','','','','male','','','1','',NULL,'supplier','1','MEGA WHOLESALERS','','','',0.00,'1','2020-08-10 15:10:23','','1','2020-08-10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',40655.46,0,0.00,0.00,'no',0.00,'yes','2020-08-29 19:27:18',0,'','','','','',NULL,NULL),(12,'QUALITY BAKERS','',NULL,'4','','','','male','','','1','',NULL,'supplier','1','QUALITY BAKERS','','','',0.00,'1','2020-08-10 15:10:53','','1','2020-08-10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',4606.50,0,0.00,0.00,'no',0.00,'yes','2020-09-24 17:50:23',0,'','','','','',NULL,NULL),(13,'DAFINA DAIRY','',NULL,'5','','','','male','','','1','',NULL,'supplier','1','DAFINA DAIRY LTD','','','',0.00,'1','2020-08-10 15:11:21','','1','2020-08-10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL),(14,'TWIGA','',NULL,'6','','','','male','','','1','',NULL,'supplier','1','TWIGA','','','',0.00,'1','2020-08-10 15:11:42','','1','2020-08-10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL),(15,'MILL BAKERS','',NULL,'7','','','','male','','','1','',NULL,'supplier','1','MILL BAKERS','','','',0.00,'1','2020-08-10 15:12:04','','1','2020-08-10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',3763.50,0,0.00,0.00,'no',0.00,'yes','2020-08-27 17:49:52',0,'','','','','',NULL,NULL),(16,'CHANDARIA','',NULL,'8','','','','male','','','1','',NULL,'supplier','1','CHANDARIA INDUSTRIES','','','',0.00,'1','2020-08-10 15:12:46','','1','2020-08-10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL),(17,'ELICASTA','',NULL,'9','','','','male','','','1','',NULL,'supplier','1','ELICASTA ENTERPRISES','','','',0.00,'1','2020-08-10 15:13:22','','1','2020-08-10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL),(18,'BERNICE','',NULL,'0711269283','','','','','','','1','',NULL,'supplier','1','JG ECO BIO ','','','',0.00,'7','2020-08-20 14:17:53','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',67032.74,0,0.00,0.00,'no',0.00,'yes','2020-10-05 11:50:06',0,'','','','','',NULL,NULL),(19,'JG','',NULL,'0714074041','','','','','','','1','',NULL,'supplier','1','JG WHOLESALERS','','','',0.00,'7','2020-08-31 19:55:03','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',18133.02,0,0.00,0.00,'no',0.00,'yes','2020-10-08 17:56:08',0,'','','','','',NULL,NULL),(20,'test','test',NULL,'5165152','info@robisearch.com','info@robisearch.com','',NULL,'','','','',NULL,'reseller','1',NULL,'','','85461',0.00,'','','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','reseller','',0,0,0,'','',0,'2025-03-26',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL); /*!40000 ALTER TABLE `people` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `periods` -- DROP TABLE IF EXISTS `periods`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `periods` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `periods` -- LOCK TABLES `periods` WRITE; /*!40000 ALTER TABLE `periods` DISABLE KEYS */; /*!40000 ALTER TABLE `periods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `permissions` -- DROP TABLE IF EXISTS `permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `permissions` ( `moduleid` varchar(100) NOT NULL, `userid` int(10) NOT NULL, PRIMARY KEY (`moduleid`,`userid`), KEY `person_id` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `permissions` -- LOCK TABLES `permissions` WRITE; /*!40000 ALTER TABLE `permissions` DISABLE KEYS */; INSERT INTO `permissions` VALUES ('accomodation',1),('accounting',1),('accountingreports',1),('assets',1),('bankdeposits',1),('banktransfer',1),('biometricrecords',1),('branch',1),('callcenter',1),('cashiersales',1),('cashiersales',4),('cashiersales',6),('cashiersales',7),('complain',1),('config',1),('config',7),('damagedproducts',1),('damagedproducts',7),('deals',1),('departments',1),('displayreport',1),('documents',1),('ecommerce',1),('events',1),('grouping',1),('humanresource',1),('income',1),('incomeexpenses',1),('incomingstock',1),('incomingstore',1),('journalentry',1),('labourrecords',1),('leavemanagement',1),('lowproducts',1),('lowstocklist',1),('lowstocklist',7),('members',1),('members',7),('password',1),('password',4),('password',6),('password',7),('payroll',1),('payrollsetup',1),('productlist',1),('productlist',4),('productlist',6),('productlist',7),('products',1),('products',7),('productscategory',1),('profile',1),('purchases',1),('purchases',7),('recorddelivery',1),('reports',1),('reports',7),('sales',1),('sales',4),('sales',6),('sales',7),('sendsms',1),('task',1),('taskscategory',1),('users',1),('users',7),('viewreturnsales',1),('viewreturnsales',4),('viewreturnsales',6),('viewreturnsales',7),('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=19749 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 (18893,'sales','1','printreceipt'),(18894,'sales','1','add'),(18895,'sales','1','update'),(18896,'sales','1','cash'),(18897,'sales','1','delete'),(18898,'sales','1','sale'),(18899,'sales','1','moresales'),(18900,'sales','1','reprint'),(18901,'sales','1','select'),(18902,'sales','1','mpesabalance'),(18903,'sales','1','Logout'),(18904,'sales','1','productdiscount'),(18905,'sales','1','printbill'),(18906,'sales','1','mpesa'),(18907,'sales','1','closebill'),(18908,'sales','1','viewbuyingprice'),(18909,'sales','1','clearpayments'),(18910,'sales','1','editsellingprice'),(18911,'sales','1','card'),(18912,'sales','1','updatepaymentmode'),(18913,'sales','1','creditnote'),(18914,'sales','1','cheque'),(18915,'sales','1','salesbeyondbprice'),(18916,'sales','1','points'),(18917,'sales','1','voucher'),(18918,'sales','1','credit'),(18919,'sales','1','dontprint'),(18920,'sales','1','recordcoins'),(18921,'sales','1','changetaxstatus'),(18922,'sales','1','giveloyalityponts'),(18923,'wholesale','1','sale'),(18924,'wholesale','1','add'),(18925,'wholesale','1','delete'),(18926,'wholesale','1','update'),(18927,'cashiersales','1','entermpesacode'),(18928,'cashiersales','1','editmpesa'),(18929,'cashiersales','1','all'),(18930,'cashiersales','1','delete'),(18931,'cashiersales','1','cashiersales'),(18932,'cashiersales','1','editmpesadate'),(18933,'cashiersales','1','adddailycollection'),(18934,'cashiersales','1','viewdailycollections'),(18935,'cashiersales','1','viewtill'),(18936,'cashiersales','1','deletedailycollections'),(18937,'cashiersales','1','reversempesa'),(18938,'cashiersales','1','updatedailycollections'),(18939,'cashiersales','1','clearallsales'),(18940,'cashiersales','1','viewallcollections'),(18941,'cashiersales','1','mpesapendingreport'),(18942,'cashiersales','1','mpesaverifiedreport'),(18943,'recorddelivery','1','add'),(18944,'recorddelivery','1','view'),(18945,'recorddelivery','1','update'),(18946,'recorddelivery','1','delete'),(18947,'recorddelivery','1','changestatus'),(18948,'recorddelivery','1','report'),(18949,'recorddelivery','1','Dispatched'),(18950,'recorddelivery','1','FailedDelivery'),(18951,'recorddelivery','1','ReturnedandReceived'),(18952,'recorddelivery','1','Delivered'),(18953,'recorddelivery','1','Claimraised'),(18954,'recorddelivery','1','ClaimOK'),(18955,'recorddelivery','1','ClaimDamaged'),(18956,'purchases','1','add'),(18957,'purchases','1','update'),(18958,'purchases','1','delete'),(18959,'purchases','1','updatebuyingprice'),(18960,'purchases','1','updatesellingprice'),(18961,'purchases','1','updateclosedinvoice'),(18962,'purchases','1','viewquotation'),(18963,'purchases','1','viewdirectpurchases'),(18964,'purchases','1','viewserials'),(18965,'purchases','1','viewpurchase'),(18966,'purchases','1','budget'),(18967,'purchases','1','salesorder'),(18968,'purchases','1','showdefaultserials'),(18969,'purchases','1','approve'),(18970,'viewreturnsales','1','add'),(18971,'viewreturnsales','1','update'),(18972,'viewreturnsales','1','delete'),(18973,'viewreturnsales','1','return'),(18974,'viewreturnsales','1','clear'),(18975,'viewreturnsales','1','moresales'),(18976,'income','1','View'),(18977,'income','1','add'),(18978,'income','1','wiewinvoices'),(18979,'incomeexpenses','1','add'),(18980,'incomeexpenses','1','closeexpense'),(18981,'incomeexpenses','1','update'),(18982,'incomeexpenses','1','updateclosedexpenses'),(18983,'incomeexpenses','1','wiewinvoices'),(18984,'incomeexpenses','1','viewbills'),(18985,'incomeexpenses','1','viewdebtors'),(18986,'incomeexpenses','1','viewcreditors'),(18987,'incomeexpenses','1','postrentalexpenses'),(18988,'accomodation','1','viewhouse'),(18989,'accomodation','1','viewrooms'),(18990,'accomodation','1','dailysales'),(18991,'accomodation','1','addhouse'),(18992,'accomodation','1','credit'),(18993,'accomodation','1','cheque'),(18994,'accomodation','1','mpesa'),(18995,'accomodation','1','checkinroom'),(18996,'accomodation','1','points'),(18997,'accomodation','1','cash'),(18998,'accomodation','1','card'),(18999,'accomodation','1','voucher'),(19000,'accomodation','1','checkoutroom'),(19001,'accomodation','1','addroom'),(19002,'accomodation','1','updatecharges'),(19003,'accomodation','1','checkin'),(19004,'accomodation','1','cleanrooms'),(19005,'accomodation','1','givediscount'),(19006,'accomodation','1','addcharges'),(19007,'accomodation','1','postexpense'),(19008,'accomodation','1','updatehouse'),(19009,'accomodation','1','updateroom'),(19010,'accomodation','1','Post Bank Deposits'),(19011,'accomodation','1','managehotel'),(19012,'accomodation','1','assignrooms'),(19013,'accomodation','1','managerental'),(19014,'accomodation','1','housekeeping'),(19015,'accomodation','1','changepayment'),(19016,'accomodation','1','customerregister'),(19017,'accomodation','1','dailypayments'),(19018,'accomodation','1','advancebooking'),(19019,'accomodation','1','checkoutcustomerwithbalance'),(19020,'accomodation','1','managecustomer'),(19021,'accomodation','1','viewreports'),(19022,'accomodation','1','accommodationreceiptionist'),(19023,'accomodation','1','config'),(19024,'accomodation','1','viewroomcleaned'),(19025,'accomodation','1','dailycollections'),(19026,'branch','1','add'),(19027,'branch','1','view'),(19028,'branch','1','update'),(19029,'branch','1','delete'),(19030,'members','1','add'),(19031,'members','1','update'),(19032,'users','1','add'),(19033,'users','1','update'),(19034,'users','1','delete'),(19035,'users','1','deleteallroles'),(19036,'productscategory','1','add'),(19037,'productscategory','1','update'),(19038,'productscategory','1','delete'),(19039,'productlist','1','bulk'),(19040,'productlist','1','move'),(19041,'productlist','1','updatestock'),(19042,'productlist','1','more'),(19043,'productlist','1','transfer'),(19044,'productlist','1','addstock'),(19045,'productlist','1','delete'),(19046,'productlist','1','view'),(19047,'productlist','1','update'),(19048,'productlist','1','add'),(19049,'productlist','1','openclosestock'),(19050,'productlist','1','stocktaking'),(19051,'productlist','1','editstocktaken'),(19052,'productlist','1','editopenclosestock'),(19053,'productlist','1','changeserialstatus'),(19054,'productlist','1','viewserials'),(19055,'products','1','add'),(19056,'products','1','update'),(19057,'products','1','delete'),(19058,'products','1','more'),(19059,'products','1','addstock'),(19060,'products','1','deleteorder'),(19061,'products','1','bulk'),(19062,'products','1','dispatch'),(19063,'products','1','removestock'),(19064,'products','1','price'),(19065,'products','1','removeallstock'),(19066,'incomingstock','1','add'),(19067,'incomingstock','1','update'),(19068,'incomingstock','1','view'),(19069,'incomingstock','1','delete'),(19070,'incomingstore','1','add'),(19071,'incomingstore','1','delete'),(19072,'incomingstore','1','view'),(19073,'lowstocklist','1','add'),(19074,'lowstocklist','1','more'),(19075,'lowstocklist','1','view'),(19076,'lowproducts','1','add'),(19077,'lowproducts','1','update'),(19078,'damagedproducts','1','add'),(19079,'damagedproducts','1','update'),(19080,'damagedproducts','1','delete'),(19081,'assets','1','add'),(19082,'assets','1','update'),(19083,'assets','1','delete'),(19084,'accounting','1','View Accounting'),(19085,'accounting','1','deletebank'),(19086,'accounting','1','deleteglaccount'),(19087,'bankdeposits','1','add'),(19088,'bankdeposits','1','update'),(19089,'bankdeposits','1','delete'),(19090,'banktransfer','1','add'),(19091,'journalentry','1','add'),(19092,'accountingreports','1','view'),(19093,'departments','1','add'),(19094,'payrollsetup','1','add'),(19095,'labourrecords','1','add'),(19096,'leavemanagement','1','add'),(19097,'biometricrecords','1','add'),(19098,'payroll','1','add'),(19099,'reports','1','view'),(19100,'reports','1','download'),(19101,'reports','1','delete'),(19102,'reports','1','update'),(19103,'reports','1','viewall'),(19104,'displayreport','1','view'),(19105,'grouping','1','add'),(19106,'grouping','1','update'),(19107,'grouping','1','delete'),(19108,'sendsms','1','add'),(19109,'sendsms','1','update'),(19110,'sendsms','1','delete'),(19111,'sendsms','1','transfersms'),(19112,'documents','1','add'),(19113,'documents','1','update'),(19114,'documents','1','delete'),(19115,'documents','1','viewalldocuments'),(19116,'humanresource','1','add'),(19117,'humanresource','1','update'),(19118,'humanresource','1','approve'),(19119,'humanresource','1','delete'),(19120,'humanresource','1','view'),(19121,'humanresource','1','allocate'),(19122,'humanresource','1','viewallpayroll'),(19123,'humanresource','1','leavesetup'),(19124,'humanresource','1','allleaves '),(19125,'humanresource','1','bioattendance'),(19126,'taskscategory','1','add'),(19127,'taskscategory','1','update'),(19128,'taskscategory','1','delete'),(19129,'task','1','add'),(19130,'task','1','viewall'),(19131,'task','1','update'),(19132,'task','1','delete'),(19133,'task','1','postspecifictask'),(19134,'task','1','postgeneraltask'),(19135,'task','1','viewothersspecifictask'),(19136,'task','1','viewothersgeneraltask'),(19137,'task','1','assigntask'),(19138,'task','1','posttaskforothers'),(19139,'callcenter','1','add'),(19140,'callcenter','1','upadate'),(19141,'callcenter','1','view'),(19142,'callcenter','1','delete'),(19143,'deals','1','add'),(19144,'deals','1','update'),(19145,'deals','1','delete'),(19146,'deals','1','viewall'),(19147,'complain','1','add'),(19148,'complain','1','view'),(19149,'complain','1','update'),(19150,'complain','1','allcompalin'),(19151,'complain','1','delete'),(19152,'events','1','add'),(19153,'events','1','update'),(19154,'events','1','delete'),(19155,'password','1','change'),(19156,'profile','1','update'),(19157,'ecommerce','1','add'),(19158,'ecommerce','1','update'),(19159,'ecommerce','1','delete'),(19160,'ecommerce','1','vieworders'),(19161,'ecommerce','1','setup'),(19162,'ecommerce','1','approveorders'),(19163,'config','1','delete'),(19164,'config','1','add'),(19165,'config','1','update'),(19454,'sales','6','printreceipt'),(19455,'sales','6','add'),(19456,'sales','6','update'),(19457,'sales','6','cash'),(19458,'sales','6','delete'),(19459,'sales','6','sale'),(19460,'sales','6','moresales'),(19461,'sales','6','reprint'),(19462,'sales','6','mpesa'),(19463,'sales','6','closebill'),(19464,'sales','6','viewbuyingprice'),(19465,'sales','6','clearpayments'),(19466,'sales','6','updatepaymentmode'),(19467,'sales','6','creditnote'),(19468,'sales','6','dontprint'),(19469,'sales','6','accountlimit'),(19470,'cashiersales','6','cashiersales'),(19471,'viewreturnsales','6','add'),(19472,'viewreturnsales','6','update'),(19473,'viewreturnsales','6','delete'),(19474,'viewreturnsales','6','return'),(19475,'viewreturnsales','6','clear'),(19476,'viewreturnsales','6','moresales'),(19477,'productlist','6','openclosestock'),(19478,'productlist','6','stocktaking'),(19479,'password','6','change'),(19585,'sales','7','printreceipt'),(19586,'sales','7','add'),(19587,'sales','7','update'),(19588,'sales','7','cash'),(19589,'sales','7','delete'),(19590,'sales','7','sale'),(19591,'sales','7','moresales'),(19592,'sales','7','discount'),(19593,'sales','7','reprint'),(19594,'sales','7','productdiscount'),(19595,'sales','7','mpesa'),(19596,'sales','7','closebill'),(19597,'sales','7','viewbuyingprice'),(19598,'sales','7','clearpayments'),(19599,'sales','7','updatepaymentmode'),(19600,'sales','7','creditnote'),(19601,'sales','7','dontprint'),(19602,'cashiersales','7','entermpesacode'),(19603,'cashiersales','7','editmpesa'),(19604,'cashiersales','7','all'),(19605,'cashiersales','7','delete'),(19606,'cashiersales','7','cashiersales'),(19607,'cashiersales','7','editmpesadate'),(19608,'cashiersales','7','adddailycollection'),(19609,'cashiersales','7','viewdailycollections'),(19610,'cashiersales','7','viewtill'),(19611,'cashiersales','7','deletedailycollections'),(19612,'cashiersales','7','reversempesa'),(19613,'cashiersales','7','updatedailycollections'),(19614,'cashiersales','7','clearallsales'),(19615,'cashiersales','7','viewallcollections'),(19616,'cashiersales','7','mpesapendingreport'),(19617,'cashiersales','7','mpesaverifiedreport'),(19618,'purchases','7','add'),(19619,'purchases','7','update'),(19620,'purchases','7','delete'),(19621,'purchases','7','updatebuyingprice'),(19622,'purchases','7','updatesellingprice'),(19623,'purchases','7','updateclosedinvoice'),(19624,'purchases','7','viewquotation'),(19625,'purchases','7','viewdirectpurchases'),(19626,'purchases','7','viewserials'),(19627,'purchases','7','viewpurchase'),(19628,'purchases','7','budget'),(19629,'purchases','7','salesorder'),(19630,'purchases','7','showdefaultserials'),(19631,'purchases','7','approve'),(19632,'viewreturnsales','7','add'),(19633,'viewreturnsales','7','update'),(19634,'viewreturnsales','7','delete'),(19635,'viewreturnsales','7','return'),(19636,'viewreturnsales','7','clear'),(19637,'viewreturnsales','7','moresales'),(19638,'members','7','add'),(19639,'members','7','update'),(19640,'members','7','deletepeople'),(19641,'users','7','add'),(19642,'users','7','update'),(19643,'users','7','delete'),(19644,'users','7','deleteallroles'),(19645,'productlist','7','bulk'),(19646,'productlist','7','move'),(19647,'productlist','7','updatestock'),(19648,'productlist','7','more'),(19649,'productlist','7','transfer'),(19650,'productlist','7','addstock'),(19651,'productlist','7','delete'),(19652,'productlist','7','view'),(19653,'productlist','7','update'),(19654,'productlist','7','add'),(19655,'productlist','7','openclosestock'),(19656,'productlist','7','stocktaking'),(19657,'productlist','7','editstocktaken'),(19658,'productlist','7','editopenclosestock'),(19659,'productlist','7','changeserialstatus'),(19660,'productlist','7','viewserials'),(19661,'productlist','7','viewbprice'),(19662,'products','7','add'),(19663,'products','7','update'),(19664,'products','7','delete'),(19665,'products','7','more'),(19666,'products','7','addstock'),(19667,'products','7','deleteorder'),(19668,'products','7','bulk'),(19669,'products','7','dispatch'),(19670,'products','7','removestock'),(19671,'products','7','price'),(19672,'products','7','removeallstock'),(19673,'products','7','viewbprice'),(19674,'lowstocklist','7','add'),(19675,'lowstocklist','7','more'),(19676,'lowstocklist','7','view'),(19677,'damagedproducts','7','add'),(19678,'damagedproducts','7','update'),(19679,'damagedproducts','7','delete'),(19680,'reports','7','view'),(19681,'reports','7','download'),(19682,'reports','7','delete'),(19683,'reports','7','update'),(19684,'reports','7','viewall'),(19685,'reports','7','dontshowprofit'),(19686,'password','7','change'),(19687,'config','7','delete'),(19688,'config','7','add'),(19689,'config','7','update'),(19690,'config','7','productcode'),(19713,'sales','4','printreceipt'),(19714,'sales','4','add'),(19715,'sales','4','update'),(19716,'sales','4','cash'),(19717,'sales','4','sale'),(19718,'sales','4','reprint'),(19719,'sales','4','mpesa'),(19720,'sales','4','clearpayments'),(19721,'sales','4','updatepaymentmode'),(19722,'sales','4','dontprint'),(19723,'cashiersales','4','entermpesacode'),(19724,'cashiersales','4','editmpesa'),(19725,'cashiersales','4','all'),(19726,'cashiersales','4','delete'),(19727,'cashiersales','4','cashiersales'),(19728,'cashiersales','4','editmpesadate'),(19729,'cashiersales','4','adddailycollection'),(19730,'cashiersales','4','viewdailycollections'),(19731,'cashiersales','4','viewtill'),(19732,'cashiersales','4','deletedailycollections'),(19733,'cashiersales','4','reversempesa'),(19734,'cashiersales','4','updatedailycollections'),(19735,'cashiersales','4','clearallsales'),(19736,'cashiersales','4','viewallcollections'),(19737,'cashiersales','4','mpesapendingreport'),(19738,'cashiersales','4','mpesaverifiedreport'),(19739,'viewreturnsales','4','add'),(19740,'viewreturnsales','4','update'),(19741,'viewreturnsales','4','delete'),(19742,'viewreturnsales','4','return'),(19743,'viewreturnsales','4','clear'),(19744,'viewreturnsales','4','moresales'),(19745,'productlist','4','openclosestock'),(19746,'productlist','4','stocktaking'),(19747,'productlist','4','editstocktaken'),(19748,'password','4','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 AUTO_INCREMENT=3 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 */; INSERT INTO `plot` VALUES (1,'','JUJA','JUJA','3 ','3 ','50','1 ','2020-07-14 09:21:48','','','1','','','','1','1',0.00,'','',10.00,'accommodation',1,'percentage','no','no','no','no','no','no','no',NULL,'01','10','10'),(2,'','KATUNDA','MOMBASA','4 ','3 ','5','1 ','2020-07-29 06:25:55','2020-07-29 06:25:55','','1','','','','1','1',14.00,'','',10.00,'rental',1,'percentage ','yes','yes','yes','yes','no','yes','no',NULL,'01','31','10'); /*!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 AUTO_INCREMENT=8 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 */; INSERT INTO `plotcharges` VALUES (1,'1 ','','2','0','active','2020-07-20 12:21:02','','',0,1,1),(2,'2 ','','2','0','active','2020-07-20 12:21:16','','',0,1,1),(3,'11 ','','2','150','active','2020-07-20 12:21:28','','',0,1,1),(4,'5 ','','2','200','active','2020-07-20 12:21:43','','',0,1,1),(5,'4 ','','2','0','active','2020-07-28 06:43:57','','',0,1,1),(6,'12 ','','1','0','active','2020-08-06 06:32:41','','',0,1,1),(7,'13 ','','1','0','active','2020-08-06 06:32:53','','',0,1,1); /*!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-10 15:15:12','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=485 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,'BLUEBAND ORIGINAL 100G','1','','',14,'40.5','45','','45',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:14:41','7','1','1','0000-00-00','','active','1','0000616003174','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(2,'VASELINE BLUESEAL 50ML','1','','',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:23:44','7','1','1','0000-00-00','','active','1','0000616009800','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(3,'VASELINE BLUESEAL 100ML','1','','',14,'90','100','','100',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:24:01','7','1','1','0000-00-00','','active','1','0000616009978','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(4,'RED BULL 250ML','1',NULL,'',14,'135','150','','150',NULL,NULL,'5',0,0,NULL,0,0,0,12.00,'2020-08-13 00:12:34','7','1','1','0000-00-00','','active','1','0000901626026','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(5,'SPARK DISHWASHING LIQUID 500ML','1','','',14,'108','120','','120',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-10-23 17:30:22','7','1','1','0000-00-00','','active','1','0792382429769','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(6,'COUNTY FRESH MILK 500ML','1','18','',14,'40.5','45','','45',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:44:09','7','1','1','0000-00-00','','active','1','0792382445790','pcs','Inventory','EXEMPTED','mainitem','Exclusive'),(7,'ZULLY PREMIUM TEA 100G','1','','',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,6.00,'2020-09-21 00:15:37','7','1','1','0000-00-00','','active','1','0792382472789','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(8,'ZULLY PREMIUM TEA 250GM','1','','',14,'90','100','','100',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-21 00:16:11','7','1','1','0000-00-00','','active','1','0792382472796','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(9,'SUNNY GIRL SANITARY TOWELS','1','18','',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,22.00,'2020-10-28 12:29:57','7','1','1','0000-00-00','','active','1','1','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(10,'EGGS','1','18','',14,'10','12','','12',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-10-28 12:22:01','7','1','1','0000-00-00','','active','1','268','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(12,'NEW CRYSTAL VANILLA 250ML','1','','',14,'36','40','','40',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:17:05','7','1','1','0000-00-00','','active','1','12','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(13,'NEW CRYSTAL STRAWBERRY 250ML','1','','',14,'36','40','','40',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-20 23:59:49','7','1','1','0000-00-00','','active','1','13','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(16,'ALWAYS PINK','1','','',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,11.00,'2020-09-20 16:18:24','7','1','1','0000-00-00','','active','1','2','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(17,'ALWAYS ULTRA','1',NULL,'',14,'76.5','85','','85',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-13 00:08:32','7','1','1','0000-00-00','','active','1','3','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(18,'ALWAYS MAXI THICK','1','3','',14,'81','90','','90',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-20 16:19:17','7','1','1','0000-00-00','','active','1','4','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(19,'NIVEA EXPRESS HYDRATION 200ML','1','','',14,'234','260','','260',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-21 19:22:48','7','1','1','0000-00-00','','active','1','4005900527950','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(20,'NIVEA EXPRESS HYDRATION','1',NULL,'',14,'139.5','155','','155',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-08-13 00:07:31','7','1','1','0000-00-00','','active','1','4005900527981','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(21,'NIVEA SHEA SMOOTH 200ML','1','','',14,'234','260','','260',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:18:06','7','1','1','0000-00-00','','active','1','4005900528018','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(22,'SOFTCARE L/C(small)','1','','',14,'175.5','195','','195',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-21 07:34:37','7','1','1','0000-00-00','','active','1','5','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(23,'WEETABIX 225G','1','','',14,'153','170','','170',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-09-20 17:11:11','7','1','1','0000-00-00','','active','1','5010029204780','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(24,'WEETABIX 37G','1',NULL,'',14,'22.5','25','','25',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-13 00:06:18','7','1','1','0000-00-00','','active','1','5010029205084','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(25,'ARIEL POWDER 500G','1','','',14,'139.5','155','','155',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'2020-09-20 16:16:11','7','1','1','0000-00-00','','active','1','5410076189540','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(26,'ARIEL POWDER 1KG','1','18','',14,'270','300','','300',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-20 16:58:05','7','1','1','0000-00-00','','active','1','5410076189571','pcs','Inventory','VATABLE','mainitem','Inclusive'),(27,'MINUTE MAID MANGO 1LITRE','1','','',14,'117','130','','130',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-31 17:13:52','7','1','1','0000-00-00','','active','1','5449000180247','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(28,'SOFTCARE L/C(MEDIUM)','1','','',14,'175.5','195','','195',NULL,NULL,'5',0,0,NULL,0,0,0,9.00,'2020-10-21 12:20:36','7','1','1','0000-00-00','','active','1','6','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(29,'STA-SOFT 750ML','1','','',14,'198','220','','220',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-09-21 19:51:17','7','1','1','0000-00-00','','active','1','6001067000372','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(30,'STA-SOFT LAVENDER 400ML','1','','',14,'130.5','145','','145',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:13:42','7','1','1','0000-00-00','','active','1','6001067000419','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(31,'STA-SOFT LAVENDER','1',NULL,'',14,'67.5','75','','75',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-08-13 00:04:00','7','1','1','0000-00-00','','active','1','6001067000624','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(32,'VASELINE FOR MEN 400ML','1','','',14,'342','380','','380',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:25:00','7','1','1','0000-00-00','','active','1','6001087012003','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(33,'ARIMI\'S MILKING JELLY 50G','1','','',14,'22.5','25','','25',NULL,NULL,'5',0,0,NULL,0,0,0,8.00,'2020-09-20 23:50:47','7','1','1','0000-00-00','','active','1','6008677000532','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(34,'ARIMI\'S MILKING JELLY 90G','1','','',14,'36','40','','40',NULL,NULL,'5',0,0,NULL,0,0,0,21.00,'2020-09-20 23:51:34','7','1','1','0000-00-00','','active','1','6008677000549','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(35,'ARIMI\'S MILKING JELLY 200G','1',NULL,'',14,'63','70','','70',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-13 00:02:42','7','1','1','0000-00-00','','active','1','6008677000556','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(36,'FAMILA PURE WIMBI 1KG','1','','',14,'117','130','','130',NULL,NULL,'5',0,0,NULL,0,0,0,17.00,'2020-08-13 00:02:16','7','1','1','0000-00-00','','active','1','6008792000134','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(37,'FAMILA UJIMIX 1KG','1','','',14,'103.5','115','','115',NULL,NULL,'5',0,0,NULL,0,0,0,9.00,'2020-08-13 00:01:58','7','1','1','0000-00-00','','active','1','6008792500061','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(38,'RHINO KUBWA MATCHBOX','1','','',14,'34','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:27:51','7','1','1','0000-00-00','','active','1','6009607673345','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(39,'ROSY TISSUE PCS','1','16','',14,'22.5','25','','25',NULL,NULL,'5',0,0,NULL,0,0,0,35.00,'2020-09-21 00:46:58','7','1','1','0000-00-00','','active','1','6009614480462','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(40,'PEMBE UGALI 2KGS','1','','',14,'107.08','120','','120',NULL,NULL,'5',0,0,NULL,0,0,0,18.00,'2020-10-20 16:07:51','7','1','1','0000-00-00','','active','1','6009627050010','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(41,'PEMBE NGANO 1KG','1','','',14,'54','60','','60',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'2020-09-20 11:35:55','7','1','1','0000-00-00','','active','1','6009627050027','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(42,'PEMBE NGANO 2KGS','1','','',14,'104.58','120','','120',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-20 12:20:49','7','1','1','0000-00-00','','active','1','6009627050034','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(43,'DELAMERE FLAVOURED YOGHURT 500G','1',NULL,'',14,'94.5','105','','105',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-13 00:00:18','7','1','1','0000-00-00','','active','1','6009627740072','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(44,'KETEPA 50GMS','1',NULL,'',14,'22.5','25','','25',NULL,NULL,'5',0,0,NULL,0,0,0,11.00,'2020-08-13 00:00:02','7','1','1','0000-00-00','','active','1','6009629720072','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(45,'BIC FINE POINT BLUE','1','','',14,'22.5','25','','25',NULL,NULL,'5',0,0,NULL,0,0,0,14.00,'2020-09-21 00:57:45','7','1','1','0000-00-00','','active','1','6161100040267','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(46,'BIC CRISTAL BLUE','1','','',14,'18','20','','20',NULL,NULL,'5',0,0,NULL,0,0,0,6.00,'2020-09-21 00:55:51','7','1','1','0000-00-00','','active','1','6161100041240','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(47,'AMARA BODY MILK 200ML','1',NULL,'',14,'99','110','','110',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-08-12 23:58:57','7','1','1','0000-00-00','','active','1','6161100045101','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(48,'MOUNT KENYA MILK 500ML','1','','',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'2020-08-12 23:58:31','7','1','1','0000-00-00','','active','1','6161100100084','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(49,'FAMILA UJIMIX 500G','1','','',14,'58.5','65','','65',NULL,NULL,'5',0,0,NULL,0,0,0,12.00,'2020-08-12 23:58:12','7','1','1','0000-00-00','','active','1','6161100450127','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(50,'BLUEBAND ORIGINAL 250G','1','','',14,'81','90','','90',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:15:02','7','1','1','0000-00-00','','active','1','6161100602267','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(51,'BLUEBAND ORIGINAL 1KG','1','','',14,'5.4','6','','6',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-27 13:34:44','7','1','1','0000-00-00','','active','1','6161100602694','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(52,'TOILEX TWIN PACK','1','','',14,'54','60','','60',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:17:48','7','1','1','0000-00-00','','active','1','6161100760066','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(53,'PEKEE TISSUE PCS','1','','',14,'18','20','','20',NULL,NULL,'5',0,0,NULL,0,0,0,22.00,'2020-09-20 13:49:29','7','1','1','0000-00-00','','active','1','6161100760226','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(54,'NICE &SOFT TWIN PACK','1','','',14,'58.5','65','','65',NULL,NULL,'5',0,0,NULL,0,0,0,13.00,'2020-10-27 12:59:33','7','1','1','0000-00-00','','active','1','6161100760257','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(55,'NICE &SOFT SERVIETTES','1','','',14,'63','70','','70',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-08-12 23:55:30','7','1','1','0000-00-00','','active','1','6161100760387','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(56,'NICE &SOFT SERVIETTES COCKTAIL','1','','',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,7.00,'2020-09-20 13:51:22','7','1','1','0000-00-00','','active','1','6161100760479','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(57,'ROSY TWIN PACK','1',NULL,'',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 23:54:48','7','1','1','0000-00-00','','active','1','6161100760615','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(58,'PEKEE TISSUE 4 PACK','1','16','',14,'90','100','','100',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-01 13:38:45','7','1','1','0000-00-00','','active','1','6161100761933','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(59,'ROSY PRINTED TISSUE 4 PACK','1',NULL,'',14,'90','100','','100',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 23:54:07','7','1','1','0000-00-00','','active','1','6161100762473','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(60,'DORMANS INSTANT COFFEE','1','','',14,'4.5','5','','5',NULL,NULL,'5',0,0,NULL,0,0,0,59.00,'2020-09-21 00:25:30','7','1','1','0000-00-00','','active','1','6161100860155','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(61,'DORMANS COFFEE 250G','1','','',14,'126','140','','140',NULL,NULL,'5',0,0,NULL,0,0,0,8.00,'2020-09-20 17:33:04','7','1','1','0000-00-00','','active','1','6161100860247','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(62,'TROPICAL HEAT CARDAMONS SPICE','1','','',14,'256.5','285','','285',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'2020-09-20 23:35:02','7','1','1','0000-00-00','','active','1','6161100911291','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(63,'TROPICAL HEAT GARLIC POWDER 50G','1','','',14,'76.5','85','','85',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-20 23:31:38','7','1','1','0000-00-00','','active','1','6161100912281','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(64,'TROPICAL HEAT GINGER 45G','1','','',14,'63','70','','70',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:29:54','7','1','1','0000-00-00','','active','1','6161100912380','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(65,'TROPICAL HEAT MIXED SPICES 50G','1','','',14,'81','90','','90',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-09-20 23:38:13','7','1','1','0000-00-00','','active','1','6161100912519','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(66,'TROPICAL HEAT PILAU MASALA 50G','1','','',14,'108','120','','120',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-09-20 23:37:32','7','1','1','0000-00-00','','active','1','6161100912731','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(67,'TROPICAL HEAT TEA MASALA 45G','1','','',14,'90','100','','100',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:28:58','7','1','1','0000-00-00','','active','1','6161100913011','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(68,'TROPICAL HEAT TURMERIC 50G','1','','',14,'58.5','65','','65',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-20 23:35:48','7','1','1','0000-00-00','','active','1','6161100913080','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(69,'JIK COLORS 250ML','1',NULL,'',14,'144','160','','160',NULL,NULL,'5',0,0,NULL,0,0,0,6.00,'2020-08-12 23:50:23','7','1','1','0000-00-00','','active','1','6161100950030','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(70,'DETTOL LIQUID 50ML','1','','',14,'90','100','','100',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'2020-09-20 23:52:11','7','1','1','0000-00-00','','active','1','6161100950139','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(71,'JIK REGULAR 70ML','1','','',14,'31.5','35','','35',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-09-21 00:10:58','7','1','1','0000-00-00','','active','1','6161100950825','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(72,'HARPIC ORIGINAL 1000ML','1','','',14,'450','500','','500',NULL,NULL,'5',0,0,NULL,0,0,0,4.00,'2020-10-28 12:18:35','7','1','1','0000-00-00','','active','1','6161100952423','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(73,'HARPIC ORIGINAL 500ML','1','','',14,'238.5','265','','265',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-21 18:39:14','7','1','1','0000-00-00','','active','1','6161100952430','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(74,'BROOKSIDE LONG LIFE 500ML','1','','',14,'49.5','55','','55',NULL,NULL,'5',0,0,NULL,0,0,0,9.00,'2020-10-28 12:21:35','7','1','1','0000-00-00','','active','1','6161101000543','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(75,'ILARA YOGHURT VANILLA 250ML','1','','',14,'54','60','','60',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-10-09 19:11:02','7','1','1','0000-00-00','','active','1','6161101000833','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(76,'ILARA YOGHURT STRAWBERRY 250ML','1','','',14,'54','60','','60',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-20 16:13:47','7','1','1','0000-00-00','','active','1','6161101000840','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(77,'ILARA YOGHURT VANILLA 500ML','1',NULL,'',14,'94.5','105','','105',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 23:47:21','7','1','1','0000-00-00','','active','1','6161101000895','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(78,'ILARA STRAWBERRY YOGHURT 500ML','1','','',14,'94.5','105','','105',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-20 16:14:23','7','1','1','0000-00-00','','active','1','6161101000901','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(79,'TROPIKAL AIR FRESHENER','1','','',14,'256.5','285','','285',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:16:47','7','1','1','0000-00-00','','active','1','6161101011860','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(80,'KENSALT 500G','1','','',14,'18','20','','20',NULL,NULL,'5',0,0,NULL,0,0,0,12.00,'2020-09-20 12:52:30','7','1','1','0000-00-00','','active','1','6161101280013','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(81,'KENSALT 1KG','1','','',14,'28.5','40','','40',NULL,NULL,'5',0,0,NULL,0,0,0,13.00,'2020-09-20 12:51:11','7','1','1','0000-00-00','','active','1','6161101280020','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(82,'KENSALT 200G','1','','',14,'9','10','','10',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-09-20 12:50:27','7','1','1','0000-00-00','','active','1','6161101280037','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(83,'RINA 500ML','1','11','',14,'97.5','120','','120',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-22 20:35:02','7','1','1','0000-00-00','','active','1','6161101661218','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(84,'RINA 1 LITRE','1','','',14,'198','220','','220',NULL,NULL,'5',0,0,NULL,0,0,0,8.00,'2020-09-21 00:38:59','7','1','1','0000-00-00','','active','1','6161101661232','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(85,'RINA 3 LITRES','1','11','',14,'441.66','525','','525',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-11-01 10:19:21','7','1','1','0000-00-00','','active','1','6161101661249','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(86,'RINA 5 LITRES','1','11','',14,'768.75','860','','860',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-30 12:11:27','7','1','1','0000-00-00','','active','1','6161101661256','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(87,'RINA 2 LITRES','1','11','',14,'317.5','400','','400',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-21 00:41:13','7','1','1','0000-00-00','','active','1','6161101661300','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(88,'PRESTIGE ORIGINAL 1KG','1','','',14,'337.5','375','','375',NULL,NULL,'5',0,0,NULL,0,0,0,7.00,'2020-09-20 23:13:24','7','1','1','0000-00-00','','active','1','6161101661454','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(89,'CHAPA MANDASHI BAKING POWDER','1','','',14,'22.5','25','','25',NULL,NULL,'5',0,0,NULL,0,0,0,14.00,'2020-09-23 20:31:03','7','1','1','0000-00-00','','active','1','6161101661713','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(90,'PRESTIGE ORIGINAL 250G','1','','',14,'90','100','','100',NULL,NULL,'5',0,0,NULL,0,0,0,18.00,'2020-09-20 23:14:31','7','1','1','0000-00-00','','active','1','6161101668293','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(91,'PRESTIGE ORIGINAL 500G','1','','',14,'162','180','','180',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-20 23:16:14','7','1','1','0000-00-00','','active','1','6161101668309','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(92,'TUZO LONG LIFE 500ML','1','','',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-10-20 17:15:47','7','1','1','0000-00-00','','active','1','6161101680424','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(93,'SOKO UGALI 2KGS','1','3','',14,'107.5','125','','125',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-10-20 16:07:28','7','1','1','0000-00-00','','active','1','6161102170023','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(94,'SOKO UGALI 1KG','1','','',14,'58.5','65','','65',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'2020-09-20 12:29:01','7','1','1','0000-00-00','','active','1','6161102170030','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(95,'RANEE RICE 1KG','1',NULL,'',14,'117','130','','130',NULL,NULL,'5',0,0,NULL,0,0,0,6.00,'2020-08-12 23:39:51','7','1','1','0000-00-00','','active','1','6161102170818','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(96,'PEARL RICE 1KG','1','','',14,'216','240','','240',NULL,NULL,'5',0,0,NULL,0,0,0,8.00,'2020-09-20 12:53:00','7','1','1','0000-00-00','','active','1','6161102170900','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(97,'PEARL RICE 2KGS','1','','',14,'432','480','','480',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-14 15:02:47','7','1','1','0000-00-00','','active','1','6161102170917','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(98,'MOLO LONG LIFE 500ML','1','','',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,10.00,'2020-10-24 12:54:37','7','1','1','0000-00-00','','active','1','6161102794694','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(99,'COSMO UGALI 1 KG','1','','',14,'54','60','','60',NULL,NULL,'5',0,0,NULL,0,0,0,10.00,'2020-10-21 12:39:53','7','1','1','0000-00-00','','active','1','6161103620077','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(100,'DAAWAT RICE 2KGS','1',NULL,'',14,'432','480','','480',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 23:37:08','7','1','1','0000-00-00','','active','1','6161103940069','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(101,'NUVITA MILK BISCUITS','1',NULL,'',14,'18','20','','20',NULL,NULL,'5',0,0,NULL,0,0,0,33.00,'2020-08-12 23:36:32','7','1','1','0000-00-00','','active','1','6161103941271','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(102,'DAAWAT SPAGHETTI','1',NULL,'',14,'40.5','45','','45',NULL,NULL,'5',0,0,NULL,0,0,0,17.00,'2020-08-12 23:36:07','7','1','1','0000-00-00','','active','1','6161103941608','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(103,'ELLIOTS NGANO 1KG','1',NULL,'',14,'54','60','','60',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-08-12 23:35:37','7','1','1','0000-00-00','','active','1','6161104110225','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(104,'MAXBRITE SCOURING PADS','1',NULL,'',14,'13.5','15','','15',NULL,NULL,'5',0,0,NULL,0,0,0,4.00,'2020-08-12 23:16:25','7','1','1','0000-00-00','','active','1','6161106002146','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(105,'PREMIUM PENCILS','1','','',14,'13.5','15','','15',NULL,NULL,'5',0,0,NULL,0,0,0,16.00,'2020-09-21 00:59:34','7','1','1','0000-00-00','','active','1','6161106370283','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(106,'FRESH FRI 1 LITRE','1','11','',14,'162','180','','180',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'2020-08-20 14:53:00','7','1','1','0000-00-00','','active','1','6161106610228','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(107,'FRESH FRI 2 LITRES','1','11','',14,'315.83','350','','350',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-09-21 00:43:34','7','1','1','0000-00-00','','active','1','6161106610235','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(108,'FRESH FRI 3LITRES','1','11','',14,'452.5','510','','510',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-09-21 00:44:35','7','1','1','0000-00-00','','active','1','6161106610242','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(109,'FRESH FRI 5 LITRES','1','11','',14,'675','750','','750',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-21 00:45:10','7','1','1','0000-00-00','','active','1','6161106610259','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(110,'WHITE WASH BAR SOAP(CREAM)','1',NULL,'',14,'108','120','','120',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 23:13:42','7','1','1','0000-00-00','','active','1','6161106610594','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(111,'SAWA HERBAL BATHING SOAP 250G','1','','',14,'40.5','45','','45',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-09-20 15:45:22','7','1','1','0000-00-00','','active','1','6161106610716','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(112,'NESCAFE SATCHET 1.6G','1',NULL,'',14,'4.5','5','','5',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 23:12:36','7','1','1','0000-00-00','','active','1','6161106961979','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(113,'BROOKSIDE LALA SWEETENED','1',NULL,'',14,'72','80','','80',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 23:11:59','7','1','1','0000-00-00','','active','1','6161107150709','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(114,'BROOKSIDE LALA NATURAL','1','','',14,'67.5','75','','75',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-20 17:18:56','7','1','1','0000-00-00','','active','1','6161107150730','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(115,'ILARA MANGO 250ML','1','','',14,'54','60','','60',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-19 12:08:42','7','1','1','0000-00-00','','active','1','6161107150815','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(116,'ILARA MANGO 500ML','1','','',14,'94.5','105','','105',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 23:10:28','7','1','1','0000-00-00','','active','1','6161107150853','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(117,'ILARA FOREST BERRY 250ML','1','','',14,'54','60','','60',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-19 12:10:57','7','1','1','0000-00-00','','active','1','6161107151010','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(118,'ILARA FOREST BERRY 500ML','1','','',14,'94.5','105','','105',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 23:09:32','7','1','1','0000-00-00','','active','1','6161107151027','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(119,'ELIANTO 5 LITRES','1','','',14,'1291.5','1435','','1435',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-21 00:48:34','7','1','1','0000-00-00','','active','1','6161107770150','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(120,'ELIANTO 1 LITRE','1','','',14,'292.5','325','','325',NULL,NULL,'5',0,0,NULL,0,0,0,20.00,'2020-10-20 16:06:54','7','1','1','0000-00-00','','active','1','6161107770242','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(121,'ELIANTO 2 LITRES','1','','',14,'558','620','','620',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-09-21 00:48:06','7','1','1','0000-00-00','','active','1','6161107770297','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(122,'BAHARI FRY 2LITRES','1','','',14,'288','320','','320',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:43:03','7','1','1','0000-00-00','','active','1','6161107770853','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(123,'MSAFI POWDER 200G','1','','',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-20 16:54:56','7','1','1','0000-00-00','','active','1','6161107772208','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(124,'MSAFI POWDER 500G','1','','',14,'90','100','','100',NULL,NULL,'5',0,0,NULL,0,0,0,15.00,'2020-09-21 00:08:03','7','1','1','0000-00-00','','active','1','6161107772222','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(125,'MSAFI POWDER 1KG','1',NULL,'',14,'144','160','','160',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-08-12 23:06:28','7','1','1','0000-00-00','','active','1','6161107772246','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(126,'COW BOY 1KG','1','','',14,'189','210','','210',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-21 00:40:16','7','1','1','0000-00-00','','active','1','6161107774240','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(127,'MSAFI WHITE BAR SOAP 1KG','1',NULL,'',14,'90','100','','100',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 23:05:22','7','1','1','0000-00-00','','active','1','6161107777425','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(128,'TAJI TISSUE PCS','1','16','',14,'13.5','15','','15',NULL,NULL,'5',0,0,NULL,0,0,0,12.00,'2020-09-20 13:48:51','7','1','1','0000-00-00','','active','1','6161109510389','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(129,'SUNLIGHT POWDER PINK 500G','1',NULL,'',14,'126','140','','140',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 23:04:10','7','1','1','0000-00-00','','active','1','6161109724021','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(130,'SUNLIGHT POWDER PINK 1KG','1','','',14,'225','250','','250',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-20 16:52:24','7','1','1','0000-00-00','','active','1','6161109724038','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(131,'SUNLIGHT YELLOW POWDER IKG','1',NULL,'',14,'225','250','','250',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 23:03:05','7','1','1','0000-00-00','','active','1','6161109724106','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(132,'VERSMAN ACTIVE LOTION 100ML','1','','',14,'99','110','','110',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:23:31','7','1','1','0000-00-00','','active','1','6161110961521','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(133,'QUALITY BITES MUFFINS 200G','1','12','',14,'58.5','65','','65',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-20 15:14:56','7','1','1','0000-00-00','','active','1','6161113440009','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(134,'QUALITY BITE CHOCO MUFFINS 200G','1','12','',14,'58.5','65','','65',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-26 17:46:49','7','1','1','0000-00-00','','active','1','6161113440016','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(135,'QUALITY BITES MUFFINS 300G','1','12','',14,'76.5','85','','85',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-10-30 12:10:52','7','1','1','0000-00-00','','active','1','6161113440023','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(136,'QUALITY CHOCO MUFFINS 300G','1','12','',14,'76.5','85','','85',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-20 17:36:01','7','1','1','0000-00-00','','active','1','6161113440030','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(137,'QUALITY BITES RICH CAKE','1','12','',14,'49.5','55','','55',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-10-29 19:04:18','7','1','1','0000-00-00','','active','1','6161113440054','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(138,'QUIALITY BITE MINI MADEIRA 350G','1','','',14,'67.5','75','','75',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-10-29 19:05:11','7','1','1','0000-00-00','','active','1','6161113440061','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(139,'QUALITY BITES HEART DELI 300G','1','','',14,'58.5','65','','65',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-20 17:53:37','7','1','1','0000-00-00','','active','1','6161113440078','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(140,'QUALITY BITES HEART DELI 500G','1','','',14,'103.5','115','','115',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-20 17:52:45','7','1','1','0000-00-00','','active','1','6161113440085','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(141,'QUALITY BITE SWEET MADEIRA 500G','1','','',14,'103.5','115','','115',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-26 17:47:08','7','1','1','0000-00-00','','active','1','6161113440092','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(142,'AJAB NGANO 1KG','1','','',14,'58.5','65','','65',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-20 19:35:03','7','1','1','0000-00-00','','active','1','6161113940134','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(143,'AJAB NGANO 2KGS','1','','',14,'116.67','125','','125',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-20 19:34:34','7','1','1','0000-00-00','','active','1','6161113940141','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(144,'AJAB UGALI 2KGS','1',NULL,'',14,'108','120','','120',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-08-12 22:54:21','7','1','1','0000-00-00','','active','1','6161113940530','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(145,'ZESTA RED PLUM JAM 200G','1','','',14,'54','60','','60',NULL,NULL,'5',0,0,NULL,0,0,0,6.00,'2020-10-21 12:14:04','7','1','1','0000-00-00','','active','1','6162000010022','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(146,'ZESTA RED PLUM 300G','1','','',14,'108','120','','120',NULL,NULL,'5',0,0,NULL,0,0,0,8.00,'2020-09-20 23:17:38','7','1','1','0000-00-00','','active','1','6162000010121','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(147,'OMO 1/2KG','1','','',14,'153','170','','170',NULL,NULL,'5',0,0,NULL,0,0,0,8.00,'2020-08-12 22:52:34','7','1','1','0000-00-00','','active','1','6162006602740','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(148,'SUNLIGHT BAR SOAP 900G','1',NULL,'',14,'135','150','','150',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 22:51:51','7','1','1','0000-00-00','','active','1','6162006602771','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(149,'SUNLIGHT PINK 200G','1','','',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-20 16:52:44','7','1','1','0000-00-00','','active','1','6162006607998','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(150,'MILLBAKERS FAMILY MADEIRA 750G','1','','',14,'144','160','','160',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-20 16:29:15','7','1','1','0000-00-00','','active','1','6164000009006','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(151,'MILLBAKERS STD MADEIRA 500G','1','','',14,'103.5','115','','115',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-20 16:29:53','7','1','1','0000-00-00','','active','1','6164000009013','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(152,'MILLBAKERS QUEEN CAKES 200G','1',NULL,'',14,'58.5','65','','65',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 22:49:07','7','1','1','0000-00-00','','active','1','6164000009020','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(153,'MILLBAKERS CHOCO CUPS 300G','1','','',14,'90','100','','100',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-20 16:29:33','7','1','1','0000-00-00','','active','1','6164000009068','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(154,'MILLBAKERS QUEEN CAKES 260G','1','','',14,'67.5','75','','75',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-20 17:17:18','7','1','1','0000-00-00','','active','1','6164000009075','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(155,'MILLBAKERS ENGLISH MUFFINS 300G','1','','',14,'90','100','','100',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-20 16:29:00','7','1','1','0000-00-00','','active','1','6164000009082','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(156,'MILLBAKERS CHOCOLATE COOKIES','1','','',14,'81','90','','90',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 22:46:11','7','1','1','0000-00-00','','active','1','6164000009303','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(157,'MILLBAKERS GINGER NUTS COOKIES','1','','',14,'81','90','','90',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 22:45:29','7','1','1','0000-00-00','','active','1','6164000009327','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(158,'MILLBAKERS ASSORTED COOKIES','1',NULL,'',14,'81','90','','90',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 22:44:49','7','1','1','0000-00-00','','active','1','6164000009334','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(159,'MILLBAKERS TEA CAKE 100G','1','','',14,'31.5','35','','35',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-20 16:27:44','7','1','1','0000-00-00','','active','1','6164000009358','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(160,'MILLBAKERS LEMON SLICE 150G','1','','',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-20 16:28:02','7','1','1','0000-00-00','','active','1','6164000009372','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(161,'MILLBAKERS COFFEE CAKE 2OOG','1','','',14,'54','60','','60',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-20 16:28:26','7','1','1','0000-00-00','','active','1','6164000009549','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(162,'MILL BAKERS MARBLE SLICE 150G','1','','',14,'40.5','45','','45',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-20 16:28:41','7','1','1','0000-00-00','','active','1','6164000009556','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(163,'MILLBAKERS FRUIT CAKE 350G','1','','',14,'108','120','','120',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 22:40:54','7','1','1','0000-00-00','','active','1','6164000009563','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(164,'MILLBAKERS MINI HEARTS 150G','1','','',14,'40.5','45','','45',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 22:40:06','7','1','1','0000-00-00','','active','1','6164000009570','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(165,'BUTTERFLY GREEN GRAMS 1KG','1','','',14,'153','170','','170',NULL,NULL,'5',0,0,NULL,0,0,0,4.00,'2020-10-20 17:18:06','7','1','1','0000-00-00','','active','1','6164000025235','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(166,'BUTTERFLY GREEN GRAMS 500G','1','3','',14,'90','100','','100',NULL,NULL,'5',0,0,NULL,0,0,0,9.00,'2020-10-20 17:17:39','7','1','1','0000-00-00','','active','1','6164000025242','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(167,'BUTTERFLY ATTA 1KG','1','','',14,'76.5','85','','85',NULL,NULL,'5',0,0,NULL,0,0,0,7.00,'2020-10-20 16:18:07','7','1','1','0000-00-00','','active','1','6164000025990','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(168,'DELAMERE STRAWBERRY 250ML','1','','',14,'63','70','','70',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-22 14:17:03','7','1','1','0000-00-00','','active','1','6164000033070','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(169,'DELAMERE STRAWBERRY 450G','1','','',14,'117','130','','130',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-30 12:11:13','7','1','1','0000-00-00','','active','1','6164000033179','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(170,'DELAMERE VANILLA PODS 450G','1','','',14,'117','130','','130',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-10-27 13:01:22','7','1','1','0000-00-00','','active','1','6164000033186','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(171,'DELAMERE LEMON BISCUIT 450ML','1','','',14,'117','130','','130',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-22 14:17:27','7','1','1','0000-00-00','','active','1','6164000033193','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(172,'DELAMERE PEAR CARAMEL 450ML','1','','',14,'117','130','','130',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-22 14:15:38','7','1','1','0000-00-00','','active','1','6164000033209','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(173,'DELAMERE WILD BERRIES 450G','1','','',14,'117','130','','130',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-28 12:24:15','7','1','1','0000-00-00','','active','1','6164000033223','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(174,'DELAMERE WILD BERRIES 250G','1','','',14,'63','70','','70',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-22 14:16:45','7','1','1','0000-00-00','','active','1','6164000033230','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(175,'DELAMERE VANILLA PODS 250G','1','','',14,'63','70','','70',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-11-01 10:19:02','7','1','1','0000-00-00','','active','1','6164000033483','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(176,'DELAMERE LEMON BISCUIT 250G','1','','',14,'63','70','','70',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-10-22 14:16:26','7','1','1','0000-00-00','','active','1','6164000033490','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(177,'DELAMERE CHOCOLATE CHIPS 450ML','1','','',14,'126','140','','140',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 22:31:28','7','1','1','0000-00-00','','active','1','6164000033636','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(178,'DELAMERE CHOCOLATE CHIPS 250ML','1','','',14,'67.5','75','','75',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 22:30:47','7','1','1','0000-00-00','','active','1','6164000033643','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(179,'KRACKLES PERFECTLY SALTED 30G','1','','',14,'40.5','45','','45',NULL,NULL,'5',0,0,NULL,0,0,0,6.00,'2020-10-20 16:23:08','7','1','1','0000-00-00','','active','1','6164000072000','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(180,'KRACKLES TANGY TOMATO 30G','1','','',14,'40.5','45','','45',NULL,NULL,'5',0,0,NULL,0,0,0,6.00,'2020-10-20 16:23:33','7','1','1','0000-00-00','','active','1','6164000072017','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(181,'KRACKLES ZINGY SALT&VINEGAR 30G','1',NULL,'',14,'40.5','45','','45',NULL,NULL,'5',0,0,NULL,0,0,0,12.00,'2020-08-12 22:28:27','7','1','1','0000-00-00','','active','1','6164000072024','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(182,'KRACKLES CHEESE&ONION 30G','1','','',14,'40.5','45','','45',NULL,NULL,'5',0,0,NULL,0,0,0,8.00,'2020-10-20 16:27:03','7','1','1','0000-00-00','','active','1','6164000072031','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(183,'KRACKLES BANG BANG CHILLI 30G','1','','',14,'40.5','45','','45',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'2020-10-20 16:26:00','7','1','1','0000-00-00','','active','1','6164000072048','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(184,'KRACKLES BAR-B-QUE 30G','1','','',14,'40.5','45','','45',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-11-01 19:13:11','7','1','1','0000-00-00','','active','1','6164000072055','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(185,'NGARISHA STEEL WOOL 75GMS','1','','',14,'22.5','25','','25',NULL,NULL,'5',0,0,NULL,0,0,0,16.00,'2020-08-12 22:17:50','7','1','1','0000-00-00','','active','1','6164000184031','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(186,'NGARISHA STEEL WOOL 15GMS','1','','',14,'4.5','5','','5',NULL,NULL,'5',0,0,NULL,0,0,0,8.00,'2020-08-14 10:37:47','7','1','1','0000-00-00','','active','1','6164000184048','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(187,'BELLA TISSUE PCS','1','','',14,'22.5','25','','25',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:41:25','7','1','1','0000-00-00','','active','1','6164000242533','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(188,'BELLA SERVIETTES','1',NULL,'',14,'63','70','','70',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 22:16:09','7','1','1','0000-00-00','','active','1','6164000242588','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(189,'SUNRICE RICE 1KG','1','','',14,'207','230','','230',NULL,NULL,'5',0,0,NULL,0,0,0,11.00,'2020-09-20 12:53:35','7','1','1','0000-00-00','','active','1','6164000512018','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(190,'WEETABIX 112G','1','','',14,'76.5','85','','85',NULL,NULL,'5',0,0,NULL,0,0,0,23.00,'2020-08-14 15:58:49','7','1','1','0000-00-00','','active','1','6164000993008','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(191,'URBAN BITES 120G','1',NULL,'',14,'121.5','135','','135',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 22:14:20','7','1','1','0000-00-00','','active','1','6164001015372','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(192,'KINANGOP MILK 500ML','1','','',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,8.00,'2020-10-24 12:52:43','7','1','1','0000-00-00','','active','1','6164001166272','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(193,'KINANGOP MILK 200ML','1','','',14,'22.5','25','','25',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-24 12:51:20','7','1','1','0000-00-00','','active','1','6164001166289','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(194,'ROLLENI ANTIBACTERIAL HANDGEL','1',NULL,'',14,'153','170','','170',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-08-12 22:12:39','7','1','1','0000-00-00','','active','1','6164003153027','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(195,'ROLLENI TOILET CLEANER 500ML','1','','',14,'171','190','','190',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-09-21 18:37:55','7','1','1','0000-00-00','','active','1','6164003153256','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(196,'ERIPRIDE ANTIBACTERIAL HANDWASH','1','','',14,'153','170','','170',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-10-22 14:24:41','7','1','1','0000-00-00','','active','1','6164003349215','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(197,'ERIPRIDE APRICOT HANDWASH','1','','',14,'153','170','','170',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-21 00:10:04','7','1','1','0000-00-00','','active','1','6164003349239','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(198,'SUNLIGHT POWDER YELLOW','1','','',14,'22.5','25','','25',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-20 16:53:10','7','1','1','0000-00-00','','active','1','6164004554182','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(199,'SUNLIGHT POWDER PINK 200G','1','','',14,'22.5','25','','25',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-20 16:53:29','7','1','1','0000-00-00','','active','1','6164004554199','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(200,'SUNLIGHT POWDER LAVENDER 1KG','1',NULL,'',14,'225','250','','250',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 22:07:04','7','1','1','0000-00-00','','active','1','6164004575903','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(201,'SUNLIGHT LAVENDER 500G','1','','',14,'126','140','','140',NULL,NULL,'5',0,0,NULL,0,0,0,7.00,'2020-10-20 16:54:19','7','1','1','0000-00-00','','active','1','6164004575910','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(202,'SOKO ATTA 2KGS','1','','',14,'112.5','125','','125',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'2020-09-20 12:15:03','7','1','1','0000-00-00','','active','1','6164004597103','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(203,'NICE ONE TISSUE PCS','1','16','',14,'13.5','15','','15',NULL,NULL,'5',0,0,NULL,0,0,0,11.00,'2020-09-20 13:47:20','7','1','1','0000-00-00','','active','1','6164004611175','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(204,'BLUEBAND ORIGINAL 500G','1','','',14,'162','180','','180',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-27 13:35:02','7','1','1','0000-00-00','','active','1','6164004676228','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(205,'SWEET MANDAZI','1','12','',14,'31.5','35','','35',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:27:23','7','1','1','0000-00-00','','active','1','6166000090213','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(206,'KLEESOFT POWDER 500G','1','','',14,'81','90','','90',NULL,NULL,'5',0,0,NULL,0,0,0,27.00,'2020-09-20 17:06:44','7','1','1','0000-00-00','','active','1','6203012970123','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(207,'NUREEN SPAGHETTI','1',NULL,'',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 22:03:08','7','1','1','0000-00-00','','active','1','6221022011131','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(208,'COLGATE HERBAL 140GMS','1','','',14,'180','200','','200',NULL,NULL,'5',0,0,NULL,0,0,0,6.00,'2020-09-21 19:32:23','7','1','1','0000-00-00','','active','1','6920354817823','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(209,'COLGATE HERBAL 50G','1','18','',14,'90','100','','100',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-09-21 19:41:33','7','1','1','0000-00-00','','active','1','6920354820946','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(210,'NENGE TOOTHPICK','1','','',14,'63','70','','70',NULL,NULL,'5',0,0,NULL,0,0,0,7.00,'2020-09-20 23:56:58','7','1','1','0000-00-00','','active','1','6920762411453','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(211,'COIN TOOTHBRUSH','1','','',14,'27','30','','30',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-09-21 01:05:05','7','1','1','0000-00-00','','active','1','6923564532289','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(212,'SOFTCARE L/C(LARGE)','1','','',14,'175.5','195','','195',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-10-31 18:20:12','7','1','1','0000-00-00','','active','1','7','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(213,'HASINA UGALI 1KG','1','','',14,'54','60','','60',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-09-20 12:31:29','7','1','1','0000-00-00','','active','1','7174000996045','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(214,'HASINA UGALI 2KGS','1',NULL,'',14,'108','120','','120',NULL,NULL,'5',0,0,NULL,0,0,0,10.00,'2020-08-12 21:59:27','7','1','1','0000-00-00','','active','1','7174000996052','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(215,'CADBURRY COCOA POWDER','1','','',14,'261','290','','290',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-09-20 17:30:03','7','1','1','0000-00-00','','active','1','7622210304476','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(216,'CADBURRY DRINKING CHOCOLATE','1',NULL,'',14,'54','60','','60',NULL,NULL,'5',0,0,NULL,0,0,0,7.00,'2020-08-12 21:58:28','7','1','1','0000-00-00','','active','1','7622210304520','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(217,'CADBURRY DRINKING CHOCOLATE125G','1','','',14,'121.5','135','','135',NULL,NULL,'5',0,0,NULL,0,0,0,15.00,'2020-09-20 17:29:28','7','1','1','0000-00-00','','active','1','7622210304537','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(218,'CADBURRY DRINKING CHOCOLATE225G','1','','',14,'198','220','','220',NULL,NULL,'5',0,0,NULL,0,0,0,15.00,'2020-09-20 17:28:49','7','1','1','0000-00-00','','active','1','7622210304544','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(219,'SOFTCARE H/C9MEDIUM)','1','','',14,'531','590','','590',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-21 07:33:27','7','1','1','0000-00-00','','active','1','8','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(220,'ARIEL POWDER 100G','1','','',14,'27','30','','30',NULL,NULL,'5',0,0,NULL,0,0,0,32.00,'2020-09-20 16:13:56','7','1','1','0000-00-00','','active','1','8001090702500','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(221,'TROY CHOCOLATES','1',NULL,'',14,'9','10','','10',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-08-12 21:55:40','7','1','1','0000-00-00','','active','1','8691720006018','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(222,'BIEN CHOCOLATES','1',NULL,'',14,'22.5','25','','25',NULL,NULL,'5',0,0,NULL,0,0,0,19.00,'2020-08-12 21:55:14','7','1','1','0000-00-00','','active','1','8692806042104','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(223,'COLGATE ORIGINAL 70GM','1','','',14,'90','100','','100',NULL,NULL,'5',0,0,NULL,0,0,0,9.00,'2020-10-31 18:19:53','7','1','1','0000-00-00','','active','1','8718951340664','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(224,'PARLE BOURBON','1',NULL,'',14,'31.5','35','','35',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 21:54:06','7','1','1','0000-00-00','','active','1','8901719258619','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(225,'PARLE BOURBON','1','','',14,'58.5','65','','65',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 21:53:36','7','1','1','0000-00-00','','active','1','8901719258633','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(226,'PARLE NICE 72.25G','1','','',14,'18','20','','20',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-21 19:22:06','7','1','1','0000-00-00','','active','1','8901719903427','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(227,'PARLE MILK POWER 72.25G','1','','',14,'18','20','','20',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-21 19:21:30','7','1','1','0000-00-00','','active','1','8901719903434','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(228,'PARLE GLUCOSE 72.25G','1','','',14,'18','20','','20',NULL,NULL,'5',0,0,NULL,0,0,0,6.00,'2020-10-24 12:37:40','7','1','1','0000-00-00','','active','1','8901719903465','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(229,'PARLE GLUCOSE 382.5G','1','3','',14,'108','120','','120',NULL,NULL,'5',0,0,NULL,0,0,0,26.00,'2020-09-25 15:19:33','7','1','1','0000-00-00','','active','1','8901719908262','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(230,'PARLE NICE BISCUITS 382.5G','1','','',14,'108','120','','120',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-20 18:07:57','7','1','1','0000-00-00','','active','1','8901719908576','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(231,'PARLE NICE 195.5G','1','','',14,'58.5','65','','65',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-20 20:48:58','7','1','1','0000-00-00','','active','1','8901719908583','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(232,'PARLE MILK POWER 382.5G','1','','',14,'108','120','','120',NULL,NULL,'5',0,0,NULL,0,0,0,18.00,'2020-09-20 18:06:26','7','1','1','0000-00-00','','active','1','8901719908590','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(233,'DOMS PENCILS','1',NULL,'',14,'9','10','','10',NULL,NULL,'5',0,0,NULL,0,0,0,8.00,'2020-08-12 21:47:34','7','1','1','0000-00-00','','active','1','8908000034198','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(234,'OBAMA PEN','1','','',14,'9','10','','10',NULL,NULL,'5',0,0,NULL,0,0,0,9.00,'2020-09-21 00:54:45','7','1','1','0000-00-00','','active','1','8924122012340','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(235,'SOFTCARE H/C(LARGE)','1','','',14,'531','590','','590',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'2020-10-21 12:22:10','7','1','1','0000-00-00','','active','1','9','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(237,'FESTIVE BROWN 600G','1','3','',14,'63','70','','70',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:11:16','7','1','1','0000-00-00','','active','1','427','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(238,'TOOTHPICKS','1','','',14,'63','70','','70',NULL,NULL,'5',0,0,NULL,0,0,0,17.00,'2020-10-22 14:26:45','7','1','1','0000-00-00','','active','1','12','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(239,'TOOTHPICKS','1','','',14,'18','20','','20',NULL,NULL,'5',0,0,NULL,0,0,0,4.00,'2020-10-22 14:26:20','7','1','1','0000-00-00','','active','1','13','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(242,'SODA RETURNABLE 300ML','1','10','',14,'27','30','','30',NULL,NULL,'5',0,0,NULL,0,0,0,27.00,'2020-10-31 13:41:44','7','1','1','0000-00-00','','active','1','16','pcs','Inventory','VATABLE','mainitem','Inclusive'),(243,'10 BOB BAG','1','','',14,'9','10','','10',NULL,NULL,'5',0,0,NULL,0,0,0,23.00,'2020-10-31 13:42:29','7','1','1','0000-00-00','','active','1','17','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(244,'15 BOB BAG','1','','',14,'13.5','15','','15',NULL,NULL,'5',0,0,NULL,0,0,0,13.00,'2020-11-01 10:18:35','7','1','1','0000-00-00','','active','1','18','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(245,'LUXE BISCUITS','1',NULL,'',14,'9','10','','10',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-08-12 21:40:24','7','1','1','0000-00-00','','active','1','19','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(246,'DATTO BISCOMIR','1',NULL,'',14,'9','10','','10',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 21:40:11','7','1','1','0000-00-00','','active','1','20','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(247,'KAT KATTA WAFERS','1',NULL,'',14,'18','20','','20',NULL,NULL,'5',0,0,NULL,0,0,0,4.00,'2020-08-12 21:39:55','7','1','1','0000-00-00','','active','1','21','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(248,'ZERO WATER 5LITRES','1','','',14,'87.5','120','','120',NULL,NULL,'5',0,0,NULL,0,0,0,11.00,'2020-10-21 10:51:00','7','1','1','0000-00-00','','active','1','22','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(249,'ZERO WATER 10LITRES','1','18','',14,'200','250','','250',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-10-21 10:49:44','7','1','1','0000-00-00','','active','1','23','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(250,'ZERO WATER 20LITRES','1','','',14,'350','450','','450',NULL,NULL,'5',0,0,NULL,0,0,0,4.00,'2020-09-21 18:40:37','7','1','1','0000-00-00','','active','1','24','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(251,'EDEN TEA 100G','1',NULL,'',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-08-12 21:38:52','7','1','1','0000-00-00','','active','1','25','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(252,'SPA TEA TANGAWIZI','1',NULL,'',14,'22.5','25','','25',NULL,NULL,'5',0,0,NULL,0,0,0,17.00,'2020-08-12 21:38:34','7','1','1','0000-00-00','','active','1','26','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(253,'SPA TEA 100G','1','','',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-09-21 00:17:49','7','1','1','0000-00-00','','active','1','27','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(254,'DORMANS COFFEE 25G','1',NULL,'',14,'22.5','25','','25',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'2020-08-12 21:38:05','7','1','1','0000-00-00','','active','1','28','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(255,'DORMANS COFFEE 100G','1','','',14,'49.5','55','','55',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'2020-09-20 17:34:55','7','1','1','0000-00-00','','active','1','29','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(256,'FESTIVE WHITE 800G','1','','',14,'81','90','','90',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-10-31 17:16:40','7','1','1','0000-00-00','','active','1','30','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(257,'FESTIVE WHITE 600G','1','','',14,'63','70','','70',NULL,NULL,'5',0,0,NULL,0,0,0,4.00,'2020-10-31 17:16:24','7','1','1','0000-00-00','','active','1','31','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(258,'FESTIVE WHITE 400G','1','','',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-10-31 18:43:07','7','1','1','0000-00-00','','active','1','32','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(259,'FESTIVE BROWN 400G','1','','',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-10-31 17:16:09','7','1','1','0000-00-00','','active','1','33','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(260,'CHOCO PRIMO 20G','1','','',14,'9','10','','10',NULL,NULL,'5',0,0,NULL,0,0,0,57.00,'2020-09-21 00:26:41','7','1','1','0000-00-00','','active','1','34','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(261,'BIC RAZOR','1',NULL,'',14,'27','30','','30',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 21:36:07','7','1','1','0000-00-00','','active','1','35','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(262,'ROYCO BEEF SATCHET','1',NULL,'',14,'4.5','5','','5',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 21:35:51','7','1','1','0000-00-00','','active','1','36','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(263,'ROYCO CHICKEN SATCHET','1','','',14,'4.5','5','','5',NULL,NULL,'5',0,0,NULL,0,0,0,53.00,'2020-09-21 01:04:02','7','1','1','0000-00-00','','active','1','37','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(264,'SUPERGLUE 3G','1',NULL,'',14,'27','30','','30',NULL,NULL,'5',0,0,NULL,0,0,0,4.00,'2020-08-12 21:35:23','7','1','1','0000-00-00','','active','1','38','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(265,'POWERPLAY','1','','',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-31 13:42:00','7','1','1','0000-00-00','','active','1','39','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(266,'YOLA VANILLA','1',NULL,'',14,'54','60','','60',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 21:34:52','7','1','1','0000-00-00','','active','1','40','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(267,'YOLA STRAWBERRY','1',NULL,'',14,'54','60','','60',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-08-12 21:34:23','7','1','1','0000-00-00','','active','1','41','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(268,'YOLA MANGO','1','','',14,'54','60','','60',NULL,NULL,'5',0,0,NULL,0,0,0,24.00,'2020-08-12 21:34:34','7','1','1','0000-00-00','','active','1','42','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(269,'SUNTOP APPLE','1','','',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-09-20 21:00:15','7','1','1','0000-00-00','','active','1','43','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(270,'SUNTOP BERRY','1','','',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-20 21:00:49','7','1','1','0000-00-00','','active','1','44','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(271,'SUNTOP MANGO','1','','',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-20 21:03:41','7','1','1','0000-00-00','','active','1','45','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(272,'RIBENA BLACKCURRANT 600ML','1','','',14,'297','330','','330',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-14 10:35:51','7','1','1','0000-00-00','','active','1','46','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(273,'RIBENA BLACKCURRANT 300ML','1','','',14,'175.5','195','','195',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-29 12:30:09','7','1','1','0000-00-00','','active','1','47','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(274,'RIBENA BLACKCURRANT 250ML','1','','',14,'54','60','','60',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-20 23:03:56','7','1','1','0000-00-00','','active','1','48','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(275,'LUCOZADE 250ML','1','','',14,'54','60','','60',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-20 23:04:52','7','1','1','0000-00-00','','active','1','49','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(276,'DAIRY FRESH VANILLA 250ML','1','','',14,'49.5','55','','55',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-09-20 23:05:55','7','1','1','0000-00-00','','active','1','50','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(277,'TUZO WHOLE MILK 250ML','1',NULL,'',14,'31.5','35','','35',NULL,NULL,'5',0,0,NULL,0,0,0,4.00,'2020-08-12 21:32:00','7','1','1','0000-00-00','','active','1','51','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(278,'DAIRYFRESH 200ML','1',NULL,'',14,'49.5','55','','55',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 21:31:45','7','1','1','0000-00-00','','active','1','52','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(279,'GLUCOSE 50G','1',NULL,'',14,'18','20','','20',NULL,NULL,'5',0,0,NULL,0,0,0,15.00,'2020-08-12 21:31:32','7','1','1','0000-00-00','','active','1','53','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(280,'DELMONTE APPLE 1LITRE','1','','',14,'189','210','','210',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-23 19:15:47','7','1','1','0000-00-00','','active','1','54','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(281,'BELLA TISSUES 10 PACK','1','','',14,'198','220','','220',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:42:08','7','1','1','0000-00-00','','active','1','55','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(282,'ROSY TISSUES 8PACK','1',NULL,'',14,'144','160','','160',NULL,NULL,'5',0,0,NULL,0,0,0,7.00,'2020-08-12 21:30:51','7','1','1','0000-00-00','','active','1','56','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(283,'ROSY TISSUES 10PACK','1','16','',14,'207','230','','230',NULL,NULL,'5',0,0,NULL,0,0,0,10.00,'2020-10-20 16:51:40','7','1','1','0000-00-00','','active','1','57','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(286,'JUICY FRUITS','1','','',14,'5.4','6','','6',NULL,NULL,'5',0,0,NULL,0,0,0,12.00,'2020-09-20 14:15:51','7','1','1','0000-00-00','','active','1','60','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(287,'MILK CHOCOLATE 20G','1',NULL,'',14,'18','20','','20',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-08-12 21:29:40','7','1','1','0000-00-00','','active','1','61','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(288,'MILK CHIOCOLATE 40G','1',NULL,'',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,4.00,'2020-08-12 21:29:27','7','1','1','0000-00-00','','active','1','62','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(289,'INDOMIE CHICKEN 5 IN 1','1','','',14,'90','100','','100',NULL,NULL,'5',0,0,NULL,0,0,0,9.00,'2020-09-21 00:29:41','7','1','1','0000-00-00','','active','1','63','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(290,'INDOMIE BEEF 120G','1','','',14,'27','30','','30',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-21 00:30:35','7','1','1','0000-00-00','','active','1','64','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(291,'INDOMIE CHICKEN 120G','1','','',14,'27','30','','30',NULL,NULL,'5',0,0,NULL,0,0,0,16.00,'2020-09-23 13:11:24','7','1','1','0000-00-00','','active','1','65','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(292,'DASANI 1 LITRE','1','','',14,'54','60','','60',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-10-27 13:04:35','7','1','1','0000-00-00','','active','1','66','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(293,'DASANI 500ML','1','','',14,'36','40','','40',NULL,NULL,'5',0,0,NULL,0,0,0,7.00,'2020-10-20 16:49:16','7','1','1','0000-00-00','','active','1','67','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(294,'PREDATOR','1','','',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,8.00,'2020-10-31 13:42:50','7','1','1','0000-00-00','','active','1','68','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(295,'EVEREADY AAA BATTERIES','1',NULL,'',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-08-12 21:27:50','7','1','1','0000-00-00','','active','1','69','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(296,'EVEREADY AA BATTERIES','1',NULL,'',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,11.00,'2020-08-12 21:27:34','7','1','1','0000-00-00','','active','1','70','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(297,'SUNLIGHT PINK 40G','1','','',14,'9','10','','10',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-20 16:53:44','7','1','1','0000-00-00','','active','1','71','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(298,'SUNLIGHT LAVENDER 40G','1','','',14,'9','10','','10',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-20 16:52:04','7','1','1','0000-00-00','','active','1','72','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(299,'FANTA ORANGE 2 LITRES','1','','',14,'153','170','','170',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-10-31 13:40:32','7','1','1','0000-00-00','','active','1','73','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(300,'FANTA PASSION 2 LITRES','1','','',14,'153','170','','170',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-31 13:41:01','7','1','1','0000-00-00','','active','1','74','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(301,'COKE 2 LITRES','1','','',14,'153','170','','170',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-14 15:18:47','7','1','1','0000-00-00','','active','1','75','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(302,'SPRITE 2 LITRES','1','','',14,'153','170','','170',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-08-14 15:19:03','7','1','1','0000-00-00','','active','1','76','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(303,'FANTA ORANGE 1.25LITRES','1','','',14,'99','110','','110',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-09-20 23:47:09','7','1','1','0000-00-00','','active','1','77','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(304,'FANTA BLACKCURRANT 1.25LITRES','1','','',14,'99','110','','110',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-20 23:47:43','7','1','1','0000-00-00','','active','1','78','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(305,'COKE 1.25LITRES','1','','',14,'99','110','','110',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-09-20 23:48:29','7','1','1','0000-00-00','','active','1','79','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(306,'SPRITE 1.25LITRES','1','','',14,'99','110','','110',NULL,NULL,'5',0,0,NULL,0,0,0,4.00,'2020-10-20 16:01:48','7','1','1','0000-00-00','','active','1','80','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(307,'KREST 1.25LITRES','1',NULL,'',14,'99','110','','110',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-08-12 21:24:40','7','1','1','0000-00-00','','active','1','81','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(308,'FANTA PASSION 500ML','1','','',14,'58.5','65','','65',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-08-14 15:17:11','7','1','1','0000-00-00','','active','1','82','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(309,'FANTA ORANGE 500ML','1','','',14,'58.5','65','','65',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-10-20 16:01:06','7','1','1','0000-00-00','','active','1','83','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(310,'FANTA BLACKCURRANT 500ML','1',NULL,'',14,'58.5','65','','65',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-08-12 21:23:57','7','1','1','0000-00-00','','active','1','84','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(311,'COKE 500ML','1','','',14,'58.5','65','','65',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-20 15:59:28','7','1','1','0000-00-00','','active','1','85','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(312,'SPRITE 500ML','1','','',14,'58.5','65','','65',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-14 15:16:02','7','1','1','0000-00-00','','active','1','86','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(313,'KREST 500ML','1','','',14,'58.5','65','','65',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-10-20 16:01:25','7','1','1','0000-00-00','','active','1','87','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(314,'FANTA ORANGE 350ML','1','','',14,'36','40','','40',NULL,NULL,'5',0,0,NULL,0,0,0,12.00,'2020-10-20 15:58:14','7','1','1','0000-00-00','','active','1','88','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(315,'COKE 350ML','1','','',14,'36','40','','40',NULL,NULL,'5',0,0,NULL,0,0,0,6.00,'2020-10-20 15:58:54','7','1','1','0000-00-00','','active','1','89','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(316,'SPRITE 350ML','1','','',14,'36','40','','40',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-10-20 15:58:33','7','1','1','0000-00-00','','active','1','90','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(317,'STONEY 350ML','1',NULL,'',14,'36','40','','40',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 21:21:46','7','1','1','0000-00-00','','active','1','91','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(318,'NOVIDA 350ML','1',NULL,'',14,'36','40','','40',NULL,NULL,'5',0,0,NULL,0,0,0,9.00,'2020-08-12 21:21:28','7','1','1','0000-00-00','','active','1','92','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(319,'MINUTE MAID ORANGE 350ML','1','','',14,'36','40','','40',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-14 10:41:43','7','1','1','0000-00-00','','active','1','93','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(320,'MINUTE MAID MANGO 400ML','1',NULL,'',14,'63','70','','70',NULL,NULL,'5',0,0,NULL,0,0,0,17.00,'2020-08-12 21:20:56','7','1','1','0000-00-00','','active','1','94','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(321,'MINUTE MAID TROPICAL 400ML','1','','',14,'63','70','','70',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-14 10:39:13','7','1','1','0000-00-00','','active','1','95','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(322,'MINUTE MAID APPLE 400ML','1','','',14,'63','70','','70',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-14 10:40:03','7','1','1','0000-00-00','','active','1','96','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(323,'SUNVEAT GINGER NUTS','1',NULL,'',14,'4.5','5','','5',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 21:20:09','7','1','1','0000-00-00','','active','1','97','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(324,'ZERO WATER 500ML','1','','',14,'14.58','25','','25',NULL,NULL,'5',0,0,NULL,0,0,0,31.00,'2020-10-21 10:50:46','7','1','1','0000-00-00','','active','1','98','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(325,'ZERO WATER 1LITRE','1','18','',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,33.00,'2020-09-25 15:04:59','7','1','1','0000-00-00','','active','1','99','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(326,'VERSMAN CLASSIC','1',NULL,'',14,'157.5','175','','175',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 21:10:31','7','1','1','0000-00-00','','active','1','100','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(327,'BROWN SUGAR 1KG','1','','',14,'93','120','','120',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-26 17:44:04','7','1','1','0000-00-00','','active','1','101','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(328,'BROWN SUGAR 1/2KG','1','','',14,'47','60','','60',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 21:12:09','7','1','1','0000-00-00','','active','1','102','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(329,'KABRAS SUGAR 2KG','1','14','',14,'225','250','','250',NULL,NULL,'5',0,0,NULL,0,0,0,10.00,'2020-08-20 14:23:44','7','1','1','0000-00-00','','active','1','103','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(330,'KABRAS SUGAR 1KG','1','14','',14,'117','130','','130',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-20 12:22:14','7','1','1','0000-00-00','','active','1','104','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(331,'SALAD OIL 1/2 LITRE','1','','',14,'67.5','75','','75',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:29:12','7','1','1','0000-00-00','','active','1','105','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(332,'SALAD OIL 2 LITRES','1','','',14,'247.5','275','','275',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:29:26','7','1','1','0000-00-00','','active','1','106','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(333,'JIK COLORS 750ML','1','','',14,'297','330','','330',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-09-21 00:12:35','7','1','1','0000-00-00','','active','1','107','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(334,'GEISHA WHITE 125G','1','','',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-09-20 15:11:22','7','1','1','0000-00-00','','active','1','108','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(335,'GEISHA WHITE 225G','1',NULL,'',14,'72','80','','80',NULL,NULL,'5',0,0,NULL,0,0,0,6.00,'2020-08-12 21:14:23','7','1','1','0000-00-00','','active','1','109','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(336,'GEISHA GREEN 225G','1','','',14,'72','80','','80',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-09-20 15:17:16','7','1','1','0000-00-00','','active','1','110','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(337,'GEISHA PINK 225G','1','','',14,'72','80','','80',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-09-20 15:11:53','7','1','1','0000-00-00','','active','1','111','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(338,'SAWA BATHING SOAP 250G','1','','',14,'37.5','45','','45',NULL,NULL,'5',0,0,NULL,0,0,0,18.00,'2020-09-20 15:46:02','7','1','1','0000-00-00','','active','1','112','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(339,'IMPERIAL LEATHER JAPANESE 175G','1','','',14,'85.5','95','','95',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-09-20 15:35:29','7','1','1','0000-00-00','','active','1','113','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(340,'IMPERIAL LEATHER CLASSIC 175G','1','','',14,'85.5','95','','95',NULL,NULL,'5',0,0,NULL,0,0,0,11.00,'2020-10-20 16:06:02','7','1','1','0000-00-00','','active','1','114','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(341,'DETTOL HERBAL 90G','1',NULL,'',14,'90','100','','100',NULL,NULL,'5',0,0,NULL,0,0,0,8.00,'2020-08-12 21:15:49','7','1','1','0000-00-00','','active','1','115','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(342,'DETTOL EVENTONE 90G','1','','',14,'90','100','','100',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-09-20 15:22:26','7','1','1','0000-00-00','','active','1','116','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(343,'DETTOL SKINCARE 175G','1','','',14,'180','200','','200',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-08-12 21:16:18','7','1','1','0000-00-00','','active','1','117','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(344,'COLGATE ORIGINAL 140G','1','','',14,'180','200','','200',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-09-21 00:02:20','7','1','1','0000-00-00','','active','1','118','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(345,'COLGATE ORIGINAL 15G','1','','',14,'27','30','','30',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-09-21 00:01:22','7','1','1','0000-00-00','','active','1','119','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(346,'AQUAFRESH 50ML','1','','',14,'99','110','','110',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-10-05 20:01:15','7','1','1','0000-00-00','','active','1','120','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(347,'WEETABIX 450G','1','','',14,'288','320','','320',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-08-14 16:01:39','7','1','1','0000-00-00','','active','1','121','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(348,'MENENGAI BAR SOAP 800G','1','','',14,'110','125','','125',NULL,NULL,'5',0,0,NULL,0,0,0,14.00,'2020-10-20 16:56:10','7','1','1','0000-00-00','','active','1','122','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(349,'MENENGAI BAR SOAP 1KG','1','','',14,'136','150','','150',NULL,NULL,'5',0,0,NULL,0,0,0,8.00,'2020-10-20 16:55:44','7','1','1','0000-00-00','','active','1','123','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(350,'JAMAA BAR SOAP 800G','1',NULL,'',14,'103.5','115','','115',NULL,NULL,'5',0,0,NULL,0,0,0,116.00,'2020-08-12 21:05:35','7','1','1','0000-00-00','','active','1','124','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(351,'ZENTA BAR SOAP 700G','1',NULL,'',14,'76.5','85','','85',NULL,NULL,'5',0,0,NULL,0,0,0,18.00,'2020-08-12 21:05:11','7','1','1','0000-00-00','','active','1','125','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(352,'MAXBRITE SPONGE PADS','1',NULL,'',14,'13.5','15','','15',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 21:04:47','7','1','1','0000-00-00','','active','1','126','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(353,'ROLLENI DISINFECTANT','1','','',14,'72','80','','80',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-08-12 21:04:29','7','1','1','0000-00-00','','active','1','127','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(354,'ZENTA BAR SOAP 200G','1','','',14,'22.5','25','','25',NULL,NULL,'5',0,0,NULL,0,0,0,22.00,'2020-09-20 14:49:11','7','1','1','0000-00-00','','active','1','128','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(355,'SUNLIGHT BAR SOAP 80G','1','','',14,'22.5','25','','25',NULL,NULL,'5',0,0,NULL,0,0,0,14.00,'2020-09-20 14:50:37','7','1','1','0000-00-00','','active','1','129','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(356,'WHITE WASH BAR SOAP (BLUE)','1',NULL,'',14,'40.5','45','','45',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-08-12 21:02:53','7','1','1','0000-00-00','','active','1','130','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(357,'USHINDI BAR SOAP (WHITE) 175G','1','','',14,'36','40','','40',NULL,NULL,'5',0,0,NULL,0,0,0,8.00,'2020-09-20 14:52:15','7','1','1','0000-00-00','','active','1','131','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(358,'USHINDI BAR SOAP (YELLOW) 175G','1','','',14,'36','40','','40',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'2020-09-20 14:53:12','7','1','1','0000-00-00','','active','1','132','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(359,'USHINDI BAR SOAP(BLUE) 175G','1','','',14,'36','40','','40',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'2020-09-20 14:52:45','7','1','1','0000-00-00','','active','1','133','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(360,'GEISHA YELLOW 225G','1',NULL,'',14,'72','80','','80',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-08-12 21:01:01','7','1','1','0000-00-00','','active','1','134','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(361,'YELLOW SOLID 1/2KG','1','','',14,'54','60','','60',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-20 11:45:45','7','1','1','0000-00-00','','active','1','135','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(362,'WHITE SOLID 1/2KG','1',NULL,'',14,'40.5','45','','45',NULL,NULL,'5',0,0,NULL,0,0,0,11.00,'2020-08-12 21:00:11','7','1','1','0000-00-00','','active','1','136','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(363,'DAAWAT RICE 1KG','1',NULL,'',14,'216','240','','240',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 20:59:38','7','1','1','0000-00-00','','active','1','137','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(364,'DANEEL JUMBO TISSUE','1','','',14,'72','80','','80',NULL,NULL,'5',0,0,NULL,0,0,0,21.00,'2020-08-12 20:59:08','7','1','1','0000-00-00','','active','1','138','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(365,'BIRYANI RICE 1/2KG','1','','',14,'49.5','55','','55',NULL,NULL,'5',0,0,NULL,0,0,0,7.00,'2020-10-26 17:45:24','7','1','1','0000-00-00','','active','1','139','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(366,'BIRYANI 1KG','1','','',14,'0','0','','0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-26 17:45:09','7','1','1','0000-00-00','','active','1','140','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(367,'PISHORI 1KG','1','','',14,'144','160','','160',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-09-20 13:07:07','7','1','1','0000-00-00','','active','1','141','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(368,'PISHORI 1/2KG','1',NULL,'',14,'72','80','','80',NULL,NULL,'5',0,0,NULL,0,0,0,8.00,'2020-08-12 20:58:04','7','1','1','0000-00-00','','active','1','142','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(369,'SINDANO RICE 1KG','1','','',14,'112.5','125','','125',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'2020-10-31 13:39:42','7','1','1','0000-00-00','','active','1','143','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(370,'SINDANO 1/2KG','1','','',14,'58.5','65','','65',NULL,NULL,'5',0,0,NULL,0,0,0,9.00,'2020-09-20 13:01:29','7','1','1','0000-00-00','','active','1','144','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(371,'HONEY LOGIC SQUEEZE 500G','1','','',14,'342','380','','380',NULL,NULL,'5',0,0,NULL,0,0,0,8.00,'2020-09-21 14:03:00','7','1','1','0000-00-00','','active','1','145','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(372,'HONEY LOGIC 100G','1','','',14,'90','100','','100',NULL,NULL,'5',0,0,NULL,0,0,0,6.00,'2020-09-20 23:33:44','7','1','1','0000-00-00','','active','1','146','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(373,'HONEY LOGIC 250G','1','','',14,'225','250','','250',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'2020-08-12 20:56:32','7','1','1','0000-00-00','','active','1','147','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(374,'VASELINE LOTION 200ML','1','','',14,'216','240','','240',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-10-21 12:24:39','7','1','1','0000-00-00','','active','1','148','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(375,'VASELINE BLUESEAL 25ML','1',NULL,'',14,'22.5','25','','25',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 20:55:15','7','1','1','0000-00-00','','active','1','149','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(376,'WINNERS YOGHURTS 150ML','1',NULL,'',14,'27','30','','30',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-08-12 20:54:58','7','1','1','0000-00-00','','active','1','150','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(377,'WINNERS YOGHURTS 250ML','1',NULL,'',14,'36','40','','40',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 20:54:38','7','1','1','0000-00-00','','active','1','151','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(378,'DAFINA YOGHURTS VANILLA 150ML','1','','',14,'27','30','','30',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-21 00:34:53','7','1','1','0000-00-00','','active','1','152','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(379,'DAFINA YOGHURTS 250ML','1','','',14,'36','40','','40',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-09-21 00:34:14','7','1','1','0000-00-00','','active','1','153','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(380,'REAL TASTE TOMATO SAUCE 250G','1','','',14,'40.5','45','','45',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-20 23:39:28','7','1','1','0000-00-00','','active','1','154','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(381,'REAL TASTE TOMATO SAUCE 400G','1',NULL,'',14,'54','60','','60',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'2020-08-12 20:53:08','7','1','1','0000-00-00','','active','1','155','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(382,'REAL TASTE CHILLI SAUCE 250G','1','','',14,'40','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-09-20 23:40:17','7','1','1','0000-00-00','','active','1','156','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(383,'COUNTY FRESH CARTON','1','18','',14,'450','500','','500',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-20 20:53:49','7','1','1','0000-00-00','','active','1','157','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(384,'BUTTERFLY SPAGHETTI','1','','',14,'36.45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,33.00,'2020-08-12 20:52:10','7','1','1','0000-00-00','','active','1','158','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(385,'BUTTERFLY ATTA 2KG','1','','',14,'144','160','','160',NULL,NULL,'5',0,0,NULL,0,0,0,9.00,'2020-10-20 16:17:03','7','1','1','0000-00-00','','active','1','159','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(386,'TAMU TAMU GREEN','1','','',14,'9','10','','10',NULL,NULL,'5',0,0,NULL,0,0,0,27.00,'2020-09-21 00:27:35','7','1','1','0000-00-00','','active','1','160','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(387,'BROOKSIDE LONG LIFE 200ML','1','','',14,'22.5','25','','25',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-20 17:19:26','7','1','1','0000-00-00','','active','1','161','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(388,'EXERCISE BOOK 80PAGES','1',NULL,'',14,'27','30','','30',NULL,NULL,'5',0,0,NULL,0,0,0,33.00,'2020-08-12 20:50:34','7','1','1','0000-00-00','','active','1','162','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(389,'always vacuum cup','1',NULL,'',14,'630','700','','700',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-08-12 20:50:15','7','1','1','0000-00-00','','active','1','163','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(390,'coffee cup','1','','',14,'675','750','','750',NULL,NULL,'5',0,0,NULL,0,0,0,10.00,'2020-08-12 20:49:57','7','1','1','0000-00-00','','active','1','164','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(391,'50bob bag','1','','',14,'45','50','','50',NULL,NULL,'5',0,0,NULL,0,0,0,14.00,'2020-08-12 20:49:41','7','1','1','0000-00-00','','active','1','165','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(392,'NILE DAWN JUMBO','1','16','',14,'63','70','','70',NULL,NULL,'5',0,0,NULL,0,0,0,22.00,'2020-09-21 00:52:00','7','1','1','0000-00-00','','active','1','166','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(393,'RHINO NDOGO MATCHBOX','1','','',14,'27','30','','30',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:28:18','7','1','1','0000-00-00','','active','1','167','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(394,'PAMPERS','1','','',14,'180','200','','200',NULL,NULL,'5',0,0,NULL,0,0,0,7.00,'2020-08-12 20:48:15','7','1','1','0000-00-00','','active','1','168','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(395,'TROPICAL MINTS','1','','',14,'3.33','5','','5',NULL,NULL,'5',0,0,NULL,0,0,0,14.00,'2020-09-20 14:16:34','7','1','1','0000-00-00','','active','1','169','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(396,'FANTA BLACKCURRANT 2LITRES','1','','',14,'153','170','','170',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'2020-10-31 13:41:17','7','1','1','0000-00-00','','active','1','170','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(397,'MINUTE MAID TROPICAL 1LITRE','1','','',14,'117','130','','130',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-20 16:03:37','7','1','1','0000-00-00','','active','1','171','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(398,'DANEEL SERVIETTES','1','','',14,'63','70','','70',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-26 17:46:35','7','1','1','0000-00-00','','active','1','172','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(399,'COUNTY FRESH 200ML','1','','',14,'22.5','25','','25',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:43:49','7','1','1','0000-00-00','','active','1','173','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(401,'BIG DADDY','1','','',14,'9','10','','10',NULL,NULL,'5',0,0,NULL,0,0,0,34.00,'2020-10-29 12:30:28','7','1','1','0000-00-00','','active','1','175','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(402,'TOILEX TISSUES 10 PACK','1',NULL,'',14,'225','250','','250',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 20:45:13','7','1','1','0000-00-00','','active','1','176','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(403,'TOILEX TISSUE PCS','1','','',14,'22.5','25','','25',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-20 13:48:30','7','1','1','0000-00-00','','active','1','177','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(404,'EXE ALL PURPOSE 2KG','1','','',14,'112.5','125','','125',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-20 12:20:00','7','1','1','0000-00-00','','active','1','178','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(405,'SOFTCARE H/C (SMALL)','1',NULL,'',14,'531','590','','590',NULL,NULL,'5',0,0,NULL,0,0,0,4.00,'2020-08-12 20:44:17','7','1','1','0000-00-00','','active','1','179','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(406,'SOKO NGANO 2KGS','1','','',14,'112.5','125','','125',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-10-22 19:03:14','7','1','1','0000-00-00','','active','1','180','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(407,'25 BOB BAG','1','','',14,'22.5','25','','25',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'2020-08-12 21:39:02','7','1','1','0000-00-00','','active','1','181','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(408,'KREST 350ML','1','','',14,'36','40','','40',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-12 20:43:06','7','1','1','0000-00-00','','active','1','182','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(409,'STONEY 500ML','1',NULL,'',14,'58.5','65','','65',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'2020-08-12 20:42:31','7','1','1','0000-00-00','','active','1','183','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(410,'BELLA TISSUE 4 PACK','1','','',14,'90','100','','100',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:41:52','7','1','1','0000-00-00','','active','1','184','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(411,'MACCOFFE INSTANT COFFEE SACHETTES','1','11','',14,'4.33','5','','5',NULL,NULL,'5',0,0,NULL,0,0,0,20.00,'2020-08-29 19:08:24','7','1','1','0000-00-00','','active','1','185','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(412,'SALAD OIL 1LITRE','1','','',14,'135','150','','150',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-21 00:49:20','7','1','1','0000-00-00','','active','1','186','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(413,'BIG G CHEWING GUMS','1','','',14,'4.5','5','','5',NULL,NULL,'5',0,0,NULL,0,0,0,29.00,'2020-08-22 00:33:03','7','1','1','0000-00-00','','active','1','187','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(414,'COUNTY FRESH MILK CARTON 200ML','1','18','',14,'405','450','','450',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-08-22 00:32:52','7','1','1','0000-00-00','','active','1','188','pcs','Inventory','ZERO RATED','mainitem','Exclusive'),(415,'RHINO KUBWA MATCHBOX PCS','1','','',14,'3.4','5','','5',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-21 12:27:37','7','1','1','0000-00-00','','active','1','189','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(416,'RHINO NDOGO MATCHBOX PCS','1','','',14,'2.3','3','','3',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-21 01:03:13','7','1','1','0000-00-00','','active','1','190','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(417,'NUVITA GINGER BISCUITS 5PCS','1','','',14,'4.5','5','','5',NULL,NULL,'5',0,0,NULL,0,0,0,9.00,'2020-08-22 00:32:16','7','1','1','0000-00-00','','active','1','191','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(418,'NUVITA MILK BISCUITS 5PCS','1','','',14,'4.5','5','','5',NULL,NULL,'5',0,0,NULL,0,0,0,14.00,'2020-08-22 00:32:01','7','1','1','0000-00-00','','active','1','192','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(419,'SWEET CAKES','1','','',14,'54','60','','60',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-28 12:32:15','7','1','1','0000-00-00','','active','1','193','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(420,'DAWN JUMBO TISSUE','1','','',14,'76.5','85','','85',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-09-21 00:50:23','7','1','1','0000-00-00','','active','1','194','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(421,'HANDKERCHIEF','1','','',14,'27','30','','30',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-22 14:23:39','7','1','1','0000-00-00','','active','1','195','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(422,'PEMBE UGALI 1KG','1','','',14,'49.5','55','','55',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'2020-10-20 16:18:32','7','1','1','0000-00-00','','active','1','196','pcs','Inventory','ZERO RATED','mainitem','Inclusive'),(423,'Test','1','3','',14,'10','12','0','',NULL,NULL,'0',0,0,'1120251597062760',0,0,0,9.00,'2020-08-22 00:31:05','7','1','1','0000-00-00','','active','','197','pc','Inventory','ZERO RATED','mainitem','Inclusive'),(424,'FANTA BLACKCURRANT 350ML','1','10','',14,'36','40','0','40',NULL,NULL,'0',0,0,'6239241597309968',0,0,0,3.00,'2020-08-22 00:30:53','7','1','1','0000-00-00','FANTA','active','1','8888','pc','Inventory','ZERO RATED','mainitem','Inclusive'),(425,'TROPICAL HEAT CINNAMON POWDER','1','16','',14,'80','85','0','85',NULL,NULL,'5',0,0,'3344601597854382',0,0,0,6.00,'2020-09-20 23:32:29','7','1','1','0000-00-00','CINNAMON POWDER','active','1','6161100911598','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(426,'molo milk 200ml','1','8','',14,'16','20','0','',NULL,NULL,'0',0,0,'1263591597920365',0,0,0,0.00,'2020-09-21 14:02:22','7','1','1','0000-00-00','','active','','161102794700','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(427,'TUZO 2OOML','1','8','',14,'16','20','0','',NULL,NULL,'0',0,0,'8144471597920793',0,0,0,0.00,'2020-10-20 17:15:32','7','1','1','0000-00-00','','active','','161101680431','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(428,'KAMARA BAR CAKE','1','18','',14,'7.50','10','0','',NULL,NULL,'0',0,0,'1880431597922660',0,0,0,3.00,'2020-08-20 14:28:55','7','1','1','0000-00-00','','active','','224000497606','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(429,'30 BOB BAG','1','18','',14,'20','30','0','',NULL,NULL,'0',0,0,'6422461597923138',0,0,0,0.00,'2020-10-26 14:56:44','7','1','1','0000-00-00','','active','','201','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(430,'40 BOB BAG','1','18','',14,'30','40','0','',NULL,NULL,'0',0,0,'2165231597923255',0,0,0,0.00,'2020-08-20 14:35:05','7','1','1','0000-00-00','','active','','202','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(431,'DELAMERE PEAR CARAMEL 250 ML','1','8','',14,'60','70','0','',NULL,NULL,'0',0,0,'2612881598009003',0,0,0,0.00,'2020-08-21 14:31:32','7','1','1','0000-00-00','','active','','616400033506','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(432,'BAHARI FRY 1LTS','1','11','',14,'151','170','0','',NULL,NULL,'0',0,0,'1069941598117042',0,0,0,0.00,'2020-09-21 00:39:46','7','1','1','0000-00-00','','active','','266','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(433,'BANTU MAIZE FLOUR 2KG','1','18','',14,'98','110','0','',NULL,NULL,'0',0,0,'107271598452400',0,0,0,0.00,'2020-08-26 17:35:51','7','1','1','0000-00-00','','active','','745114762979','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(434,'MILLBAKERS DAZ GINGER','1','15','',14,'35','45','0','',NULL,NULL,'0',0,0,'8733931598537295',0,0,0,0.00,'2020-08-27 17:10:27','7','1','1','0000-00-00','','active','','6164000009815','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(435,'MILLBAKERS DAZ MILK','1','15','',14,'35','45','0','',NULL,NULL,'0',0,0,'4153031598537429',0,0,0,0.00,'2020-08-27 17:11:51','7','1','1','0000-00-00','','active','','269','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(436,'MILLBAKERS DAZ HONEY','1','15','',14,'35','45','0','',NULL,NULL,'0',0,0,'6298751598537512',0,0,0,0.00,'2020-08-27 17:13:29','7','1','1','0000-00-00','','active','','270','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(437,'KENSALT 2KG ','1','11','',14,'57','70','0','',NULL,NULL,'0',0,0,'6111411598717701',0,0,0,3.00,'2020-09-20 12:34:12','7','1','1','0000-00-00','','active','','10000905','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(438,'FRESH FRUIT','1','19','',14,'3.4','5','0','',NULL,NULL,'0',0,0,'1154781598892904',0,0,0,0.00,'2020-10-28 12:19:29','7','1','1','0000-00-00','','active','','428','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(439,'FRESH PEPPER MINT','1','19','',14,'3.4','5','0','',NULL,NULL,'0',0,0,'4709091598893061',0,0,0,0.00,'2020-10-28 12:18:52','7','1','1','0000-00-00','','active','','429','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(440,'MSAFI CREAM 1KG','1','19','',14,'85','105','0','',NULL,NULL,'0',0,0,'3444631598893284',0,0,0,2.00,'2020-08-31 20:03:30','7','1','1','0000-00-00','','active','','430','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(441,'PK BLUE','1','19','',14,'4.2','6','0','6',NULL,NULL,'0',0,0,'4102641598893496',0,0,0,5.00,'2020-10-21 12:16:09','7','1','1','0000-00-00','','active','','431','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(442,'PK CINNAMON','1','19','',14,'4.2','6','0','6',NULL,NULL,'0',0,0,'4131811598893565',0,0,0,0.00,'2020-10-21 12:45:11','7','1','1','0000-00-00','','active','','432','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(443,'PK YELLOW','1','19','',14,'4.6','6','0','6',NULL,NULL,'0',0,0,'4038131598893939',0,0,0,0.00,'2020-10-21 12:44:36','7','1','1','0000-00-00','','active','','433','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(444,'AFIA JUICE 300ML','1','18','',14,'40.83','55','0','',NULL,NULL,'0',0,0,'4224551599062803',0,0,0,8.00,'2020-09-21 00:32:49','7','1','1','0000-00-00','','active','','6008459000507','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(445,'AFIA JUICE 500ML','1','18','',14,'57.5','70','0','',NULL,NULL,'0',0,0,'7376781599062942',0,0,0,4.00,'2020-09-21 00:32:14','7','1','1','0000-00-00','','active','','6008459000453','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(446,'MINUTE MAID APPLE 1LTS','1','10','',14,'108.33','130','0','',NULL,NULL,'0',0,0,'6516181599207091',0,0,0,1.00,'2020-11-01 19:12:30','7','1','1','0000-00-00','','active','','5449000180292','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(447,'YELLOW SOLID OIL 1KG','1','18','',14,'108','110','0','110',NULL,NULL,'0',0,0,'8234051600068881',0,0,0,2.00,'2020-09-14 10:35:33','7','1','1','0000-00-00','','active','','434','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(448,'BELLA JUMBO ROLL','1','18','',14,'78','90','0','',NULL,NULL,'0',0,0,'812991600174120',0,0,0,3.00,'2020-09-15 15:50:26','7','1','1','0000-00-00','','active','','6164000242595','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(449,'EDEN TEA 50GMS','1','18','',14,'18','25','0','',NULL,NULL,'0',0,0,'1128821600283332',0,0,0,17.00,'2020-09-16 22:10:31','7','1','1','0000-00-00','','active','','435','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(450,'SPA TEA 250G','1','18','',14,'85','100','0','',NULL,NULL,'0',0,0,'7398371600322260',0,0,0,2.00,'2020-09-21 00:17:08','7','1','1','0000-00-00','','active','','0792382434152','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(451,'SPARK DISHWASHING LIQUID','1','18','',14,'85','120','0','',NULL,NULL,'0',0,0,'4660881600433984',0,0,0,6.00,'2020-09-18 16:00:34','7','1','1','0000-00-00','','active','','436','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(452,'SUPER MAX','1','18','',14,'15','20','0','',NULL,NULL,'0',0,0,'5350511600601975',0,0,0,3.00,'2020-09-21 07:14:23','7','1','1','0000-00-00','','active','','5013405652717','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(455,'VELVEX POCKET TISSUE','1','18','',14,'15','20','0','',NULL,NULL,'0',0,0,'2710851600607240',0,0,0,216.00,'2020-09-20 16:10:03','7','1','1','0000-00-00','','active','','6161100760035','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(456,'HANAN ANTIBACTERIAL WIPES 20PCS','1','16','',14,'70','85','0','',NULL,NULL,'0',0,0,'3306701600608804',0,0,0,5.00,'2020-10-20 17:16:23','7','1','1','0000-00-00','','active','','6164002695986','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(457,'HANAN WIPES WITH OLIVE','1','16','',14,'180','210','0','',NULL,NULL,'0',0,0,'5263271600609850',0,0,0,1.00,'2020-09-21 07:14:52','7','1','1','0000-00-00','','active','','6164002695962','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(458,'VALLEYLAND UGALI 2KG','1','18','',14,'85.5','100','0','',NULL,NULL,'0',0,0,'3805551600614832',0,0,0,13.00,'2020-10-20 15:45:16','7','1','1','0000-00-00','','active','','792382330195','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(459,'VALLEYLAND UGALI 1KG','1','18','',14,'47','55','0','',NULL,NULL,'0',0,0,'4146301600615126',0,0,0,41.00,'2020-10-20 15:15:21','7','1','1','0000-00-00','','active','','792382415885','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(460,'sonaplast ','1','18','',14,'3','5','0','5',NULL,NULL,'0',0,0,'4648011600663559',0,0,0,24.00,'2020-09-21 07:58:25','7','1','1','0000-00-00','','active','','490','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(461,'maxiplast','1','18','',14,'8','10','0','',NULL,NULL,'0',0,0,'1094511600663655',0,0,0,35.00,'2020-09-24 20:56:45','7','1','1','0000-00-00','','active','','491','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(462,'SAF 100','1','18','',14,'95','100','0','',NULL,NULL,'0',0,0,'2157191600664306',0,0,0,0.00,'2020-10-31 13:44:06','7','1','1','0000-00-00','','active','','492','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(463,'SAF 50','1','18','',14,'45','50','0','',NULL,NULL,'0',0,0,'6863731600664613',0,0,0,3.00,'2020-10-31 13:44:30','7','1','1','0000-00-00','','active','','493','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(464,'SAF 20','1','18','',14,'15','20','0','',NULL,NULL,'0',0,0,'9117071600664675',0,0,0,2.00,'2020-10-29 17:02:51','7','1','1','0000-00-00','','active','','494','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(465,'SAF 10','1','18','',14,'5','10','0','',NULL,NULL,'0',0,0,'2026731600664752',0,0,0,10.00,'2020-10-30 12:08:56','7','1','1','0000-00-00','','active','','495','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(466,'AIRTEL100','1','18','',14,'95','100','0','',NULL,NULL,'0',0,0,'1832871600664825',0,0,0,5.00,'2020-10-31 10:47:57','7','1','1','0000-00-00','','active','','496','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(467,'AIRTEL50','1','18','',14,'46','50','0','',NULL,NULL,'0',0,0,'539851600665007',0,0,0,1.00,'2020-10-31 10:48:47','7','1','1','0000-00-00','','active','','497','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(468,'AIRTEL 20','1','18','',14,'17','20','0','',NULL,NULL,'0',0,0,'5577321600665114',0,0,0,3.00,'2020-10-26 11:23:01','7','1','1','0000-00-00','','active','','498','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(469,'AIRTEL 10','1','18','',14,'8','10','0','',NULL,NULL,'0',0,0,'2969841600665238',0,0,0,8.00,'2020-10-24 12:15:53','7','1','1','0000-00-00','','active','','499','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(470,'ROXY CHOCOLATES','1','18','',14,'15','20','0','',NULL,NULL,'0',0,0,'4413621600700347',0,0,0,0.00,'2020-10-20 13:54:42','7','1','1','0000-00-00','','active','','174','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(471,'HB NATARAJ PENCIL','1','18','',14,'7','10','0','',NULL,NULL,'0',0,0,'3751741600700844',0,0,0,13.00,'2020-10-20 13:54:01','7','1','1','0000-00-00','','active','','500','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(472,'COOL COW SWEETS','1','3','',14,'0.88','1','0','',NULL,NULL,'0',0,0,'9061591600759491',0,0,0,0.00,'2020-10-20 13:53:23','7','1','1','0000-00-00','','active','','502','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(473,'KIWI 15ML','1','18','',14,'37.5','45','0','',NULL,NULL,'0',0,0,'318671601034909',0,0,0,8.00,'2020-09-25 14:57:48','7','1','1','0000-00-00','','active','','503','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(474,'MANJI GINGER NUT BISCUITS','1','18','',14,'4.17','5','0','',NULL,NULL,'0',0,0,'4008701601035069',0,0,0,1.00,'2020-10-20 13:53:12','7','1','1','0000-00-00','','active','','504','pc','Inventory','ZERO RATED','mainitem','Inclusive'),(475,'JAMAA CREAM 1 KG','1','18','',14,'90','110','0','',NULL,NULL,'0',0,0,'6742071601035246',0,0,0,4.00,'2020-10-20 13:52:36','7','1','1','0000-00-00','','active','','505','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(476,'WHITEWASH PINK 200G','1','18','',14,'21.88','35','0','',NULL,NULL,'0',0,0,'2853401601035709',0,0,0,48.00,'2020-10-20 13:52:03','7','1','1','0000-00-00','','active','','506','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(477,'TAMU TOMATO SAUSE','1','18','',14,'35.42','50','0','',NULL,NULL,'0',0,0,'8665611601035885',0,0,0,17.00,'2020-10-22 19:02:31','7','1','1','0000-00-00','','active','','507','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(478,'MILK POWER BISCUIT 195.5 G','1','3','',14,'55','65','0','55',NULL,NULL,'0',0,0,'9789521601036156',0,0,0,18.00,'2020-10-20 13:51:24','7','1','1','0000-00-00','','active','','508','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(479,'50 BOB HANDKERCHIEF','1','3','',14,'40','50','0','',NULL,NULL,'0',0,0,'4573031601050869',0,0,0,5.00,'2020-10-22 14:23:57','7','1','1','0000-00-00','','active','','509','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(480,'HANAN ONE ROLL','1','16','',14,'180','200','0','',NULL,NULL,'0',0,0,'6862991601182802',0,0,0,0.00,'2020-10-20 13:50:30','7','1','1','0000-00-00','','active','','510','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(481,'PARLE GLUCOSE 195.5G','1','3','',14,'55','65','29','',NULL,NULL,'0',0,0,'9888661601916636',0,0,0,19.00,'2020-10-20 13:50:20','7','1','1','0000-00-00','','active','','511','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(482,'ZENTA SOAP 1KG','1','18','',14,'92','105','0','',NULL,NULL,'0',0,0,'4944621602082758',0,0,0,0.00,'2020-10-20 13:46:30','7','1','1','0000-00-00','','active','','512','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(483,'MARA MOJA TABLETS','1','18','',14,'4','10','0','',NULL,NULL,'0',0,0,'1935881602693536',0,0,0,191.00,'2020-10-14 19:40:15','7','1','1','0000-00-00','','active','','6009611170274','pc','Inventory','ZERO RATED','mainitem','Exclusive'),(484,'TRUFFES CHOCOLATE','1','18','',14,'6.7','10','0','',NULL,NULL,'0',0,0,'5969801602933351',0,0,0,3.00,'2020-10-20 13:43:16','7','1','1','0000-00-00','','active','','513','pc','Inventory','ZERO RATED','mainitem','Exclusive'); /*!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=485 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,'BLUEBAND ORIGINAL 100G','0000616003174','1','1','',14,'40.5','45',NULL,'45',NULL,NULL,5,0,0,NULL,0,0,0,34.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(2,'VASELINE BLUESEAL 50ML','0000616009800','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,28.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(3,'VASELINE BLUESEAL 100ML','0000616009978','1','1','',14,'90','100',NULL,'100',NULL,NULL,5,0,0,NULL,0,0,0,7.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(4,'RED BULL 250ML','0000901626026','1','1','',14,'135','150',NULL,'150',NULL,NULL,5,0,0,NULL,0,0,0,13.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(5,'SPARK DISHWASHING LIQUID 500ML','0792382429769','1','1','',14,'108','120',NULL,'120',NULL,NULL,5,0,0,NULL,0,0,0,9.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(6,'COUNTY FRESH MILK 500ML','0792382445790','1','18','',14,'40.5','45','','45',NULL,NULL,5,0,0,'71597923536',0,0,0,25.00,'2020-08-20 14:39:59','7','1','1','0000-00-00','','active','pcs','Inventory','','','','EXEMPTED','mainitem','Exclusive'),(7,'ZULLY PREMIUM TEA 100G','0792382472789','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(8,'ZULLY PREMIUM TEA 250GM','0792382472796','1','1','',14,'90','100',NULL,'100',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(9,'SUNNY GIRL SANITARY TOWELS','1','1','18','',14,'45','50','','50',NULL,NULL,5,0,0,'71597922289',0,0,0,12.00,'2020-08-20 14:18:41','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(10,'EGGS','268','1','18','',14,'10','12','','12',NULL,NULL,5,0,0,'71598430402',0,0,0,5.00,'2020-08-26 11:27:03','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(11,'FESTIVE BROWN 600G','427','1','3','',14,'63','70','','70',NULL,NULL,5,0,0,'71598079156',0,0,0,1.00,'2020-08-22 09:53:07','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(12,'NEW CRYSTAL VANILLA 250ML','12','1','1','',14,'36','40',NULL,'40',NULL,NULL,5,0,0,NULL,0,0,0,23.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(13,'NEW CRYSTAL STRAWBERRY 250ML','13','1','1','',14,'36','40',NULL,'40',NULL,NULL,5,0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(14,'NEW CRYSTAL VANILLA 500ML','14','1','1','',14,'72','80',NULL,'80',NULL,NULL,5,0,0,NULL,0,0,0,10.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(15,'NEW CRYSTAL STRAWBERRY 500ML','15','1','1','',14,'72','80',NULL,'80',NULL,NULL,5,0,0,NULL,0,0,0,118.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(16,'ALWAYS PINK','2','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(17,'ALWAYS ULTRA','3','1','1','',14,'76.5','85',NULL,'85',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(18,'ALWAYS MAXI THICK','4','1','3','',14,'81','90','','90',NULL,NULL,5,0,0,'71597922350',0,0,0,4.00,'2020-08-20 14:21:38','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(19,'NIVEA EXPRESS HYDRATION 200ML','4005900527950','1','1','',14,'234','260',NULL,'260',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(20,'NIVEA EXPRESS HYDRATION','4005900527981','1','1','',14,'139.5','155',NULL,'155',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(21,'NIVEA SHEA SMOOTH 200ML','4005900528018','1','1','',14,'234','260',NULL,'260',NULL,NULL,5,0,0,NULL,0,0,0,7.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(22,'SOFTCARE L/C(small)','5','1','1','',14,'175.5','195',NULL,'195',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(23,'WEETABIX 225G','5010029204780','1','1','',14,'153','170',NULL,'170',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(24,'WEETABIX 37G','5010029205084','1','1','',14,'22.5','25',NULL,'25',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(25,'ARIEL POWDER 500G','5410076189540','1','1','',14,'139.5','155',NULL,'155',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(26,'ARIEL POWDER 1KG','5410076189571','1','18','',14,'270','300','','300',NULL,NULL,5,0,0,'71600610168',0,0,0,1.00,'2020-09-20 16:58:05','7','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(27,'MINUTE MAID MANGO 1LITRE','5449000180247','1','1','',14,'117','130',NULL,'130',NULL,NULL,5,0,0,NULL,0,0,0,23.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(28,'SOFTCARE L/C(MEDIUM)','6','1','1','',14,'175.5','195',NULL,'195',NULL,NULL,5,0,0,NULL,0,0,0,16.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(29,'STA-SOFT 750ML','6001067000372','1','1','',14,'198','220',NULL,'220',NULL,NULL,5,0,0,NULL,0,0,0,7.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(30,'STA-SOFT LAVENDER 400ML','6001067000419','1','1','',14,'130.5','145',NULL,'145',NULL,NULL,5,0,0,NULL,0,0,0,9.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(31,'STA-SOFT LAVENDER','6001067000624','1','1','',14,'67.5','75',NULL,'75',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(32,'VASELINE FOR MEN 400ML','6001087012003','1','1','',14,'342','380',NULL,'380',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(33,'ARIMI\'S MILKING JELLY 50G','6008677000532','1','1','',14,'22.5','25',NULL,'25',NULL,NULL,5,0,0,NULL,0,0,0,8.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(34,'ARIMI\'S MILKING JELLY 90G','6008677000549','1','1','',14,'36','40',NULL,'40',NULL,NULL,5,0,0,NULL,0,0,0,11.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(35,'ARIMI\'S MILKING JELLY 200G','6008677000556','1','1','',14,'63','70',NULL,'70',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(36,'FAMILA PURE WIMBI 1KG','6008792000134','1','1','',14,'117','130',NULL,'130',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(37,'FAMILA UJIMIX 1KG','6008792500061','1','1','',14,'103.5','115',NULL,'115',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(38,'RHINO KUBWA MATCHBOX','6009607673345','1','1','',14,'34','50','','50',NULL,NULL,5,0,0,NULL,0,0,0,37.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(39,'ROSY TISSUE PCS','6009614480462','1','16','',14,'22.5','25','','25',NULL,NULL,5,0,0,'71597996983',0,0,0,0.00,'2020-08-21 11:03:35','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(40,'PEMBE UGALI 2KGS','6009627050010','1','1','',14,'107.08','120','','120',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(41,'PEMBE NGANO 1KG','6009627050027','1','1','',14,'54','60',NULL,'60',NULL,NULL,5,0,0,NULL,0,0,0,6.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(42,'PEMBE NGANO 2KGS','6009627050034','1','1','',14,'104.58','120','','120',NULL,NULL,5,0,0,NULL,0,0,0,15.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(43,'DELAMERE FLAVOURED YOGHURT 500G','6009627740072','1','1','',14,'94.5','105',NULL,'105',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(44,'KETEPA 50GMS','6009629720072','1','1','',14,'22.5','25',NULL,'25',NULL,NULL,5,0,0,NULL,0,0,0,15.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(45,'BIC FINE POINT BLUE','6161100040267','1','1','',14,'22.5','25',NULL,'25',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(46,'BIC CRISTAL BLUE','6161100041240','1','1','',14,'18','20',NULL,'20',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(47,'AMARA BODY MILK 200ML','6161100045101','1','1','',14,'99','110',NULL,'110',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(48,'MOUNT KENYA MILK 500ML','6161100100084','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(49,'FAMILA UJIMIX 500G','6161100450127','1','1','',14,'58.5','65',NULL,'65',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(50,'BLUEBAND ORIGINAL 250G','6161100602267','1','1','',14,'81','90',NULL,'90',NULL,NULL,5,0,0,NULL,0,0,0,7.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(51,'BLUEBAND ORIGINAL 1KG','6161100602694','1','1','',14,'5.4','6',NULL,'6',NULL,NULL,5,0,0,NULL,0,0,0,10.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(52,'TOILEX TWIN PACK','6161100760066','1','1','',14,'54','60',NULL,'60',NULL,NULL,5,0,0,NULL,0,0,0,11.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(53,'PEKEE TISSUE PCS','6161100760226','1','1','',14,'18','20',NULL,'20',NULL,NULL,5,0,0,NULL,0,0,0,49.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(54,'NICE &SOFT TWIN PACK','6161100760257','1','1','',14,'58.5','65',NULL,'65',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(55,'NICE &SOFT SERVIETTES','6161100760387','1','1','',14,'63','70',NULL,'70',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(56,'NICE &SOFT SERVIETTES COCKTAIL','6161100760479','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(57,'ROSY TWIN PACK','6161100760615','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(58,'PEKEE TISSUE 4 PACK','6161100761933','1','16','',14,'90','100','','100',NULL,NULL,5,0,0,'71597924397',0,0,0,1.00,'2020-08-20 14:53:57','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(59,'ROSY PRINTED TISSUE 4 PACK','6161100762473','1','1','',14,'90','100',NULL,'100',NULL,NULL,5,0,0,NULL,0,0,0,6.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(60,'DORMANS INSTANT COFFEE','6161100860155','1','1','',14,'4.5','5',NULL,'5',NULL,NULL,5,0,0,NULL,0,0,0,7.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(61,'DORMANS COFFEE 250G','6161100860247','1','1','',14,'126','140',NULL,'140',NULL,NULL,5,0,0,NULL,0,0,0,105.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(62,'TROPICAL HEAT CARDAMONS SPICE','6161100911291','1','1','',14,'256.5','285',NULL,'285',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(63,'TROPICAL HEAT GARLIC POWDER 50G','6161100912281','1','1','',14,'76.5','85',NULL,'85',NULL,NULL,5,0,0,NULL,0,0,0,15.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(64,'TROPICAL HEAT GINGER 45G','6161100912380','1','1','',14,'63','70',NULL,'70',NULL,NULL,5,0,0,NULL,0,0,0,12.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(65,'TROPICAL HEAT MIXED SPICES 50G','6161100912519','1','1','',14,'81','90',NULL,'90',NULL,NULL,5,0,0,NULL,0,0,0,11.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(66,'TROPICAL HEAT PILAU MASALA 50G','6161100912731','1','1','',14,'108','120',NULL,'120',NULL,NULL,5,0,0,NULL,0,0,0,12.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(67,'TROPICAL HEAT TEA MASALA 45G','6161100913011','1','1','',14,'90','100',NULL,'100',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(68,'TROPICAL HEAT TURMERIC 50G','6161100913080','1','1','',14,'58.5','65',NULL,'65',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(69,'JIK COLORS 250ML','6161100950030','1','1','',14,'144','160',NULL,'160',NULL,NULL,5,0,0,NULL,0,0,0,6.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(70,'DETTOL LIQUID 50ML','6161100950139','1','1','',14,'90','100',NULL,'100',NULL,NULL,5,0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(71,'JIK REGULAR 70ML','6161100950825','1','1','',14,'31.5','35',NULL,'35',NULL,NULL,5,0,0,NULL,0,0,0,7.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(72,'HARPIC ORIGINAL 1000ML','6161100952423','1','1','',14,'450','500',NULL,'500',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(73,'HARPIC ORIGINAL 500ML','6161100952430','1','1','',14,'238.5','265',NULL,'265',NULL,NULL,5,0,0,NULL,0,0,0,14.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(74,'BROOKSIDE LONG LIFE 500ML','6161101000543','1','1','',14,'49.5','55',NULL,'55',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(75,'ILARA YOGHURT VANILLA 250ML','6161101000833','1','1','',14,'54','60',NULL,'60',NULL,NULL,5,0,0,NULL,0,0,0,11.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(76,'ILARA YOGHURT STRAWBERRY 250ML','6161101000840','1','1','',14,'54','60',NULL,'60',NULL,NULL,5,0,0,NULL,0,0,0,18.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(77,'ILARA YOGHURT VANILLA 500ML','6161101000895','1','1','',14,'94.5','105',NULL,'105',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(78,'ILARA STRAWBERRY YOGHURT 500ML','6161101000901','1','1','',14,'94.5','105',NULL,'105',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(79,'TROPIKAL AIR FRESHENER','6161101011860','1','1','',14,'256.5','285',NULL,'285',NULL,NULL,5,0,0,NULL,0,0,0,24.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(80,'KENSALT 500G','6161101280013','1','1','',14,'18','20',NULL,'20',NULL,NULL,5,0,0,NULL,0,0,0,10.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(81,'KENSALT 1KG','6161101280020','1','1','',14,'28.5','40','','40',NULL,NULL,5,0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(82,'KENSALT 200G','6161101280037','1','1','',14,'9','10',NULL,'10',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(83,'RINA 500ML','6161101661218','1','11','',14,'98','120','','120',NULL,NULL,5,0,0,'71598117649',0,0,0,0.00,'2020-08-22 20:35:02','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(84,'RINA 1 LITRE','6161101661232','1','1','',14,'198','220',NULL,'220',NULL,NULL,5,0,0,NULL,0,0,0,19.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(85,'RINA 3 LITRES','6161101661249','1','11','',14,'442','525','','525',NULL,NULL,5,0,0,'71598117802',0,0,0,0.00,'2020-08-22 20:38:07','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(86,'RINA 5 LITRES','6161101661256','1','11','',14,'768.75','860','','860',NULL,NULL,5,0,0,'71598117901',0,0,0,18.00,'2020-08-22 20:38:51','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(87,'RINA 2 LITRES','6161101661300','1','11','',14,'318','400','','400',NULL,NULL,5,0,0,'71598117717',0,0,0,7.00,'2020-08-22 20:36:28','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(88,'PRESTIGE ORIGINAL 1KG','6161101661454','1','1','',14,'337.5','375',NULL,'375',NULL,NULL,5,0,0,NULL,0,0,0,43.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(89,'CHAPA MANDASHI BAKING POWDER','6161101661713','1','1','',14,'22.5','25',NULL,'25',NULL,NULL,5,0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(90,'PRESTIGE ORIGINAL 250G','6161101668293','1','1','',14,'90','100',NULL,'100',NULL,NULL,5,0,0,NULL,0,0,0,8.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(91,'PRESTIGE ORIGINAL 500G','6161101668309','1','1','',14,'162','180',NULL,'180',NULL,NULL,5,0,0,NULL,0,0,0,28.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(92,'TUZO LONG LIFE 500ML','6161101680424','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(93,'SOKO UGALI 2KGS','6161102170023','1','3','',14,'107.5','125','','125',NULL,NULL,5,0,0,'71597503174',0,0,0,0.00,'2020-08-15 17:54:09','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Inclusive'),(94,'SOKO UGALI 1KG','6161102170030','1','1','',14,'58.5','65',NULL,'65',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(95,'RANEE RICE 1KG','6161102170818','1','1','',14,'117','130',NULL,'130',NULL,NULL,5,0,0,NULL,0,0,0,6.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(96,'PEARL RICE 1KG','6161102170900','1','1','',14,'216','240',NULL,'240',NULL,NULL,5,0,0,NULL,0,0,0,94.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(97,'PEARL RICE 2KGS','6161102170917','1','1','',14,'432','480',NULL,'480',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(98,'MOLO LONG LIFE 500ML','6161102794694','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(99,'COSMO UGALI 1 KG','6161103620077','1','1','',14,'54','60',NULL,'60',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(100,'DAAWAT RICE 2KGS','6161103940069','1','1','',14,'432','480',NULL,'480',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(101,'NUVITA MILK BISCUITS','6161103941271','1','1','',14,'18','20',NULL,'20',NULL,NULL,5,0,0,NULL,0,0,0,35.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(102,'DAAWAT SPAGHETTI','6161103941608','1','1','',14,'40.5','45',NULL,'45',NULL,NULL,5,0,0,NULL,0,0,0,19.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(103,'ELLIOTS NGANO 1KG','6161104110225','1','1','',14,'54','60',NULL,'60',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(104,'MAXBRITE SCOURING PADS','6161106002146','1','1','',14,'13.5','15',NULL,'15',NULL,NULL,5,0,0,NULL,0,0,0,6.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(105,'PREMIUM PENCILS','6161106370283','1','1','',14,'13.5','15',NULL,'15',NULL,NULL,5,0,0,NULL,0,0,0,19.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(106,'FRESH FRI 1 LITRE','6161106610228','1','11','',14,'162','180','','180',NULL,NULL,5,0,0,'71597924299',0,0,0,6.00,'2020-08-20 14:53:00','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(107,'FRESH FRI 2 LITRES','6161106610235','1','11','',14,'316','340','','340',NULL,NULL,0,0,0,'71598117356',0,0,0,5.00,'2020-08-22 20:30:14','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(108,'FRESH FRI 3LITRES','6161106610242','1','11','',14,'453','510','','500',NULL,NULL,5,0,0,'71598117433',0,0,0,10.00,'2020-08-22 20:33:51','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(109,'FRESH FRI 5 LITRES','6161106610259','1','11','',14,'675','750','','750',NULL,NULL,5,0,0,'71597924547',0,0,0,2.00,'2020-08-20 14:56:39','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(110,'WHITE WASH BAR SOAP(CREAM)','6161106610594','1','1','',14,'108','120',NULL,'120',NULL,NULL,5,0,0,NULL,0,0,0,7.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(111,'SAWA HERBAL BATHING SOAP 250G','6161106610716','1','1','',14,'40.5','45',NULL,'45',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(112,'NESCAFE SATCHET 1.6G','6161106961979','1','1','',14,'4.5','5',NULL,'5',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(113,'BROOKSIDE LALA SWEETENED','6161107150709','1','1','',14,'72','80',NULL,'80',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(114,'BROOKSIDE LALA NATURAL','6161107150730','1','1','',14,'67.5','75',NULL,'75',NULL,NULL,5,0,0,NULL,0,0,0,7.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(115,'ILARA MANGO 250ML','6161107150815','1','1','',14,'54','60',NULL,'60',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(116,'ILARA MANGO 500ML','6161107150853','1','1','',14,'94.5','105',NULL,'105',NULL,NULL,5,0,0,NULL,0,0,0,6.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(117,'ILARA FOREST BERRY 250ML','6161107151010','1','1','',14,'54','60',NULL,'60',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(118,'ILARA FOREST BERRY 500ML','6161107151027','1','1','',14,'94.5','105',NULL,'105',NULL,NULL,5,0,0,NULL,0,0,0,26.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(119,'ELIANTO 5 LITRES','6161107770150','1','1','',14,'1291.5','1435',NULL,'1435',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(120,'ELIANTO 1 LITRE','6161107770242','1','1','',14,'292.5','325',NULL,'325',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(121,'ELIANTO 2 LITRES','6161107770297','1','1','',14,'558','620',NULL,'620',NULL,NULL,5,0,0,NULL,0,0,0,11.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(122,'BAHARI FRY 2LITRES','6161107770853','1','1','',14,'288','320',NULL,'320',NULL,NULL,5,0,0,NULL,0,0,0,14.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(123,'MSAFI POWDER 200G','6161107772208','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(124,'MSAFI POWDER 500G','6161107772222','1','1','',14,'90','100',NULL,'100',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(125,'MSAFI POWDER 1KG','6161107772246','1','1','',14,'144','160',NULL,'160',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(126,'COW BOY 1KG','6161107774240','1','1','',14,'189','210',NULL,'210',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(127,'MSAFI WHITE BAR SOAP 1KG','6161107777425','1','1','',14,'90','100',NULL,'100',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(128,'TAJI TISSUE PCS','6161109510389','1','16','',14,'13.5','15','','15',NULL,NULL,5,0,0,'71597924036',0,0,0,25.00,'2020-08-20 14:47:37','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(129,'SUNLIGHT POWDER PINK 500G','6161109724021','1','1','',14,'126','140',NULL,'140',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(130,'SUNLIGHT POWDER PINK 1KG','6161109724038','1','1','',14,'225','250',NULL,'250',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(131,'SUNLIGHT YELLOW POWDER IKG','6161109724106','1','1','',14,'225','250',NULL,'250',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(132,'VERSMAN ACTIVE LOTION 100ML','6161110961521','1','1','',14,'99','110',NULL,'110',NULL,NULL,5,0,0,NULL,0,0,0,7.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(133,'QUALITY BITES MUFFINS 200G','6161113440009','1','12','',14,'50','65','','65',NULL,NULL,5,0,0,'71597925672',0,0,0,1.00,'2020-08-20 15:14:56','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(134,'QUALITY BITE CHOCO MUFFINS 200G','6161113440016','1','12','',14,'50','65','','65',NULL,NULL,5,0,0,'71597925743',0,0,0,16.00,'2020-08-20 15:16:26','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(135,'QUALITY BITES MUFFINS 300G','6161113440023','1','12','',14,'75','85','','85',NULL,NULL,5,0,0,'71597925708',0,0,0,5.00,'2020-08-20 15:15:32','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(136,'QUALITY CHOCO MUFFINS 300G','6161113440030','1','12','',14,'75','85','','85',NULL,NULL,5,0,0,'71597925799',0,0,0,2.00,'2020-08-20 15:17:07','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(137,'QUALITY BITES RICH CAKE','6161113440054','1','12','',14,'50','55','','55',NULL,NULL,5,0,0,'71597925843',0,0,0,6.00,'2020-08-20 15:17:53','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(138,'QUIALITY BITE MINI MADEIRA 350G','6161113440061','1','1','',14,'67.5','75',NULL,'75',NULL,NULL,5,0,0,NULL,0,0,0,13.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(139,'QUALITY BITES HEART DELI 300G','6161113440078','1','1','',14,'58.5','65',NULL,'65',NULL,NULL,5,0,0,NULL,0,0,0,6.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(140,'QUALITY BITES HEART DELI 500G','6161113440085','1','1','',14,'103.5','115',NULL,'115',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(141,'QUALITY BITE SWEET MADEIRA 500G','6161113440092','1','1','',14,'103.5','115',NULL,'115',NULL,NULL,5,0,0,NULL,0,0,0,10.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(142,'AJAB NGANO 1KG','6161113940134','1','1','',14,'58.5','65',NULL,'65',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(143,'AJAB NGANO 2KGS','6161113940141','1','1','',14,'116.67','125','','125',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(144,'AJAB UGALI 2KGS','6161113940530','1','1','',14,'108','120',NULL,'120',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(145,'ZESTA RED PLUM JAM 200G','6162000010022','1','1','',14,'54','60',NULL,'60',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(146,'ZESTA RED PLUM 300G','6162000010121','1','1','',14,'108','120',NULL,'120',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(147,'OMO 1/2KG','6162006602740','1','1','',14,'153','170',NULL,'170',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(148,'SUNLIGHT BAR SOAP 900G','6162006602771','1','1','',14,'135','150',NULL,'150',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(149,'SUNLIGHT PINK 200G','6162006607998','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(150,'MILLBAKERS FAMILY MADEIRA 750G','6164000009006','1','1','',14,'144','160',NULL,'160',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(151,'MILLBAKERS STD MADEIRA 500G','6164000009013','1','1','',14,'103.5','115',NULL,'115',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(152,'MILLBAKERS QUEEN CAKES 200G','6164000009020','1','1','',14,'58.5','65',NULL,'65',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(153,'MILLBAKERS CHOCO CUPS 300G','6164000009068','1','1','',14,'90','100',NULL,'100',NULL,NULL,5,0,0,NULL,0,0,0,94.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(154,'MILLBAKERS QUEEN CAKES 260G','6164000009075','1','1','',14,'67.5','75',NULL,'75',NULL,NULL,5,0,0,NULL,0,0,0,38.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(155,'MILLBAKERS ENGLISH MUFFINS 300G','6164000009082','1','1','',14,'90','100',NULL,'100',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(156,'MILLBAKERS CHOCOLATE COOKIES','6164000009303','1','1','',14,'81','90',NULL,'90',NULL,NULL,5,0,0,NULL,0,0,0,35.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(157,'MILLBAKERS GINGER NUTS COOKIES','6164000009327','1','1','',14,'81','90',NULL,'90',NULL,NULL,5,0,0,NULL,0,0,0,21.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(158,'MILLBAKERS ASSORTED COOKIES','6164000009334','1','1','',14,'81','90',NULL,'90',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(159,'MILLBAKERS TEA CAKE 100G','6164000009358','1','1','',14,'31.5','35',NULL,'35',NULL,NULL,5,0,0,NULL,0,0,0,10.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(160,'MILLBAKERS LEMON SLICE 150G','6164000009372','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,15.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(161,'MILLBAKERS COFFEE CAKE 2OOG','6164000009549','1','1','',14,'54','60',NULL,'60',NULL,NULL,5,0,0,NULL,0,0,0,8.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(162,'MILL BAKERS MARBLE SLICE 150G','6164000009556','1','1','',14,'40.5','45',NULL,'45',NULL,NULL,5,0,0,NULL,0,0,0,22.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(163,'MILLBAKERS FRUIT CAKE 350G','6164000009563','1','1','',14,'108','120',NULL,'120',NULL,NULL,5,0,0,NULL,0,0,0,9.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(164,'MILLBAKERS MINI HEARTS 150G','6164000009570','1','1','',14,'40.5','45',NULL,'45',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(165,'BUTTERFLY GREEN GRAMS 1KG','6164000025235','1','1','',14,'153','170',NULL,'170',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(166,'BUTTERFLY GREEN GRAMS 500G','6164000025242','1','3','',14,'90','100','','100',NULL,NULL,5,0,0,'71601182909',0,0,0,11.00,'2020-09-27 08:02:22','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(167,'BUTTERFLY ATTA 1KG','6164000025990','1','1','',14,'76.5','85',NULL,'85',NULL,NULL,5,0,0,NULL,0,0,0,10.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(168,'DELAMERE STRAWBERRY 250ML','6164000033070','1','1','',14,'63','70',NULL,'70',NULL,NULL,5,0,0,NULL,0,0,0,7.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(169,'DELAMERE STRAWBERRY 450G','6164000033179','1','1','',14,'117','130',NULL,'130',NULL,NULL,5,0,0,NULL,0,0,0,7.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(170,'DELAMERE VANILLA PODS 450G','6164000033186','1','1','',14,'117','130',NULL,'130',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(171,'DELAMERE LEMON BISCUIT 450ML','6164000033193','1','1','',14,'117','130',NULL,'130',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(172,'DELAMERE PEAR CARAMEL 450ML','6164000033209','1','1','',14,'117','130',NULL,'130',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(173,'DELAMERE WILD BERRIES 450G','6164000033223','1','1','',14,'117','130',NULL,'130',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(174,'DELAMERE WILD BERRIES 250G','6164000033230','1','1','',14,'63','70',NULL,'70',NULL,NULL,5,0,0,NULL,0,0,0,14.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(175,'DELAMERE VANILLA PODS 250G','6164000033483','1','1','',14,'63','70',NULL,'70',NULL,NULL,5,0,0,NULL,0,0,0,6.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(176,'DELAMERE LEMON BISCUIT 250G','6164000033490','1','1','',14,'63','70',NULL,'70',NULL,NULL,5,0,0,NULL,0,0,0,9.50,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(177,'DELAMERE CHOCOLATE CHIPS 450ML','6164000033636','1','1','',14,'126','140',NULL,'140',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(178,'DELAMERE CHOCOLATE CHIPS 250ML','6164000033643','1','1','',14,'67.5','75',NULL,'75',NULL,NULL,5,0,0,NULL,0,0,0,13.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(179,'KRACKLES PERFECTLY SALTED 30G','6164000072000','1','1','',14,'40.5','45',NULL,'45',NULL,NULL,5,0,0,NULL,0,0,0,16.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(180,'KRACKLES TANGY TOMATO 30G','6164000072017','1','1','',14,'40.5','45',NULL,'45',NULL,NULL,5,0,0,NULL,0,0,0,8.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(181,'KRACKLES ZINGY SALT&VINEGAR 30G','6164000072024','1','1','',14,'40.5','45',NULL,'45',NULL,NULL,5,0,0,NULL,0,0,0,22.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(182,'KRACKLES CHEESE&ONION 30G','6164000072031','1','1','',14,'40.5','45',NULL,'45',NULL,NULL,5,0,0,NULL,0,0,0,26.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(183,'KRACKLES BANG BANG CHILLI 30G','6164000072048','1','1','',14,'40.5','45',NULL,'45',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(184,'KRACKLES BAR-B-QUE 30G','6164000072055','1','1','',14,'40.5','45',NULL,'45',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(185,'NGARISHA STEEL WOOL 75GMS','6164000184031','1','1','',14,'22.5','25',NULL,'25',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(186,'NGARISHA STEEL WOOL 15GMS','6164000184048','1','1','',14,'4.5','5',NULL,'5',NULL,NULL,5,0,0,NULL,0,0,0,6.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(187,'BELLA TISSUE PCS','6164000242533','1','1','',14,'22.5','25',NULL,'25',NULL,NULL,5,0,0,NULL,0,0,0,9.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(188,'BELLA SERVIETTES','6164000242588','1','1','',14,'63','70',NULL,'70',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(189,'SUNRICE RICE 1KG','6164000512018','1','1','',14,'207','230',NULL,'230',NULL,NULL,5,0,0,NULL,0,0,0,10.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(190,'WEETABIX 112G','6164000993008','1','1','',14,'76.5','85',NULL,'85',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(191,'URBAN BITES 120G','6164001015372','1','1','',14,'121.5','135',NULL,'135',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(192,'KINANGOP MILK 500ML','6164001166272','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(193,'KINANGOP MILK 200ML','6164001166289','1','1','',14,'22.5','25',NULL,'25',NULL,NULL,5,0,0,NULL,0,0,0,19.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(194,'ROLLENI ANTIBACTERIAL HANDGEL','6164003153027','1','1','',14,'153','170',NULL,'170',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(195,'ROLLENI TOILET CLEANER 500ML','6164003153256','1','1','',14,'171','190',NULL,'190',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(196,'ERIPRIDE ANTIBACTERIAL HANDWASH','6164003349215','1','1','',14,'153','170',NULL,'170',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(197,'ERIPRIDE APRICOT HANDWASH','6164003349239','1','1','',14,'153','170',NULL,'170',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(198,'SUNLIGHT POWDER YELLOW','6164004554182','1','1','',14,'22.5','25',NULL,'25',NULL,NULL,5,0,0,NULL,0,0,0,9.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(199,'SUNLIGHT POWDER PINK 200G','6164004554199','1','1','',14,'22.5','25',NULL,'25',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(200,'SUNLIGHT POWDER LAVENDER 1KG','6164004575903','1','1','',14,'225','250',NULL,'250',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(201,'SUNLIGHT LAVENDER 500G','6164004575910','1','1','',14,'126','140',NULL,'140',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(202,'SOKO ATTA 2KGS','6164004597103','1','1','',14,'112.5','125',NULL,'125',NULL,NULL,5,0,0,NULL,0,0,0,10.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(203,'NICE ONE TISSUE PCS','6164004611175','1','16','',14,'13.5','15','','15',NULL,NULL,5,0,0,'71597923887',0,0,0,18.00,'2020-08-20 14:45:25','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(204,'BLUEBAND ORIGINAL 500G','6164004676228','1','1','',14,'162','180',NULL,'180',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(205,'SWEET MANDAZI','6166000090213','1','12','',14,'30','35','','35',NULL,NULL,5,0,0,'71597925620',0,0,0,0.00,'2020-08-20 15:14:09','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(206,'KLEESOFT POWDER 500G','6203012970123','1','1','',14,'81','90',NULL,'90',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(207,'NUREEN SPAGHETTI','6221022011131','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(208,'COLGATE HERBAL 140GMS','6920354817823','1','1','',14,'180','200',NULL,'200',NULL,NULL,5,0,0,NULL,0,0,0,74.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(209,'COLGATE HERBAL 50G','6920354820946','1','18','',14,'90','100','','100',NULL,NULL,5,0,0,'71600706467',0,0,0,0.00,'2020-09-21 19:41:33','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(210,'NENGE TOOTHPICK','6920762411453','1','1','',14,'63','70',NULL,'70',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(211,'COIN TOOTHBRUSH','6923564532289','1','1','',14,'27','30',NULL,'30',NULL,NULL,5,0,0,NULL,0,0,0,31.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(212,'SOFTCARE L/C(LARGE)','7','1','1','',14,'175.5','195',NULL,'195',NULL,NULL,5,0,0,NULL,0,0,0,20.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(213,'HASINA UGALI 1KG','7174000996045','1','1','',14,'54','60',NULL,'60',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(214,'HASINA UGALI 2KGS','7174000996052','1','1','',14,'108','120',NULL,'120',NULL,NULL,5,0,0,NULL,0,0,0,10.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(215,'CADBURRY COCOA POWDER','7622210304476','1','1','',14,'261','290',NULL,'290',NULL,NULL,5,0,0,NULL,0,0,0,10.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(216,'CADBURRY DRINKING CHOCOLATE','7622210304520','1','1','',14,'54','60',NULL,'60',NULL,NULL,5,0,0,NULL,0,0,0,12.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(217,'CADBURRY DRINKING CHOCOLATE125G','7622210304537','1','1','',14,'121.5','135',NULL,'135',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(218,'CADBURRY DRINKING CHOCOLATE225G','7622210304544','1','1','',14,'198','220',NULL,'220',NULL,NULL,5,0,0,NULL,0,0,0,26.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(219,'SOFTCARE H/C9MEDIUM)','8','1','1','',14,'531','590',NULL,'590',NULL,NULL,5,0,0,NULL,0,0,0,31.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(220,'ARIEL POWDER 100G','8001090702500','1','1','',14,'27','30',NULL,'30',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(221,'TROY CHOCOLATES','8691720006018','1','1','',14,'9','10',NULL,'10',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(222,'BIEN CHOCOLATES','8692806042104','1','1','',14,'22.5','25',NULL,'25',NULL,NULL,5,0,0,NULL,0,0,0,19.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(223,'COLGATE ORIGINAL 70GM','8718951340664','1','1','',14,'90','100',NULL,'100',NULL,NULL,5,0,0,NULL,0,0,0,32.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(224,'PARLE BOURBON','8901719258619','1','1','',14,'31.5','35',NULL,'35',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(225,'PARLE BOURBON','8901719258633','1','1','',14,'58.5','65',NULL,'65',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(226,'PARLE NICE 72.25G','8901719903427','1','1','',14,'18','20',NULL,'20',NULL,NULL,5,0,0,NULL,0,0,0,14.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(227,'PARLE MILK POWER 72.25G','8901719903434','1','1','',14,'18','20',NULL,'20',NULL,NULL,5,0,0,NULL,0,0,0,12.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(228,'PARLE GLUCOSE 72.25G','8901719903465','1','1','',14,'18','20',NULL,'20',NULL,NULL,5,0,0,NULL,0,0,0,17.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(229,'PARLE GLUCOSE 382.5G','8901719908262','1','3','',14,'108','120','','120',NULL,NULL,5,0,0,'71601036344',0,0,0,28.00,'2020-09-25 15:19:33','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(230,'PARLE NICE BISCUITS 382.5G','8901719908576','1','1','',14,'108','120',NULL,'120',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(231,'PARLE NICE 195.5G','8901719908583','1','1','',14,'58.5','65',NULL,'65',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(232,'PARLE MILK POWER 382.5G','8901719908590','1','1','',14,'108','120',NULL,'120',NULL,NULL,5,0,0,NULL,0,0,0,19.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(233,'DOMS PENCILS','8908000034198','1','1','',14,'9','10',NULL,'10',NULL,NULL,5,0,0,NULL,0,0,0,16.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(234,'OBAMA PEN','8924122012340','1','1','',14,'9','10',NULL,'10',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(235,'SOFTCARE H/C(LARGE)','9','1','1','',14,'531','590',NULL,'590',NULL,NULL,5,0,0,NULL,0,0,0,8.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(236,'PANADOL ADVANCE','10','1','1','',14,'13.5','15',NULL,'15',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(237,'DAFINA YOGHURTS 500ML','11','1','1','',14,'72','80',NULL,'80',NULL,NULL,5,0,0,NULL,0,0,0,7.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(238,'TOOTHPICKS','12','1','1','',14,'63','70',NULL,'70',NULL,NULL,5,0,0,NULL,0,0,0,24.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(239,'TOOTHPICKS','13','1','1','',14,'18','20',NULL,'20',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(242,'SODA RETURNABLE 300ML','16','1','10','',14,'27','30','','30',NULL,NULL,5,0,0,'71600610062',0,0,0,37.00,'2020-09-20 16:55:19','7','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(243,'10 BOB BAG','17','1','1','',14,'9','10',NULL,'10',NULL,NULL,5,0,0,NULL,0,0,0,32.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(244,'15 BOB BAG','18','1','1','',14,'13.5','15',NULL,'15',NULL,NULL,5,0,0,NULL,0,0,0,37.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(245,'LUXE BISCUITS','19','1','1','',14,'9','10',NULL,'10',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(246,'DATTO BISCOMIR','20','1','1','',14,'9','10',NULL,'10',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(247,'KAT KATTA WAFERS','21','1','1','',14,'18','20',NULL,'20',NULL,NULL,5,0,0,NULL,0,0,0,6.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(248,'ZERO WATER 5LITRES','22','1','1','',14,'87.5','120','','120',NULL,NULL,5,0,0,NULL,0,0,0,15.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(249,'ZERO WATER 10LITRES','23','1','18','',14,'200','250','','250',NULL,NULL,5,0,0,'71602520690',0,0,0,0.00,'2020-10-12 19:38:42','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(250,'ZERO WATER 20LITRES','24','1','1','',14,'350','450','','450',NULL,NULL,5,0,0,NULL,0,0,0,7.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(251,'EDEN TEA 100G','25','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(252,'SPA TEA TANGAWIZI','26','1','1','',14,'22.5','25',NULL,'25',NULL,NULL,5,0,0,NULL,0,0,0,9.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(253,'SPA TEA 100G','27','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,10.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(254,'DORMANS COFFEE 25G','28','1','1','',14,'22.5','25',NULL,'25',NULL,NULL,5,0,0,NULL,0,0,0,7.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(255,'DORMANS COFFEE 100G','29','1','1','',14,'49.5','55',NULL,'55',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(256,'FESTIVE WHITE 800G','30','1','1','',14,'81','90',NULL,'90',NULL,NULL,5,0,0,NULL,0,0,0,10.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(257,'FESTIVE WHITE 600G','31','1','1','',14,'63','70',NULL,'70',NULL,NULL,5,0,0,NULL,0,0,0,6.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(258,'FESTIVE WHITE 400G','32','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,17.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(259,'FESTIVE BROWN 400G','33','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(260,'CHOCO PRIMO 20G','34','1','1','',14,'9','10',NULL,'10',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(261,'BIC RAZOR','35','1','1','',14,'27','30',NULL,'30',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(262,'ROYCO BEEF SATCHET','36','1','1','',14,'4.5','5',NULL,'5',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(263,'ROYCO CHICKEN SATCHET','37','1','1','',14,'4.5','5',NULL,'5',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(264,'SUPERGLUE 3G','38','1','1','',14,'27','30',NULL,'30',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(265,'POWERPLAY','39','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(266,'YOLA VANILLA','40','1','1','',14,'54','60',NULL,'60',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(267,'YOLA STRAWBERRY','41','1','1','',14,'54','60',NULL,'60',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(268,'YOLA MANGO','42','1','1','',14,'54','60',NULL,'60',NULL,NULL,5,0,0,NULL,0,0,0,24.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(269,'SUNTOP APPLE','43','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,9.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(270,'SUNTOP BERRY','44','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,7.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(271,'SUNTOP MANGO','45','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,8.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(272,'RIBENA BLACKCURRANT 600ML','46','1','1','',14,'297','330',NULL,'330',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(273,'RIBENA BLACKCURRANT 300ML','47','1','1','',14,'175.5','195',NULL,'195',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(274,'RIBENA BLACKCURRANT 250ML','48','1','1','',14,'54','60',NULL,'60',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(275,'LUCOZADE 250ML','49','1','1','',14,'54','60',NULL,'60',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(276,'DAIRY FRESH VANILLA 250ML','50','1','1','',14,'49.5','55',NULL,'55',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(277,'TUZO WHOLE MILK 250ML','51','1','1','',14,'31.5','35',NULL,'35',NULL,NULL,5,0,0,NULL,0,0,0,6.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(278,'DAIRYFRESH 200ML','52','1','1','',14,'49.5','55',NULL,'55',NULL,NULL,5,0,0,NULL,0,0,0,9.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(279,'GLUCOSE 50G','53','1','1','',14,'18','20',NULL,'20',NULL,NULL,5,0,0,NULL,0,0,0,10.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(280,'DELMONTE APPLE 1LITRE','54','1','1','',14,'189','210',NULL,'210',NULL,NULL,5,0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(281,'BELLA TISSUES 10 PACK','55','1','1','',14,'198','220',NULL,'220',NULL,NULL,5,0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(282,'ROSY TISSUES 8PACK','56','1','1','',14,'144','160',NULL,'160',NULL,NULL,5,0,0,NULL,0,0,0,7.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(283,'ROSY TISSUES 10PACK','57','1','16','',14,'207','230','','230',NULL,NULL,5,0,0,'71597921964',0,0,0,28.00,'2020-08-20 14:13:50','7','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(286,'JUICY FRUITS','60','1','1','',14,'5.4','6',NULL,'6',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(287,'MILK CHOCOLATE 20G','61','1','1','',14,'18','20',NULL,'20',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(288,'MILK CHIOCOLATE 40G','62','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(289,'INDOMIE CHICKEN 5 IN 1','63','1','1','',14,'90','100',NULL,'100',NULL,NULL,5,0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(290,'INDOMIE BEEF 120G','64','1','1','',14,'27','30',NULL,'30',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(291,'INDOMIE CHICKEN 120G','65','1','1','',14,'27','30',NULL,'30',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(292,'DASANI 1 LITRE','66','1','1','',14,'54','60',NULL,'60',NULL,NULL,5,0,0,NULL,0,0,0,8.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(293,'DASANI 500ML','67','1','1','',14,'36','40',NULL,'40',NULL,NULL,5,0,0,NULL,0,0,0,11.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(294,'PREDATOR','68','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,12.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(295,'EVEREADY AAA BATTERIES','69','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,10.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(296,'EVEREADY AA BATTERIES','70','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,11.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(297,'SUNLIGHT PINK 40G','71','1','1','',14,'9','10',NULL,'10',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(298,'SUNLIGHT LAVENDER 40G','72','1','1','',14,'9','10',NULL,'10',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(299,'FANTA ORANGE 2 LITRES','73','1','1','',14,'153','170',NULL,'170',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(300,'FANTA PASSION 2 LITRES','74','1','1','',14,'153','170',NULL,'170',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(301,'COKE 2 LITRES','75','1','1','',14,'153','170',NULL,'170',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(302,'SPRITE 2 LITRES','76','1','1','',14,'153','170',NULL,'170',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(303,'FANTA ORANGE 1.25LITRES','77','1','1','',14,'99','110',NULL,'110',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(304,'FANTA BLACKCURRANT 1.25LITRES','78','1','1','',14,'99','110',NULL,'110',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(305,'COKE 1.25LITRES','79','1','1','',14,'99','110',NULL,'110',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(306,'SPRITE 1.25LITRES','80','1','1','',14,'99','110',NULL,'110',NULL,NULL,5,0,0,NULL,0,0,0,14.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(307,'KREST 1.25LITRES','81','1','1','',14,'99','110',NULL,'110',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(308,'FANTA PASSION 500ML','82','1','1','',14,'58.5','65',NULL,'65',NULL,NULL,5,0,0,NULL,0,0,0,56.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(309,'FANTA ORANGE 500ML','83','1','1','',14,'58.5','65',NULL,'65',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(310,'FANTA BLACKCURRANT 500ML','84','1','1','',14,'58.5','65',NULL,'65',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(311,'COKE 500ML','85','1','1','',14,'58.5','65',NULL,'65',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(312,'SPRITE 500ML','86','1','1','',14,'58.5','65',NULL,'65',NULL,NULL,5,0,0,NULL,0,0,0,20.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(313,'KREST 500ML','87','1','1','',14,'58.5','65',NULL,'65',NULL,NULL,5,0,0,NULL,0,0,0,8.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(314,'FANTA ORANGE 350ML','88','1','1','',14,'36','40',NULL,'40',NULL,NULL,5,0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(315,'COKE 350ML','89','1','1','',14,'36','40',NULL,'40',NULL,NULL,5,0,0,NULL,0,0,0,22.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(316,'SPRITE 350ML','90','1','1','',14,'36','40',NULL,'40',NULL,NULL,5,0,0,NULL,0,0,0,20.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(317,'STONEY 350ML','91','1','1','',14,'36','40',NULL,'40',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(318,'NOVIDA 350ML','92','1','1','',14,'36','40',NULL,'40',NULL,NULL,5,0,0,NULL,0,0,0,9.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(319,'MINUTE MAID ORANGE 350ML','93','1','1','',14,'36','40',NULL,'40',NULL,NULL,5,0,0,NULL,0,0,0,9.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(320,'MINUTE MAID MANGO 400ML','94','1','1','',14,'63','70',NULL,'70',NULL,NULL,5,0,0,NULL,0,0,0,8.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(321,'MINUTE MAID TROPICAL 400ML','95','1','1','',14,'63','70',NULL,'70',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(322,'MINUTE MAID APPLE 400ML','96','1','1','',14,'63','70',NULL,'70',NULL,NULL,5,0,0,NULL,0,0,0,6.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(323,'SUNVEAT GINGER NUTS','97','1','1','',14,'4.5','5',NULL,'5',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(324,'ZERO WATER 500ML','98','1','1','',14,'14.58','25','','25',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(325,'ZERO WATER 1LITRE','99','1','18','',14,'29.17','50','','50',NULL,NULL,5,0,0,'71601035445',0,0,0,2.00,'2020-09-25 15:04:59','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(326,'VERSMAN CLASSIC','100','1','1','',14,'157.5','175',NULL,'175',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(327,'BROWN SUGAR 1KG','101','1','1','',14,'108','120',NULL,'120',NULL,NULL,5,0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(328,'BROWN SUGAR 1/2KG','102','1','1','',14,'47','60','','60',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(329,'KABRAS SUGAR 2KG','103','1','14','',14,'225','250','','250',NULL,NULL,5,0,0,'71597922571',0,0,0,0.00,'2020-08-20 14:23:44','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(330,'KABRAS SUGAR 1KG','104','1','14','',14,'117','130','','130',NULL,NULL,5,0,0,'71597922634',0,0,0,4.00,'2020-08-20 14:24:18','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(331,'SALAD OIL 1/2 LITRE','105','1','1','',14,'67.5','75',NULL,'75',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(332,'SALAD OIL 2 LITRES','106','1','1','',14,'247.5','275',NULL,'275',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(333,'JIK COLORS 750ML','107','1','1','',14,'297','330',NULL,'330',NULL,NULL,5,0,0,NULL,0,0,0,176.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(334,'GEISHA WHITE 125G','108','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,19.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(335,'GEISHA WHITE 225G','109','1','1','',14,'72','80',NULL,'80',NULL,NULL,5,0,0,NULL,0,0,0,6.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(336,'GEISHA GREEN 225G','110','1','1','',14,'72','80',NULL,'80',NULL,NULL,5,0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(337,'GEISHA PINK 225G','111','1','1','',14,'72','80',NULL,'80',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(338,'SAWA BATHING SOAP 250G','112','1','1','',14,'37.5','45','','45',NULL,NULL,5,0,0,NULL,0,0,0,21.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(339,'IMPERIAL LEATHER JAPANESE 175G','113','1','1','',14,'85.5','95',NULL,'95',NULL,NULL,5,0,0,NULL,0,0,0,11.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(340,'IMPERIAL LEATHER CLASSIC 175G','114','1','1','',14,'85.5','95',NULL,'95',NULL,NULL,5,0,0,NULL,0,0,0,594.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(341,'DETTOL HERBAL 90G','115','1','1','',14,'90','100',NULL,'100',NULL,NULL,5,0,0,NULL,0,0,0,8.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(342,'DETTOL EVENTONE 90G','116','1','1','',14,'90','100',NULL,'100',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(343,'DETTOL SKINCARE 175G','117','1','1','',14,'180','200',NULL,'200',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(344,'COLGATE ORIGINAL 140G','118','1','1','',14,'180','200',NULL,'200',NULL,NULL,5,0,0,NULL,0,0,0,64.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(345,'COLGATE ORIGINAL 15G','119','1','1','',14,'27','30',NULL,'30',NULL,NULL,5,0,0,NULL,0,0,0,11.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(346,'AQUAFRESH 50ML','120','1','1','',14,'99','110',NULL,'110',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(347,'WEETABIX 450G','121','1','1','',14,'288','320',NULL,'320',NULL,NULL,5,0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(348,'MENENGAI BAR SOAP 800G','122','1','1','',14,'110','125','','125',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(349,'MENENGAI BAR SOAP 1KG','123','1','1','',14,'136','150','','150',NULL,NULL,5,0,0,NULL,0,0,0,11.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(350,'JAMAA BAR SOAP 800G','124','1','1','',14,'103.5','115',NULL,'115',NULL,NULL,5,0,0,NULL,0,0,0,122.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(351,'ZENTA BAR SOAP 700G','125','1','1','',14,'76.5','85',NULL,'85',NULL,NULL,5,0,0,NULL,0,0,0,19.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(352,'MAXBRITE SPONGE PADS','126','1','1','',14,'13.5','15',NULL,'15',NULL,NULL,5,0,0,NULL,0,0,0,19.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(353,'ROLLENI DISINFECTANT','127','1','1','',14,'72','80',NULL,'80',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(354,'ZENTA BAR SOAP 200G','128','1','1','',14,'22.5','25',NULL,'25',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(355,'SUNLIGHT BAR SOAP 80G','129','1','1','',14,'22.5','25',NULL,'25',NULL,NULL,5,0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(356,'WHITE WASH BAR SOAP (BLUE)','130','1','1','',14,'40.5','45',NULL,'45',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(357,'USHINDI BAR SOAP (WHITE) 175G','131','1','1','',14,'36','40',NULL,'40',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(358,'USHINDI BAR SOAP (YELLOW) 175G','132','1','1','',14,'36','40',NULL,'40',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(359,'USHINDI BAR SOAP(BLUE) 175G','133','1','1','',14,'36','40',NULL,'40',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(360,'GEISHA YELLOW 225G','134','1','1','',14,'72','80',NULL,'80',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(361,'YELLOW SOLID 1/2KG','135','1','1','',14,'54','60',NULL,'60',NULL,NULL,5,0,0,NULL,0,0,0,11.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(362,'WHITE SOLID 1/2KG','136','1','1','',14,'40.5','45',NULL,'45',NULL,NULL,5,0,0,NULL,0,0,0,11.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(363,'DAAWAT RICE 1KG','137','1','1','',14,'216','240',NULL,'240',NULL,NULL,5,0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(364,'DANEEL JUMBO TISSUE','138','1','1','',14,'72','80',NULL,'80',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(365,'BIRYANI RICE 1/2KG','139','1','1','',14,'49.5','55',NULL,'55',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(366,'BIRYANI 1KG','140','1','1','',14,'0','0',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,12.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(367,'PISHORI 1KG','141','1','1','',14,'144','160',NULL,'160',NULL,NULL,5,0,0,NULL,0,0,0,6.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(368,'PISHORI 1/2KG','142','1','1','',14,'72','80',NULL,'80',NULL,NULL,5,0,0,NULL,0,0,0,8.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(369,'SINDANO RICE 1KG','143','1','1','',14,'112.5','125',NULL,'125',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(370,'SINDANO 1/2KG','144','1','1','',14,'58.5','65',NULL,'65',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(371,'HONEY LOGIC SQUEEZE 500G','145','1','1','',14,'342','380',NULL,'380',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(372,'HONEY LOGIC 100G','146','1','1','',14,'90','100',NULL,'100',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(373,'HONEY LOGIC 250G','147','1','1','',14,'225','250',NULL,'250',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(374,'VASELINE LOTION 200ML','148','1','1','',14,'216','240',NULL,'240',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(375,'VASELINE BLUESEAL 25ML','149','1','1','',14,'22.5','25',NULL,'25',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(376,'WINNERS YOGHURTS 150ML','150','1','1','',14,'27','30',NULL,'30',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(377,'WINNERS YOGHURTS 250ML','151','1','1','',14,'36','40',NULL,'40',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(378,'DAFINA YOGHURTS VANILLA 150ML','152','1','1','',14,'27','30',NULL,'30',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(379,'DAFINA YOGHURTS 250ML','153','1','1','',14,'36','40',NULL,'40',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(380,'REAL TASTE TOMATO SAUCE 250G','154','1','1','',14,'40.5','45',NULL,'45',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(381,'REAL TASTE TOMATO SAUCE 400G','155','1','1','',14,'54','60',NULL,'60',NULL,NULL,5,0,0,NULL,0,0,0,10.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(382,'REAL TASTE CHILLI SAUCE 250G','156','1','1','',14,'40','50','','50',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(383,'COUNTY FRESH CARTON','157','1','18','',14,'450','500','','500',NULL,NULL,5,0,0,'71597923485',0,0,0,1.00,'2020-08-20 14:38:30','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(384,'BUTTERFLY SPAGHETTI','158','1','1','',14,'36.45','50','','50',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(385,'BUTTERFLY ATTA 2KG','159','1','1','',14,'144','160',NULL,'160',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(386,'TAMU TAMU GREEN','160','1','1','',14,'9','10',NULL,'10',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(387,'BROOKSIDE LONG LIFE 200ML','161','1','1','',14,'22.5','25',NULL,'25',NULL,NULL,5,0,0,NULL,0,0,0,9.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(388,'EXERCISE BOOK 80PAGES','162','1','1','',14,'27','30',NULL,'30',NULL,NULL,5,0,0,NULL,0,0,0,33.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(389,'always vacuum cup','163','1','1','',14,'630','700',NULL,'700',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(390,'coffee cup','164','1','1','',14,'675','750',NULL,'750',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(391,'50bob bag','165','1','1','',14,'45','50',NULL,'50',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(392,'NILE DAWN JUMBO','166','1','16','',14,'63','70','','70',NULL,NULL,5,0,0,'71598045646',0,0,0,19.00,'2020-08-22 00:34:18','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(393,'RHINO NDOGO MATCHBOX','167','1','1','',14,'27','30',NULL,'30',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(394,'PAMPERS','168','1','1','',14,'180','200',NULL,'200',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(395,'TROPICAL MINTS','169','1','1','',14,'3.33','5','','5',NULL,NULL,5,0,0,NULL,0,0,0,10.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(396,'FANTA BLACKCURRANT 2LITRES','170','1','1','',14,'153','170',NULL,'170',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(397,'MINUTE MAID TROPICAL 1LITRE','171','1','1','',14,'117','130',NULL,'130',NULL,NULL,5,0,0,NULL,0,0,0,68.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(398,'DANEEL SERVIETTES','172','1','1','',14,'63','70',NULL,'70',NULL,NULL,5,0,0,NULL,0,0,0,35.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(399,'COUNTY FRESH 200ML','173','1','1','',14,'22.5','25',NULL,'25',NULL,NULL,5,0,0,NULL,0,0,0,22.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(401,'BIG DADDY','175','1','1','',14,'9','10',NULL,'10',NULL,NULL,5,0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(402,'TOILEX TISSUES 10 PACK','176','1','1','',14,'225','250',NULL,'250',NULL,NULL,5,0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(403,'TOILEX TISSUE PCS','177','1','1','',14,'22.5','25',NULL,'25',NULL,NULL,5,0,0,NULL,0,0,0,6.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(404,'EXE ALL PURPOSE 2KG','178','1','1','',14,'112.5','125',NULL,'125',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(405,'SOFTCARE H/C (SMALL)','179','1','1','',14,'531','590',NULL,'590',NULL,NULL,5,0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(406,'SOKO NGANO 2KGS','180','1','1','',14,'112.5','125',NULL,'125',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(407,'25 BOB BAG','181','1','1','',14,'22.5','25',NULL,'25',NULL,NULL,5,0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(408,'KREST 350ML','182','1','1','',14,'36','40',NULL,'40',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(409,'STONEY 500ML','183','1','1','',14,'58.5','65',NULL,'65',NULL,NULL,5,0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(410,'BELLA TISSUE 4 PACK','184','1','1','',14,'90','100',NULL,'100',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(411,'MACCOFFE INSTANT COFFEE SACHETTES','185','1','11','',14,'4.33','5','','5',NULL,NULL,5,0,0,'71598717257',0,0,0,0.00,'2020-08-29 19:08:24','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(412,'SALAD OIL 1LITRE','186','1','1','',14,'135','150',NULL,'150',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(413,'BIG G CHEWING GUMS','187','1','1','',14,'4.5','5',NULL,'5',NULL,NULL,5,0,0,NULL,0,0,0,35.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(414,'COUNTY FRESH MILK CARTON 200ML','188','1','18','',14,'405','450','','450',NULL,NULL,5,0,0,'71597923354',0,0,0,1.00,'2020-08-20 14:37:08','7','1','1','0000-00-00','','active','pcs','Inventory','','','','ZERO RATED','mainitem','Exclusive'),(415,'RHINO KUBWA MATCHBOX PCS','189','1','1','',14,'3.4','5','','5',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(416,'RHINO NDOGO MATCHBOX PCS','190','1','1','',14,'2.3','3','','3',NULL,NULL,5,0,0,NULL,0,0,0,21.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(417,'NUVITA GINGER BISCUITS 5PCS','191','1','1','',14,'4.5','5',NULL,'5',NULL,NULL,5,0,0,NULL,0,0,0,34.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(418,'NUVITA MILK BISCUITS 5PCS','192','1','1','',14,'4.5','5',NULL,'5',NULL,NULL,5,0,0,NULL,0,0,0,34.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(419,'SWEET CAKES','193','1','1','',14,'54','60',NULL,'60',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(420,'DAWN JUMBO TISSUE','194','1','1','',14,'76.5','85',NULL,'85',NULL,NULL,5,0,0,NULL,0,0,0,12.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(421,'HANDKERCHIEF','195','1','1','',14,'27','30',NULL,'30',NULL,NULL,5,0,0,NULL,0,0,0,12.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(422,'PEMBE UGALI 1KG','196','1','1','',14,'49.5','55',NULL,'55',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(423,'Test','197','1','3','',14,'10','12','0','',NULL,NULL,0,0,0,'1120251597062760',0,0,0,0.00,'2020-08-10 15:33:15','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(424,'FANTA BLACKCURRANT 350ML','8888','1','10','',14,'36','40','0','40',NULL,NULL,0,0,0,'71597310069',0,0,0,0.00,'2020-08-13 12:15:30','7','1','COUNTER','0000-00-00','FANTA','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(425,'TROPICAL HEAT CINNAMON POWDER','6161100911598','1','16','',14,'80','85','0','85',NULL,NULL,5,0,0,'71597921162',0,0,0,6.00,'2020-08-20 14:01:27','7','1','1','0000-00-00','CINNAMON POWDER','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(426,'molo milk 200ml','161102794700','1','8','',14,'16','20','0','',NULL,NULL,0,0,0,'71597921142',0,0,0,0.00,'2020-08-20 13:59:21','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(427,'TUZO 2OOML','161101680431','1','8','',14,'16','20','0','',NULL,NULL,0,0,0,'8144471597920793',0,0,0,0.00,'2020-08-20 13:59:01','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5564','ZERO RATED','mainitem','Exclusive'),(428,'KAMARA BAR CAKE','224000497606','1','18','',14,'7.50','10','0','',NULL,NULL,0,0,0,'1880431597922660',0,0,0,0.00,'2020-08-20 14:28:55','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(429,'30 BOB BAG','201','1','18','',14,'20','30','0','',NULL,NULL,0,0,0,'6422461597923138',0,0,0,0.00,'2020-08-20 14:33:29','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(430,'40 BOB BAG','202','1','18','',14,'30','40','0','',NULL,NULL,0,0,0,'2165231597923255',0,0,0,0.00,'2020-08-20 14:35:05','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(431,'DELAMERE PEAR CARAMEL 250 ML','616400033506','1','8','',14,'60','70','0','',NULL,NULL,0,0,0,'2612881598009003',0,0,0,0.00,'2020-08-21 14:31:32','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(432,'BAHARI FRY 1LTS','266','1','11','',14,'151','170','0','',NULL,NULL,0,0,0,'1069941598117042',0,0,0,0.00,'2020-08-22 20:27:08','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(433,'BANTU MAIZE FLOUR 2KG','745114762979','1','18','',14,'98','110','0','',NULL,NULL,0,0,0,'107271598452400',0,0,0,0.00,'2020-08-26 17:35:51','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(434,'MILLBAKERS DAZ GINGER','6164000009815','1','15','',14,'35','45','0','',NULL,NULL,0,0,0,'8733931598537295',0,0,0,0.00,'2020-08-27 17:10:27','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(435,'MILLBAKERS DAZ MILK','269','1','15','',14,'35','45','0','',NULL,NULL,0,0,0,'4153031598537429',0,0,0,0.00,'2020-08-27 17:11:51','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(436,'MILLBAKERS DAZ HONEY','270','1','15','',14,'35','45','0','',NULL,NULL,0,0,0,'6298751598537512',0,0,0,0.00,'2020-08-27 17:13:29','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(437,'KENSALT 2KG ','10000905','1','11','',14,'57','70','0','',NULL,NULL,0,0,0,'6111411598717701',0,0,0,0.00,'2020-08-29 19:16:58','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(438,'FRESH FRUIT','428','1','19','',14,'3.4','5','0','',NULL,NULL,0,0,0,'1154781598892904',0,0,0,0.00,'2020-08-31 19:57:39','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(439,'FRESH PEPPER MINT','429','1','19','',14,'3.4','5','0','',NULL,NULL,0,0,0,'4709091598893061',0,0,0,0.00,'2020-08-31 20:01:23','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(440,'MSAFI CREAM 1KG','430','1','19','',14,'85','105','0','',NULL,NULL,0,0,0,'3444631598893284',0,0,0,0.00,'2020-08-31 20:03:30','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(441,'PK BLUE','431','1','19','',14,'4.2','6','0','6',NULL,NULL,0,0,0,'4102641598893496',0,0,0,0.00,'2020-08-31 20:06:04','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(442,'PK CINNAMON','432','1','19','',14,'4.2','6','0','6',NULL,NULL,0,0,0,'4131811598893565',0,0,0,0.00,'2020-08-31 20:08:15','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(443,'PK YELLOW','433','1','19','',14,'4.6','6','0','6',NULL,NULL,0,0,0,'4038131598893939',0,0,0,0.00,'2020-08-31 20:14:04','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(444,'AFIA JUICE 300ML','6008459000507','1','18','',14,'40.83','55','0','',NULL,NULL,0,0,0,'4224551599062803',0,0,0,0.00,'2020-09-02 19:09:01','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(445,'AFIA JUICE 500ML','6008459000453','1','18','',14,'57.5','70','0','',NULL,NULL,0,0,0,'7376781599062942',0,0,0,0.00,'2020-09-02 19:10:21','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(446,'MINUTE MAID APPLE 1LTS','5449000180292','1','10','',14,'108.33','130','0','',NULL,NULL,0,0,0,'6516181599207091',0,0,0,0.00,'2020-09-04 11:13:07','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(447,'YELLOW SOLID OIL 1KG','434','1','18','',14,'108','110','0','110',NULL,NULL,0,0,0,'8234051600068881',0,0,0,0.00,'2020-09-14 10:35:33','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(448,'BELLA JUMBO ROLL','6164000242595','1','18','',14,'78','90','0','',NULL,NULL,0,0,0,'812991600174120',0,0,0,0.00,'2020-09-15 15:50:26','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(449,'EDEN TEA 50GMS','435','1','18','',14,'18','25','0','',NULL,NULL,0,0,0,'1128821600283332',0,0,0,0.00,'2020-09-16 22:10:31','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(450,'SPA TEA 250G','0792382434152','1','18','',14,'85','100','0','',NULL,NULL,0,0,0,'7398371600322260',0,0,0,0.00,'2020-09-17 08:59:15','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(451,'SPARK DISHWASHING LIQUID','436','1','18','',14,'85','120','0','',NULL,NULL,0,0,0,'4660881600433984',0,0,0,0.00,'2020-09-18 16:00:34','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(452,'SUPER MAX','5013405652717','1','18','',14,'15','20','0','',NULL,NULL,0,0,0,'71600602123',0,0,0,11.00,'2020-09-20 14:42:31','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(455,'VELVEX POCKET TISSUE','6161100760035','1','18','',14,'15','20','0','',NULL,NULL,0,0,0,'2710851600607240',0,0,0,0.00,'2020-09-20 16:10:03','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(456,'HANAN ANTIBACTERIAL WIPES 20PCS','6164002695986','1','16','',14,'70','85','0','',NULL,NULL,0,0,0,'3306701600608804',0,0,0,0.00,'2020-09-20 16:35:23','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(457,'HANAN WIPES WITH OLIVE','6164002695962','1','16','',14,'180','210','0','',NULL,NULL,0,0,0,'71600609999',0,0,0,3.00,'2020-09-20 16:54:09','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(458,'VALLEYLAND UGALI 2KG','792382330195','1','18','',14,'85.5','110','0','',NULL,NULL,0,0,0,'71600615073',0,0,0,0.00,'2020-09-20 18:18:23','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(459,'VALLEYLAND UGALI 1KG','792382415885','1','18','',14,'47','55','0','',NULL,NULL,0,0,0,'4146301600615126',0,0,0,0.00,'2020-09-20 18:20:29','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(460,'sonaplast ','490','1','18','',14,'3','5','0','5',NULL,NULL,0,0,0,'71600664238',0,0,0,35.00,'2020-09-21 07:58:25','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(461,'maxiplast','491','1','18','',14,'8','10','0','',NULL,NULL,0,0,0,'71600664158',0,0,0,41.00,'2020-09-21 07:57:17','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(462,'SAF 100','492','1','18','',14,'95','100','0','',NULL,NULL,0,0,0,'71600668600',0,0,0,6.00,'2020-09-21 09:11:47','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(463,'SAF 50','493','1','18','',14,'45','50','0','',NULL,NULL,0,0,0,'71600668568',0,0,0,4.00,'2020-09-21 09:09:58','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(464,'SAF 20','494','1','18','',14,'15','20','0','',NULL,NULL,0,0,0,'71600668546',0,0,0,9.00,'2020-09-21 09:09:26','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(465,'SAF 10','495','1','18','',14,'5','10','0','',NULL,NULL,0,0,0,'71600668507',0,0,0,12.00,'2020-09-21 09:09:04','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(466,'AIRTEL100','496','1','18','',14,'95','100','0','',NULL,NULL,0,0,0,'71600668486',0,0,0,2.00,'2020-09-21 09:08:26','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(467,'AIRTEL50','497','1','18','',14,'46','50','0','',NULL,NULL,0,0,0,'71600668453',0,0,0,1.00,'2020-09-21 09:08:02','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(468,'AIRTEL 20','498','1','18','',14,'17','20','0','',NULL,NULL,0,0,0,'71600665854',0,0,0,11.00,'2020-09-21 09:07:31','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(469,'AIRTEL 10','499','1','18','',14,'8','10','0','',NULL,NULL,0,0,0,'71600665335',0,0,0,9.00,'2020-09-21 08:24:13','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(470,'ROXY CHOCOLATES','174','1','18','',14,'15','20','0','',NULL,NULL,0,0,0,'71600700428',0,0,0,0.00,'2020-09-21 18:00:39','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(471,'HB NATARAJ PENCIL','500','1','18','',14,'7','10','0','',NULL,NULL,0,0,0,'3751741600700844',0,0,0,0.00,'2020-09-21 18:08:31','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(472,'COOL COW SWEETS','502','1','3','',14,'0.88','1','0','',NULL,NULL,0,0,0,'9061591600759491',0,0,0,0.00,'2020-09-22 10:26:20','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(473,'KIWI 15ML','503','1','18','',14,'37.5','45','0','',NULL,NULL,0,0,0,'318671601034909',0,0,0,0.00,'2020-09-25 14:57:48','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(474,'MANJI GINGER NUT BISCUITS','504','1','18','',14,'4.17','5','0','',NULL,NULL,0,0,0,'4008701601035069',0,0,0,0.00,'2020-09-25 14:59:27','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Inclusive'),(475,'JAMAA CREAM 1 KG','505','1','18','',14,'90','110','0','',NULL,NULL,0,0,0,'6742071601035246',0,0,0,0.00,'2020-09-25 15:02:02','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(476,'WHITEWASH PINK 200G','506','1','18','',14,'21.88','35','0','',NULL,NULL,0,0,0,'2853401601035709',0,0,0,0.00,'2020-09-25 15:10:04','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(477,'TAMU TOMATO SAUSE','507','1','18','',14,'35.42','50','0','',NULL,NULL,0,0,0,'8665611601035885',0,0,0,0.00,'2020-09-25 15:13:31','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(478,'MILK POWER BISCUIT 195.5 G','508','1','3','',14,'55','65','0','55',NULL,NULL,0,0,0,'9789521601036156',0,0,0,0.00,'2020-09-25 15:18:37','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(479,'50 BOB HANDKERCHIEF','509','1','3','',14,'40','50','0','',NULL,NULL,0,0,0,'4573031601050869',0,0,0,0.00,'2020-09-25 19:21:48','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(480,'HANAN ONE ROLL','510','1','16','',14,'180','200','0','',NULL,NULL,0,0,0,'6862991601182802',0,0,0,0.00,'2020-09-27 08:01:27','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(481,'PARLE GLUCOSE 195.5G','511','1','3','',14,'55','65','0','',NULL,NULL,0,0,0,'71601917224',0,0,0,29.00,'2020-10-05 20:00:42','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(482,'ZENTA SOAP 1KG','512','1','18','',14,'92','105','0','',NULL,NULL,0,0,0,'4944621602082758',0,0,0,0.00,'2020-10-07 18:00:50','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(483,'MARA MOJA TABLETS','6009611170274','1','18','',14,'4','10','0','',NULL,NULL,0,0,0,'1935881602693536',0,0,0,0.00,'2020-10-14 19:40:15','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'),(484,'TRUFFES CHOCOLATE','513','1','18','',14,'6.7','10','0','',NULL,NULL,0,0,0,'5969801602933351',0,0,0,0.00,'2020-10-17 14:18:38','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','ZERO RATED','mainitem','Exclusive'); /*!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=76 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,'11','71597167612','','INV/340557','NA','7','2020-08-11 20:42:27','','NA','','','','','','purchases',12132.00,'1',0.00,'2020-08-11 20:40:00','2020-09-10 20:40:00','2020-08-12 15:04:11','7','','VATABLE','880.34',6288.16,'14','12132','closed','','',0,0,'new','Main'),(2,'8','71597170413','','342','NA','7','2020-08-11 21:28:58','','NA','','','','','','purchases',747.00,'1',0.00,'2020-08-11 21:26:00','2020-09-10 21:26:00','2020-08-12 14:59:57','7','','VATABLE','0',0.00,'14','747','closed','','',0,0,'new','Main'),(3,'11','71597291166','','000','NA','7','2020-08-13 07:00:35','','NA','','','','','','purchases',747.00,'1',0.00,'2020-08-13 06:59:00','2020-09-12 06:59:00','2020-08-13 07:01:59','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','Main'),(4,'10','71597308522','','132020','','7','2020-08-13 11:50:23','','','','','','','','purchases',1404.00,'1',0.00,'2020-08-13 11:48:00','2020-09-12 11:48:00','2020-08-13 11:54:05','7','','VATABLE','79.03',564.47,'14','0.00','closed','','',1,0,'new','1'),(5,'8','71597310475','','1234','','7','2020-08-13 12:22:13','','','','','','','','purchases',810.00,'1',0.00,'2020-08-13 12:21:00','2020-09-12 12:21:00','2020-08-13 12:23:06','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(6,'11','71597333540','','001','NA','7','2020-08-13 18:46:27','','NA','','','','','','purchases',0.00,'1',0.00,'2020-08-13 18:45:00','2020-09-12 18:45:00','','','','VATABLE','0.00',0.00,'14','0.00','open','','',1,0,'new','Main'),(7,'12','71597341378','','5562','','7','2020-08-13 20:57:46','','NA','','','','','','purchases',1143.00,'1',0.00,'2020-08-13 20:56:00','2020-09-12 20:56:00','2020-08-14 14:12:33','7','','VATABLE','0',0.00,'14','0.00','closed','','',0,0,'new','Main'),(8,'7','71597399901','','1213','','7','2020-08-14 13:13:01','','','','','','','','purchases',4455.00,'1',0.00,'2020-08-14 13:11:00','2020-09-13 13:11:00','2020-08-15 13:57:20','7','wambui','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(9,'11','71597516282','','002','NA','7','2020-08-15 21:32:42','','NA','','','','','','purchases',1620.00,'1',0.00,'2020-08-15 21:31:00','2020-09-14 21:31:00','2020-08-15 21:38:13','7','','VATABLE','174.09',1243.41,'14','0.00','closed','','',1,0,'new','1'),(10,'11','71597691075','','003','NA','7','2020-08-17 22:05:31','','NA','','','','','','purchases',1768.50,'1',0.00,'2020-08-17 22:04:00','2020-09-16 22:04:00','2020-08-17 22:16:22','7','','VATABLE','0',0.00,'14','0.00','closed','','',0,0,'new','1'),(11,'16','71597745416','','100','NA','7','2020-08-18 13:19:21','','NA','','','','','','purchases',0.00,'1',0.00,'2020-08-18 13:10:00','2020-09-17 13:10:00','','','','VATABLE','0.00',0.00,'14','0.00','open','','',0,0,'new','1'),(12,'11','71597841893','','004','NA','7','2020-08-19 15:59:22','','NA','','','','','','purchases',684.00,'1',0.00,'2020-08-19 15:58:00','2020-09-18 15:58:00','2020-08-19 16:01:24','7','','VATABLE','0',0.00,'14','0.00','closed','','',0,0,'new','1'),(13,'11','71597843028','','005','','7','2020-08-19 16:17:47','','','','','','','','purchases',0.00,'1',0.00,'2020-08-19 16:17:00','2020-09-18 16:17:00','','','','VATABLE','0.00',0.00,'14','0.00','open','','',0,0,'new','1'),(14,'8','71597850688','','005','','7','2020-08-19 18:25:31','','NA','','','','','','purchases',0.00,'1',0.00,'2020-08-19 18:24:00','2020-09-18 18:24:00','','','','VATABLE','0.00',0.00,'14','0.00','open','','',0,0,'new','1'),(15,'11','71597851015','','006','','7','2020-08-19 18:30:38','','','','','','','','purchases',2587.50,'1',0.00,'2020-08-19 18:30:00','2020-09-18 18:30:00','2020-08-21 11:04:37','7','','VATABLE','0',0.00,'14','0.00','closed','','',0,0,'new','1'),(16,'12','71597924975','','5796','','7','2020-08-20 15:04:02','','','','','','','','purchases',1003.50,'1',0.00,'2020-08-20 15:02:00','2020-09-19 15:02:00','2020-08-20 15:18:31','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(17,'8','71598008089','','006','','7','2020-08-21 14:09:23','','','','','','','','purchases',1152.00,'1',0.00,'2020-08-21 14:08:00','2020-09-20 14:08:00','2020-08-21 14:32:41','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(18,'3','71598008311','','007','','7','2020-08-21 14:12:16','','','','','','','','purchases',567.00,'1',0.00,'2020-08-21 14:11:00','2020-09-20 14:11:00','2020-08-22 09:54:30','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(19,'18','71598079017','','008','','7','2020-08-22 09:50:37','','','','','','','','purchases',0.00,'1',0.00,'2020-08-22 09:50:00','2020-09-21 09:50:00','','','','VATABLE','0.00',0.00,'14','0.00','open','','',1,0,'new','1'),(20,'11','71598116548','','343609','','7','2020-08-22 20:16:33','','','','','','','','purchases',15856.94,'1',0.00,'2020-08-22 20:15:00','2020-09-21 20:15:00','2020-08-23 11:21:22','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(21,'3','71598254149','','008','','7','2020-08-24 10:29:37','','','','','','','','purchases',3204.00,'1',0.00,'2020-08-24 10:29:00','2020-09-23 10:29:00','2020-08-24 10:32:17','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(22,'8','71598262988','','007','','7','2020-08-24 12:56:51','','','','','','','','purchases',1269.00,'1',0.00,'2020-08-24 12:56:00','2020-09-23 12:56:00','2020-08-24 13:00:22','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(23,'3','71598276430','','009','','7','2020-08-24 16:41:43','','','','','','','','purchases',240.00,'1',0.00,'2020-08-24 16:40:00','2020-09-23 16:40:00','2020-08-24 16:42:30','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(24,'8','71598340887','','010','','7','2020-08-25 10:35:19','','','','','','','','purchases',540.00,'1',0.00,'2020-08-25 10:34:00','2020-09-24 10:34:00','2020-08-25 10:35:52','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(25,'18','71598387672','','011','','7','2020-08-25 23:35:24','','','','','','','','purchases',10200.00,'1',0.00,'2020-08-25 23:34:00','2020-09-24 23:34:00','2020-08-26 11:27:33','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(26,'3','71598426130','','012','','7','2020-08-26 10:15:47','','','','','','','','purchases',747.00,'1',0.00,'2020-08-26 10:15:00','2020-09-25 10:15:00','2020-08-26 10:18:15','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(27,'18','71598452559','','013','','7','2020-08-26 17:36:20','','','','','','','','purchases',3972.00,'1',0.00,'2020-08-26 17:35:00','2020-09-25 17:35:00','2020-08-26 17:41:50','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(28,'12','71598532812','','014','','7','2020-08-27 15:53:54','','','','','','','','purchases',472.50,'1',0.00,'2020-08-27 15:53:00','2020-09-26 15:53:00','2020-08-27 15:54:20','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(29,'15','71598536620','','015','','7','2020-08-27 16:57:16','','','','','','','','purchases',3763.50,'1',0.00,'2020-08-27 16:57:00','2020-09-26 16:57:00','2020-08-27 17:49:52','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(30,'3','71598610269','','015','','7','2020-08-28 13:24:46','','','','','','','','purchases',1521.00,'1',0.00,'2020-08-28 13:24:00','2020-09-27 13:24:00','2020-08-28 13:47:08','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(31,'11','71598716396','','016','','7','2020-08-29 18:53:46','','','','','','','','purchases',5259.52,'1',0.00,'2020-08-29 18:53:00','2020-09-28 18:53:00','2020-08-29 19:27:18','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(32,'10','71598892083','','017','','7','2020-08-31 19:41:46','','','','','','','','purchases',4500.00,'1',0.00,'2020-08-31 19:41:00','2020-09-30 19:41:00','2020-08-31 19:50:03','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(33,'19','71598894222','','125348','','7','2020-08-31 20:17:52','','','','','','','','purchases',4638.11,'1',0.00,'2020-08-31 20:17:00','2020-09-30 20:17:00','2020-09-01 20:58:52','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(34,'3','71598970689','','017','','7','2020-09-01 17:31:52','','','','','','','','purchases',579.00,'1',0.00,'2020-09-01 17:31:00','2020-10-01 17:31:00','2020-09-01 20:57:53','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(35,'3','71599035802','','018','','7','2020-09-02 11:37:14','','','','','','','','purchases',477.00,'1',0.00,'2020-09-02 11:36:00','2020-10-02 11:36:00','2020-09-02 11:38:17','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(36,'18','71599062346','','018','','7','2020-09-02 18:59:26','','','','','','','','purchases',2989.42,'1',0.00,'2020-09-02 18:59:00','2020-10-02 18:59:00','2020-09-02 19:57:31','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(37,'12','71599131930','','019','','7','2020-09-03 14:19:09','','','','','','','','purchases',706.50,'1',0.00,'2020-09-03 14:18:00','2020-10-03 14:18:00','2020-09-03 15:15:36','7','','VATABLE','14.37',102.63,'14','0.00','closed','','',1,0,'new','1'),(38,'10','71599205088','','019','','7','2020-09-04 10:38:26','','','','','','','','purchases',5527.32,'1',0.00,'2020-09-04 10:38:00','2020-10-04 10:38:00','2020-09-04 11:13:47','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(39,'8','71599213966','','020','','7','2020-09-04 13:08:39','','','','','','','','purchases',5872.50,'1',0.00,'2020-09-04 13:06:00','2020-10-04 13:06:00','2020-09-04 13:17:41','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(40,'3','71599306300','','021','','7','2020-09-05 14:45:22','','','','','','','','purchases',423.00,'1',0.00,'2020-09-05 14:45:00','2020-10-05 14:45:00','2020-09-05 14:46:32','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(41,'3','71599474590','','022','','7','2020-09-07 13:30:21','','','','','','','','purchases',738.00,'1',0.00,'2020-09-07 13:29:00','2020-10-07 13:29:00','2020-09-07 13:35:20','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(42,'3','71599549202','','023','','7','2020-09-08 10:13:46','','','','','','','','purchases',5814.54,'1',0.00,'2020-09-08 10:13:00','2020-10-08 10:13:00','2020-09-08 10:37:15','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(43,'8','71599727733','','024','','7','2020-09-10 11:49:17','','','','','','','','purchases',1854.00,'1',0.00,'2020-09-10 11:48:00','2020-10-10 11:48:00','2020-09-10 12:01:11','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(44,'3','71599841887','','025','','7','2020-09-11 19:31:48','','','','','','','','purchases',183.15,'1',0.00,'2020-09-11 19:31:00','2020-10-11 19:31:00','2020-09-11 19:32:18','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(45,'3','71599912001','','026','','7','2020-09-12 15:00:27','','','','','','','','purchases',3390.50,'1',0.00,'2020-09-12 15:00:00','2020-10-12 15:00:00','2020-09-12 15:02:58','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(46,'3','71600067683','','027','','7','2020-09-14 10:15:12','','','','','','','','purchases',6312.00,'1',0.00,'2020-09-14 10:14:00','2020-10-14 10:14:00','2020-09-14 13:36:55','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(47,'18','71600174231','','027','','7','2020-09-15 15:50:59','','','','','','','','purchases',1296.00,'1',0.00,'2020-09-15 15:50:00','2020-10-15 15:50:00','2020-09-15 15:51:41','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(48,'3','71600243208','','028','','7','2020-09-16 11:00:30','','','','','','','','purchases',300.00,'1',0.00,'2020-09-16 11:00:00','2020-10-16 11:00:00','2020-09-16 11:01:04','7','','VATABLE','36.84',263.16,'14','0.00','closed','','',1,0,'new','1'),(49,'18','71600282451','','028','','7','2020-09-16 21:54:30','','','','','','','','purchases',18396.48,'1',0.00,'2020-09-16 21:54:00','2020-10-16 21:54:00','2020-09-18 20:03:56','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(50,'3','71600321766','','029','','7','2020-09-17 08:49:43','','','','','','','','purchases',3879.00,'1',0.00,'2020-09-17 08:49:00','2020-10-17 08:49:00','2020-09-18 20:05:15','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(51,'18','71600434039','','029','','7','2020-09-18 16:01:05','','','','','','','','purchases',1050.00,'1',0.00,'2020-09-18 16:00:00','2020-10-18 16:00:00','2020-09-18 20:05:21','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(52,'10','71600583653','','030','','7','2020-09-20 09:34:37','','','','','','','','purchases',5823.00,'1',0.00,'2020-09-20 09:34:00','2020-10-20 09:34:00','2020-09-20 09:46:23','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(53,'18','71600600361','','1234','','7','2020-09-20 14:13:40','','','','','','','','purchases',0.00,'1',0.00,'2020-09-20 14:12:00','2020-10-20 14:12:00','2020-09-20 14:15:05','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(54,'3','71600759347','','031','','7','2020-09-22 10:23:03','','','','','','','','purchases',6498.90,'1',0.00,'2020-09-22 10:22:00','2020-10-22 10:22:00','2020-09-22 15:08:02','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(55,'3','71600854205','','032','','7','2020-09-23 12:43:45','','','','','','','','purchases',3131.00,'1',0.00,'2020-09-23 12:43:00','2020-10-23 12:43:00','2020-09-23 14:34:18','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(56,'12','71600949551','','033','','7','2020-09-24 15:12:51','','','','','','','','purchases',1281.00,'1',0.00,'2020-09-24 15:12:00','2020-10-24 15:12:00','2020-09-24 17:50:23','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(57,'3','71601016909','','034','','7','2020-09-25 09:56:37','','','','','','','','purchases',783.00,'1',0.00,'2020-09-25 09:55:00','2020-10-25 09:55:00','2020-09-25 10:01:02','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(58,'18','71601035351','','035','','7','2020-09-25 15:02:57','','','','','','','','purchases',19148.84,'1',0.00,'2020-09-25 15:02:00','2020-10-25 15:02:00','2020-09-27 07:49:27','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(59,'3','71601118822','','035','','7','2020-09-26 14:14:00','','','','','','','','purchases',423.00,'1',0.00,'2020-09-26 14:13:00','2020-10-26 14:13:00','2020-09-26 14:14:44','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(60,'3','71601301443','','036','','7','2020-09-28 16:57:44','','','','','','','','purchases',13949.32,'1',0.00,'2020-09-28 16:57:00','2020-10-28 16:57:00','2020-09-28 17:18:51','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(61,'3','71601380008','','037','','7','2020-09-29 14:47:23','','','','','','','','purchases',1483.00,'1',0.00,'2020-09-29 14:46:00','2020-10-29 14:46:00','2020-09-29 16:28:43','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(62,'3','71601463381','','038','','7','2020-09-30 13:56:40','','','','','','','','purchases',5025.40,'1',0.00,'2020-09-30 13:56:00','2020-10-30 13:56:00','2020-09-30 18:41:31','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(63,'3','71601537439','','039','','7','2020-10-01 10:30:54','','','','','','','','purchases',3755.50,'1',0.00,'2020-10-01 10:30:00','2020-10-31 10:30:00','2020-10-01 18:48:11','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(64,'18','71601638032','','039','','7','2020-10-02 14:27:34','','','','','','','','purchases',9980.00,'1',0.00,'2020-10-02 14:27:00','2020-11-01 14:27:00','2020-10-05 11:50:06','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(65,'3','71601755872','','040','','7','2020-10-03 23:11:34','','','','','','','','purchases',7040.70,'1',0.00,'2020-10-03 23:11:00','2020-11-02 23:11:00','2020-10-07 17:46:34','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(66,'3','71601887865','','041','','7','2020-10-05 11:51:26','','','','','','','','purchases',1509.00,'1',0.00,'2020-10-05 11:51:00','2020-11-04 11:51:00','2020-10-07 17:46:08','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(67,'3','71602081995','','042','','7','2020-10-07 17:46:58','','','','','','','','purchases',6991.96,'1',0.00,'2020-10-07 17:46:00','2020-11-06 17:46:00','2020-10-07 18:01:36','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(68,'19','71602168031','','043','','7','2020-10-08 17:42:59','','','','','','','','purchases',13494.91,'1',0.00,'2020-10-08 17:40:00','2020-11-07 17:40:00','2020-10-08 17:56:08','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(69,'8','71602258617','','044','','7','2020-10-09 18:50:51','','','','','','','','purchases',2479.00,'1',0.00,'2020-10-09 18:50:00','2020-11-08 18:50:00','2020-10-09 18:53:56','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(70,'3','71602312932','','045','','7','2020-10-10 09:55:51','','','','','','','','purchases',5988.00,'1',0.00,'2020-10-10 09:55:00','2020-11-09 09:55:00','2020-10-10 18:29:12','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(71,'8','71602503863','','046','','7','2020-10-12 14:58:10','','','','','','','','purchases',5628.00,'1',0.00,'2020-10-12 14:57:00','2020-11-11 14:57:00','2020-10-12 19:44:24','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(72,'3','71602613180','','047','','7','2020-10-13 21:20:04','','','','','','','','purchases',1700.00,'1',0.00,'2020-10-13 21:19:00','2020-11-12 21:19:00','2020-10-14 19:40:44','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(73,'3','71602785301','','048','','7','2020-10-15 21:09:11','','','','','','','','purchases',6313.30,'1',0.00,'2020-10-15 21:08:00','2020-11-14 21:08:00','2020-10-15 21:16:15','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(74,'10','71602835255','','048','','7','2020-10-16 11:01:23','','','','','','','','purchases',3886.00,'1',0.00,'2020-10-16 11:00:00','2020-11-15 11:00:00','2020-10-16 12:28:10','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(75,'3','71602933038','','049','','7','2020-10-17 14:10:59','','','','','','','','purchases',8093.00,'1',0.00,'2020-10-17 14:10:00','2020-11-16 14:10:00','2020-10-18 12:35:19','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'); /*!40000 ALTER TABLE `purchaseorder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `purchaseorderlist` -- DROP TABLE IF EXISTS `purchaseorderlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `purchaseorderlist` ( `id` int(30) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `sprice` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` varchar(50) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `unit` varchar(10) NOT NULL, `totalweight` varchar(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `purchaseorderlist` -- LOCK TABLES `purchaseorderlist` WRITE; /*!40000 ALTER TABLE `purchaseorderlist` DISABLE KEYS */; /*!40000 ALTER TABLE `purchaseorderlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `quotation` -- DROP TABLE IF EXISTS `quotation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `quotation` ( `id` int(30) NOT NULL AUTO_INCREMENT, `supplier` text NOT NULL, `invoice` varchar(50) NOT NULL, `orderdate` varchar(30) NOT NULL, `ordernumber` varchar(30) NOT NULL, `description` text NOT NULL, `userid` varchar(30) NOT NULL, `createdate` varchar(30) NOT NULL, `orderedby` text NOT NULL, `shippingto` text NOT NULL, `canceldate` varchar(30) NOT NULL, `deliverymethod` varchar(30) NOT NULL, `fob` text NOT NULL, `terms` text NOT NULL, `deliverydate` varchar(30) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'new', `amount` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `preparedby` varchar(30) NOT NULL, `weight` varchar(10) NOT NULL DEFAULT 'No', `branchid` int(30) NOT NULL DEFAULT 1, PRIMARY KEY (`id`), UNIQUE KEY `invoice` (`invoice`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `quotation` -- LOCK TABLES `quotation` WRITE; /*!40000 ALTER TABLE `quotation` DISABLE KEYS */; /*!40000 ALTER TABLE `quotation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `receipt` -- DROP TABLE IF EXISTS `receipt`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `receipt` ( `id` int(40) NOT NULL AUTO_INCREMENT, `plotno` varchar(60) NOT NULL, `houseno` varchar(40) NOT NULL, `tenantid` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `description` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `paymentstatus` varchar(40) NOT NULL, `paymentmode` varchar(40) NOT NULL, `transactioncode` varchar(100) DEFAULT NULL, `approvedby` varchar(60) NOT NULL, `approvaldate` varchar(60) NOT NULL, `overpayment` varchar(40) NOT NULL, `balance` decimal(10,2) NOT NULL DEFAULT 0.00, `companyid` varchar(100) NOT NULL, `paidby` varchar(50) NOT NULL, `exactime` varchar(30) NOT NULL, `paymentcode` varchar(30) NOT NULL, `paid` decimal(10,2) NOT NULL, `branchid` int(2) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `receipt` -- LOCK TABLES `receipt` WRITE; /*!40000 ALTER TABLE `receipt` DISABLE KEYS */; /*!40000 ALTER TABLE `receipt` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `recharge` -- DROP TABLE IF EXISTS `recharge`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `recharge` ( `id` int(11) NOT NULL AUTO_INCREMENT, `amount` decimal(10,2) NOT NULL, `userid` int(20) NOT NULL, `companyid` int(5) NOT NULL, `dateposted` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL, `branch` int(10) NOT NULL, `type` varchar(30) NOT NULL, `description` text NOT NULL, `balance` double(10,2) NOT NULL, `rate` decimal(10,2) NOT NULL, `balancebefore` decimal(10,2) NOT NULL, `units` decimal(10,2) NOT NULL, `code` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `business` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `recharge` -- LOCK TABLES `recharge` WRITE; /*!40000 ALTER TABLE `recharge` DISABLE KEYS */; INSERT INTO `recharge` VALUES (1,150.00,1,1,'2020-08-03 09:13:09pm','',0,'','',150.00,1.00,0.00,150.00,'4444888','',''); /*!40000 ALTER TABLE `recharge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `report` -- DROP TABLE IF EXISTS `report`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `report` ( `id` int(50) NOT NULL AUTO_INCREMENT, `country` varchar(60) NOT NULL, `type` varchar(50) NOT NULL, `county` varchar(50) NOT NULL, `school` varchar(50) NOT NULL, `category` varchar(30) NOT NULL, `contact` varchar(60) NOT NULL, `place` varchar(60) NOT NULL, `occurancedate` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `img_id` varchar(60) NOT NULL, `updatedtime` varchar(40) NOT NULL, `status` varchar(40) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `report` -- LOCK TABLES `report` WRITE; /*!40000 ALTER TABLE `report` DISABLE KEYS */; /*!40000 ALTER TABLE `report` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roomcharges` -- DROP TABLE IF EXISTS `roomcharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `roomcharges` ( `id` int(11) NOT NULL AUTO_INCREMENT, `roomid` varchar(40) NOT NULL, `plotno` varchar(100) NOT NULL, `cost` varchar(100) NOT NULL, `status` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `name` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `chargeid` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salary` -- LOCK TABLES `salary` WRITE; /*!40000 ALTER TABLE `salary` DISABLE KEYS */; /*!40000 ALTER TABLE `salary` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salarycharges` -- DROP TABLE IF EXISTS `salarycharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salarycharges` ( `id` int(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 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 */; /*!40000 ALTER TABLE `salarycharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales` -- DROP TABLE IF EXISTS `sales`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales` ( `id` int(30) NOT NULL AUTO_INCREMENT, `cashier` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `due_date` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `balance` varchar(20) NOT NULL DEFAULT '0', `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `cash` varchar(50) NOT NULL, `total` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `salestype` varchar(50) NOT NULL, `maindiscount` varchar(20) DEFAULT NULL, `discountedtotal` varchar(20) NOT NULL, `branch` varchar(30) NOT NULL DEFAULT '1', `card` varchar(30) NOT NULL, `voucher` varchar(30) NOT NULL, `credit` varchar(30) NOT NULL, `points` varchar(30) NOT NULL, `mpesa` varchar(50) NOT NULL, `cheque` varchar(50) NOT NULL, `ordersales` varchar(20) DEFAULT 'printed', `description` text NOT NULL, `mytable` varchar(30) NOT NULL, `maincategory` varchar(30) DEFAULT NULL, `creditnote` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL DEFAULT 'No', `updatedby` varchar(10) NOT NULL, `updatedat` varchar(50) NOT NULL, `plotno` varchar(20) NOT NULL, `houseno` varchar(20) NOT NULL, `baddebt` varchar(30) NOT NULL, `tax1` varchar(30) NOT NULL, `tax2` varchar(30) NOT NULL, `cardnumber` varchar(50) DEFAULT NULL, `savedcoins` decimal(10,2) NOT NULL, `savedpoints` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2801 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-10 19:11:11','','0','4','2020-08-10 19:11:11','','4555','4555','1','retail',NULL,'4555','1','0','0','0','0','0','0','printed',' ','','1','','41597072776','No','','','','','','','','',0.00,0.00),(2,'','Cash','','2020-08-10 19:15:00','','0','4','2020-08-10 19:15:00','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41597076013','No','','','','','','','','',0.00,0.00),(3,'','Cash','','2020-08-10 19:41:48','','0','4','2020-08-10 19:41:48','','685','685','1','retail',NULL,'685','1','0','0','0','0','0','0','printed',' ','','1','','41597077493','No','','','','','','','','',0.00,0.00),(4,'','Cash','','2020-08-10 19:52:01','','0','4','2020-08-10 19:52:01','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','','41597078008','No','','','','','','','','',0.00,0.00),(5,'','Cash','','2020-08-10 20:05:49','','0','4','2020-08-10 20:05:49','','455','455','1','retail',NULL,'455','1','0','0','0','0','0','0','printed',' ','','1','','41597079091','No','','','','','','','','',0.00,0.00),(6,'','Cash','','2020-08-11 08:50:38','','0','4','2020-08-11 08:50:38','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed',' ','','1','','41597124966','Cleared','','','','','','','','',0.00,0.00),(7,'','Cash','','2020-08-11 08:51:48','','0','4','2020-08-11 08:51:48','','195','195','1','retail',NULL,'195','1','0','0','0','0','0','0','printed',' ','','1','','41597125044','Cleared','','','','','','','','',0.00,0.00),(8,'','Cash','','2020-08-11 09:04:15','','0','4','2020-08-11 09:04:15','','95','95','1','retail',NULL,'95','1','0','0','0','0','0','0','printed',' ','','1','','41597125826','Cleared','','','','','','','','',0.00,0.00),(9,'','Cash','','2020-08-11 09:43:04','','0','4','2020-08-11 09:43:04','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41597127155','Cleared','4','2020-08-11 09:43:04','','','','','','',0.00,0.00),(10,'','Cash','','2020-08-11 09:51:27','','0','4','2020-08-11 09:51:27','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41597128452','No','','','','','','','','',0.00,0.00),(11,'','Cash','','2020-08-11 09:52:46','','0','4','2020-08-11 09:52:46','','45','45','1','retail',NULL,'45','1','0','0','0','0','0','0','printed',' ','','1','','41597128743','Cleared','','','','','','','','',0.00,0.00),(12,'','Cash','','2020-08-11 09:59:40','','0','4','2020-08-11 09:59:40','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597128771','No','','','','','','','','',0.00,0.00),(13,'','Cash','','2020-08-11 10:03:20','','0','4','2020-08-11 10:03:20','','340','340','1','retail',NULL,'340','1','0','0','0','0','0','0','printed',' ','','1','','41597129273','No','','','','','','','','',0.00,0.00),(14,'','Cash','','2020-08-11 10:05:22','','0','4','2020-08-11 10:05:22','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41597129504','Cleared','','','','','','','','',0.00,0.00),(15,'','Cash','','2020-08-11 10:24:42','','0','4','2020-08-11 10:24:42','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41597129577','No','','','','','','','','',0.00,0.00),(16,'','Cash','','2020-08-11 10:40:34','','0','4','2020-08-11 10:40:34','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41597130800','No','','','','','','','','',0.00,0.00),(17,'','Cash','','2020-08-11 11:20:41','','0','4','2020-08-11 11:20:41','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41597133232','No','4','2020-08-11 11:20:41','','','','','','',0.00,0.00),(18,'','Cash','','2020-08-11 11:56:11','','415','4','2020-08-11 11:56:11','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41597136148','Cleared','','','','','','','','',0.00,0.00),(19,'','Cash','','2020-08-11 12:06:16','','0','4','2020-08-11 12:06:16','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41597136186','No','','','','','','','','',0.00,0.00),(20,'','Cash','','2020-08-11 12:25:11','','0','4','2020-08-11 12:25:11','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597136781','No','','','','','','','','',0.00,0.00),(21,'','Cash','','2020-08-11 12:43:02','','0','4','2020-08-11 12:43:02','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41597137919','No','','','','','','','','',0.00,0.00),(22,'','Cash','','2020-08-11 13:56:02','','0','4','2020-08-11 13:05:36','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41597138988','No','4','2020-08-11 13:56:02','','','','','','',0.00,0.00),(23,'','Cash','','2020-08-11 14:25:30','','0','4','2020-08-11 14:25:30','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41597143380','No','','','','','','','','',0.00,0.00),(24,'','Cash','','2020-08-11 14:35:24','','0','4','2020-08-11 14:35:24','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597145150','No','','','','','','','','',0.00,0.00),(25,'','Cash','','2020-08-11 15:06:55','','0','4','2020-08-11 15:06:55','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41597145731','No','','','','','','','','',0.00,0.00),(26,'','Cash','','2020-08-11 15:55:38','','0','4','2020-08-11 15:55:38','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41597147621','No','','','','','','','','',0.00,0.00),(27,'','Cash','','2020-08-11 16:10:25','','0','4','2020-08-11 16:10:25','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41597150588','No','','','','','','','','',0.00,0.00),(28,'','Cash','','2020-08-11 16:34:11','','0','4','2020-08-11 16:34:11','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41597151866','Cleared','','','','','','','','',0.00,0.00),(29,'','Cash','','2020-08-11 16:42:16','','0','4','2020-08-11 16:42:16','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41597152885','No','','','','','','','','',0.00,0.00),(30,'','Cash','','2020-08-11 16:45:07','','0','4','2020-08-11 16:45:07','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41597153342','No','','','','','','','','',0.00,0.00),(31,'','Cash','','2020-08-11 17:10:27','','0','4','2020-08-11 17:10:27','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41597153525','No','','','','','','','','',0.00,0.00),(32,'','Cash','','2020-08-11 17:15:36','','0','4','2020-08-11 17:15:36','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41597155030','No','','','','','','','','',0.00,0.00),(33,'','Cash','','2020-08-11 18:05:02','','0','4','2020-08-11 18:05:02','','230','230','1','retail',NULL,'230','1','0','0','0','0','0','0','printed',' ','','1','','41597156141','No','','','','','','','','',0.00,0.00),(34,'','Cash','','2020-08-11 18:32:06','','0','4','2020-08-11 18:32:06','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597158308','No','','','','','','','','',0.00,0.00),(35,'','Cash','','2020-08-11 18:46:15','','0','4','2020-08-11 18:46:15','','84','84','1','retail',NULL,'84','1','0','0','0','0','0','0','printed',' ','','1','','41597159932','No','','','','','','','','',0.00,0.00),(36,'','Cash','','2020-08-11 18:53:20','','0','4','2020-08-11 18:53:20','','505','505','1','retail',NULL,'505','1','0','0','0','0','0','0','printed',' ','','1','','41597161037','No','','','','','','','','',0.00,0.00),(37,'','Cash','','2020-08-11 19:01:05','','0','4','2020-08-11 19:01:05','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41597161237','No','','','','','','','','',0.00,0.00),(38,'','Cash','','2020-08-11 19:06:54','','0','4','2020-08-11 19:06:54','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41597161999','No','','','','','','','','',0.00,0.00),(39,'','Cash','','2020-08-11 19:08:43','','0','4','2020-08-11 19:08:43','','45','45','1','retail',NULL,'45','1','0','0','0','0','0','0','printed',' ','','1','','41597162107','No','','','','','','','','',0.00,0.00),(40,'','Cash','','2020-08-11 19:32:55','','0','4','2020-08-11 19:32:55','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597163562','No','','','','','','','','',0.00,0.00),(41,'','Cash','','2020-08-11 19:33:37','','0','4','2020-08-11 19:33:37','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597163580','No','','','','','','','','',0.00,0.00),(42,'','Cash','','2020-08-11 19:41:53','','0','4','2020-08-11 19:41:53','','570','570','1','retail',NULL,'570','1','0','0','0','0','0','0','printed',' ','','1','','41597163766','No','','','','','','','','',0.00,0.00),(43,'','Cash','','2020-08-11 19:49:55','','0','4','2020-08-11 19:49:55','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','','41597164177','No','','','','','','','','',0.00,0.00),(44,'','Cash','','2020-08-11 19:50:54','','0','4','2020-08-11 19:50:54','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41597164644','No','','','','','','','','',0.00,0.00),(45,'','Cash','','2020-08-12 10:22:03','','0','4','2020-08-12 10:22:03','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','','41597214472','No','4','2020-08-12 10:22:03','','','','','','',0.00,0.00),(46,'','Cash','','2020-08-12 11:45:41','','0','4','2020-08-12 11:45:41','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41597220834','No','','','','','','','','',0.00,0.00),(47,'','Cash','','2020-08-12 12:11:36','','0','4','2020-08-12 12:11:36','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597223469','No','','','','','','','','',0.00,0.00),(48,'','Cash','','2020-08-12 12:24:33','','0','4','2020-08-12 12:24:33','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597223508','No','','','','','','','','',0.00,0.00),(49,'','Cash','','2020-08-12 12:53:14','','0','4','2020-08-12 12:53:14','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41597224281','No','','','','','','','','',0.00,0.00),(50,'','Cash','','2020-08-12 12:55:46','','0','4','2020-08-12 12:55:46','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41597226024','Cleared','','','','','','','','',0.00,0.00),(51,'','Cash','','2020-08-12 12:58:07','','0','4','2020-08-12 12:58:07','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597226223','No','4','2020-08-12 12:58:07','','','','','','',0.00,0.00),(52,'','Cash','','2020-08-12 13:09:45','','0','4','2020-08-12 13:09:45','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41597226297','Cleared','4','2020-08-12 13:09:45','','','','','','',0.00,0.00),(53,'','Cash','','2020-08-12 13:30:13','','0','4','2020-08-12 13:30:13','','390','390','1','retail',NULL,'390','1','0','0','0','0','0','0','printed',' ','','1','','41597226997','Cleared','','','','','','','','',0.00,0.00),(54,'','Cash','','2020-08-12 13:38:00','','0','4','2020-08-12 13:38:00','','295','295','1','retail',NULL,'295','1','0','0','0','0','0','0','printed',' ','','1','','41597228221','No','','','','','','','','',0.00,0.00),(55,'','Cash','','2020-08-12 14:04:29','','0','4','2020-08-12 14:04:29','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41597230222','No','','','','','','','','',0.00,0.00),(56,'','Cash','','2020-08-12 14:14:48','','0','4','2020-08-12 14:14:48','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41597230869','No','','','','','','','','',0.00,0.00),(57,'','Cash','','2020-08-12 14:17:10','','0','4','2020-08-12 14:17:10','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41597230891','No','','','','','','','','',0.00,0.00),(58,'','Cash','','2020-08-12 14:32:12','','0','4','2020-08-12 14:32:12','','173','173','1','retail',NULL,'173','1','0','0','0','0','0','0','printed',' ','','1','','41597231034','No','','','','','','','','',0.00,0.00),(59,'','Cash','','2020-08-12 15:05:41','','0','4','2020-08-12 15:05:41','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41597231942','No','','','','','','','','',0.00,0.00),(60,'','Cash','','2020-08-12 15:07:53','','0','4','2020-08-12 15:07:53','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41597233953','No','','','','','','','','',0.00,0.00),(61,'','Cash','','2020-08-12 15:16:30','','0','4','2020-08-12 15:16:30','','720','720','1','retail',NULL,'720','1','0','0','0','0','0','0','printed',' ','','1','','41597234076','No','','','','','','','','',0.00,0.00),(62,'','Cash','','2020-08-12 15:41:59','','0','4','2020-08-12 15:41:59','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41597236082','No','','','','','','','','',0.00,0.00),(63,'','Cash','','2020-08-12 16:26:28','','0','4','2020-08-12 16:26:28','','115','115','1','retail',NULL,'115','1','0','0','0','0','0','0','printed',' ','','1','','41597236123','No','','','','','','','','',0.00,0.00),(64,'','Cash','','2020-08-12 16:47:33','','0','4','2020-08-12 16:47:33','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41597239396','No','','','','','','','','',0.00,0.00),(65,'','Cash','','2020-08-12 16:51:40','','0','4','2020-08-12 16:51:40','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41597240068','No','','','','','','','','',0.00,0.00),(66,'','Cash','','2020-08-12 18:47:37','','0','4','2020-08-12 18:47:37','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597247133','No','','','','','','','','',0.00,0.00),(67,'','Cash','','2020-08-12 18:58:53','','0','4','2020-08-12 18:58:53','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','41597247262','No','','','','','','','','',0.00,0.00),(68,'','Cash','','2020-08-12 19:12:24','','0','4','2020-08-12 19:12:24','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41597247939','No','','','','','','','','',0.00,0.00),(69,'','Cash','','2020-08-12 19:31:28','','0','4','2020-08-12 19:31:28','','210','210','1','retail',NULL,'210','1','0','0','0','0','0','0','printed',' ','','1','','41597249832','No','','','','','','','','',0.00,0.00),(70,'','Cash','','2020-08-12 19:47:45','','0','4','2020-08-12 19:47:45','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41597250216','No','','','','','','','','',0.00,0.00),(71,'','Cash','','2020-08-12 19:51:21','','0','4','2020-08-12 19:51:21','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597250875','No','','','','','','','','',0.00,0.00),(72,'','Cash','','2020-08-12 19:55:20','','815','4','2020-08-12 19:55:20','','185','185','1','retail',NULL,'185','1','0','0','0','0','0','0','printed',' ','','1','','41597251085','Cleared','','','','','','','','',0.00,0.00),(73,'','Cash','','2020-08-13 09:17:36','','0','4','2020-08-13 09:17:36','','255','255','1','retail',NULL,'255','1','0','0','0','0','0','0','printed',' ','','1','','41597299325','No','','','','','','','','',0.00,0.00),(74,'','Cash','','2020-08-13 09:49:29','','0','4','2020-08-13 09:49:29','','330','330','1','retail',NULL,'330','1','0','0','0','0','0','0','printed',' ','','1','','41597301285','No','','','','','','','','',0.00,0.00),(75,'','Cash','','2020-08-13 09:52:26','','0','4','2020-08-13 09:52:26','','430','430','1','retail',NULL,'430','1','0','0','0','0','0','0','printed',' ','','1','','41597301446','Cleared','','','','','','','','',0.00,0.00),(76,'','Cash','','2020-08-13 09:59:46','','0','4','2020-08-13 09:59:46','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41597301979','No','','','','','','','','',0.00,0.00),(77,'','Cash','','2020-08-13 11:34:39','','0','4','2020-08-13 11:34:39','','155','155','1','retail',NULL,'155','1','0','0','0','0','0','0','printed',' ','','1','','41597307644','Cleared','','','','','','','','',0.00,0.00),(78,'','Cash','','2020-08-13 11:35:56','','0','4','2020-08-13 11:35:56','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41597307686','Cleared','','','','','','','','',0.00,0.00),(79,'','Cash','','2020-08-13 11:39:20','','0','4','2020-08-13 11:39:20','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41597307950','Cleared','','','','','','','','',0.00,0.00),(80,'','Cash','','2020-08-13 11:46:14','','0','4','2020-08-13 11:46:14','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','','41597308363','No','','','','','','','','',0.00,0.00),(81,'','Cash','','2020-08-13 11:46:55','','0','4','2020-08-13 11:46:55','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41597308379','No','','','','','','','','',0.00,0.00),(82,'','Cash','','2020-08-13 12:02:55','','0','4','2020-08-13 12:02:55','','140','140','1','retail',NULL,'140','1','0','0','0','0','0','0','printed',' ','','1','','41597309350','No','','','','','','','','',0.00,0.00),(83,'','Cash','','2020-08-13 12:29:12','','0','4','2020-08-13 12:29:12','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41597310845','No','','','','','','','','',0.00,0.00),(84,'','Cash','','2020-08-13 12:32:38','','0','4','2020-08-13 12:32:38','','185','185','1','retail',NULL,'185','1','0','0','0','0','0','0','printed',' ','','1','','41597311130','No','','','','','','','','',0.00,0.00),(85,'','Cash','','2020-08-13 15:55:08','','0','4','2020-08-13 15:55:08','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41597323214','No','','','','','','','','',0.00,0.00),(86,'','Cash','','2020-08-13 15:59:59','','0','4','2020-08-13 15:59:59','','260','260','1','retail',NULL,'260','1','0','0','0','0','0','0','printed',' ','','1','','41597323311','No','','','','','','','','',0.00,0.00),(87,'','Cash','','2020-08-13 16:08:35','','0','4','2020-08-13 16:08:35','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41597324105','No','','','','','','','','',0.00,0.00),(88,'','Cash','','2020-08-13 17:55:43','','0','4','2020-08-13 17:55:43','','915','915','1','retail',NULL,'915','1','0','0','0','0','0','0','printed',' ','','1','','41597330417','No','','','','','','','','',0.00,0.00),(89,'','Cash','','2020-08-13 17:58:39','','0','4','2020-08-13 17:58:39','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597330548','Cleared','','','','','','','','',0.00,0.00),(90,'','Cash','','2020-08-13 18:10:12','','0','4','2020-08-13 18:10:12','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41597331085','No','','','','','','','','',0.00,0.00),(91,'','Cash','','2020-08-13 18:23:28','','0','4','2020-08-13 18:23:28','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','41597331424','No','','','','','','','','',0.00,0.00),(92,'','Cash','','2020-08-13 18:43:14','','0','4','2020-08-13 18:43:14','','335','335','1','retail',NULL,'335','1','0','0','0','0','0','0','printed',' ','','1','','41597332941','No','','','','','','','','',0.00,0.00),(93,'','Cash','','2020-08-13 19:12:11','','0','4','2020-08-13 19:12:11','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41597333587','No','','','','','','','','',0.00,0.00),(94,'','Cash','','2020-08-13 19:17:07','','0','4','2020-08-13 19:17:07','','45','45','1','retail',NULL,'45','1','0','0','0','0','0','0','printed',' ','','1','','41597335373','No','','','','','','','','',0.00,0.00),(95,'','Cash','','2020-08-13 19:25:43','','0','4','2020-08-13 19:25:43','','145','145','1','retail',NULL,'145','1','0','0','0','0','0','0','printed',' ','','1','','41597335447','No','','','','','','','','',0.00,0.00),(96,'','Cash','','2020-08-13 19:28:42','','0','4','2020-08-13 19:28:42','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41597336102','No','','','','','','','','',0.00,0.00),(97,'','Cash','','2020-08-13 19:50:15','','0','4','2020-08-13 19:50:15','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41597336951','No','','','','','','','','',0.00,0.00),(98,'','Cash','','2020-08-14 09:35:48','','0','4','2020-08-14 09:35:48','','385','385','1','retail',NULL,'385','1','0','0','0','0','0','0','printed',' ','','1','','41597386884','No','','','','','','','','',0.00,0.00),(99,'','Cash','','2020-08-14 09:56:49','','0','4','2020-08-14 09:56:49','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','','41597386950','Cleared','','','','','','','','',0.00,0.00),(100,'','Cash','','2020-08-14 10:04:23','','0','4','2020-08-14 10:04:23','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41597388213','No','','','','','','','','',0.00,0.00),(101,'','Cash','','2020-08-14 10:27:04','','0','4','2020-08-14 10:27:04','','185','185','1','retail',NULL,'185','1','0','0','0','0','0','0','printed',' ','','1','','41597389503','No','','','','','','','','',0.00,0.00),(102,'','Cash','','2020-08-14 10:47:12','','0','4','2020-08-14 10:47:12','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41597391029','Cleared','','','','','','','','',0.00,0.00),(103,'','Cash','','2020-08-14 10:49:21','','0','4','2020-08-14 10:49:21','','290','290','1','retail',NULL,'290','1','0','0','0','0','0','0','printed',' ','','1','','41597391242','No','','','','','','','','',0.00,0.00),(104,'','Cash','','2020-08-14 11:25:22','','0','4','2020-08-14 11:25:22','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41597391390','No','','','','','','','','',0.00,0.00),(105,'','Cash','','2020-08-14 11:54:16','','0','4','2020-08-14 11:54:16','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41597393561','No','','','','','','','','',0.00,0.00),(106,'','Cash','','2020-08-14 12:25:21','','0','4','2020-08-14 12:25:21','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41597395613','No','','','','','','','','',0.00,0.00),(107,'','Cash','','2020-08-14 12:36:40','','0','4','2020-08-14 12:36:40','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41597397268','No','','','','','','','','',0.00,0.00),(108,'','Cash','','2020-08-14 12:52:44','','0','4','2020-08-14 12:52:44','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41597398754','No','','','','','','','','',0.00,0.00),(109,'','Cash','','2020-08-14 13:10:54','','0','4','2020-08-14 13:10:54','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41597399843','No','','','','','','','','',0.00,0.00),(110,'','Cash','','2020-08-14 14:09:16','','0','4','2020-08-14 14:09:16','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597403219','No','','','','','','','','',0.00,0.00),(111,'','Cash','','2020-08-14 14:16:29','','0','4','2020-08-14 14:16:29','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41597403363','No','','','','','','','','',0.00,0.00),(112,'','Cash','','2020-08-14 14:29:27','','0','4','2020-08-14 14:29:27','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41597403803','No','','','','','','','','',0.00,0.00),(113,'','Cash','','2020-08-14 14:31:46','','0','4','2020-08-14 14:31:46','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41597404579','No','','','','','','','','',0.00,0.00),(114,'','Cash','','2020-08-14 15:13:14','','0','4','2020-08-14 15:13:14','','1155','1155','1','retail',NULL,'1155','1','0','0','0','0','0','0','printed',' ','','1','','41597406970','No','','','','','','','','',0.00,0.00),(115,'','Cash','','2020-08-14 15:35:25','','0','4','2020-08-14 15:35:25','','115','115','1','retail',NULL,'115','1','0','0','0','0','0','0','printed',' ','','1','','41597408368','No','','','','','','','','',0.00,0.00),(116,'','Cash','','2020-08-14 15:59:30','','0','4','2020-08-14 15:59:30','','185','185','1','retail',NULL,'185','1','0','0','0','0','0','0','printed',' ','','1','','41597408530','No','','','','','','','','',0.00,0.00),(117,'','Cash','','2020-08-14 16:01:55','','0','4','2020-08-14 16:01:55','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41597409974','No','','','','','','','','',0.00,0.00),(118,'','Cash','','2020-08-14 16:19:04','','0','4','2020-08-14 16:19:04','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41597410122','No','','','','','','','','',0.00,0.00),(119,'','Cash','','2020-08-14 17:31:04','','0','4','2020-08-14 17:31:04','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41597415421','No','','','','','','','','',0.00,0.00),(120,'','Cash','','2020-08-14 17:35:30','','0','4','2020-08-14 17:35:30','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41597415466','No','','','','','','','','',0.00,0.00),(121,'','Cash','','2020-08-14 17:37:58','','0','4','2020-08-14 17:37:58','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41597415734','No','','','','','','','','',0.00,0.00),(122,'','Cash','','2020-08-14 17:38:45','','0','4','2020-08-14 17:38:45','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41597415907','No','','','','','','','','',0.00,0.00),(123,'','Cash','','2020-08-14 17:42:06','','0','4','2020-08-14 17:42:06','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41597416010','No','','','','','','','','',0.00,0.00),(124,'','Cash','','2020-08-14 17:54:22','','0','4','2020-08-14 17:54:22','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41597416129','No','','','','','','','','',0.00,0.00),(125,'','Cash','','2020-08-14 18:34:04','','0','4','2020-08-14 18:34:04','','370','370','1','retail',NULL,'370','1','0','0','0','0','0','0','printed',' ','','1','','41597418514','No','','','','','','','','',0.00,0.00),(126,'','Cash','','2020-08-14 18:36:11','','0','4','2020-08-14 18:36:11','','360','360','1','retail',NULL,'360','1','0','0','0','0','0','0','printed',' ','','1','','41597419247','No','','','','','','','','',0.00,0.00),(127,'','Cash','','2020-08-14 19:25:07','','0','4','2020-08-14 19:25:07','','140','140','1','retail',NULL,'140','1','0','0','0','0','0','0','printed',' ','','1','','41597422258','No','','','','','','','','',0.00,0.00),(128,'','Cash','','2020-08-14 19:41:46','','0','4','2020-08-14 19:41:46','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41597422788','No','','','','','','','','',0.00,0.00),(129,'','Cash','','2020-08-15 10:12:24','','0','4','2020-08-15 10:12:24','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41597475513','No','','','','','','','','',0.00,0.00),(130,'','Cash','','2020-08-15 11:43:04','','0','4','2020-08-15 11:43:04','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41597480966','No','','','','','','','','',0.00,0.00),(131,'','Cash','','2020-08-15 11:45:55','','0','4','2020-08-15 11:45:55','','415','415','1','retail',NULL,'415','1','0','0','0','0','0','0','printed',' ','','1','','41597480988','Cleared','4','2020-08-15 11:45:55','','','','','','',0.00,0.00),(132,'','Cash','','2020-08-15 12:10:14','','0','4','2020-08-15 12:10:14','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','','41597482497','No','','','','','','','','',0.00,0.00),(133,'','Cash','','2020-08-15 12:11:22','','0','4','2020-08-15 12:11:22','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597482647','No','','','','','','','','',0.00,0.00),(134,'','Cash','','2020-08-15 12:16:53','','0','4','2020-08-15 12:16:53','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597482899','No','','','','','','','','',0.00,0.00),(135,'','Cash','','2020-08-15 12:38:04','','0','4','2020-08-15 12:38:04','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41597483017','No','','','','','','','','',0.00,0.00),(136,'','Cash','','2020-08-15 13:42:36','','0','4','2020-08-15 13:42:36','','315','315','1','retail',NULL,'315','1','0','0','0','0','0','0','printed',' ','','1','','41597488068','No','','','','','','','','',0.00,0.00),(137,'','Cash','','2020-08-15 13:48:07','','0','4','2020-08-15 13:48:07','','265','265','1','retail',NULL,'265','1','0','0','0','0','0','0','printed',' ','','1','','41597488167','No','','','','','','','','',0.00,0.00),(138,'','Cash','','2020-08-15 13:56:07','','0','4','2020-08-15 13:56:07','','330','330','1','retail',NULL,'330','1','0','0','0','0','0','0','printed',' ','','1','','41597488501','No','','','','','','','','',0.00,0.00),(139,'','Cash','','2020-08-15 14:02:13','','0','4','2020-08-15 14:02:13','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41597489043','Cleared','','','','','','','','',0.00,0.00),(140,'','Cash','','2020-08-15 15:10:44','','0','4','2020-08-15 15:10:44','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41597489336','No','','','','','','','','',0.00,0.00),(141,'','Cash','','2020-08-15 15:20:54','','0','4','2020-08-15 15:20:54','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41597493446','No','','','','','','','','',0.00,0.00),(142,'','Cash','','2020-08-15 17:35:42','','0','4','2020-08-15 17:35:42','','840','840','1','retail',NULL,'840','1','0','0','0','0','0','0','printed',' ','','1','','41597501914','No','','','','','','','','',0.00,0.00),(143,'','Cash','','2020-08-15 17:37:23','','0','4','2020-08-15 17:37:23','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41597502154','No','','','','','','','','',0.00,0.00),(144,'','Cash','','2020-08-15 17:47:08','','0','4','2020-08-15 17:47:08','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41597502725','No','','','','','','','','',0.00,0.00),(145,'','Cash','','2020-08-15 17:49:04','','0','4','2020-08-15 17:49:04','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41597502895','No','','','','','','','','',0.00,0.00),(146,'','Cash','','2020-08-15 17:50:11','','0','4','2020-08-15 17:50:11','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','','41597502957','No','','','','','','','','',0.00,0.00),(147,'','Cash','','2020-08-15 17:51:07','','0','4','2020-08-15 17:51:07','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41597503018','No','','','','','','','','',0.00,0.00),(148,'','Cash','','2020-08-15 17:51:42','','0','4','2020-08-15 17:51:42','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41597503075','No','','','','','','','','',0.00,0.00),(149,'','Cash','','2020-08-15 18:03:35','','0','4','2020-08-15 18:03:35','','315','315','1','retail',NULL,'315','1','0','0','0','0','0','0','printed',' ','','1','','41597503611','Cleared','4','2020-08-15 18:03:35','','','','','','',0.00,0.00),(150,'','Cash','','2020-08-15 18:12:19','','0','4','2020-08-15 18:12:19','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597504327','No','','','','','','','','',0.00,0.00),(151,'','Cash','','2020-08-15 18:40:25','','0','4','2020-08-15 18:40:25','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41597504343','No','','','','','','','','',0.00,0.00),(152,'','Cash','','2020-08-15 18:47:04','','0','4','2020-08-15 18:47:04','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41597506028','No','','','','','','','','',0.00,0.00),(153,'','Cash','','2020-08-15 19:08:00','','0','4','2020-08-15 19:08:00','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41597506427','No','','','','','','','','',0.00,0.00),(154,'','Cash','','2020-08-15 19:47:26','','0','4','2020-08-15 19:47:26','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41597507689','No','','','','','','','','',0.00,0.00),(155,'','Cash','','2020-08-15 19:49:05','','0','4','2020-08-15 19:49:05','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41597510056','No','','','','','','','','',0.00,0.00),(156,'','Cash','','2020-08-16 08:49:06','','0','4','2020-08-16 08:49:06','','310','310','1','retail',NULL,'310','1','0','0','0','0','0','0','printed',' ','','1','','41597556160','No','','','','','','','','',0.00,0.00),(157,'','Cash','','2020-08-16 09:04:18','','0','4','2020-08-16 09:04:18','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597556953','No','','','','','','','','',0.00,0.00),(158,'','Cash','','2020-08-16 09:52:12','','0','4','2020-08-16 09:52:12','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41597557921','No','','','','','','','','',0.00,0.00),(159,'','Cash','','2020-08-16 09:59:46','','0','4','2020-08-16 09:59:46','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41597560742','Cleared','','','','','','','','',0.00,0.00),(160,'','Cash','','2020-08-16 10:16:59','','0','4','2020-08-16 10:16:59','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41597561287','Cleared','4','2020-08-16 10:16:59','','','','','','',0.00,0.00),(161,'','Cash','','2020-08-16 10:43:30','','0','4','2020-08-16 10:43:30','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41597562947','No','4','2020-08-16 10:43:30','','','','','','',0.00,0.00),(162,'','Cash','','2020-08-16 11:27:30','','0','4','2020-08-16 10:57:41','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41597563818','No','4','2020-08-16 11:27:30','','','','','','',0.00,0.00),(163,'','Cash','','2020-08-16 11:56:25','','0','4','2020-08-16 11:56:25','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41597568172','No','','','','','','','','',0.00,0.00),(164,'','Cash','','2020-08-16 11:59:22','','0','4','2020-08-16 11:59:22','','255','255','1','retail',NULL,'255','1','0','0','0','0','0','0','printed',' ','','1','','41597568325','No','','','','','','','','',0.00,0.00),(165,'','Cash','','2020-08-16 12:16:17','','0','4','2020-08-16 12:16:17','','260','260','1','retail',NULL,'260','1','0','0','0','0','0','0','printed',' ','','1','','41597568526','No','','','','','','','','',0.00,0.00),(166,'','Cash','','2020-08-16 12:38:31','','0','4','2020-08-16 12:38:31','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41597569420','No','','','','','','','','',0.00,0.00),(167,'','Cash','','2020-08-16 12:48:34','','0','4','2020-08-16 12:48:34','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41597570715','No','','','','','','','','',0.00,0.00),(168,'','Cash','','2020-08-16 13:37:03','','0','4','2020-08-16 13:37:03','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41597574155','No','','','','','','','','',0.00,0.00),(169,'','Cash','','2020-08-16 14:16:12','','75','4','2020-08-16 14:16:12','','665','665','1','retail',NULL,'665','1','0','0','0','0','0','0','printed',' ','','1','','41597576531','Cleared','','','','','','','','',0.00,0.00),(170,'','Cash','','2020-08-16 14:17:58','','0','4','2020-08-16 14:17:58','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41597576637','No','','','','','','','','',0.00,0.00),(171,'','Cash','','2020-08-16 14:55:59','','0','4','2020-08-16 14:55:59','','115','115','1','retail',NULL,'115','1','0','0','0','0','0','0','printed',' ','','1','','41597578929','No','','','','','','','','',0.00,0.00),(172,'','Cash','','2020-08-16 14:57:34','','305','4','2020-08-16 14:57:34','','695','695','1','retail',NULL,'695','1','0','0','0','0','0','0','printed',' ','','1','','41597578967','Cleared','','','','','','','','',0.00,0.00),(173,'','Cash','','2020-08-16 16:07:18','','0','4','2020-08-16 16:07:18','','490','490','1','retail',NULL,'490','1','0','0','0','0','0','0','printed',' ','','1','','41597582944','No','','','','','','','','',0.00,0.00),(174,'','Cash','','2020-08-16 16:17:58','','0','4','2020-08-16 16:17:58','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41597583808','No','','','','','','','','',0.00,0.00),(175,'','Cash','','2020-08-16 16:24:27','','0','4','2020-08-16 16:24:27','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41597583880','No','','','','','','','','',0.00,0.00),(176,'','Cash','','2020-08-16 16:30:53','','0','4','2020-08-16 16:30:53','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41597584294','No','','','','','','','','',0.00,0.00),(177,'','Cash','','2020-08-16 16:46:55','','0','4','2020-08-16 16:46:55','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597584688','No','','','','','','','','',0.00,0.00),(178,'','Cash','','2020-08-16 16:52:11','','0','4','2020-08-16 16:52:11','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41597585708','No','','','','','','','','',0.00,0.00),(179,'','Cash','','2020-08-16 16:54:53','','0','4','2020-08-16 16:54:53','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41597585954','No','','','','','','','','',0.00,0.00),(180,'','Cash','','2020-08-16 17:20:25','','0','4','2020-08-16 17:20:25','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41597586128','No','','','','','','','','',0.00,0.00),(181,'','Cash','','2020-08-16 17:29:26','','0','4','2020-08-16 17:29:26','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41597587638','No','','','','','','','','',0.00,0.00),(182,'','Cash','','2020-08-16 17:33:18','','0','4','2020-08-16 17:33:18','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41597588169','No','','','','','','','','',0.00,0.00),(183,'','Cash','','2020-08-16 19:01:37','','0','4','2020-08-16 19:01:37','','715','715','1','retail',NULL,'715','1','0','0','0','0','0','0','printed',' ','','1','','41597593642','No','','','','','','','','',0.00,0.00),(184,'','Cash','','2020-08-17 08:11:17','','0','4','2020-08-17 08:11:17','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41597641026','No','','','','','','','','',0.00,0.00),(185,'','Cash','','2020-08-17 09:02:31','','0','4','2020-08-17 09:02:31','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41597641084','No','','','','','','','','',0.00,0.00),(186,'','Cash','','2020-08-17 09:51:33','','0','4','2020-08-17 09:51:33','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41597646377','No','','','','','','','','',0.00,0.00),(187,'','Cash','','2020-08-17 10:38:30','','0','4','2020-08-17 10:38:30','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41597649020','No','','','','','','','','',0.00,0.00),(188,'','Cash','','2020-08-17 11:23:58','','0','4','2020-08-17 11:23:58','','445','445','1','retail',NULL,'445','1','0','0','0','0','0','0','printed',' ','','1','','41597650126','No','4','2020-08-17 11:23:58','','','','','','',0.00,0.00),(189,'','Cash','','2020-08-17 13:18:57','','0','4','2020-08-17 13:18:57','','425','425','1','retail',NULL,'425','1','0','0','0','0','0','0','printed',' ','','1','','41597658239','No','','','','','','','','',0.00,0.00),(190,'','Cash','','2020-08-17 14:31:38','','0','4','2020-08-17 14:31:38','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41597663851','No','','','','','','','','',0.00,0.00),(191,'','Cash','','2020-08-17 15:25:13','','0','4','2020-08-17 15:25:13','','155','155','1','retail',NULL,'155','1','0','0','0','0','0','0','printed',' ','','1','','41597663904','No','','','','','','','','',0.00,0.00),(192,'','Cash','','2020-08-17 17:07:13','','0','4','2020-08-17 17:07:13','','650','650','1','retail',NULL,'650','1','0','0','0','0','0','0','printed',' ','','1','','41597672995','No','','','','','','','','',0.00,0.00),(193,'','Cash','','2020-08-17 17:23:06','','0','4','2020-08-17 17:23:06','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41597673300','No','','','','','','','','',0.00,0.00),(194,'','Cash','','2020-08-17 17:28:17','','0','4','2020-08-17 17:28:17','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41597674190','No','','','','','','','','',0.00,0.00),(195,'','Cash','','2020-08-17 18:06:26','','0','4','2020-08-17 18:06:26','','155','155','1','retail',NULL,'155','1','0','0','0','0','0','0','printed',' ','','1','','41597674511','No','','','','','','','','',0.00,0.00),(196,'','Cash','','2020-08-17 18:52:30','','0','4','2020-08-17 18:52:30','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41597679502','No','','','','','','','','',0.00,0.00),(197,'','Cash','','2020-08-17 20:10:11','','0','4','2020-08-17 20:10:11','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41597684164','No','','','','','','','','',0.00,0.00),(198,'','Cash','','2020-08-18 08:39:14','','0','4','2020-08-18 08:39:14','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41597729128','No','','','','','','','','',0.00,0.00),(199,'','Cash','','2020-08-18 09:19:26','','0','4','2020-08-18 09:19:26','','290','290','1','retail',NULL,'290','1','0','0','0','0','0','0','printed',' ','','1','','41597729221','Cleared','4','2020-08-18 09:19:26','','','','','','',0.00,0.00),(200,'','Cash','','2020-08-18 10:49:12','','0','4','2020-08-18 10:49:12','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41597731576','No','','','','','','','','',0.00,0.00),(201,'','Cash','','2020-08-18 10:58:56','','0','4','2020-08-18 10:58:56','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41597737487','No','','','','','','','','',0.00,0.00),(202,'','Cash','','2020-08-18 11:30:23','','0','4','2020-08-18 11:30:23','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41597739213','No','','','','','','','','',0.00,0.00),(203,'','Cash','','2020-08-18 12:01:58','','0','4','2020-08-18 12:01:58','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41597739498','No','','','','','','','','',0.00,0.00),(204,'','Cash','','2020-08-18 13:03:48','','0','4','2020-08-18 13:03:48','','565','565','1','retail',NULL,'565','1','0','0','0','0','0','0','printed',' ','','1','','41597744852','No','','','','','','','','',0.00,0.00),(205,'','Cash','','2020-08-18 13:10:26','','0','4','2020-08-18 13:10:26','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41597745406','No','','','','','','','','',0.00,0.00),(206,'','Cash','','2020-08-18 15:27:50','','0','4','2020-08-18 15:27:50','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41597753660','Cleared','','','','','','','','',0.00,0.00),(207,'','Cash','','2020-08-18 16:06:27','','0','4','2020-08-18 16:06:27','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41597754381','No','','','','','','','','',0.00,0.00),(208,'','Cash','','2020-08-18 17:23:22','','0','4','2020-08-18 17:23:22','','190','190','1','retail',NULL,'190','1','0','0','0','0','0','0','printed',' ','','1','','41597760248','No','4','2020-08-18 17:23:22','','','','','','',0.00,0.00),(209,'','Cash','','2020-08-18 17:38:34','','0','4','2020-08-18 17:38:34','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','','41597760631','No','4','2020-08-18 17:38:34','','','','','','',0.00,0.00),(210,'','Cash','','2020-08-18 18:19:09','','0','4','2020-08-18 18:19:09','','460','460','1','retail',NULL,'460','1','0','0','0','0','0','0','printed',' ','','1','','41597761540','No','','','','','','','','',0.00,0.00),(211,'','Cash','','2020-08-18 18:20:16','','0','4','2020-08-18 18:20:16','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41597763957','No','','','','','','','','',0.00,0.00),(212,'','Cash','','2020-08-18 18:21:42','','0','4','2020-08-18 18:21:42','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597764080','No','','','','','','','','',0.00,0.00),(213,'','Cash','','2020-08-18 18:28:31','','0','4','2020-08-18 18:28:31','','360','360','1','retail',NULL,'360','1','0','0','0','0','0','0','printed',' ','','1','','41597764496','No','','','','','','','','',0.00,0.00),(214,'','Cash','','2020-08-18 18:32:12','','0','4','2020-08-18 18:32:12','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41597764524','No','','','','','','','','',0.00,0.00),(215,'','Cash','','2020-08-18 18:34:12','','0','4','2020-08-18 18:34:12','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41597764736','No','','','','','','','','',0.00,0.00),(216,'','Cash','','2020-08-18 18:42:37','','0','4','2020-08-18 18:42:37','','215','215','1','retail',NULL,'215','1','0','0','0','0','0','0','printed',' ','','1','','41597765309','No','','','','','','','','',0.00,0.00),(217,'','Cash','','2020-08-18 18:53:48','','0','4','2020-08-18 18:53:48','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41597765400','No','','','','','','','','',0.00,0.00),(218,'','Cash','','2020-08-18 18:55:46','','0','4','2020-08-18 18:55:46','','215','215','1','retail',NULL,'215','1','0','0','0','0','0','0','printed',' ','','1','','41597766031','No','','','','','','','','',0.00,0.00),(219,'','Cash','','2020-08-18 18:58:06','','0','4','2020-08-18 18:58:06','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41597766152','No','','','','','','','','',0.00,0.00),(220,'','Cash','','2020-08-18 19:28:39','','0','4','2020-08-18 19:28:39','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41597766291','No','','','','','','','','',0.00,0.00),(221,'','Cash','','2020-08-19 10:02:47','','0','4','2020-08-19 10:02:47','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597819299','No','','','','','','','','',0.00,0.00),(222,'','Cash','','2020-08-19 12:14:46','','0','4','2020-08-19 12:14:46','','610','610','1','retail',NULL,'610','1','0','0','0','0','0','0','printed',' ','','1','','41597828273','No','','','','','','','','',0.00,0.00),(223,'','Cash','','2020-08-19 12:25:56','','0','4','2020-08-19 12:25:56','','480','480','1','retail',NULL,'480','1','0','0','0','0','0','0','printed',' ','','1','','41597828500','Cleared','','','','','','','','',0.00,0.00),(224,'','Cash','','2020-08-19 14:00:11','','0','4','2020-08-19 14:00:11','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41597829180','No','','','','','','','','',0.00,0.00),(225,'','Cash','','2020-08-19 14:02:15','','0','4','2020-08-19 14:02:15','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41597834814','No','','','','','','','','',0.00,0.00),(226,'','Cash','','2020-08-19 14:17:36','','0','4','2020-08-19 14:17:36','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597834940','No','','','','','','','','',0.00,0.00),(227,'','Cash','','2020-08-19 14:31:58','','0','4','2020-08-19 14:31:58','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','','41597836550','No','','','','','','','','',0.00,0.00),(228,'','Cash','','2020-08-19 16:21:08','','0','4','2020-08-19 16:21:08','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41597842995','No','','','','','','','','',0.00,0.00),(229,'','Cash','','2020-08-19 16:31:18','','0','4','2020-08-19 16:31:18','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41597843744','No','','','','','','','','',0.00,0.00),(230,'','Cash','','2020-08-19 16:46:04','','0','4','2020-08-19 16:46:04','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41597844757','No','','','','','','','','',0.00,0.00),(231,'','Cash','','2020-08-19 17:02:55','','0','4','2020-08-19 17:02:55','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597844797','Cleared','','','','','','','','',0.00,0.00),(232,'','Cash','','2020-08-19 17:07:14','','0','4','2020-08-19 17:07:14','','340','340','1','retail',NULL,'340','1','0','0','0','0','0','0','printed',' ','','1','','41597845779','No','','','','','','','','',0.00,0.00),(233,'','Cash','','2020-08-19 17:10:52','','0','4','2020-08-19 17:10:52','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41597846046','No','','','','','','','','',0.00,0.00),(234,'','Cash','','2020-08-19 17:16:04','','0','4','2020-08-19 17:16:04','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597846255','No','','','','','','','','',0.00,0.00),(235,'','Cash','','2020-08-19 17:26:42','','0','4','2020-08-19 17:26:42','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41597846770','No','','','','','','','','',0.00,0.00),(236,'','Cash','','2020-08-19 17:41:16','','0','4','2020-08-19 17:41:16','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41597847220','No','','','','','','','','',0.00,0.00),(237,'','Cash','','2020-08-19 17:55:33','','0','4','2020-08-19 17:55:33','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41597848836','No','','','','','','','','',0.00,0.00),(238,'','Cash','','2020-08-19 18:26:30','','0','4','2020-08-19 18:26:30','','490','490','1','retail',NULL,'490','1','0','0','0','0','0','0','printed',' ','','1','','41597848938','No','','','','','','','','',0.00,0.00),(239,'','Cash','','2020-08-19 18:30:21','','0','4','2020-08-19 18:30:21','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41597850975','No','','','','','','','','',0.00,0.00),(240,'','Cash','','2020-08-19 18:55:28','','0','4','2020-08-19 18:55:28','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41597851085','No','','','','','','','','',0.00,0.00),(241,'','Cash','','2020-08-19 19:04:35','','0','4','2020-08-19 19:04:35','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed',' ','','1','','41597852535','No','','','','','','','','',0.00,0.00),(242,'','Cash','','2020-08-19 19:16:49','','0','4','2020-08-19 19:16:49','','190','190','1','retail',NULL,'190','1','0','0','0','0','0','0','printed',' ','','1','','41597853097','No','','','','','','','','',0.00,0.00),(243,'','Cash','','2020-08-19 19:25:52','','0','4','2020-08-19 19:25:52','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41597853833','No','','','','','','','','',0.00,0.00),(244,'','Cash','','2020-08-19 19:47:24','','0','4','2020-08-19 19:47:24','','145','145','1','retail',NULL,'145','1','0','0','0','0','0','0','printed',' ','','1','','41597854478','No','','','','','','','','',0.00,0.00),(245,'','Cash','','2020-08-19 19:56:46','','0','4','2020-08-19 19:56:46','','220','220','1','retail',NULL,'220','1','0','0','0','0','0','0','printed',' ','','1','','41597855651','No','','','','','','','','',0.00,0.00),(246,'','Cash','','2020-08-19 19:58:32','','0','4','2020-08-19 19:58:32','','185','185','1','retail',NULL,'185','1','0','0','0','0','0','0','printed',' ','','1','','41597856269','No','','','','','','','','',0.00,0.00),(247,'','Cash','','2020-08-20 08:51:43','','0','4','2020-08-20 08:51:43','','430','430','1','retail',NULL,'430','1','0','0','0','0','0','0','printed',' ','','1','','41597902606','Cleared','','','','','','','','',0.00,0.00),(248,'','Cash','','2020-08-20 09:27:57','','0','4','2020-08-20 09:27:57','','280','280','1','retail',NULL,'280','1','0','0','0','0','0','0','printed',' ','','1','','41597904852','No','','','','','','','','',0.00,0.00),(249,'','Cash','','2020-08-20 09:48:03','','0','4','2020-08-20 09:48:03','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41597904880','No','','','','','','','','',0.00,0.00),(250,'','Cash','','2020-08-20 09:48:19','','0','4','2020-08-20 09:48:19','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41597906087','Cleared','','','','','','','','',0.00,0.00),(251,'','Cash','','2020-08-20 09:49:41','','0','4','2020-08-20 09:49:41','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41597906104','No','','','','','','','','',0.00,0.00),(252,'','Cash','','2020-08-20 09:57:55','','0','4','2020-08-20 09:57:55','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41597906186','No','','','','','','','','',0.00,0.00),(253,'','Cash','','2020-08-20 10:42:58','','0','4','2020-08-20 10:42:58','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41597906677','No','','','','','','','','',0.00,0.00),(254,'','Cash','','2020-08-20 10:46:33','','0','4','2020-08-20 10:46:33','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41597909381','No','','','','','','','','',0.00,0.00),(255,'','Cash','','2020-08-20 11:07:36','','0','4','2020-08-20 11:07:36','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41597909598','No','','','','','','','','',0.00,0.00),(256,'','Cash','','2020-08-20 11:20:16','','0','4','2020-08-20 11:20:16','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41597910947','No','','','','','','','','',0.00,0.00),(257,'','Cash','','2020-08-20 11:34:53','','0','4','2020-08-20 11:34:53','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41597911654','No','','','','','','','','',0.00,0.00),(258,'','Cash','','2020-08-20 11:40:03','','0','4','2020-08-20 11:40:03','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41597912790','No','','','','','','','','',0.00,0.00),(259,'','Cash','','2020-08-20 12:18:27','','0','4','2020-08-20 12:18:27','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41597912808','No','','','','','','','','',0.00,0.00),(260,'','Cash','','2020-08-20 13:39:03','','0','4','2020-08-20 13:39:03','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41597915112','No','','','','','','','','',0.00,0.00),(261,'','Cash','','2020-08-20 14:22:32','','0','4','2020-08-20 14:22:32','','1090','1090','1','retail',NULL,'1090','1','0','0','0','0','0','0','printed',' ','','1','','41597920590','No','','','','','','','','',0.00,0.00),(262,'','Cash','','2020-08-20 14:58:38','','0','4','2020-08-20 14:58:38','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41597923325','No','','','','','','','','',0.00,0.00),(263,'','Cash','','2020-08-20 15:15:07','','0','4','2020-08-20 15:15:07','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41597925242','No','','','','','','','','',0.00,0.00),(264,'','Cash','','2020-08-20 16:04:39','','0','4','2020-08-20 16:04:39','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','41597928580','No','','','','','','','','',0.00,0.00),(265,'','Cash','','2020-08-20 17:44:20','','0','4','2020-08-20 17:44:20','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','','41597934181','No','','','','','','','','',0.00,0.00),(266,'','Cash','','2020-08-20 19:10:15','','0','4','2020-08-20 19:10:15','','785','785','1','retail',NULL,'785','1','0','0','0','0','0','0','printed',' ','','1','','41597939587','No','','','','','','','','',0.00,0.00),(267,'','Cash','','2020-08-20 19:20:51','','0','4','2020-08-20 19:20:51','','225','225','1','retail',NULL,'225','1','0','0','0','0','0','0','printed',' ','','1','','41597939821','No','','','','','','','','',0.00,0.00),(268,'','Cash','','2020-08-20 19:28:10','','0','4','2020-08-20 19:28:10','','255','255','1','retail',NULL,'255','1','0','0','0','0','0','0','printed',' ','','1','','41597940643','No','','','','','','','','',0.00,0.00),(269,'','Cash','','2020-08-20 19:53:31','','0','4','2020-08-20 19:53:31','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597942403','No','','','','','','','','',0.00,0.00),(270,'','Cash','','2020-08-21 08:37:55','','0','4','2020-08-21 08:37:55','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41597988266','Cleared','','','','','','','','',0.00,0.00),(271,'','Cash','','2020-08-21 08:38:40','','0','4','2020-08-21 08:38:40','','430','430','1','retail',NULL,'430','1','0','0','0','0','0','0','printed',' ','','1','','41597988281','Cleared','','','','','','','','',0.00,0.00),(272,'','Cash','','2020-08-21 09:05:18','','0','4','2020-08-21 09:05:18','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed',' ','','1','','41597988335','Cleared','','','','','','','','',0.00,0.00),(273,'','Cash','','2020-08-21 09:16:45','','0','4','2020-08-21 09:16:45','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41597989944','No','','','','','','','','',0.00,0.00),(274,'','Cash','','2020-08-21 09:29:46','','0','4','2020-08-21 09:29:46','','225','225','1','retail',NULL,'225','1','0','0','0','0','0','0','printed',' ','','1','','41597990622','No','','','','','','','','',0.00,0.00),(275,'','Cash','','2020-08-21 09:36:42','','0','4','2020-08-21 09:36:42','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41597991485','No','','','','','','','','',0.00,0.00),(276,'','Cash','','2020-08-21 09:38:20','','0','4','2020-08-21 09:38:20','','305','305','1','retail',NULL,'305','1','0','0','0','0','0','0','printed',' ','','1','','41597991809','No','','','','','','','','',0.00,0.00),(277,'','Cash','','2020-08-21 10:34:33','','0','4','2020-08-21 10:34:33','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41597991979','Cleared','','','','','','','','',0.00,0.00),(278,'','Cash','','2020-08-21 10:35:49','','0','4','2020-08-21 10:35:49','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41597995279','No','','','','','','','','',0.00,0.00),(279,'','Cash','','2020-08-21 10:45:39','','0','4','2020-08-21 10:45:39','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41597995424','No','','','','','','','','',0.00,0.00),(280,'','Cash','','2020-08-21 11:28:56','','0','4','2020-08-21 11:28:56','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41597995942','No','','','','','','','','',0.00,0.00),(281,'','Cash','','2020-08-21 12:30:43','','0','4','2020-08-21 12:30:43','','325','325','1','retail',NULL,'325','1','0','0','0','0','0','0','printed',' ','','1','','41597998546','No','','','','','','','','',0.00,0.00),(282,'','Cash','','2020-08-21 13:10:45','','0','4','2020-08-21 13:10:45','','275','275','1','retail',NULL,'275','1','0','0','0','0','0','0','printed',' ','','1','','41598002335','No','','','','','','','','',0.00,0.00),(283,'','Cash','','2020-08-21 14:20:49','','0','4','2020-08-21 14:20:49','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41598004673','No','','','','','','','','',0.00,0.00),(284,'','Cash','','2020-08-21 16:02:54','','0','4','2020-08-21 16:02:54','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41598008863','No','','','','','','','','',0.00,0.00),(285,'','Cash','','2020-08-21 16:03:25','','0','4','2020-08-21 16:03:25','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41598014998','No','','','','','','','','',0.00,0.00),(286,'','Cash','','2020-08-21 16:49:51','','0','4','2020-08-21 16:49:51','','230','230','1','retail',NULL,'230','1','0','0','0','0','0','0','printed',' ','','1','','41598015008','No','','','','','','','','',0.00,0.00),(287,'','Cash','','2020-08-21 17:39:07','','0','4','2020-08-21 17:39:07','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41598017888','No','','','','','','','','',0.00,0.00),(288,'','Cash','','2020-08-21 17:46:44','','0','4','2020-08-21 17:46:44','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41598020749','No','','','','','','','','',0.00,0.00),(289,'','Cash','','2020-08-21 19:29:07','','0','4','2020-08-21 19:29:07','','480','480','1','retail',NULL,'480','1','0','0','0','0','0','0','printed',' ','','1','','41598027071','No','','','','','','','','',0.00,0.00),(290,'','Cash','','2020-08-21 19:33:27','','0','4','2020-08-21 19:33:27','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41598027370','No','','','','','','','','',0.00,0.00),(291,'','Cash','','2020-08-21 19:37:59','','0','4','2020-08-21 19:37:59','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41598027686','No','','','','','','','','',0.00,0.00),(292,'','Cash','','2020-08-22 08:50:48','','0','4','2020-08-22 08:50:48','','190','190','1','retail',NULL,'190','1','0','0','0','0','0','0','printed',' ','','1','','41598074679','No','','','','','','','','',0.00,0.00),(293,'','Cash','','2020-08-22 09:28:26','','0','4','2020-08-22 09:28:26','','560','560','1','retail',NULL,'560','1','0','0','0','0','0','0','printed',' ','','1','','41598075508','Cleared','4','2020-08-22 09:28:26','','','','','','',0.00,0.00),(294,'','Cash','','2020-08-22 09:35:05','','0','4','2020-08-22 09:35:05','','140','140','1','retail',NULL,'140','1','0','0','0','0','0','0','printed',' ','','1','','41598077713','No','','','','','','','','',0.00,0.00),(295,'','Cash','','2020-08-22 09:54:06','','0','4','2020-08-22 09:54:06','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41598078108','No','','','','','','','','',0.00,0.00),(296,'','Cash','','2020-08-22 10:23:02','','0','4','2020-08-22 10:23:02','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41598079249','No','','','','','','','','',0.00,0.00),(297,'','Cash','','2020-08-22 12:50:41','','530','4','2020-08-22 12:50:41','','470','470','1','retail',NULL,'470','1','0','0','0','0','0','0','printed',' ','','1','','41598087722','Cleared','','','','','','','','',0.00,0.00),(298,'','Cash','','2020-08-22 15:12:47','','0','4','2020-08-22 15:12:47','','410','410','1','retail',NULL,'410','1','0','0','0','0','0','0','printed',' ','','1','','41598098285','No','','','','','','','','',0.00,0.00),(299,'','Cash','','2020-08-22 15:56:29','','0','4','2020-08-22 15:56:29','','685','685','1','retail',NULL,'685','1','0','0','0','0','0','0','printed',' ','','1','','41598098396','No','','','','','','','','',0.00,0.00),(300,'','Cash','','2020-08-22 16:20:04','','0','4','2020-08-22 16:20:04','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41598102344','No','','','','','','','','',0.00,0.00),(301,'','Cash','','2020-08-22 16:40:34','','0','4','2020-08-22 16:40:34','','310','310','1','retail',NULL,'310','1','0','0','0','0','0','0','printed',' ','','1','','41598102408','No','','','','','','','','',0.00,0.00),(302,'','Cash','','2020-08-22 18:02:19','','0','4','2020-08-22 18:02:19','','315','315','1','retail',NULL,'315','1','0','0','0','0','0','0','printed',' ','','1','','41598108407','No','','','','','','','','',0.00,0.00),(303,'','Cash','','2020-08-22 18:16:46','','0','4','2020-08-22 18:16:46','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41598108575','No','','','','','','','','',0.00,0.00),(304,'','Cash','','2020-08-22 18:20:44','','0','4','2020-08-22 18:20:44','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41598109455','No','','','','','','','','',0.00,0.00),(305,'','Cash','','2020-08-22 18:32:03','','0','4','2020-08-22 18:32:03','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41598109647','No','','','','','','','','',0.00,0.00),(306,'','Cash','','2020-08-22 18:37:24','','0','4','2020-08-22 18:37:24','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41598110533','No','','','','','','','','',0.00,0.00),(307,'','Cash','','2020-08-22 18:44:44','','0','4','2020-08-22 18:44:44','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41598110665','No','','','','','','','','',0.00,0.00),(308,'','Cash','','2020-08-22 18:51:12','','0','4','2020-08-22 18:51:12','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41598111088','No','','','','','','','','',0.00,0.00),(309,'','Cash','','2020-08-22 19:09:42','','0','4','2020-08-22 19:09:42','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41598111539','No','','','','','','','','',0.00,0.00),(310,'','Cash','','2020-08-22 19:20:39','','0','4','2020-08-22 19:20:39','','190','190','1','retail',NULL,'190','1','0','0','0','0','0','0','printed',' ','','1','','41598112585','No','','','','','','','','',0.00,0.00),(311,'','Cash','','2020-08-22 19:33:18','','0','4','2020-08-22 19:33:18','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41598113367','No','','','','','','','','',0.00,0.00),(312,'','Cash','','2020-08-22 19:34:45','','0','4','2020-08-22 19:34:45','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41598114029','No','','','','','','','','',0.00,0.00),(313,'','Cash','','2020-08-22 19:37:09','','0','4','2020-08-22 19:37:09','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41598114099','No','','','','','','','','',0.00,0.00),(314,'','Cash','','2020-08-22 19:39:01','','0','4','2020-08-22 19:39:01','','570','570','1','retail',NULL,'570','1','0','0','0','0','0','0','printed',' ','','1','','41598114247','No','','','','','','','','',0.00,0.00),(315,'','Cash','','2020-08-22 19:39:57','','0','4','2020-08-22 19:39:57','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41598114378','No','','','','','','','','',0.00,0.00),(316,'','Cash','','2020-08-22 19:54:55','','0','4','2020-08-22 19:54:55','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41598114826','No','','','','','','','','',0.00,0.00),(317,'','Cash','','2020-08-22 19:58:55','','0','4','2020-08-22 19:58:55','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41598115318','No','','','','','','','','',0.00,0.00),(318,'','Cash','','2020-08-24 08:30:20','','0','4','2020-08-24 08:30:20','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41598246657','No','','','','','','','','',0.00,0.00),(319,'','Cash','','2020-08-24 08:32:51','','0','4','2020-08-24 08:32:51','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41598247023','No','','','','','','','','',0.00,0.00),(320,'','Cash','','2020-08-24 09:20:06','','0','4','2020-08-24 09:20:06','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41598247196','Cleared','4','2020-08-24 09:20:06','','','','','','',0.00,0.00),(321,'','Cash','','2020-08-24 09:36:15','','0','4','2020-08-24 09:36:15','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41598250017','No','','','','','','','','',0.00,0.00),(322,'','Cash','','2020-08-24 09:47:49','','0','4','2020-08-24 09:47:49','','650','650','1','retail',NULL,'650','1','0','0','0','0','0','0','printed',' ','','1','','41598251581','Cleared','','','','','','','','',0.00,0.00),(323,'','Cash','','2020-08-24 12:12:27','','0','4','2020-08-24 12:12:27','','615','615','1','retail',NULL,'615','1','0','0','0','0','0','0','printed',' ','','1','','41598258372','No','','','','','','','','',0.00,0.00),(324,'','Cash','','2020-08-24 12:54:12','','0','4','2020-08-24 12:54:12','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41598260443','No','','','','','','','','',0.00,0.00),(325,'','Cash','','2020-08-24 12:56:03','','0','4','2020-08-24 12:56:03','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41598262867','No','','','','','','','','',0.00,0.00),(326,'','Cash','','2020-08-24 15:40:33','','0','4','2020-08-24 15:40:33','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41598267599','No','','','','','','','','',0.00,0.00),(327,'','Cash','','2020-08-24 17:01:46','','0','4','2020-08-24 17:01:46','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41598277690','No','','','','','','','','',0.00,0.00),(328,'','Cash','','2020-08-24 18:26:57','','0','4','2020-08-24 18:26:57','','365','365','1','retail',NULL,'365','1','0','0','0','0','0','0','printed',' ','','1','','41598282738','No','','','','','','','','',0.00,0.00),(329,'','Cash','','2020-08-24 18:27:52','','0','4','2020-08-24 18:27:52','','245','245','1','retail',NULL,'245','1','0','0','0','0','0','0','printed',' ','','1','','41598282834','No','','','','','','','','',0.00,0.00),(330,'','Cash','','2020-08-24 18:31:05','','0','4','2020-08-24 18:31:05','','140','140','1','retail',NULL,'140','1','0','0','0','0','0','0','printed',' ','','1','','41598282948','No','','','','','','','','',0.00,0.00),(331,'','Cash','','2020-08-24 18:51:54','','0','4','2020-08-24 18:51:54','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41598283074','No','','','','','','','','',0.00,0.00),(332,'','Cash','','2020-08-24 19:07:10','','0','4','2020-08-24 19:07:10','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41598284400','Cleared','','','','','','','','',0.00,0.00),(333,'','Cash','','2020-08-24 19:13:05','','0','4','2020-08-24 19:13:05','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41598285554','No','','','','','','','','',0.00,0.00),(334,'','Cash','','2020-08-24 19:15:51','','0','4','2020-08-24 19:15:51','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41598285734','Cleared','','','','','','','','',0.00,0.00),(335,'','Cash','','2020-08-24 19:22:33','','0','4','2020-08-24 19:22:33','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41598285762','No','','','','','','','','',0.00,0.00),(336,'','Cash','','2020-08-24 19:25:33','','0','4','2020-08-24 19:25:33','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41598286216','No','','','','','','','','',0.00,0.00),(337,'','Cash','','2020-08-24 19:27:45','','0','4','2020-08-24 19:27:45','','530','530','1','retail',NULL,'530','1','0','0','0','0','0','0','printed',' ','','1','','41598286346','No','','','','','','','','',0.00,0.00),(338,'','Cash','','2020-08-24 19:28:26','','0','4','2020-08-24 19:28:26','','135','135','1','retail',NULL,'135','1','0','0','0','0','0','0','printed',' ','','1','','41598286474','No','','','','','','','','',0.00,0.00),(339,'','Cash','','2020-08-24 19:41:59','','0','4','2020-08-24 19:41:59','','140','140','1','retail',NULL,'140','1','0','0','0','0','0','0','printed',' ','','1','','41598286722','No','','','','','','','','',0.00,0.00),(340,'','Cash','','2020-08-25 09:10:26','','0','4','2020-08-25 09:10:26','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41598335718','No','','','','','','','','',0.00,0.00),(341,'','Cash','','2020-08-25 09:16:03','','0','4','2020-08-25 09:16:03','','425','425','1','retail',NULL,'425','1','0','0','0','0','0','0','printed',' ','','1','','41598335833','Cleared','','','','','','','','',0.00,0.00),(342,'','Cash','','2020-08-25 09:23:03','','0','4','2020-08-25 09:23:03','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41598336206','No','','','','','','','','',0.00,0.00),(343,'','Cash','','2020-08-25 10:24:27','','0','4','2020-08-25 10:24:27','','245','245','1','retail',NULL,'245','1','0','0','0','0','0','0','printed',' ','','1','','41598336600','No','','','','','','','','',0.00,0.00),(344,'','Cash','','2020-08-25 11:12:34','','0','4','2020-08-25 11:12:34','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41598341097','No','','','','','','','','',0.00,0.00),(345,'','Cash','','2020-08-25 11:42:19','','0','4','2020-08-25 11:42:19','','95','95','1','retail',NULL,'95','1','0','0','0','0','0','0','printed',' ','','1','','41598343158','No','','','','','','','','',0.00,0.00),(346,'','Cash','','2020-08-25 12:00:40','','0','4','2020-08-25 12:00:40','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41598344949','No','','','','','','','','',0.00,0.00),(347,'','Cash','','2020-08-25 12:08:40','','395','4','2020-08-25 12:08:40','','605','605','1','retail',NULL,'605','1','0','0','0','0','0','0','printed',' ','','1','','41598346315','No','','','','','','','','',0.00,0.00),(348,'','Cash','','2020-08-25 12:10:38','','0','4','2020-08-25 12:10:38','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41598346621','No','','','','','','','','',0.00,0.00),(349,'','Cash','','2020-08-25 12:29:16','','0','4','2020-08-25 12:29:16','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41598346644','No','','','','','','','','',0.00,0.00),(350,'','Cash','','2020-08-25 13:29:21','','0','4','2020-08-25 13:29:21','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41598347859','No','','','','','','','','',0.00,0.00),(351,'','Cash','','2020-08-25 14:02:39','','0','4','2020-08-25 14:02:39','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41598351380','No','','','','','','','','',0.00,0.00),(352,'','Cash','','2020-08-25 14:47:15','','0','4','2020-08-25 14:47:15','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41598353378','No','','','','','','','','',0.00,0.00),(353,'','Cash','','2020-08-25 14:53:11','','0','4','2020-08-25 14:53:11','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41598356047','No','','','','','','','','',0.00,0.00),(354,'','Cash','','2020-08-25 15:10:09','','0','4','2020-08-25 15:10:09','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41598356395','No','','','','','','','','',0.00,0.00),(355,'','Cash','','2020-08-25 18:46:17','','0','4','2020-08-25 18:46:17','','155','155','1','retail',NULL,'155','1','0','0','0','0','0','0','printed',' ','','1','','41598370265','No','','','','','','','','',0.00,0.00),(356,'','Cash','','2020-08-25 18:47:03','','0','4','2020-08-25 18:47:03','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41598370398','No','','','','','','','','',0.00,0.00),(357,'','Cash','','2020-08-25 18:48:37','','0','4','2020-08-25 18:48:37','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41598370428','No','','','','','','','','',0.00,0.00),(358,'','Cash','','2020-08-25 19:12:37','','0','4','2020-08-25 19:12:37','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41598371036','No','','','','','','','','',0.00,0.00),(359,'','Cash','','2020-08-25 19:34:54','','0','4','2020-08-25 19:34:54','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41598371967','No','','','','','','','','',0.00,0.00),(360,'','Cash','','2020-08-26 08:29:14','','0','4','2020-08-26 08:29:14','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41598419583','No','','','','','','','','',0.00,0.00),(361,'','Cash','','2020-08-26 08:46:27','','0','4','2020-08-26 08:46:27','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41598419768','No','','','','','','','','',0.00,0.00),(362,'','Cash','','2020-08-26 08:46:52','','0','4','2020-08-26 08:46:52','','375','375','1','retail',NULL,'375','1','0','0','0','0','0','0','printed',' ','','1','','41598420791','Cleared','','','','','','','','',0.00,0.00),(363,'','Cash','','2020-08-26 10:44:10','','0','4','2020-08-26 10:44:10','','225','225','1','retail',NULL,'225','1','0','0','0','0','0','0','printed',' ','','1','','41598420878','No','','','','','','','','',0.00,0.00),(364,'','Cash','','2020-08-26 11:25:31','','0','4','2020-08-26 11:25:31','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','','41598430110','Cleared','','','','','','','','',0.00,0.00),(365,'','Cash','','2020-08-26 17:40:37','','0','4','2020-08-26 17:40:37','','1145','1145','1','retail',NULL,'1145','1','0','0','0','0','0','0','printed',' ','','1','','41598452225','No','','','','','','','','',0.00,0.00),(366,'','Cash','','2020-08-26 17:48:51','','0','4','2020-08-26 17:48:51','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41598453013','No','','','','','','','','',0.00,0.00),(367,'','Cash','','2020-08-26 17:58:45','','0','4','2020-08-26 17:58:45','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41598453336','No','','','','','','','','',0.00,0.00),(368,'','Cash','','2020-08-26 18:03:06','','0','4','2020-08-26 18:03:06','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41598453937','No','','','','','','','','',0.00,0.00),(369,'','Cash','','2020-08-26 18:11:50','','0','4','2020-08-26 18:11:50','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41598454193','No','','','','','','','','',0.00,0.00),(370,'','Cash','','2020-08-26 18:14:59','','0','4','2020-08-26 18:14:59','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41598454750','No','','','','','','','','',0.00,0.00),(371,'','Cash','','2020-08-26 18:15:44','','0','4','2020-08-26 18:15:44','','320','320','1','retail',NULL,'320','1','0','0','0','0','0','0','printed',' ','','1','','41598454905','No','','','','','','','','',0.00,0.00),(372,'','Cash','','2020-08-26 18:25:38','','0','4','2020-08-26 18:25:38','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41598455336','No','','','','','','','','',0.00,0.00),(373,'','Cash','','2020-08-26 20:23:01','','0','4','2020-08-26 20:23:01','','565','565','1','retail',NULL,'565','1','0','0','0','0','0','0','printed',' ','','1','','41598462283','No','','','','','','','','',0.00,0.00),(374,'','Cash','','2020-08-27 08:34:19','','0','4','2020-08-27 08:34:19','','275','275','1','retail',NULL,'275','1','0','0','0','0','0','0','printed',' ','','1','','41598506416','Cleared','','','','','','','','',0.00,0.00),(375,'','Cash','','2020-08-27 09:02:39','','0','4','2020-08-27 09:02:39','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41598506466','No','','','','','','','','',0.00,0.00),(376,'','Cash','','2020-08-27 09:14:19','','0','4','2020-08-27 09:14:19','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41598508165','No','','','','','','','','',0.00,0.00),(377,'','Cash','','2020-08-27 10:17:43','','0','4','2020-08-27 10:17:43','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41598512643','No','','','','','','','','',0.00,0.00),(378,'','Cash','','2020-08-27 13:15:31','','0','4','2020-08-27 13:15:31','','535','535','1','retail',NULL,'535','1','0','0','0','0','0','0','printed',' ','','1','','41598523097','No','','','','','','','','',0.00,0.00),(379,'','Cash','','2020-08-27 13:16:36','','0','4','2020-08-27 13:16:36','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41598523384','Cleared','','','','','','','','',0.00,0.00),(380,'','Cash','','2020-08-27 13:35:39','','0','4','2020-08-27 13:35:39','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41598523400','No','','','','','','','','',0.00,0.00),(381,'','Cash','','2020-08-27 13:50:16','','0','4','2020-08-27 13:50:16','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41598524823','No','','','','','','','','',0.00,0.00),(382,'','Cash','','2020-08-27 14:36:25','','0','4','2020-08-27 14:36:25','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41598525419','No','','','','','','','','',0.00,0.00),(383,'','Cash','','2020-08-27 14:44:58','','0','4','2020-08-27 14:44:58','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41598528247','No','','','','','','','','',0.00,0.00),(384,'','Cash','','2020-08-27 14:47:36','','0','4','2020-08-27 14:47:36','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41598528833','No','','','','','','','','',0.00,0.00),(385,'','Cash','','2020-08-27 15:40:22','','0','4','2020-08-27 15:40:22','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41598531973','No','','','','','','','','',0.00,0.00),(386,'','Cash','','2020-08-27 16:00:48','','0','4','2020-08-27 16:00:48','','885','885','1','retail',NULL,'885','1','0','0','0','0','0','0','printed',' ','','1','','41598533111','No','','','','','','','','',0.00,0.00),(387,'','Cash','','2020-08-27 16:45:19','','0','4','2020-08-27 16:45:19','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41598534873','No','','','','','','','','',0.00,0.00),(388,'','Cash','','2020-08-27 17:24:32','','0','4','2020-08-27 17:24:32','','830','830','1','retail',NULL,'830','1','0','0','0','0','0','0','printed',' ','','1','','41598536430','No','4','2020-08-27 17:24:32','','','','','','',0.00,0.00),(389,'','Cash','','2020-08-27 17:31:00','','0','4','2020-08-27 17:31:00','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41598538648','No','','','','','','','','',0.00,0.00),(390,'','Cash','','2020-08-27 17:35:49','','0','4','2020-08-27 17:34:31','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41598538663','Cleared','4','2020-08-27 17:35:49','','','','','','',0.00,0.00),(391,'','Cash','','2020-08-27 17:42:25','','0','4','2020-08-27 17:42:25','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41598539331','No','','','','','','','','',0.00,0.00),(392,'','Cash','','2020-08-27 17:54:32','','0','4','2020-08-27 17:54:32','','360','360','1','retail',NULL,'360','1','0','0','0','0','0','0','printed',' ','','1','','41598539986','No','','','','','','','','',0.00,0.00),(393,'','Cash','','2020-08-27 18:10:56','','0','4','2020-08-27 18:10:56','','270','270','1','retail',NULL,'270','1','0','0','0','0','0','0','printed',' ','','1','','41598540983','No','','','','','','','','',0.00,0.00),(394,'','Cash','','2020-08-27 18:35:20','','0','4','2020-08-27 18:35:20','','1420','1420','1','retail',NULL,'1420','1','0','0','0','0','0','0','printed',' ','','1','','41598542275','No','','','','','','','','',0.00,0.00),(395,'','Cash','','2020-08-27 18:48:22','','0','4','2020-08-27 18:48:22','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41598542638','No','','','','','','','','',0.00,0.00),(396,'','Cash','','2020-08-27 18:50:12','','0','4','2020-08-27 18:50:12','','590','590','1','retail',NULL,'590','1','0','0','0','0','0','0','printed',' ','','1','','41598543306','No','','','','','','','','',0.00,0.00),(397,'','Cash','','2020-08-27 18:50:34','','0','4','2020-08-27 18:50:34','','305','305','1','retail',NULL,'305','1','0','0','0','0','0','0','printed',' ','','1','','41598543416','No','','','','','','','','',0.00,0.00),(398,'','Cash','','2020-08-27 19:02:00','','0','4','2020-08-27 19:02:00','','45','45','1','retail',NULL,'45','1','0','0','0','0','0','0','printed',' ','','1','','41598544021','No','','','','','','','','',0.00,0.00),(399,'','Cash','','2020-08-27 19:02:46','','0','4','2020-08-27 19:02:46','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41598544132','No','','','','','','','','',0.00,0.00),(400,'','Cash','','2020-08-27 19:12:37','','0','4','2020-08-27 19:12:37','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41598544173','No','','','','','','','','',0.00,0.00),(401,'','Cash','','2020-08-27 19:15:07','','0','4','2020-08-27 19:15:07','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41598544760','No','','','','','','','','',0.00,0.00),(402,'','Cash','','2020-08-28 08:47:15','','0','4','2020-08-28 08:47:15','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41598591893','No','','','','','','','','',0.00,0.00),(403,'','Cash','','2020-08-28 09:00:25','','0','4','2020-08-28 09:00:25','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41598593638','No','','','','','','','','',0.00,0.00),(404,'','Cash','','2020-08-28 09:02:17','','0','4','2020-08-28 09:02:17','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41598594430','No','','','','','','','','',0.00,0.00),(405,'','Cash','','2020-08-28 10:43:19','','0','4','2020-08-28 10:43:19','','1380','1380','1','retail',NULL,'1380','1','0','0','0','0','0','0','printed',' ','','1','','41598600172','No','','','','','','','','',0.00,0.00),(406,'','Cash','','2020-08-28 11:24:15','','0','4','2020-08-28 11:24:15','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41598602986','No','','','','','','','','',0.00,0.00),(407,'','Cash','','2020-08-28 11:35:31','','0','4','2020-08-28 11:35:31','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41598603690','No','','','','','','','','',0.00,0.00),(408,'','Cash','','2020-08-28 11:56:57','','0','4','2020-08-28 11:56:57','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41598604990','No','','','','','','','','',0.00,0.00),(409,'','Cash','','2020-08-28 12:14:00','','0','4','2020-08-28 12:14:00','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41598605026','No','','','','','','','','',0.00,0.00),(410,'','Cash','','2020-08-28 14:43:09','','0','4','2020-08-28 14:43:09','','235','235','1','retail',NULL,'235','1','0','0','0','0','0','0','printed',' ','','1','','41598614811','No','','','','','','','','',0.00,0.00),(411,'','Cash','','2020-08-28 14:47:53','','0','4','2020-08-28 14:47:53','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41598615260','No','','','','','','','','',0.00,0.00),(412,'','Cash','','2020-08-28 15:56:12','','0','4','2020-08-28 15:56:12','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41598619203','No','','','','','','','','',0.00,0.00),(413,'','Cash','','2020-08-28 17:22:12','','0','4','2020-08-28 17:22:12','','455','455','1','retail',NULL,'455','1','0','0','0','0','0','0','printed',' ','','1','','41598624413','No','','','','','','','','',0.00,0.00),(414,'','Cash','','2020-08-28 17:46:29','','0','4','2020-08-28 17:46:29','','48','48','1','retail',NULL,'48','1','0','0','0','0','0','0','printed',' ','','1','','41598625752','No','','','','','','','','',0.00,0.00),(415,'','Cash','','2020-08-28 17:47:08','','0','4','2020-08-28 17:47:08','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41598626018','No','','','','','','','','',0.00,0.00),(416,'','Cash','','2020-08-28 17:55:52','','0','4','2020-08-28 17:55:52','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41598626040','No','','','','','','','','',0.00,0.00),(417,'','Cash','','2020-08-28 18:13:07','','0','4','2020-08-28 18:13:07','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41598626678','No','','','','','','','','',0.00,0.00),(418,'','Cash','','2020-08-28 18:25:52','','0','4','2020-08-28 18:25:52','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41598627591','No','','','','','','','','',0.00,0.00),(419,'','Cash','','2020-08-28 18:38:18','','0','4','2020-08-28 18:38:18','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41598628448','No','','','','','','','','',0.00,0.00),(420,'','Cash','','2020-08-28 18:51:45','','0','4','2020-08-28 18:51:45','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','','41598629897','Cleared','','','','','','','','',0.00,0.00),(421,'','Cash','','2020-08-28 18:56:27','','0','4','2020-08-28 18:56:27','','45','45','1','retail',NULL,'45','1','0','0','0','0','0','0','printed',' ','','1','','41598630174','No','','','','','','','','',0.00,0.00),(422,'','Cash','','2020-08-28 19:30:14','','0','4','2020-08-28 19:30:14','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41598630381','No','','','','','','','','',0.00,0.00),(423,'','Cash','','2020-08-28 19:34:29','','0','4','2020-08-28 19:34:29','','310','310','1','retail',NULL,'310','1','0','0','0','0','0','0','printed',' ','','1','','41598632279','No','','','','','','','','',0.00,0.00),(424,'','Cash','','2020-08-28 19:52:02','','0','4','2020-08-28 19:52:02','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41598632534','No','','','','','','','','',0.00,0.00),(425,'','Cash','','2020-08-28 19:53:48','','0','4','2020-08-28 19:53:48','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41598633616','No','','','','','','','','',0.00,0.00),(426,'','Cash','','2020-08-29 08:53:39','','0','4','2020-08-29 08:53:39','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','41598679601','Cleared','','','','','','','','',0.00,0.00),(427,'','Cash','','2020-08-29 08:54:26','','0','4','2020-08-29 08:54:26','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41598680445','Cleared','','','','','','','','',0.00,0.00),(428,'','Cash','','2020-08-29 09:08:41','','0','4','2020-08-29 09:08:41','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41598681136','No','','','','','','','','',0.00,0.00),(429,'','Cash','','2020-08-29 09:09:08','','0','4','2020-08-29 09:09:08','','24','24','1','retail',NULL,'24','1','0','0','0','0','0','0','printed',' ','','1','','41598681339','No','','','','','','','','',0.00,0.00),(430,'','Cash','','2020-08-29 12:29:22','','0','4','2020-08-29 12:29:22','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41598693278','No','','','','','','','','',0.00,0.00),(431,'','Cash','','2020-08-29 12:36:37','','0','4','2020-08-29 12:36:37','','283','283','1','retail',NULL,'283','1','0','0','0','0','0','0','printed',' ','','1','','41598693417','No','','','','','','','','',0.00,0.00),(432,'','Cash','','2020-08-29 12:37:33','','0','4','2020-08-29 12:37:33','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41598693837','Cleared','','','','','','','','',0.00,0.00),(433,'','Cash','','2020-08-29 13:23:08','','0','4','2020-08-29 13:23:08','','440','440','1','retail',NULL,'440','1','0','0','0','0','0','0','printed',' ','','1','','41598696477','No','','','','','','','','',0.00,0.00),(434,'','Cash','','2020-08-29 13:26:01','','0','4','2020-08-29 13:26:01','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','','41598696748','Cleared','','','','','','','','',0.00,0.00),(435,'','Cash','','2020-08-29 13:39:24','','0','4','2020-08-29 13:39:24','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41598696780','No','','','','','','','','',0.00,0.00),(436,'','Cash','','2020-08-29 13:43:00','','0','4','2020-08-29 13:43:00','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41598697683','No','','','','','','','','',0.00,0.00),(437,'','Cash','','2020-08-29 14:09:52','','0','4','2020-08-29 14:09:52','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41598697788','No','','','','','','','','',0.00,0.00),(438,'','Cash','','2020-08-29 14:30:23','','0','4','2020-08-29 14:30:23','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','41598700007','No','','','','','','','','',0.00,0.00),(439,'','Cash','','2020-08-29 14:33:34','','0','4','2020-08-29 14:33:34','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41598700711','No','','','','','','','','',0.00,0.00),(440,'','Cash','','2020-08-29 15:40:54','','0','4','2020-08-29 15:40:54','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41598700817','No','','','','','','','','',0.00,0.00),(441,'','Cash','','2020-08-29 15:52:52','','0','4','2020-08-29 15:52:52','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41598704859','No','','','','','','','','',0.00,0.00),(442,'','Cash','','2020-08-29 16:30:00','','0','4','2020-08-29 16:30:00','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41598705696','No','','','','','','','','',0.00,0.00),(443,'','Cash','','2020-08-29 17:14:18','','0','4','2020-08-29 17:14:18','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41598710447','No','','','','','','','','',0.00,0.00),(444,'','Cash','','2020-08-29 17:39:03','','0','4','2020-08-29 17:39:03','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41598711819','No','','','','','','','','',0.00,0.00),(445,'','Cash','','2020-08-29 18:05:49','','0','4','2020-08-29 18:05:49','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41598712748','No','','','','','','','','',0.00,0.00),(446,'','Cash','','2020-08-29 18:30:30','','0','4','2020-08-29 18:30:30','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41598713551','No','','','','','','','','',0.00,0.00),(447,'','Cash','','2020-08-29 18:42:52','','0','4','2020-08-29 18:42:52','','140','140','1','retail',NULL,'140','1','0','0','0','0','0','0','printed',' ','','1','','41598715320','No','','','','','','','','',0.00,0.00),(448,'','Cash','','2020-08-29 18:51:45','','0','4','2020-08-29 18:51:45','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','','41598715851','Cleared','','','','','','','','',0.00,0.00),(449,'','Cash','','2020-08-29 18:57:53','','0','4','2020-08-29 18:57:53','','255','255','1','retail',NULL,'255','1','0','0','0','0','0','0','printed',' ','','1','','41598716398','No','','','','','','','','',0.00,0.00),(450,'','Cash','','2020-08-29 19:33:55','','0','4','2020-08-29 19:05:06','','140','140','1','retail',NULL,'140','1','0','0','0','0','0','0','printed',' ','','1','','41598716770','No','4','2020-08-29 19:33:55','','','','','','',0.00,0.00),(451,'','Cash','','2020-08-29 19:46:39','','0','4','2020-08-29 19:46:39','','945','945','1','retail',NULL,'945','1','0','0','0','0','0','0','printed',' ','','1','','41598719510','No','','','','','','','','',0.00,0.00),(452,'','Cash','','2020-08-29 19:52:54','','0','4','2020-08-29 19:52:54','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41598719953','No','','','','','','','','',0.00,0.00),(453,'','Cash','','2020-08-29 20:15:03','','0','4','2020-08-29 20:15:03','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41598719979','No','','','','','','','','',0.00,0.00),(454,'','Cash','','2020-08-30 11:25:57','','0','4','2020-08-30 11:25:57','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41598775921','No','','','','','','','','',0.00,0.00),(455,'','Cash','','2020-08-30 11:26:39','','0','4','2020-08-30 11:26:39','','280','280','1','retail',NULL,'280','1','0','0','0','0','0','0','printed',' ','','1','','41598775961','No','','','','','','','','',0.00,0.00),(456,'','Cash','','2020-08-30 11:58:09','','0','4','2020-08-30 11:58:09','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41598776269','No','','','','','','','','',0.00,0.00),(457,'','Cash','','2020-08-30 12:08:43','','0','4','2020-08-30 12:08:43','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41598777908','No','','','','','','','','',0.00,0.00),(458,'','Cash','','2020-08-30 12:18:57','','0','4','2020-08-30 12:18:57','','215','215','1','retail',NULL,'215','1','0','0','0','0','0','0','printed',' ','','1','','41598778526','No','','','','','','','','',0.00,0.00),(459,'','Cash','','2020-08-30 14:16:52','','0','4','2020-08-30 14:16:52','','135','135','1','retail',NULL,'135','1','0','0','0','0','0','0','printed',' ','','1','','41598779220','No','','','','','','','','',0.00,0.00),(460,'','Cash','','2020-08-30 14:19:07','','0','4','2020-08-30 14:19:07','','830','830','1','retail',NULL,'830','1','0','0','0','0','0','0','printed',' ','','1','','41598786239','No','','','','','','','','',0.00,0.00),(461,'','Cash','','2020-08-30 14:21:24','','0','4','2020-08-30 14:21:24','','155','155','1','retail',NULL,'155','1','0','0','0','0','0','0','printed',' ','','1','','41598786389','No','','','','','','','','',0.00,0.00),(462,'','Cash','','2020-08-30 14:47:00','','0','4','2020-08-30 14:47:00','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41598786605','No','','','','','','','','',0.00,0.00),(463,'','Cash','','2020-08-30 14:51:57','','0','4','2020-08-30 14:51:57','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41598788271','No','','','','','','','','',0.00,0.00),(464,'','Cash','','2020-08-30 14:57:13','','0','4','2020-08-30 14:57:13','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41598788349','No','','','','','','','','',0.00,0.00),(465,'','Cash','','2020-08-30 15:22:16','','0','4','2020-08-30 15:22:16','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41598789539','No','','','','','','','','',0.00,0.00),(466,'','Cash','','2020-08-30 15:43:55','','0','4','2020-08-30 15:43:55','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41598790139','No','','','','','','','','',0.00,0.00),(467,'','Cash','','2020-08-30 16:17:28','','0','4','2020-08-30 16:17:28','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41598792151','No','','','','','','','','',0.00,0.00),(468,'','Cash','','2020-08-30 16:43:02','','0','4','2020-08-30 16:43:02','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41598793599','No','','','','','','','','',0.00,0.00),(469,'','Cash','','2020-08-30 17:13:21','','0','4','2020-08-30 17:13:21','','220','220','1','retail',NULL,'220','1','0','0','0','0','0','0','printed',' ','','1','','41598795214','No','','','','','','','','',0.00,0.00),(470,'','Cash','','2020-08-30 18:37:32','','0','4','2020-08-30 18:37:32','','140','140','1','retail',NULL,'140','1','0','0','0','0','0','0','printed',' ','','1','','41598801747','No','','','','','','','','',0.00,0.00),(471,'','Cash','','2020-08-30 19:29:37','','0','4','2020-08-30 19:29:37','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41598803768','No','','','','','','','','',0.00,0.00),(472,'','Cash','','2020-08-30 19:30:58','','0','4','2020-08-30 19:30:58','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41598804987','No','','','','','','','','',0.00,0.00),(473,'','Cash','','2020-08-31 08:55:56','','0','4','2020-08-31 08:55:56','','278','278','1','retail',NULL,'278','1','0','0','0','0','0','0','printed',' ','','1','','41598853164','No','','','','','','','','',0.00,0.00),(474,'','Cash','','2020-08-31 15:37:58','','0','4','2020-08-31 15:37:58','','980','980','1','retail',NULL,'980','1','0','0','0','0','0','0','printed',' ','','1','','41598877080','No','','','','','','','','',0.00,0.00),(475,'','Cash','','2020-08-31 15:48:48','','0','4','2020-08-31 15:48:48','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41598878071','No','','','','','','','','',0.00,0.00),(476,'','Cash','','2020-08-31 16:27:25','','0','4','2020-08-31 16:27:25','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41598879461','No','','','','','','','','',0.00,0.00),(477,'','Cash','','2020-08-31 16:38:46','','0','4','2020-08-31 16:38:46','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41598880463','No','','','','','','','','',0.00,0.00),(478,'','Cash','','2020-08-31 16:46:10','','0','4','2020-08-31 16:46:10','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41598881138','No','','','','','','','','',0.00,0.00),(479,'','Cash','','2020-08-31 17:17:29','','0','4','2020-08-31 17:17:29','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41598881573','No','','','','','','','','',0.00,0.00),(480,'','Cash','','2020-08-31 17:31:35','','0','4','2020-08-31 17:31:35','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41598883454','No','','','','','','','','',0.00,0.00),(481,'','Cash','','2020-08-31 18:19:10','','0','4','2020-08-31 18:19:10','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41598885520','No','','','','','','','','',0.00,0.00),(482,'','Cash','','2020-08-31 18:27:51','','0','4','2020-08-31 18:27:51','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41598887654','No','','','','','','','','',0.00,0.00),(483,'','Cash','','2020-08-31 18:28:48','','0','4','2020-08-31 18:28:48','','330','330','1','retail',NULL,'330','1','0','0','0','0','0','0','printed',' ','','1','','41598887703','No','','','','','','','','',0.00,0.00),(484,'','Cash','','2020-08-31 18:59:55','','0','4','2020-08-31 18:59:55','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41598887913','No','','','','','','','','',0.00,0.00),(485,'','Cash','','2020-08-31 19:12:00','','0','4','2020-08-31 19:12:00','','265','265','1','retail',NULL,'265','1','0','0','0','0','0','0','printed',' ','','1','','41598889604','No','','','','','','','','',0.00,0.00),(486,'','Cash','','2020-08-31 19:32:42','','0','4','2020-08-31 19:32:42','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41598890648','No','','','','','','','','',0.00,0.00),(487,'','Cash','','2020-09-01 08:38:14','','0','4','2020-09-01 08:38:14','','210','210','1','retail',NULL,'210','1','0','0','0','0','0','0','printed',' ','','1','','41598938641','No','','','','','','','','',0.00,0.00),(488,'','Cash','','2020-09-01 08:57:57','','0','4','2020-09-01 08:57:57','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41598938697','No','','','','','','','','',0.00,0.00),(489,'','Cash','','2020-09-01 09:08:23','','0','4','2020-09-01 09:08:23','','380','380','1','retail',NULL,'380','1','0','0','0','0','0','0','printed',' ','','1','','41598940455','Cleared','','','','','','','','',0.00,0.00),(490,'','Cash','','2020-09-01 09:14:32','','0','4','2020-09-01 09:14:32','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41598940521','No','','','','','','','','',0.00,0.00),(491,'','Cash','','2020-09-01 09:49:28','','0','4','2020-09-01 09:49:28','','195','195','1','retail',NULL,'195','1','0','0','0','0','0','0','printed',' ','','1','','41598942074','Cleared','','','','','','','','',0.00,0.00),(492,'','Cash','','2020-09-01 10:59:42','','0','4','2020-09-01 10:59:42','','165','165','1','retail',NULL,'165','1','0','0','0','0','0','0','printed',' ','','1','','41598943027','No','','','','','','','','',0.00,0.00),(493,'','Cash','','2020-09-01 11:05:00','','0','4','2020-09-01 11:05:00','','445','445','1','retail',NULL,'445','1','0','0','0','0','0','0','printed',' ','','1','','41598947191','No','','','','','','','','',0.00,0.00),(494,'','Cash','','2020-09-01 11:07:24','','0','4','2020-09-01 11:07:24','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41598947582','No','','','','','','','','',0.00,0.00),(495,'','Cash','','2020-09-01 11:38:38','','0','4','2020-09-01 11:38:38','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41598947660','No','','','','','','','','',0.00,0.00),(496,'','Cash','','2020-09-01 12:01:26','','0','4','2020-09-01 12:01:26','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41598949586','No','','','','','','','','',0.00,0.00),(497,'','Cash','','2020-09-01 12:52:46','','0','4','2020-09-01 12:52:46','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41598950923','No','','','','','','','','',0.00,0.00),(498,'','Cash','','2020-09-01 13:02:37','','0','4','2020-09-01 13:02:37','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','','41598954054','Cleared','','','','','','','','',0.00,0.00),(499,'','Cash','','2020-09-01 13:06:10','','0','4','2020-09-01 13:06:10','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41598954618','No','','','','','','','','',0.00,0.00),(500,'','Cash','','2020-09-01 13:13:00','','0','4','2020-09-01 13:13:00','','615','615','1','retail',NULL,'615','1','0','0','0','0','0','0','printed',' ','','1','','41598954795','No','','','','','','','','',0.00,0.00),(501,'','Cash','','2020-09-01 13:13:22','','0','4','2020-09-01 13:13:22','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41598955191','No','','','','','','','','',0.00,0.00),(502,'','Cash','','2020-09-01 13:17:19','','0','4','2020-09-01 13:17:19','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41598955247','No','','','','','','','','',0.00,0.00),(503,'','Cash','','2020-09-01 13:29:13','','0','4','2020-09-01 13:29:13','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41598955444','No','','','','','','','','',0.00,0.00),(504,'','Cash','','2020-09-01 13:40:32','','0','4','2020-09-01 13:40:32','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41598956158','No','','','','','','','','',0.00,0.00),(505,'','Cash','','2020-09-01 13:44:35','','0','4','2020-09-01 13:44:35','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41598956836','No','','','','','','','','',0.00,0.00),(506,'','Cash','','2020-09-01 13:45:40','','0','4','2020-09-01 13:45:40','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41598957079','No','','','','','','','','',0.00,0.00),(507,'','Cash','','2020-09-01 13:49:25','','0','4','2020-09-01 13:49:25','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41598957145','No','','','','','','','','',0.00,0.00),(508,'','Cash','','2020-09-01 13:55:41','','0','4','2020-09-01 13:55:41','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41598957368','No','','','','','','','','',0.00,0.00),(509,'','Cash','','2020-09-01 14:05:47','','0','4','2020-09-01 14:05:47','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41598957747','No','','','','','','','','',0.00,0.00),(510,'','Cash','','2020-09-01 14:20:08','','0','4','2020-09-01 14:20:08','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41598958351','No','','','','','','','','',0.00,0.00),(511,'','Cash','','2020-09-01 14:24:05','','0','4','2020-09-01 14:24:05','','155','155','1','retail',NULL,'155','1','0','0','0','0','0','0','printed',' ','','1','','41598959325','No','','','','','','','','',0.00,0.00),(512,'','Cash','','2020-09-01 14:55:06','','0','4','2020-09-01 14:55:06','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41598959596','No','','','','','','','','',0.00,0.00),(513,'','Cash','','2020-09-01 15:47:26','','0','4','2020-09-01 15:47:26','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41598964408','No','','','','','','','','',0.00,0.00),(514,'','Cash','','2020-09-01 16:27:24','','0','4','2020-09-01 16:27:24','','175','175','1','retail',NULL,'175','1','0','0','0','0','0','0','printed',' ','','1','','41598964454','No','','','','','','','','',0.00,0.00),(515,'','Cash','','2020-09-01 16:37:48','','0','4','2020-09-01 16:37:48','','83','83','1','retail',NULL,'83','1','0','0','0','0','0','0','printed',' ','','1','','41598967264','No','','','','','','','','',0.00,0.00),(516,'','Cash','','2020-09-01 16:45:14','','0','4','2020-09-01 16:45:14','','270','270','1','retail',NULL,'270','1','0','0','0','0','0','0','printed',' ','','1','','41598967655','No','','','','','','','','',0.00,0.00),(517,'','Cash','','2020-09-01 16:53:19','','0','4','2020-09-01 16:53:19','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41598967919','No','','','','','','','','',0.00,0.00),(518,'','Cash','','2020-09-01 18:10:18','','0','4','2020-09-01 18:10:18','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41598968407','No','','','','','','','','',0.00,0.00),(519,'','Cash','','2020-09-01 18:17:42','','0','4','2020-09-01 18:17:42','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41598973025','No','','','','','','','','',0.00,0.00),(520,'','Cash','','2020-09-01 18:31:37','','0','4','2020-09-01 18:31:37','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41598973471','No','','','','','','','','',0.00,0.00),(521,'','Cash','','2020-09-01 18:41:11','','0','4','2020-09-01 18:41:11','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41598974318','No','','','','','','','','',0.00,0.00),(522,'','Cash','','2020-09-01 18:43:26','','0','4','2020-09-01 18:43:26','','590','590','1','retail',NULL,'590','1','0','0','0','0','0','0','printed',' ','','1','','41598974885','No','','','','','','','','',0.00,0.00),(523,'','Cash','','2020-09-01 19:08:45','','0','4','2020-09-01 19:08:45','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41598975132','No','','','','','','','','',0.00,0.00),(524,'','Cash','','2020-09-01 19:12:51','','0','4','2020-09-01 19:12:51','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41598976531','No','','','','','','','','',0.00,0.00),(525,'','Cash','','2020-09-01 19:23:53','','0','4','2020-09-01 19:23:53','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41598976800','No','','','','','','','','',0.00,0.00),(526,'','Cash','','2020-09-01 19:33:28','','0','4','2020-09-01 19:33:28','','580','580','1','retail',NULL,'580','1','0','0','0','0','0','0','printed',' ','','1','','41598977438','No','','','','','','','','',0.00,0.00),(527,'','Cash','','2020-09-01 19:38:12','','0','4','2020-09-01 19:38:12','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41598978041','No','','','','','','','','',0.00,0.00),(528,'','Cash','','2020-09-02 08:39:43','','0','4','2020-09-02 08:39:43','','190','190','1','retail',NULL,'190','1','0','0','0','0','0','0','printed',' ','','1','','41599025115','No','','','','','','','','',0.00,0.00),(529,'','Cash','','2020-09-02 08:48:18','','0','4','2020-09-02 08:48:18','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','','41599025207','Cleared','','','','','','','','',0.00,0.00),(530,'','Cash','','2020-09-02 10:08:56','','0','4','2020-09-02 10:08:56','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41599025903','No','','','','','','','','',0.00,0.00),(531,'','Cash','','2020-09-02 10:16:24','','0','4','2020-09-02 10:16:24','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41599030550','No','','','','','','','','',0.00,0.00),(532,'','Cash','','2020-09-02 10:40:27','','0','4','2020-09-02 10:40:27','','245','245','1','retail',NULL,'245','1','0','0','0','0','0','0','printed',' ','','1','','41599031033','No','','','','','','','','',0.00,0.00),(533,'','Cash','','2020-09-02 10:56:19','','0','4','2020-09-02 10:56:19','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41599032458','No','','','','','','','','',0.00,0.00),(534,'','Cash','','2020-09-02 11:11:07','','0','4','2020-09-02 11:11:07','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599033425','No','','','','','','','','',0.00,0.00),(535,'','Cash','','2020-09-02 12:41:21','','0','4','2020-09-02 12:41:21','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41599034305','Cleared','','','','','','','','',0.00,0.00),(536,'','Cash','','2020-09-02 13:23:06','','0','4','2020-09-02 13:23:06','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41599039735','No','','','','','','','','',0.00,0.00),(537,'','Cash','','2020-09-02 13:37:32','','0','4','2020-09-02 13:37:32','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41599042252','No','','','','','','','','',0.00,0.00),(538,'','Cash','','2020-09-02 13:43:48','','0','4','2020-09-02 13:43:48','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599043412','No','','','','','','','','',0.00,0.00),(539,'','Cash','','2020-09-02 14:01:02','','0','4','2020-09-02 14:01:02','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41599043430','No','','','','','','','','',0.00,0.00),(540,'','Cash','','2020-09-02 14:07:20','','0','4','2020-09-02 14:07:20','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41599044644','No','','','','','','','','',0.00,0.00),(541,'','Cash','','2020-09-02 14:40:50','','0','4','2020-09-02 14:40:50','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41599046836','No','','','','','','','','',0.00,0.00),(542,'','Cash','','2020-09-02 14:47:10','','0','4','2020-09-02 14:47:10','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41599046856','No','','','','','','','','',0.00,0.00),(543,'','Cash','','2020-09-02 15:36:20','','0','4','2020-09-02 15:36:20','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599047232','No','','','','','','','','',0.00,0.00),(544,'','Cash','','2020-09-02 16:12:11','','0','4','2020-09-02 16:12:11','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41599050183','No','','','','','','','','',0.00,0.00),(545,'','Cash','','2020-09-02 16:17:40','','0','4','2020-09-02 16:17:40','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41599052338','No','','','','','','','','',0.00,0.00),(546,'','Cash','','2020-09-02 16:34:25','','0','4','2020-09-02 16:34:25','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41599052662','Cleared','','','','','','','','',0.00,0.00),(547,'','Cash','','2020-09-02 16:58:19','','0','4','2020-09-02 16:58:19','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599053807','No','','','','','','','','',0.00,0.00),(548,'','Cash','','2020-09-02 17:02:18','','0','4','2020-09-02 17:02:18','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41599055107','No','','','','','','','','',0.00,0.00),(549,'','Cash','','2020-09-02 17:34:12','','0','4','2020-09-02 17:34:12','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599055340','No','','','','','','','','',0.00,0.00),(550,'','Cash','','2020-09-02 17:55:14','','0','4','2020-09-02 17:55:14','','210','210','1','retail',NULL,'210','1','0','0','0','0','0','0','printed',' ','','1','','41599057407','No','','','','','','','','',0.00,0.00),(551,'','Cash','','2020-09-02 17:58:10','','0','4','2020-09-02 17:58:10','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599058527','No','','','','','','','','',0.00,0.00),(552,'','Cash','','2020-09-02 18:02:58','','0','4','2020-09-02 18:02:58','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41599058698','No','','','','','','','','',0.00,0.00),(553,'','Cash','','2020-09-02 18:18:20','','0','4','2020-09-02 18:18:20','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41599059892','No','','','','','','','','',0.00,0.00),(554,'','Cash','','2020-09-02 18:52:11','','0','4','2020-09-02 18:52:11','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599061922','No','','','','','','','','',0.00,0.00),(555,'','Cash','','2020-09-02 18:56:13','','0','4','2020-09-02 18:56:13','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599061935','No','','','','','','','','',0.00,0.00),(556,'','Cash','','2020-09-02 19:04:18','','0','4','2020-09-02 19:04:18','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41599062179','No','','','','','','','','',0.00,0.00),(557,'','Cash','','2020-09-02 19:12:35','','0','4','2020-09-02 19:12:35','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41599062660','No','','','','','','','','',0.00,0.00),(558,'','Cash','','2020-09-02 19:43:10','','0','4','2020-09-02 19:43:10','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','','41599064242','No','','','','','','','','',0.00,0.00),(559,'','Cash','','2020-09-02 19:47:41','','0','4','2020-09-02 19:47:41','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41599065243','No','','','','','','','','',0.00,0.00),(560,'','Cash','','2020-09-03 08:53:31','','0','4','2020-09-03 08:53:31','','126','126','1','retail',NULL,'126','1','0','0','0','0','0','0','printed',' ','','1','','41599111863','No','','','','','','','','',0.00,0.00),(561,'','Cash','','2020-09-03 09:01:10','','0','4','2020-09-03 09:01:10','','270','270','1','retail',NULL,'270','1','0','0','0','0','0','0','printed',' ','','1','','41599112415','Cleared','','','','','','','','',0.00,0.00),(562,'','Cash','','2020-09-03 09:15:00','','0','4','2020-09-03 09:15:00','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41599112879','No','','','','','','','','',0.00,0.00),(563,'','Cash','','2020-09-03 09:27:06','','0','4','2020-09-03 09:27:06','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41599113704','No','','','','','','','','',0.00,0.00),(564,'','Cash','','2020-09-03 09:30:29','','0','4','2020-09-03 09:30:29','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41599114615','No','','','','','','','','',0.00,0.00),(565,'','Cash','','2020-09-03 11:52:55','','0','4','2020-09-03 11:52:55','','470','470','1','retail',NULL,'470','1','0','0','0','0','0','0','printed',' ','','1','','41599122910','No','','','','','','','','',0.00,0.00),(566,'','Cash','','2020-09-03 11:56:11','','0','4','2020-09-03 11:56:11','','24','24','1','retail',NULL,'24','1','0','0','0','0','0','0','printed',' ','','1','','41599123186','Cleared','','','','','','','','',0.00,0.00),(567,'','Cash','','2020-09-03 11:56:53','','0','4','2020-09-03 11:56:53','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41599123376','No','','','','','','','','',0.00,0.00),(568,'','Cash','','2020-09-03 12:04:00','','0','4','2020-09-03 12:04:00','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','','41599123457','Cleared','','','','','','','','',0.00,0.00),(569,'','Cash','','2020-09-03 12:45:39','','0','4','2020-09-03 12:45:39','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41599124222','No','','','','','','','','',0.00,0.00),(570,'','Cash','','2020-09-03 12:48:46','','0','4','2020-09-03 12:48:46','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41599126343','No','','','','','','','','',0.00,0.00),(571,'','Cash','','2020-09-03 12:55:21','','0','4','2020-09-03 12:55:21','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41599126615','No','','','','','','','','',0.00,0.00),(572,'','Cash','','2020-09-03 13:58:31','','0','4','2020-09-03 13:58:31','','155','155','1','retail',NULL,'155','1','0','0','0','0','0','0','printed',' ','','1','','41599126924','No','','','','','','','','',0.00,0.00),(573,'','Cash','','2020-09-03 13:59:20','','0','4','2020-09-03 13:59:20','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41599130717','Cleared','','','','','','','','',0.00,0.00),(574,'','Cash','','2020-09-03 14:02:40','','0','4','2020-09-03 14:02:40','','185','185','1','retail',NULL,'185','1','0','0','0','0','0','0','printed',' ','','1','','41599130783','No','','','','','','','','',0.00,0.00),(575,'','Cash','','2020-09-03 14:19:24','','0','4','2020-09-03 14:19:24','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41599131023','No','','','','','','','','',0.00,0.00),(576,'','Cash','','2020-09-03 14:30:28','','0','4','2020-09-03 14:30:28','','6','6','1','retail',NULL,'6','1','0','0','0','0','0','0','printed',' ','','1','','41599132089','No','','','','','','','','',0.00,0.00),(577,'','Cash','','2020-09-03 14:55:20','','0','4','2020-09-03 14:55:20','','178','178','1','retail',NULL,'178','1','0','0','0','0','0','0','printed',' ','','1','','41599133731','No','','','','','','','','',0.00,0.00),(578,'','Cash','','2020-09-03 14:56:48','','0','4','2020-09-03 14:56:48','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41599134132','No','','','','','','','','',0.00,0.00),(579,'','Cash','','2020-09-03 15:00:00','','0','4','2020-09-03 15:00:00','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41599134211','Cleared','','','','','','','','',0.00,0.00),(580,'','Cash','','2020-09-03 15:09:33','','0','4','2020-09-03 15:09:33','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41599134486','No','','','','','','','','',0.00,0.00),(581,'','Cash','','2020-09-03 15:15:49','','0','4','2020-09-03 15:15:49','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41599134984','No','','','','','','','','',0.00,0.00),(582,'','Cash','','2020-09-03 15:27:56','','0','4','2020-09-03 15:27:56','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41599135362','No','','','','','','','','',0.00,0.00),(583,'','Cash','','2020-09-03 16:04:39','','0','4','2020-09-03 16:04:39','','29','29','1','retail',NULL,'29','1','0','0','0','0','0','0','printed',' ','','1','','41599136085','No','','','','','','','','',0.00,0.00),(584,'','Cash','','2020-09-03 16:30:53','','0','4','2020-09-03 16:30:53','','135','135','1','retail',NULL,'135','1','0','0','0','0','0','0','printed',' ','','1','','41599138290','No','','','','','','','','',0.00,0.00),(585,'','Cash','','2020-09-03 17:18:54','','0','4','2020-09-03 17:18:54','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41599139862','No','','','','','','','','',0.00,0.00),(586,'','Cash','','2020-09-03 17:30:41','','0','4','2020-09-03 17:30:41','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41599143039','No','','','','','','','','',0.00,0.00),(587,'','Cash','','2020-09-03 17:58:07','','0','4','2020-09-03 17:58:07','','210','210','1','retail',NULL,'210','1','0','0','0','0','0','0','printed',' ','','1','','41599144763','No','','','','','','','','',0.00,0.00),(588,'','Cash','','2020-09-03 18:11:11','','0','4','2020-09-03 18:11:11','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599145854','No','','','','','','','','',0.00,0.00),(589,'','Cash','','2020-09-03 18:16:04','','0','4','2020-09-03 18:16:04','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41599145873','No','','','','','','','','',0.00,0.00),(590,'','Cash','','2020-09-03 18:24:02','','0','4','2020-09-03 18:24:02','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41599146168','No','','','','','','','','',0.00,0.00),(591,'','Cash','','2020-09-03 18:27:04','','0','4','2020-09-03 18:27:04','','290','290','1','retail',NULL,'290','1','0','0','0','0','0','0','printed',' ','','1','','41599146670','No','','','','','','','','',0.00,0.00),(592,'','Cash','','2020-09-03 18:28:15','','0','4','2020-09-03 18:28:15','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41599146878','No','','','','','','','','',0.00,0.00),(593,'','Cash','','2020-09-03 18:31:10','','0','4','2020-09-03 18:31:10','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599147037','No','','','','','','','','',0.00,0.00),(594,'','Cash','','2020-09-03 18:33:50','','0','4','2020-09-03 18:33:50','','270','270','1','retail',NULL,'270','1','0','0','0','0','0','0','printed',' ','','1','','41599147080','No','','','','','','','','',0.00,0.00),(595,'','Cash','','2020-09-03 18:50:42','','0','4','2020-09-03 18:50:42','','259','259','1','retail',NULL,'259','1','0','0','0','0','0','0','printed',' ','','1','','41599147281','No','','','','','','','','',0.00,0.00),(596,'','Cash','','2020-09-03 19:31:22','','0','4','2020-09-03 19:31:22','','730','730','1','retail',NULL,'730','1','0','0','0','0','0','0','printed',' ','','1','','41599148470','No','','','','','','','','',0.00,0.00),(597,'','Cash','','2020-09-03 19:39:28','','0','4','2020-09-03 19:39:28','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599150958','No','','','','','','','','',0.00,0.00),(598,'','Cash','','2020-09-03 19:58:06','','0','4','2020-09-03 19:58:06','','195','195','1','retail',NULL,'195','1','0','0','0','0','0','0','printed',' ','','1','','41599151283','No','','','','','','','','',0.00,0.00),(599,'','Cash','','2020-09-03 20:03:45','','0','4','2020-09-03 20:03:45','','185','185','1','retail',NULL,'185','1','0','0','0','0','0','0','printed',' ','','1','','41599152520','No','','','','','','','','',0.00,0.00),(600,'','Cash','','2020-09-03 20:08:46','','0','4','2020-09-03 20:08:46','','955','955','1','retail',NULL,'955','1','0','0','0','0','0','0','printed',' ','','1','','41599152654','No','','','','','','','','',0.00,0.00),(601,'','Cash','','2020-09-04 08:56:00','','0','4','2020-09-04 08:56:00','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41599198908','Cleared','','','','','','','','',0.00,0.00),(602,'','Cash','','2020-09-04 09:07:49','','0','4','2020-09-04 09:07:49','','255','255','1','retail',NULL,'255','1','0','0','0','0','0','0','printed',' ','','1','','41599199603','No','','','','','','','','',0.00,0.00),(603,'','Cash','','2020-09-04 09:27:02','','0','4','2020-09-04 09:27:02','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41599199705','No','','','','','','','','',0.00,0.00),(604,'','Cash','','2020-09-04 09:43:32','','0','4','2020-09-04 09:43:32','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41599200826','No','','','','','','','','',0.00,0.00),(605,'','Cash','','2020-09-04 09:48:03','','0','4','2020-09-04 09:48:03','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41599202074','Cleared','','','','','','','','',0.00,0.00),(606,'','Cash','','2020-09-04 09:48:42','','0','4','2020-09-04 09:48:42','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41599202107','No','','','','','','','','',0.00,0.00),(607,'','Cash','','2020-09-04 10:02:32','','0','4','2020-09-04 10:02:32','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','','41599202124','Cleared','','','','','','','','',0.00,0.00),(608,'','Cash','','2020-09-04 10:04:11','','0','4','2020-09-04 10:04:11','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41599202955','No','','','','','','','','',0.00,0.00),(609,'','Cash','','2020-09-04 10:34:31','','0','4','2020-09-04 10:34:31','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41599203054','No','','','','','','','','',0.00,0.00),(610,'','Cash','','2020-09-04 10:42:06','','0','4','2020-09-04 10:42:06','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41599204893','No','','','','','','','','',0.00,0.00),(611,'','Cash','','2020-09-04 10:57:55','','0','4','2020-09-04 10:57:55','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41599205790','No','','','','','','','','',0.00,0.00),(612,'','Cash','','2020-09-04 11:05:02','','0','4','2020-09-04 11:05:02','','220','220','1','retail',NULL,'220','1','0','0','0','0','0','0','printed',' ','','1','','41599206278','No','','','','','','','','',0.00,0.00),(613,'','Cash','','2020-09-04 11:05:36','','0','4','2020-09-04 11:05:36','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','','41599206718','No','','','','','','','','',0.00,0.00),(614,'','Cash','','2020-09-04 11:09:12','','0','4','2020-09-04 11:09:12','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41599206887','No','','','','','','','','',0.00,0.00),(615,'','Cash','','2020-09-04 11:38:43','','0','4','2020-09-04 11:38:43','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41599206956','No','','','','','','','','',0.00,0.00),(616,'','Cash','','2020-09-04 11:40:17','','0','4','2020-09-04 11:40:17','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41599208726','No','','','','','','','','',0.00,0.00),(617,'','Cash','','2020-09-04 12:21:59','','0','4','2020-09-04 12:21:59','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41599208880','No','','','','','','','','',0.00,0.00),(618,'','Cash','','2020-09-04 12:41:05','','0','4','2020-09-04 12:41:05','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41599211391','No','','','','','','','','',0.00,0.00),(619,'','Cash','','2020-09-04 12:47:20','','0','4','2020-09-04 12:47:20','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599212515','No','','','','','','','','',0.00,0.00),(620,'','Cash','','2020-09-04 12:50:55','','0','4','2020-09-04 12:50:55','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41599213041','No','','','','','','','','',0.00,0.00),(621,'','Cash','','2020-09-04 12:52:23','','0','4','2020-09-04 12:52:23','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41599213057','No','','','','','','','','',0.00,0.00),(622,'','Cash','','2020-09-04 13:00:56','','0','4','2020-09-04 13:00:56','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41599213146','No','','','','','','','','',0.00,0.00),(623,'','Cash','','2020-09-04 13:48:59','','0','4','2020-09-04 13:20:10','','510','510','1','retail',NULL,'510','1','0','0','0','0','0','0','printed',' ','','1','','41599213811','No','4','2020-09-04 13:48:59','','','','','','',0.00,0.00),(624,'','Cash','','2020-09-04 14:41:24','','0','4','2020-09-04 14:41:24','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599219661','Cleared','','','','','','','','',0.00,0.00),(625,'','Cash','','2020-09-04 14:43:29','','0','4','2020-09-04 14:43:29','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41599219689','No','','','','','','','','',0.00,0.00),(626,'','Cash','','2020-09-04 15:32:21','','0','4','2020-09-04 15:32:21','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41599219969','No','','','','','','','','',0.00,0.00),(627,'','Cash','','2020-09-04 15:42:29','','0','4','2020-09-04 15:42:29','','66','66','1','retail',NULL,'66','1','0','0','0','0','0','0','printed',' ','','1','','41599222811','Cleared','','','','','','','','',0.00,0.00),(628,'','Cash','','2020-09-04 15:59:55','','0','4','2020-09-04 15:59:55','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41599223355','No','','','','','','','','',0.00,0.00),(629,'','Cash','','2020-09-04 16:42:55','','0','4','2020-09-04 16:42:55','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41599224482','No','','','','','','','','',0.00,0.00),(630,'','Cash','','2020-09-04 16:58:03','','0','4','2020-09-04 16:58:03','','185','185','1','retail',NULL,'185','1','0','0','0','0','0','0','printed',' ','','1','','41599226981','No','','','','','','','','',0.00,0.00),(631,'','Cash','','2020-09-04 17:11:07','','0','4','2020-09-04 17:11:07','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41599228495','No','','','','','','','','',0.00,0.00),(632,'','Cash','','2020-09-04 17:14:03','','0','4','2020-09-04 17:14:03','','210','210','1','retail',NULL,'210','1','0','0','0','0','0','0','printed',' ','','1','','41599228673','No','','','','','','','','',0.00,0.00),(633,'','Cash','','2020-09-04 17:18:08','','0','4','2020-09-04 17:18:08','','215','215','1','retail',NULL,'215','1','0','0','0','0','0','0','printed',' ','','1','','41599228879','No','','','','','','','','',0.00,0.00),(634,'','Cash','','2020-09-04 17:25:52','','0','4','2020-09-04 17:25:52','','45','45','1','retail',NULL,'45','1','0','0','0','0','0','0','printed',' ','','1','','41599229110','No','','','','','','','','',0.00,0.00),(635,'','Cash','','2020-09-04 17:33:15','','0','4','2020-09-04 17:33:15','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41599229576','No','','','','','','','','',0.00,0.00),(636,'','Cash','','2020-09-04 17:42:06','','0','4','2020-09-04 17:42:06','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41599230093','No','','','','','','','','',0.00,0.00),(637,'','Cash','','2020-09-04 17:53:58','','0','4','2020-09-04 17:53:58','','190','190','1','retail',NULL,'190','1','0','0','0','0','0','0','printed',' ','','1','','41599230538','No','4','2020-09-04 17:53:58','','','','','','',0.00,0.00),(638,'','Cash','','2020-09-04 18:14:53','','0','4','2020-09-04 18:14:53','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41599231921','No','','','','','','','','',0.00,0.00),(639,'','Cash','','2020-09-04 18:23:14','','0','4','2020-09-04 18:23:14','','255','255','1','retail',NULL,'255','1','0','0','0','0','0','0','printed',' ','','1','','41599232502','No','','','','','','','','',0.00,0.00),(640,'','Cash','','2020-09-04 18:51:58','','0','4','2020-09-04 18:51:58','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41599233117','No','','','','','','','','',0.00,0.00),(641,'','Cash','','2020-09-04 18:55:13','','0','4','2020-09-04 18:55:13','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41599234738','No','','','','','','','','',0.00,0.00),(642,'','Cash','','2020-09-04 19:03:16','','0','4','2020-09-04 19:03:16','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41599234948','No','','','','','','','','',0.00,0.00),(643,'','Cash','','2020-09-04 19:14:43','','0','4','2020-09-04 19:14:43','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41599236043','No','','','','','','','','',0.00,0.00),(644,'','Cash','','2020-09-04 19:27:49','','0','4','2020-09-04 19:27:49','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41599236855','No','','','','','','','','',0.00,0.00),(645,'','Cash','','2020-09-04 19:47:21','','0','4','2020-09-04 19:47:21','','195','195','1','retail',NULL,'195','1','0','0','0','0','0','0','printed',' ','','1','','41599238031','No','','','','','','','','',0.00,0.00),(646,'','Cash','','2020-09-05 14:58:31','','0','4','2020-09-05 14:58:31','','330','330','1','retail',NULL,'330','1','0','0','0','0','0','0','printed',' ','','1','','41599306539','No','','','','','','','','',0.00,0.00),(647,'','Cash','','2020-09-05 15:26:57','','0','4','2020-09-05 15:26:57','','3692','3692','1','retail',NULL,'3692','1','0','0','0','0','0','0','printed',' ','','1','','41599307172','No','','','','','','','','',0.00,0.00),(648,'','Cash','','2020-09-05 15:38:09','','0','4','2020-09-05 15:38:09','','48','48','1','retail',NULL,'48','1','0','0','0','0','0','0','printed',' ','','1','','41599308844','No','','','','','','','','',0.00,0.00),(649,'','Cash','','2020-09-05 15:50:30','','0','4','2020-09-05 15:50:30','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41599309496','No','','','','','','','','',0.00,0.00),(650,'','Cash','','2020-09-05 15:51:21','','0','4','2020-09-05 15:51:21','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41599310240','No','','','','','','','','',0.00,0.00),(651,'','Cash','','2020-09-05 15:57:52','','0','4','2020-09-05 15:57:52','','95','95','1','retail',NULL,'95','1','0','0','0','0','0','0','printed',' ','','1','','41599310571','No','','','','','','','','',0.00,0.00),(652,'','Cash','','2020-09-05 16:00:16','','0','4','2020-09-05 16:00:16','','520','520','1','retail',NULL,'520','1','0','0','0','0','0','0','printed',' ','','1','','41599310702','No','4','2020-09-05 16:00:16','','','','','','',0.00,0.00),(653,'','Cash','','2020-09-05 16:10:53','','0','4','2020-09-05 16:10:53','','1095','1095','1','retail',NULL,'1095','1','0','0','0','0','0','0','printed',' ','','1','','41599311269','No','','','','','','','','',0.00,0.00),(654,'','Cash','','2020-09-05 17:15:29','','0','4','2020-09-05 17:15:29','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','','41599315154','No','','','','','','','','',0.00,0.00),(655,'','Cash','','2020-09-05 17:27:00','','0','4','2020-09-05 17:27:00','','630','630','1','retail',NULL,'630','1','0','0','0','0','0','0','printed',' ','','1','','41599315339','No','','','','','','','','',0.00,0.00),(656,'','Cash','','2020-09-05 17:31:00','','0','4','2020-09-05 17:31:00','','430','430','1','retail',NULL,'430','1','0','0','0','0','0','0','printed',' ','','1','','41599316226','No','','','','','','','','',0.00,0.00),(657,'','Cash','','2020-09-05 17:33:47','','0','4','2020-09-05 17:33:47','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41599316322','No','','','','','','','','',0.00,0.00),(658,'','Cash','','2020-09-05 17:57:12','','0','4','2020-09-05 17:57:12','','615','615','1','retail',NULL,'615','1','0','0','0','0','0','0','printed',' ','','1','','41599316730','No','','','','','','','','',0.00,0.00),(659,'','Cash','','2020-09-05 18:07:15','','0','4','2020-09-05 18:07:15','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41599317841','No','','','','','','','','',0.00,0.00),(660,'','Cash','','2020-09-05 18:08:01','','0','4','2020-09-05 18:08:01','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41599318440','No','','','','','','','','',0.00,0.00),(661,'','Cash','','2020-09-05 18:41:24','','0','4','2020-09-05 18:41:24','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41599320419','No','','','','','','','','',0.00,0.00),(662,'','Cash','','2020-09-05 18:50:15','','0','4','2020-09-05 18:50:15','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41599320486','No','','','','','','','','',0.00,0.00),(663,'','Cash','','2020-09-05 18:56:28','','0','4','2020-09-05 18:56:28','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599321019','No','','','','','','','','',0.00,0.00),(664,'','Cash','','2020-09-05 18:57:07','','0','4','2020-09-05 18:57:07','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41599321400','No','','','','','','','','',0.00,0.00),(665,'','Cash','','2020-09-05 19:01:51','','0','4','2020-09-05 19:01:51','','115','115','1','retail',NULL,'115','1','0','0','0','0','0','0','printed',' ','','1','','41599321595','No','','','','','','','','',0.00,0.00),(666,'','Cash','','2020-09-05 19:10:33','','0','4','2020-09-05 19:10:33','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41599321731','No','','','','','','','','',0.00,0.00),(667,'','Cash','','2020-09-05 19:13:31','','0','4','2020-09-05 19:13:31','','340','340','1','retail',NULL,'340','1','0','0','0','0','0','0','printed',' ','','1','','41599322269','No','','','','','','','','',0.00,0.00),(668,'','Cash','','2020-09-05 19:23:42','','0','4','2020-09-05 19:23:42','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41599322449','No','','','','','','','','',0.00,0.00),(669,'','Cash','','2020-09-05 19:45:03','','0','4','2020-09-05 19:45:03','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41599323030','No','','','','','','','','',0.00,0.00),(670,'','Cash','','2020-09-05 19:58:25','','0','4','2020-09-05 19:58:25','','325','325','1','retail',NULL,'325','1','0','0','0','0','0','0','printed',' ','','1','','41599325069','No','','','','','','','','',0.00,0.00),(671,'','Cash','','2020-09-06 11:15:38','','0','4','2020-09-06 11:15:38','','475','475','1','retail',NULL,'475','1','0','0','0','0','0','0','printed',' ','','1','','41599380088','Cleared','','','','','','','','',0.00,0.00),(672,'','Cash','','2020-09-06 11:17:53','','0','4','2020-09-06 11:17:53','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41599380248','No','','','','','','','','',0.00,0.00),(673,'','Cash','','2020-09-06 11:32:52','','0','4','2020-09-06 11:32:52','','140','140','1','retail',NULL,'140','1','0','0','0','0','0','0','printed',' ','','1','','41599380326','No','','','','','','','','',0.00,0.00),(674,'','Cash','','2020-09-06 12:21:24','','0','4','2020-09-06 12:21:24','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41599381176','No','','','','','','','','',0.00,0.00),(675,'','Cash','','2020-09-06 13:02:11','','0','4','2020-09-06 13:02:11','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41599384114','No','','','','','','','','',0.00,0.00),(676,'','Cash','','2020-09-06 13:27:55','','0','4','2020-09-06 13:27:55','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41599388013','No','','','','','','','','',0.00,0.00),(677,'','Cash','','2020-09-06 13:39:43','','0','4','2020-09-06 13:39:43','','510','510','1','retail',NULL,'510','1','0','0','0','0','0','0','printed',' ','','1','','41599388077','No','','','','','','','','',0.00,0.00),(678,'','Cash','','2020-09-06 14:35:39','','0','4','2020-09-06 14:35:39','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599388887','No','','','','','','','','',0.00,0.00),(679,'','Cash','','2020-09-06 14:43:24','','0','4','2020-09-06 14:43:24','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41599392244','No','','','','','','','','',0.00,0.00),(680,'','Cash','','2020-09-06 14:47:54','','0','4','2020-09-06 14:47:54','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41599392628','No','','','','','','','','',0.00,0.00),(681,'','Cash','','2020-09-06 15:17:09','','0','4','2020-09-06 15:17:09','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41599393858','No','','','','','','','','',0.00,0.00),(682,'','Cash','','2020-09-06 15:18:01','','0','4','2020-09-06 15:18:01','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41599394632','No','','','','','','','','',0.00,0.00),(683,'','Cash','','2020-09-06 15:43:23','','0','4','2020-09-06 15:43:23','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599396195','Cleared','','','','','','','','',0.00,0.00),(684,'','Cash','','2020-09-06 15:59:08','','0','4','2020-09-06 15:59:08','','375','375','1','retail',NULL,'375','1','0','0','0','0','0','0','printed',' ','','1','','41599396427','No','','','','','','','','',0.00,0.00),(685,'','Cash','','2020-09-06 16:00:52','','0','4','2020-09-06 16:00:52','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41599397154','No','','','','','','','','',0.00,0.00),(686,'','Cash','','2020-09-06 16:06:37','','0','4','2020-09-06 16:06:37','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41599397255','No','','','','','','','','',0.00,0.00),(687,'','Cash','','2020-09-06 16:07:14','','0','4','2020-09-06 16:07:14','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41599397599','No','','','','','','','','',0.00,0.00),(688,'','Cash','','2020-09-06 16:09:24','','0','4','2020-09-06 16:09:24','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41599397648','No','','','','','','','','',0.00,0.00),(689,'','Cash','','2020-09-06 16:24:58','','0','4','2020-09-06 16:24:58','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41599397911','No','','','','','','','','',0.00,0.00),(690,'','Cash','','2020-09-06 16:43:33','','0','4','2020-09-06 16:43:33','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41599399793','No','','','','','','','','',0.00,0.00),(691,'','Cash','','2020-09-06 16:47:32','','0','4','2020-09-06 16:47:32','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599399923','No','','','','','','','','',0.00,0.00),(692,'','Cash','','2020-09-07 08:38:36','','0','4','2020-09-07 08:38:36','','910','910','1','retail',NULL,'910','1','0','0','0','0','0','0','printed',' ','','1','','41599456912','No','','','','','','','','',0.00,0.00),(693,'','Cash','','2020-09-07 09:22:44','','0','4','2020-09-07 09:22:44','','570','570','1','retail',NULL,'570','1','0','0','0','0','0','0','printed',' ','','1','','41599457265','Cleared','','','','','','','','',0.00,0.00),(694,'','Cash','','2020-09-07 10:40:10','','0','4','2020-09-07 10:40:10','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41599464387','No','','','','','','','','',0.00,0.00),(695,'','Cash','','2020-09-07 11:10:48','','0','4','2020-09-07 11:10:48','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41599464463','No','','','','','','','','',0.00,0.00),(696,'','Cash','','2020-09-07 11:17:16','','0','4','2020-09-07 11:17:16','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41599466250','No','','','','','','','','',0.00,0.00),(697,'','Cash','','2020-09-07 11:40:41','','0','4','2020-09-07 11:40:41','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41599466852','No','','','','','','','','',0.00,0.00),(698,'','Cash','','2020-09-07 11:48:30','','0','4','2020-09-07 11:48:30','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41599468043','No','','','','','','','','',0.00,0.00),(699,'','Cash','','2020-09-07 11:59:25','','0','4','2020-09-07 11:59:25','','84','84','1','retail',NULL,'84','1','0','0','0','0','0','0','printed',' ','','1','','41599468572','No','','','','','','','','',0.00,0.00),(700,'','Cash','','2020-09-07 12:08:05','','0','4','2020-09-07 12:08:05','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41599469168','No','','','','','','','','',0.00,0.00),(701,'','Cash','','2020-09-07 12:24:35','','0','4','2020-09-07 12:24:35','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41599469690','No','','','','','','','','',0.00,0.00),(702,'','Cash','','2020-09-07 12:39:36','','0','4','2020-09-07 12:39:36','','260','260','1','retail',NULL,'260','1','0','0','0','0','0','0','printed',' ','','1','','41599470680','No','','','','','','','','',0.00,0.00),(703,'','Cash','','2020-09-07 13:26:12','','0','4','2020-09-07 13:26:12','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41599471685','No','','','','','','','','',0.00,0.00),(704,'','Cash','','2020-09-07 13:36:26','','0','4','2020-09-07 13:36:26','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599474374','No','','','','','','','','',0.00,0.00),(705,'','Cash','','2020-09-07 13:50:14','','0','4','2020-09-07 13:50:14','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41599475008','No','','','','','','','','',0.00,0.00),(706,'','Cash','','2020-09-07 13:54:28','','0','4','2020-09-07 13:54:28','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599475822','No','','','','','','','','',0.00,0.00),(707,'','Cash','','2020-09-07 14:50:37','','0','4','2020-09-07 14:50:37','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41599479428','No','','','','','','','','',0.00,0.00),(708,'','Cash','','2020-09-07 16:05:56','','0','4','2020-09-07 16:05:56','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41599481003','No','','','','','','','','',0.00,0.00),(709,'','Cash','','2020-09-07 16:11:04','','0','4','2020-09-07 16:11:04','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41599484250','No','','','','','','','','',0.00,0.00),(710,'','Cash','','2020-09-07 16:17:56','','0','4','2020-09-07 16:17:56','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41599484266','No','','','','','','','','',0.00,0.00),(711,'','Cash','','2020-09-07 17:00:09','','0','4','2020-09-07 17:00:09','','115','115','1','retail',NULL,'115','1','0','0','0','0','0','0','printed',' ','','1','','41599484751','No','','','','','','','','',0.00,0.00),(712,'','Cash','','2020-09-07 17:05:19','','0','4','2020-09-07 17:05:19','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41599487215','No','','','','','','','','',0.00,0.00),(713,'','Cash','','2020-09-07 17:17:33','','0','4','2020-09-07 17:17:33','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41599487521','No','','','','','','','','',0.00,0.00),(714,'','Cash','','2020-09-07 17:22:17','','0','4','2020-09-07 17:22:17','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41599488255','No','','','','','','','','',0.00,0.00),(715,'','Cash','','2020-09-07 17:36:19','','0','4','2020-09-07 17:36:19','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41599488539','No','','','','','','','','',0.00,0.00),(716,'','Cash','','2020-09-07 17:38:20','','0','4','2020-09-07 17:38:20','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41599489474','No','','','','','','','','',0.00,0.00),(717,'','Cash','','2020-09-07 17:38:35','','0','4','2020-09-07 17:38:35','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','','41599489504','No','','','','','','','','',0.00,0.00),(718,'','Cash','','2020-09-07 17:39:26','','0','4','2020-09-07 17:39:26','','590','590','1','retail',NULL,'590','1','0','0','0','0','0','0','printed',' ','','1','','41599489554','No','','','','','','','','',0.00,0.00),(719,'','Cash','','2020-09-07 17:46:38','','0','4','2020-09-07 17:46:38','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41599489678','No','','','','','','','','',0.00,0.00),(720,'','Cash','','2020-09-07 17:50:08','','0','4','2020-09-07 17:50:08','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41599490035','No','','','','','','','','',0.00,0.00),(721,'','Cash','','2020-09-07 18:08:49','','0','4','2020-09-07 18:08:49','','605','605','1','retail',NULL,'605','1','0','0','0','0','0','0','printed',' ','','1','','41599490219','No','','','','','','','','',0.00,0.00),(722,'','Cash','','2020-09-07 18:37:56','','0','4','2020-09-07 18:37:56','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41599493062','No','','','','','','','','',0.00,0.00),(723,'','Cash','','2020-09-07 18:44:20','','0','4','2020-09-07 18:44:20','','995','995','1','retail',NULL,'995','1','0','0','0','0','0','0','printed',' ','','1','','41599493084','No','','','','','','','','',0.00,0.00),(724,'','Cash','','2020-09-07 19:06:03','','0','4','2020-09-07 19:06:03','','260','260','1','retail',NULL,'260','1','0','0','0','0','0','0','printed',' ','','1','','41599493689','No','','','','','','','','',0.00,0.00),(725,'','Cash','','2020-09-07 19:12:11','','0','4','2020-09-07 19:12:11','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41599494796','No','','','','','','','','',0.00,0.00),(726,'','Cash','','2020-09-07 19:17:08','','0','4','2020-09-07 19:17:08','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41599495407','No','','','','','','','','',0.00,0.00),(727,'','Cash','','2020-09-07 19:49:15','','0','4','2020-09-07 19:49:15','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41599495442','No','','','','','','','','',0.00,0.00),(728,'','Cash','','2020-09-07 19:52:53','','0','4','2020-09-07 19:52:53','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41599497561','No','','','','','','','','',0.00,0.00),(729,'','Cash','','2020-09-07 19:53:44','','0','4','2020-09-07 19:53:44','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41599497606','No','','','','','','','','',0.00,0.00),(730,'','Cash','','2020-09-08 08:51:40','','0','4','2020-09-08 08:51:40','','485','485','1','retail',NULL,'485','1','0','0','0','0','0','0','printed',' ','','1','','41599544233','Cleared','','','','','','','','',0.00,0.00),(731,'','Cash','','2020-09-08 09:05:54','','0','4','2020-09-08 09:05:54','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41599545138','No','','','','','','','','',0.00,0.00),(732,'','Cash','','2020-09-08 09:54:01','','0','4','2020-09-08 09:54:01','','190','190','1','retail',NULL,'190','1','0','0','0','0','0','0','printed',' ','','1','','41599548001','No','','','','','','','','',0.00,0.00),(733,'','Cash','','2020-09-08 10:27:26','','0','4','2020-09-08 10:27:26','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41599548068','No','','','','','','','','',0.00,0.00),(734,'','Cash','','2020-09-08 11:05:34','','0','4','2020-09-08 11:05:34','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41599551791','No','','','','','','','','',0.00,0.00),(735,'','Cash','','2020-09-08 11:05:54','','0','4','2020-09-08 11:05:54','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41599552336','No','','','','','','','','',0.00,0.00),(736,'','Cash','','2020-09-08 11:37:48','','0','4','2020-09-08 11:37:48','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41599553450','No','','','','','','','','',0.00,0.00),(737,'','Cash','','2020-09-08 12:17:25','','0','4','2020-09-08 12:17:25','','11','11','1','retail',NULL,'11','1','0','0','0','0','0','0','printed',' ','','1','','41599554272','No','','','','','','','','',0.00,0.00),(738,'','Cash','','2020-09-08 12:29:53','','0','4','2020-09-08 12:29:53','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41599556648','No','','','','','','','','',0.00,0.00),(739,'','Cash','','2020-09-08 12:56:13','','0','4','2020-09-08 12:56:13','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41599558950','No','','','','','','','','',0.00,0.00),(740,'','Cash','','2020-09-08 13:08:16','','0','4','2020-09-08 13:08:16','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599558977','No','','','','','','','','',0.00,0.00),(741,'','Cash','','2020-09-08 13:19:37','','0','4','2020-09-08 13:19:37','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41599559700','No','','','','','','','','',0.00,0.00),(742,'','Cash','','2020-09-08 14:00:55','','0','4','2020-09-08 14:00:55','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41599560402','No','','','','','','','','',0.00,0.00),(743,'','Cash','','2020-09-08 14:21:40','','0','4','2020-09-08 14:21:40','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41599562927','No','','','','','','','','',0.00,0.00),(744,'','Cash','','2020-09-08 14:36:33','','0','4','2020-09-08 14:36:33','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41599564102','No','','','','','','','','',0.00,0.00),(745,'','Cash','','2020-09-08 14:47:17','','0','4','2020-09-08 14:47:17','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41599564997','No','','','','','','','','',0.00,0.00),(746,'','Cash','','2020-09-08 14:49:29','','0','4','2020-09-08 14:49:29','','45','45','1','retail',NULL,'45','1','0','0','0','0','0','0','printed',' ','','1','','41599565641','No','','','','','','','','',0.00,0.00),(747,'','Cash','','2020-09-08 16:26:37','','0','4','2020-09-08 16:26:37','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41599565779','No','','','','','','','','',0.00,0.00),(748,'','Cash','','2020-09-08 16:33:07','','0','4','2020-09-08 16:33:07','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41599571610','No','','','','','','','','',0.00,0.00),(749,'','Cash','','2020-09-08 16:43:09','','0','4','2020-09-08 16:43:09','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41599571990','No','','','','','','','','',0.00,0.00),(750,'','Cash','','2020-09-08 16:51:55','','0','4','2020-09-08 16:51:55','','12','12','1','retail',NULL,'12','1','0','0','0','0','0','0','printed',' ','','1','','41599572607','No','','','','','','','','',0.00,0.00),(751,'','Cash','','2020-09-08 17:04:57','','0','4','2020-09-08 17:04:57','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41599573120','No','','','','','','','','',0.00,0.00),(752,'','Cash','','2020-09-08 17:14:57','','0','4','2020-09-08 17:14:57','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41599573908','No','','','','','','','','',0.00,0.00),(753,'','Cash','','2020-09-08 17:33:18','','0','4','2020-09-08 17:33:18','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41599574511','No','','','','','','','','',0.00,0.00),(754,'','Cash','','2020-09-08 17:41:34','','0','4','2020-09-08 17:41:34','','45','45','1','retail',NULL,'45','1','0','0','0','0','0','0','printed',' ','','1','','41599575600','No','','','','','','','','',0.00,0.00),(755,'','Cash','','2020-09-08 18:12:24','','0','4','2020-09-08 18:12:24','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41599576887','No','','','','','','','','',0.00,0.00),(756,'','Cash','','2020-09-08 18:23:22','','0','4','2020-09-08 18:23:22','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599577946','No','','','','','','','','',0.00,0.00),(757,'','Cash','','2020-09-08 18:41:57','','0','4','2020-09-08 18:41:57','','270','270','1','retail',NULL,'270','1','0','0','0','0','0','0','printed',' ','','1','','41599578692','No','','','','','','','','',0.00,0.00),(758,'','Cash','','2020-09-08 18:56:51','','0','4','2020-09-08 18:56:51','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41599579782','No','','','','','','','','',0.00,0.00),(759,'','Cash','','2020-09-08 19:34:57','','0','4','2020-09-08 19:34:57','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599582888','Cleared','','','','','','','','',0.00,0.00),(760,'','Cash','','2020-09-08 19:36:48','','0','4','2020-09-08 19:36:48','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41599582902','No','','','','','','','','',0.00,0.00),(761,'','Cash','','2020-09-08 19:40:56','','0','4','2020-09-08 19:40:56','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599583011','No','','','','','','','','',0.00,0.00),(762,'','Cash','','2020-09-09 13:30:26','','0','4','2020-09-09 13:30:26','','851','851','1','retail',NULL,'851','1','0','0','0','0','0','0','printed',' ','','1','','41599647162','No','','','','','','','','',0.00,0.00),(763,'','Cash','','2020-09-09 14:29:34','','0','4','2020-09-09 14:29:34','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599647492','No','','','','','','','','',0.00,0.00),(764,'','Cash','','2020-09-09 14:43:06','','0','4','2020-09-09 14:43:06','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','','41599650977','No','','','','','','','','',0.00,0.00),(765,'','Cash','','2020-09-09 14:45:35','','0','4','2020-09-09 14:45:35','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41599651824','No','','','','','','','','',0.00,0.00),(766,'','Cash','','2020-09-09 14:46:44','','0','4','2020-09-09 14:46:44','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599651962','No','','','','','','','','',0.00,0.00),(767,'','Cash','','2020-09-09 14:56:05','','0','4','2020-09-09 14:56:05','','48','48','1','retail',NULL,'48','1','0','0','0','0','0','0','printed',' ','','1','','41599652550','No','','','','','','','','',0.00,0.00),(768,'','Cash','','2020-09-09 17:11:17','','0','4','2020-09-09 17:11:17','','45','45','1','retail',NULL,'45','1','0','0','0','0','0','0','printed',' ','','1','','41599652615','No','','','','','','','','',0.00,0.00),(769,'','Cash','','2020-09-09 18:03:57','','0','4','2020-09-09 18:03:57','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41599660685','No','','','','','','','','',0.00,0.00),(770,'','Cash','','2020-09-09 18:26:27','','0','4','2020-09-09 18:26:27','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41599665156','No','','','','','','','','',0.00,0.00),(771,'','Cash','','2020-09-09 18:32:18','','0','4','2020-09-09 18:32:18','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41599665198','No','','','','','','','','',0.00,0.00),(772,'','Cash','','2020-09-09 18:38:51','','0','4','2020-09-09 18:38:51','','320','320','1','retail',NULL,'320','1','0','0','0','0','0','0','printed',' ','','1','','41599665550','No','','','','','','','','',0.00,0.00),(773,'','Cash','','2020-09-09 18:58:30','','0','4','2020-09-09 18:58:30','','155','155','1','retail',NULL,'155','1','0','0','0','0','0','0','printed',' ','','1','','41599665992','No','','','','','','','','',0.00,0.00),(774,'','Cash','','2020-09-09 19:02:11','','0','4','2020-09-09 19:02:11','','340','340','1','retail',NULL,'340','1','0','0','0','0','0','0','printed',' ','','1','','41599667315','No','','','','','','','','',0.00,0.00),(775,'','Cash','','2020-09-09 19:12:47','','0','4','2020-09-09 19:12:47','','330','330','1','retail',NULL,'330','1','0','0','0','0','0','0','printed',' ','','1','','41599667444','No','','','','','','','','',0.00,0.00),(776,'','Cash','','2020-09-09 19:16:10','','0','4','2020-09-09 19:16:10','','485','485','1','retail',NULL,'485','1','0','0','0','0','0','0','printed',' ','','1','','41599668059','No','','','','','','','','',0.00,0.00),(777,'','Cash','','2020-09-09 19:36:41','','0','4','2020-09-09 19:36:41','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41599669009','No','','','','','','','','',0.00,0.00),(778,'','Cash','','2020-09-09 19:40:08','','0','4','2020-09-09 19:40:08','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599669593','No','','','','','','','','',0.00,0.00),(779,'','Cash','','2020-09-09 19:41:33','','0','4','2020-09-09 19:41:33','','455','455','1','retail',NULL,'455','1','0','0','0','0','0','0','printed',' ','','1','','41599669652','No','','','','','','','','',0.00,0.00),(780,'','Cash','','2020-09-09 19:50:23','','0','4','2020-09-09 19:50:23','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41599670179','No','','','','','','','','',0.00,0.00),(781,'','Cash','','2020-09-09 19:59:51','','0','4','2020-09-09 19:59:51','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599670275','No','','','','','','','','',0.00,0.00),(782,'','Cash','','2020-09-10 10:04:08','','0','4','2020-09-10 10:04:08','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41599721431','No','','','','','','','','',0.00,0.00),(783,'','Cash','','2020-09-10 10:35:45','','0','4','2020-09-10 10:35:45','','6','6','1','retail',NULL,'6','1','0','0','0','0','0','0','printed',' ','','1','','41599721510','No','','','','','','','','',0.00,0.00),(784,'','Cash','','2020-09-10 10:38:19','','0','4','2020-09-10 10:38:19','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41599723348','No','','','','','','','','',0.00,0.00),(785,'','Cash','','2020-09-10 10:38:30','','0','4','2020-09-10 10:38:30','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41599723502','No','','','','','','','','',0.00,0.00),(786,'','Cash','','2020-09-10 11:14:48','','0','4','2020-09-10 11:14:48','','510','510','1','retail',NULL,'510','1','0','0','0','0','0','0','printed',' ','','1','','41599725497','Cleared','','','','','','','','',0.00,0.00),(787,'','Cash','','2020-09-10 11:15:25','','0','4','2020-09-10 11:15:25','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599725711','No','','','','','','','','',0.00,0.00),(788,'','Cash','','2020-09-10 11:54:25','','0','4','2020-09-10 11:54:25','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599725735','No','','','','','','','','',0.00,0.00),(789,'','Cash','','2020-09-10 13:47:11','','0','4','2020-09-10 13:47:11','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41599728070','No','','','','','','','','',0.00,0.00),(790,'','Cash','','2020-09-10 14:21:53','','0','4','2020-09-10 14:21:53','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41599736760','No','','','','','','','','',0.00,0.00),(791,'','Cash','','2020-09-10 14:38:35','','0','4','2020-09-10 14:38:35','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41599736915','No','','','','','','','','',0.00,0.00),(792,'','Cash','','2020-09-10 14:57:12','','0','4','2020-09-10 14:57:12','','320','320','1','retail',NULL,'320','1','0','0','0','0','0','0','printed',' ','','1','','41599737918','No','','','','','','','','',0.00,0.00),(793,'','Cash','','2020-09-10 14:59:32','','0','4','2020-09-10 14:59:32','','195','195','1','retail',NULL,'195','1','0','0','0','0','0','0','printed',' ','','1','','41599739078','No','','','','','','','','',0.00,0.00),(794,'','Cash','','2020-09-10 15:11:32','','0','4','2020-09-10 15:11:32','','295','295','1','retail',NULL,'295','1','0','0','0','0','0','0','printed',' ','','1','','41599739213','No','','','','','','','','',0.00,0.00),(795,'','Cash','','2020-09-10 16:07:06','','0','4','2020-09-10 16:07:06','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41599739948','No','','','','','','','','',0.00,0.00),(796,'','Cash','','2020-09-10 16:29:38','','0','4','2020-09-10 16:29:38','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41599743244','No','','','','','','','','',0.00,0.00),(797,'','Cash','','2020-09-10 16:46:19','','0','4','2020-09-10 16:46:19','','195','195','1','retail',NULL,'195','1','0','0','0','0','0','0','printed',' ','','1','','41599744592','No','','','','','','','','',0.00,0.00),(798,'','Cash','','2020-09-10 16:57:19','','0','4','2020-09-10 16:57:19','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41599745667','No','','','','','','','','',0.00,0.00),(799,'','Cash','','2020-09-10 17:07:54','','0','4','2020-09-10 17:07:54','','185','185','1','retail',NULL,'185','1','0','0','0','0','0','0','printed',' ','','1','','41599746243','No','','','','','','','','',0.00,0.00),(800,'','Cash','','2020-09-10 18:19:44','','0','4','2020-09-10 18:19:44','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41599751152','No','','','','','','','','',0.00,0.00),(801,'','Cash','','2020-09-10 18:20:52','','0','4','2020-09-10 18:20:52','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41599751212','No','','','','','','','','',0.00,0.00),(802,'','Cash','','2020-09-10 18:23:51','','0','4','2020-09-10 18:23:51','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41599751315','No','','','','','','','','',0.00,0.00),(803,'','Cash','','2020-09-10 18:46:41','','0','4','2020-09-10 18:46:41','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41599751434','No','','','','','','','','',0.00,0.00),(804,'','Cash','','2020-09-10 19:03:11','','0','4','2020-09-10 19:03:11','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599752804','No','','','','','','','','',0.00,0.00),(805,'','Cash','','2020-09-10 19:21:15','','0','4','2020-09-10 19:06:57','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41599754008','No','4','2020-09-10 19:21:15','','','','','','',0.00,0.00),(806,'','Cash','','2020-09-10 19:53:55','','0','4','2020-09-10 19:53:55','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599754879','No','','','','','','','','',0.00,0.00),(807,'','Cash','','2020-09-10 20:02:02','','0','4','2020-09-10 20:02:02','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41599757052','No','','','','','','','','',0.00,0.00),(808,'','Cash','','2020-09-11 09:25:35','','0','4','2020-09-11 09:25:35','','96','96','1','retail',NULL,'96','1','0','0','0','0','0','0','printed',' ','','1','','41599804555','No','','','','','','','','',0.00,0.00),(809,'','Cash','','2020-09-11 09:55:32','','0','4','2020-09-11 09:55:32','','126','126','1','retail',NULL,'126','1','0','0','0','0','0','0','printed',' ','','1','','41599805538','No','','','','','','','','',0.00,0.00),(810,'','Cash','','2020-09-11 10:30:53','','0','4','2020-09-11 10:30:53','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41599809419','No','','','','','','','','',0.00,0.00),(811,'','Cash','','2020-09-11 11:29:29','','0','4','2020-09-11 11:29:29','','255','255','1','retail',NULL,'255','1','0','0','0','0','0','0','printed',' ','','1','','41599810440','No','','','','','','','','',0.00,0.00),(812,'','Cash','','2020-09-11 12:07:33','','0','4','2020-09-11 12:07:33','','390','390','1','retail',NULL,'390','1','0','0','0','0','0','0','printed',' ','','1','','41599812971','No','','','','','','','','',0.00,0.00),(813,'','Cash','','2020-09-11 12:11:46','','0','4','2020-09-11 12:11:46','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41599815275','No','','','','','','','','',0.00,0.00),(814,'','Cash','','2020-09-11 12:33:22','','0','4','2020-09-11 12:33:22','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41599815507','No','','','','','','','','',0.00,0.00),(815,'','Cash','','2020-09-11 12:58:10','','0','4','2020-09-11 12:58:10','','254','254','1','retail',NULL,'254','1','0','0','0','0','0','0','printed',' ','','1','','41599816804','No','','','','','','','','',0.00,0.00),(816,'','Cash','','2020-09-11 13:18:37','','0','4','2020-09-11 13:18:37','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41599819011','No','','','','','','','','',0.00,0.00),(817,'','Cash','','2020-09-11 13:52:09','','0','4','2020-09-11 13:52:09','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41599819520','No','','','','','','','','',0.00,0.00),(818,'','Cash','','2020-09-11 14:07:48','','0','4','2020-09-11 14:07:48','','420','420','1','retail',NULL,'420','1','0','0','0','0','0','0','printed',' ','','1','','41599821531','No','','','','','','','','',0.00,0.00),(819,'','Cash','','2020-09-11 15:38:56','','0','4','2020-09-11 15:38:56','','220','220','1','retail',NULL,'220','1','0','0','0','0','0','0','printed',' ','','1','','41599822685','No','','','','','','','','',0.00,0.00),(820,'','Cash','','2020-09-11 16:02:44','','0','4','2020-09-11 16:02:44','','6','6','1','retail',NULL,'6','1','0','0','0','0','0','0','printed',' ','','1','','41599828598','No','','','','','','','','',0.00,0.00),(821,'','Cash','','2020-09-11 16:05:45','','0','4','2020-09-11 16:05:45','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41599829367','No','','','','','','','','',0.00,0.00),(822,'','Cash','','2020-09-11 16:16:33','','0','4','2020-09-11 16:16:33','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41599829547','No','','','','','','','','',0.00,0.00),(823,'','Cash','','2020-09-11 16:18:15','','0','4','2020-09-11 16:18:15','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41599830281','No','','','','','','','','',0.00,0.00),(824,'','Cash','','2020-09-11 16:46:58','','0','4','2020-09-11 16:46:58','','190','190','1','retail',NULL,'190','1','0','0','0','0','0','0','printed',' ','','1','','41599831960','No','','','','','','','','',0.00,0.00),(825,'','Cash','','2020-09-11 16:49:48','','0','4','2020-09-11 16:49:48','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41599832178','No','','','','','','','','',0.00,0.00),(826,'','Cash','','2020-09-11 16:54:04','','0','4','2020-09-11 16:54:04','','230','230','1','retail',NULL,'230','1','0','0','0','0','0','0','printed',' ','','1','','41599832229','No','','','','','','','','',0.00,0.00),(827,'','Cash','','2020-09-11 17:12:58','','0','4','2020-09-11 17:12:58','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41599832449','No','','','','','','','','',0.00,0.00),(828,'','Cash','','2020-09-11 17:52:36','','0','4','2020-09-11 17:52:36','','86','86','1','retail',NULL,'86','1','0','0','0','0','0','0','printed',' ','','1','','41599835796','No','','','','','','','','',0.00,0.00),(829,'','Cash','','2020-09-11 17:59:51','','0','4','2020-09-11 17:59:51','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41599836019','No','','','','','','','','',0.00,0.00),(830,'','Cash','','2020-09-11 18:10:22','','0','4','2020-09-11 18:10:22','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41599836442','No','','','','','','','','',0.00,0.00),(831,'','Cash','','2020-09-11 18:22:02','','0','4','2020-09-11 18:22:02','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599837049','No','','','','','','','','',0.00,0.00),(832,'','Cash','','2020-09-11 18:31:30','','0','4','2020-09-11 18:31:30','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41599837946','No','','','','','','','','',0.00,0.00),(833,'','Cash','','2020-09-11 18:50:15','','0','4','2020-09-11 18:50:15','','24','24','1','retail',NULL,'24','1','0','0','0','0','0','0','printed',' ','','1','','41599839387','No','','','','','','','','',0.00,0.00),(834,'','Cash','','2020-09-11 19:12:35','','0','4','2020-09-11 19:12:35','','16','16','1','retail',NULL,'16','1','0','0','0','0','0','0','printed',' ','','1','','41599839457','No','','','','','','','','',0.00,0.00),(835,'','Cash','','2020-09-11 19:36:48','','0','4','2020-09-11 19:36:48','','710','710','1','retail',NULL,'710','1','0','0','0','0','0','0','printed',' ','','1','','41599841826','No','','','','','','','','',0.00,0.00),(836,'','Cash','','2020-09-11 19:38:02','','0','4','2020-09-11 19:38:02','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41599842270','No','','','','','','','','',0.00,0.00),(837,'','Cash','','2020-09-11 19:41:36','','0','4','2020-09-11 19:41:36','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599842298','No','','','','','','','','',0.00,0.00),(838,'','Cash','','2020-09-12 08:41:16','','0','4','2020-09-12 08:41:16','','270','270','1','retail',NULL,'270','1','0','0','0','0','0','0','printed',' ','','1','','41599889258','No','','','','','','','','',0.00,0.00),(839,'','Cash','','2020-09-12 09:13:51','','0','4','2020-09-12 09:13:51','','193','193','1','retail',NULL,'193','1','0','0','0','0','0','0','printed',' ','','1','','41599889278','No','','','','','','','','',0.00,0.00),(840,'','Cash','','2020-09-12 12:00:46','','0','4','2020-09-12 12:00:46','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599901236','No','','','','','','','','',0.00,0.00),(841,'','Cash','','2020-09-12 12:19:25','','0','4','2020-09-12 12:19:25','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599901250','No','','','','','','','','',0.00,0.00),(842,'','Cash','','2020-09-12 12:25:10','','0','4','2020-09-12 12:25:10','','155','155','1','retail',NULL,'155','1','0','0','0','0','0','0','printed',' ','','1','','41599902366','No','','','','','','','','',0.00,0.00),(843,'','Cash','','2020-09-12 12:32:12','','0','4','2020-09-12 12:32:12','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41599902713','No','','','','','','','','',0.00,0.00),(844,'','Cash','','2020-09-12 12:43:24','','0','4','2020-09-12 12:43:24','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599903139','No','','','','','','','','',0.00,0.00),(845,'','Cash','','2020-09-12 12:47:27','','0','4','2020-09-12 12:47:27','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41599903808','No','','','','','','','','',0.00,0.00),(846,'','Cash','','2020-09-12 13:13:11','','0','4','2020-09-12 13:13:11','','192','192','1','retail',NULL,'192','1','0','0','0','0','0','0','printed',' ','','1','','41599904049','No','','','','','','','','',0.00,0.00),(847,'','Cash','','2020-09-12 13:32:42','','0','4','2020-09-12 13:32:42','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41599906587','No','','','','','','','','',0.00,0.00),(848,'','Cash','','2020-09-12 13:33:03','','0','4','2020-09-12 13:33:03','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599906766','No','','','','','','','','',0.00,0.00),(849,'','Cash','','2020-09-12 13:35:17','','0','4','2020-09-12 13:35:17','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41599906820','No','','','','','','','','',0.00,0.00),(850,'','Cash','','2020-09-12 13:45:30','','0','4','2020-09-12 13:45:30','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41599907520','No','','','','','','','','',0.00,0.00),(851,'','Cash','','2020-09-12 13:47:07','','0','4','2020-09-12 13:47:07','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41599907532','No','','','','','','','','',0.00,0.00),(852,'','Cash','','2020-09-12 13:59:44','','0','4','2020-09-12 13:59:44','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41599907628','No','','','','','','','','',0.00,0.00),(853,'','Cash','','2020-09-12 14:02:44','','0','4','2020-09-12 14:02:44','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41599908530','No','','','','','','','','',0.00,0.00),(854,'','Cash','','2020-09-12 14:07:21','','0','4','2020-09-12 14:07:21','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41599908579','No','','','','','','','','',0.00,0.00),(855,'','Cash','','2020-09-12 14:15:44','','0','4','2020-09-12 14:15:44','','2650','2650','1','retail',NULL,'2650','1','0','0','0','0','0','0','printed',' ','','1','','41599909047','Cleared','','','','','','','','',0.00,0.00),(856,'','Cash','','2020-09-12 14:22:54','','0','4','2020-09-12 14:22:54','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41599909426','No','','','','','','','','',0.00,0.00),(857,'','Cash','','2020-09-12 14:30:06','','0','4','2020-09-12 14:30:06','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41599909793','No','','','','','','','','',0.00,0.00),(858,'','Cash','','2020-09-12 14:30:59','','0','4','2020-09-12 14:30:59','','36','36','1','retail',NULL,'36','1','0','0','0','0','0','0','printed',' ','','1','','41599910211','No','','','','','','','','',0.00,0.00),(859,'','Cash','','2020-09-12 14:31:23','','0','4','2020-09-12 14:31:23','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41599910263','No','','','','','','','','',0.00,0.00),(860,'','Cash','','2020-09-12 14:53:13','','0','4','2020-09-12 14:53:13','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41599910286','No','','','','','','','','',0.00,0.00),(861,'','Cash','','2020-09-12 15:06:13','','0','4','2020-09-12 15:06:13','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41599911595','No','','','','','','','','',0.00,0.00),(862,'','Cash','','2020-09-12 15:18:10','','0','4','2020-09-12 15:18:10','','95','95','1','retail',NULL,'95','1','0','0','0','0','0','0','printed',' ','','1','','41599912375','No','','','','','','','','',0.00,0.00),(863,'','Cash','','2020-09-12 15:20:51','','0','4','2020-09-12 15:20:51','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41599913121','No','','','','','','','','',0.00,0.00),(864,'','Cash','','2020-09-12 15:54:02','','0','4','2020-09-12 15:54:02','','140','140','1','retail',NULL,'140','1','0','0','0','0','0','0','printed',' ','','1','','41599914329','No','','','','','','','','',0.00,0.00),(865,'','Cash','','2020-09-12 16:44:17','','0','4','2020-09-12 16:44:17','','685','685','1','retail',NULL,'685','1','0','0','0','0','0','0','printed',' ','','1','','41599917778','No','','','','','','','','',0.00,0.00),(866,'','Cash','','2020-09-12 17:25:00','','0','4','2020-09-12 17:25:00','','985','985','1','retail',NULL,'985','1','0','0','0','0','0','0','printed',' ','','1','','41599918261','Cleared','','','','','','','','',0.00,0.00),(867,'','Cash','','2020-09-12 17:27:00','','0','4','2020-09-12 17:27:00','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41599920780','No','','','','','','','','',0.00,0.00),(868,'','Cash','','2020-09-12 17:44:29','','0','4','2020-09-12 17:44:29','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41599920829','No','','','','','','','','',0.00,0.00),(869,'','Cash','','2020-09-12 18:03:40','','0','4','2020-09-12 18:03:40','','430','430','1','retail',NULL,'430','1','0','0','0','0','0','0','printed',' ','','1','','41599921871','No','','','','','','','','',0.00,0.00),(870,'','Cash','','2020-09-12 18:39:18','','0','4','2020-09-12 18:39:18','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41599923190','No','','','','','','','','',0.00,0.00),(871,'','Cash','','2020-09-12 18:40:49','','0','4','2020-09-12 18:40:49','','61','61','1','retail',NULL,'61','1','0','0','0','0','0','0','printed',' ','','1','','41599925197','No','','','','','','','','',0.00,0.00),(872,'','Cash','','2020-09-12 18:42:05','','0','4','2020-09-12 18:42:05','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41599925253','No','','','','','','','','',0.00,0.00),(873,'','Cash','','2020-09-12 18:50:40','','0','4','2020-09-12 18:50:40','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41599925327','No','','','','','','','','',0.00,0.00),(874,'','Cash','','2020-09-12 19:13:22','','0','4','2020-09-12 19:13:22','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','','1','','41599925845','No','','','','','','','','',0.00,0.00),(875,'','Cash','','2020-09-12 19:15:34','','0','4','2020-09-12 19:15:34','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41599927204','No','','','','','','','','',0.00,0.00),(876,'','Cash','','2020-09-12 19:40:14','','0','4','2020-09-12 19:40:14','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41599927336','No','','','','','','','','',0.00,0.00),(877,'','Cash','','2020-09-12 19:51:51','','0','4','2020-09-12 19:51:51','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41599928834','No','','','','','','','','',0.00,0.00),(878,'','Cash','','2020-09-13 11:11:02','','0','4','2020-09-13 11:11:02','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41599984659','No','','','','','','','','',0.00,0.00),(879,'','Cash','','2020-09-13 11:36:00','','0','4','2020-09-13 11:36:00','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41599984824','No','','','','','','','','',0.00,0.00),(880,'','Cash','','2020-09-13 11:57:18','','0','4','2020-09-13 11:57:18','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41599986162','No','','','','','','','','',0.00,0.00),(881,'','Cash','','2020-09-13 12:04:43','','0','4','2020-09-13 12:04:43','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41599987441','No','','','','','','','','',0.00,0.00),(882,'','Cash','','2020-09-13 12:06:01','','0','4','2020-09-13 12:06:01','','135','135','1','retail',NULL,'135','1','0','0','0','0','0','0','printed',' ','','1','','41599987886','No','','','','','','','','',0.00,0.00),(883,'','Cash','','2020-09-13 12:10:08','','0','4','2020-09-13 12:10:08','','1225','1225','1','retail',NULL,'1225','1','0','0','0','0','0','0','printed',' ','','1','','41599988038','Cleared','','','','','','','','',0.00,0.00),(884,'','Cash','','2020-09-13 12:17:19','','0','4','2020-09-13 12:17:19','','1475','1475','1','retail',NULL,'1475','1','0','0','0','0','0','0','printed',' ','','1','','41599988263','Cleared','','','','','','','','',0.00,0.00),(885,'','Cash','','2020-09-13 12:22:00','','0','4','2020-09-13 12:22:00','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599988860','No','','','','','','','','',0.00,0.00),(886,'','Cash','','2020-09-13 12:28:51','','0','4','2020-09-13 12:28:51','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41599988923','No','','','','','','','','',0.00,0.00),(887,'','Cash','','2020-09-13 12:35:13','','0','4','2020-09-13 12:35:13','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41599989335','No','','','','','','','','',0.00,0.00),(888,'','Cash','','2020-09-13 12:50:41','','0','4','2020-09-13 12:50:41','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41599989717','No','','','','','','','','',0.00,0.00),(889,'','Cash','','2020-09-13 13:11:04','','0','4','2020-09-13 13:11:04','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41599990650','No','','','','','','','','',0.00,0.00),(890,'','Cash','','2020-09-13 13:16:09','','0','4','2020-09-13 13:16:09','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41599991866','No','','','','','','','','',0.00,0.00),(891,'','Cash','','2020-09-13 13:42:49','','0','4','2020-09-13 13:42:49','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41599993491','No','','','','','','','','',0.00,0.00),(892,'','Cash','','2020-09-13 13:52:26','','0','4','2020-09-13 13:52:26','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41599993789','No','','','','','','','','',0.00,0.00),(893,'','Cash','','2020-09-13 13:55:49','','0','4','2020-09-13 13:55:49','','22','22','1','retail',NULL,'22','1','0','0','0','0','0','0','printed',' ','','1','','41599994402','No','','','','','','','','',0.00,0.00),(894,'','Cash','','2020-09-13 14:02:32','','0','4','2020-09-13 14:02:32','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41599994551','No','','','','','','','','',0.00,0.00),(895,'','Cash','','2020-09-13 14:12:29','','0','4','2020-09-13 14:12:29','','185','185','1','retail',NULL,'185','1','0','0','0','0','0','0','printed',' ','','1','','41599994953','No','','','','','','','','',0.00,0.00),(896,'','Cash','','2020-09-13 14:22:21','','0','4','2020-09-13 14:22:21','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41599996133','No','','','','','','','','',0.00,0.00),(897,'','Cash','','2020-09-13 14:28:49','','0','4','2020-09-13 14:28:49','','445','445','1','retail',NULL,'445','1','0','0','0','0','0','0','printed',' ','','1','','41599996142','No','','','','','','','','',0.00,0.00),(898,'','Cash','','2020-09-13 14:44:24','','0','4','2020-09-13 14:44:24','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41599996530','No','','','','','','','','',0.00,0.00),(899,'','Cash','','2020-09-13 14:47:47','','0','4','2020-09-13 14:47:47','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41599997469','No','','','','','','','','',0.00,0.00),(900,'','Cash','','2020-09-13 14:53:52','','0','4','2020-09-13 14:53:52','','380','380','1','retail',NULL,'380','1','0','0','0','0','0','0','printed',' ','','1','','41599997683','No','','','','','','','','',0.00,0.00),(901,'','Cash','','2020-09-13 14:54:59','','0','4','2020-09-13 14:54:59','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41599998054','No','','','','','','','','',0.00,0.00),(902,'','Cash','','2020-09-13 15:03:28','','0','4','2020-09-13 15:03:28','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41599998110','No','','','','','','','','',0.00,0.00),(903,'','Cash','','2020-09-13 15:49:40','','605','4','2020-09-13 15:49:40','','395','395','1','retail',NULL,'395','1','0','0','0','0','0','0','printed',' ','','1','','41599998610','Cleared','','','','','','','','',0.00,0.00),(904,'','Cash','','2020-09-13 15:54:04','','0','4','2020-09-13 15:54:04','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41600001390','No','','','','','','','','',0.00,0.00),(905,'','Cash','','2020-09-13 15:57:31','','0','4','2020-09-13 15:57:31','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41600001665','No','','','','','','','','',0.00,0.00),(906,'','Cash','','2020-09-13 16:23:09','','0','4','2020-09-13 16:23:09','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41600001869','No','','','','','','','','',0.00,0.00),(907,'','Cash','','2020-09-13 16:37:36','','0','4','2020-09-13 16:37:36','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600003427','No','','','','','','','','',0.00,0.00),(908,'','Cash','','2020-09-13 16:43:32','','0','4','2020-09-13 16:43:32','','115','115','1','retail',NULL,'115','1','0','0','0','0','0','0','printed',' ','','1','','41600004278','No','','','','','','','','',0.00,0.00),(909,'','Cash','','2020-09-13 16:58:04','','0','4','2020-09-13 16:58:04','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41600004778','No','','','','','','','','',0.00,0.00),(910,'','Cash','','2020-09-13 17:15:31','','0','4','2020-09-13 17:15:31','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41600005506','No','','','','','','','','',0.00,0.00),(911,'','Cash','','2020-09-13 17:16:14','','0','4','2020-09-13 17:16:14','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600006534','No','','','','','','','','',0.00,0.00),(912,'','Cash','','2020-09-13 17:42:50','','0','4','2020-09-13 17:42:50','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600006995','No','','','','','','','','',0.00,0.00),(913,'','Cash','','2020-09-13 18:03:49','','0','4','2020-09-13 18:03:49','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600009355','No','','','','','','','','',0.00,0.00),(914,'','Cash','','2020-09-13 18:15:14','','0','4','2020-09-13 18:15:14','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600009434','No','','','','','','','','',0.00,0.00),(915,'','Cash','','2020-09-13 18:23:31','','0','4','2020-09-13 18:23:31','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41600010164','No','','','','','','','','',0.00,0.00),(916,'','Cash','','2020-09-13 18:24:28','','0','4','2020-09-13 18:24:28','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41600010642','No','','','','','','','','',0.00,0.00),(917,'','Cash','','2020-09-13 18:24:55','','0','4','2020-09-13 18:24:55','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41600010687','No','','','','','','','','',0.00,0.00),(918,'','Cash','','2020-09-13 18:36:26','','0','4','2020-09-13 18:36:26','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600011375','No','','','','','','','','',0.00,0.00),(919,'','Cash','','2020-09-13 18:48:34','','0','4','2020-09-13 18:48:34','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41600011981','No','','','','','','','','',0.00,0.00),(920,'','Cash','','2020-09-14 09:28:52','','0','4','2020-09-14 09:28:52','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41600063357','No','','','','','','','','',0.00,0.00),(921,'','Cash','','2020-09-14 10:19:48','','0','4','2020-09-14 10:19:48','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600066945','No','','','','','','','','',0.00,0.00),(922,'','Cash','','2020-09-14 11:01:41','','0','4','2020-09-14 11:01:41','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41600067994','No','','','','','','','','',0.00,0.00),(923,'','Cash','','2020-09-14 11:02:02','','0','4','2020-09-14 11:02:02','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600070515','No','','','','','','','','',0.00,0.00),(924,'','Cash','','2020-09-14 11:16:22','','0','4','2020-09-14 11:16:22','','12','12','1','retail',NULL,'12','1','0','0','0','0','0','0','printed',' ','','1','','41600070887','No','','','','','','','','',0.00,0.00),(925,'','Cash','','2020-09-14 11:34:31','','0','4','2020-09-14 11:34:31','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41600071384','No','','','','','','','','',0.00,0.00),(926,'','Cash','','2020-09-14 11:36:40','','0','4','2020-09-14 11:36:40','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600072481','No','','','','','','','','',0.00,0.00),(927,'','Cash','','2020-09-14 12:02:07','','0','4','2020-09-14 12:02:07','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600073141','No','','','','','','','','',0.00,0.00),(928,'','Cash','','2020-09-14 12:10:17','','0','4','2020-09-14 12:10:17','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600074131','No','','','','','','','','',0.00,0.00),(929,'','Cash','','2020-09-14 12:30:01','','0','4','2020-09-14 12:30:01','','140','140','1','retail',NULL,'140','1','0','0','0','0','0','0','printed',' ','','1','','41600074620','No','','','','','','','','',0.00,0.00),(930,'','Cash','','2020-09-14 12:47:52','','0','4','2020-09-14 12:47:52','','135','135','1','retail',NULL,'135','1','0','0','0','0','0','0','printed',' ','','1','','41600075826','No','','','','','','','','',0.00,0.00),(931,'','Cash','','2020-09-14 12:48:08','','0','4','2020-09-14 12:48:08','','6','6','1','retail',NULL,'6','1','0','0','0','0','0','0','printed',' ','','1','','41600076876','No','','','','','','','','',0.00,0.00),(932,'','Cash','','2020-09-14 13:04:23','','0','4','2020-09-14 13:04:23','','175','175','1','retail',NULL,'175','1','0','0','0','0','0','0','printed',' ','','1','','41600076891','No','','','','','','','','',0.00,0.00),(933,'','Cash','','2020-09-14 14:10:30','','0','4','2020-09-14 14:10:30','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41600077895','No','','','','','','','','',0.00,0.00),(934,'','Cash','','2020-09-14 14:45:04','','0','4','2020-09-14 14:45:04','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41600081842','No','','','','','','','','',0.00,0.00),(935,'','Cash','','2020-09-14 15:32:42','','0','4','2020-09-14 15:32:42','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41600084419','No','','','','','','','','',0.00,0.00),(936,'','Cash','','2020-09-14 15:38:43','','0','4','2020-09-14 15:38:43','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41600086772','No','','','','','','','','',0.00,0.00),(937,'','Cash','','2020-09-14 16:08:44','','0','4','2020-09-14 16:08:44','','115','115','1','retail',NULL,'115','1','0','0','0','0','0','0','printed',' ','','1','','41600088414','No','','','','','','','','',0.00,0.00),(938,'','Cash','','2020-09-14 16:10:08','','0','4','2020-09-14 16:10:08','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600088934','No','','','','','','','','',0.00,0.00),(939,'','Cash','','2020-09-14 16:34:46','','0','4','2020-09-14 16:34:46','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600089012','No','','','','','','','','',0.00,0.00),(940,'','Cash','','2020-09-14 17:07:27','','0','4','2020-09-14 17:07:27','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600090489','No','','','','','','','','',0.00,0.00),(941,'','Cash','','2020-09-14 17:58:48','','0','4','2020-09-14 17:58:48','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600095501','No','','','','','','','','',0.00,0.00),(942,'','Cash','','2020-09-14 17:59:25','','0','4','2020-09-14 17:59:25','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41600095531','No','','','','','','','','',0.00,0.00),(943,'','Cash','','2020-09-14 18:06:31','','0','4','2020-09-14 18:06:31','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41600095717','No','','','','','','','','',0.00,0.00),(944,'','Cash','','2020-09-14 18:12:45','','0','4','2020-09-14 18:12:45','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41600095994','No','','','','','','','','',0.00,0.00),(945,'','Cash','','2020-09-14 18:21:43','','0','4','2020-09-14 18:21:43','','340','340','1','retail',NULL,'340','1','0','0','0','0','0','0','printed',' ','','1','','41600096368','Cleared','','','','','','','','',0.00,0.00),(946,'','Cash','','2020-09-14 18:37:48','','0','4','2020-09-14 18:37:48','','210','210','1','retail',NULL,'210','1','0','0','0','0','0','0','printed',' ','','1','','41600097792','No','','','','','','','','',0.00,0.00),(947,'','Cash','','2020-09-14 18:39:00','','0','4','2020-09-14 18:39:00','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600097900','No','','','','','','','','',0.00,0.00),(948,'','Cash','','2020-09-14 18:43:36','','0','4','2020-09-14 18:43:36','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600097953','No','','','','','','','','',0.00,0.00),(949,'','Cash','','2020-09-14 19:10:09','','0','4','2020-09-14 19:10:09','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600098230','No','','','','','','','','',0.00,0.00),(950,'','Cash','','2020-09-14 19:24:00','','0','4','2020-09-14 19:24:00','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41600099812','No','','','','','','','','',0.00,0.00),(951,'','Cash','','2020-09-14 19:32:47','','0','4','2020-09-14 19:32:47','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41600100671','No','','','','','','','','',0.00,0.00),(952,'','Cash','','2020-09-14 19:41:49','','0','4','2020-09-14 19:41:49','','645','645','1','retail',NULL,'645','1','0','0','0','0','0','0','printed',' ','','1','','41600101171','No','','','','','','','','',0.00,0.00),(953,'','Cash','','2020-09-14 19:57:37','','0','4','2020-09-14 19:57:37','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41600102644','No','','','','','','','','',0.00,0.00),(954,'','Cash','','2020-09-15 09:09:48','','0','4','2020-09-15 09:09:48','','115','115','1','retail',NULL,'115','1','0','0','0','0','0','0','printed',' ','','1','','41600148983','No','','','','','','','','',0.00,0.00),(955,'','Cash','','2020-09-15 09:19:10','','0','4','2020-09-15 09:19:10','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41600150220','No','','','','','','','','',0.00,0.00),(956,'','Cash','','2020-09-15 09:35:38','','0','4','2020-09-15 09:35:38','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600151512','No','','','','','','','','',0.00,0.00),(957,'','Cash','','2020-09-15 09:38:16','','0','4','2020-09-15 09:38:16','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41600151741','No','','','','','','','','',0.00,0.00),(958,'','Cash','','2020-09-15 09:41:44','','0','4','2020-09-15 09:41:44','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600151920','No','','','','','','','','',0.00,0.00),(959,'','Cash','','2020-09-15 09:50:32','','0','4','2020-09-15 09:50:32','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41600152118','No','','','','','','','','',0.00,0.00),(960,'','Cash','','2020-09-15 10:19:09','','0','4','2020-09-15 10:19:09','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600152646','No','','','','','','','','',0.00,0.00),(961,'','Cash','','2020-09-15 10:55:06','','0','4','2020-09-15 10:55:06','','86','86','1','retail',NULL,'86','1','0','0','0','0','0','0','printed',' ','','1','','41600154355','No','','','','','','','','',0.00,0.00),(962,'','Cash','','2020-09-15 10:56:04','','0','4','2020-09-15 10:56:04','','178','178','1','retail',NULL,'178','1','0','0','0','0','0','0','printed',' ','','1','','41600156532','Cleared','','','','','','','','',0.00,0.00),(963,'','Cash','','2020-09-15 10:57:40','','0','4','2020-09-15 10:57:40','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','','41600156573','No','','','','','','','','',0.00,0.00),(964,'','Cash','','2020-09-15 11:05:20','','0','4','2020-09-15 11:05:20','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41600156662','No','','','','','','','','',0.00,0.00),(965,'','Cash','','2020-09-15 11:17:40','','0','4','2020-09-15 11:17:40','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41600157853','Cleared','','','','','','','','',0.00,0.00),(966,'','Cash','','2020-09-15 11:18:57','','0','4','2020-09-15 11:18:57','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600157864','No','','','','','','','','',0.00,0.00),(967,'','Cash','','2020-09-15 11:42:46','','0','4','2020-09-15 11:42:46','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41600157940','No','','','','','','','','',0.00,0.00),(968,'','Cash','','2020-09-15 12:14:28','','0','4','2020-09-15 12:14:28','','140','140','1','retail',NULL,'140','1','0','0','0','0','0','0','printed',' ','','1','','41600159369','No','','','','','','','','',0.00,0.00),(969,'','Cash','','2020-09-15 12:18:25','','0','4','2020-09-15 12:18:25','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41600161278','No','','','','','','','','',0.00,0.00),(970,'','Cash','','2020-09-15 12:19:40','','0','4','2020-09-15 12:19:40','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600161510','No','','','','','','','','',0.00,0.00),(971,'','Cash','','2020-09-15 12:21:24','','0','4','2020-09-15 12:21:24','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41600161583','No','','','','','','','','',0.00,0.00),(972,'','Cash','','2020-09-15 12:28:11','','0','4','2020-09-15 12:28:11','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','','41600161688','No','','','','','','','','',0.00,0.00),(973,'','Cash','','2020-09-15 12:33:23','','0','4','2020-09-15 12:33:23','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41600162098','No','','','','','','','','',0.00,0.00),(974,'','Cash','','2020-09-15 13:04:00','','0','4','2020-09-15 13:04:00','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41600162406','No','','','','','','','','',0.00,0.00),(975,'','Cash','','2020-09-15 13:06:03','','0','4','2020-09-15 13:06:03','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41600164344','No','','','','','','','','',0.00,0.00),(976,'','Cash','','2020-09-15 13:20:47','','0','4','2020-09-15 13:20:47','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600164366','No','','','','','','','','',0.00,0.00),(977,'','Cash','','2020-09-15 13:47:35','','0','4','2020-09-15 13:47:35','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41600166844','No','','','','','','','','',0.00,0.00),(978,'','Cash','','2020-09-15 13:48:39','','0','4','2020-09-15 13:48:39','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600166910','No','','','','','','','','',0.00,0.00),(979,'','Cash','','2020-09-15 14:43:00','','0','4','2020-09-15 14:43:00','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600170165','No','','','','','','','','',0.00,0.00),(980,'','Cash','','2020-09-15 14:45:24','','0','4','2020-09-15 14:45:24','','192','192','1','retail',NULL,'192','1','0','0','0','0','0','0','printed',' ','','1','','41600170182','No','','','','','','','','',0.00,0.00),(981,'','Cash','','2020-09-15 14:52:40','','0','4','2020-09-15 14:52:40','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41600170342','No','','','','','','','','',0.00,0.00),(982,'','Cash','','2020-09-15 14:56:54','','0','4','2020-09-15 14:56:54','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600170763','No','','','','','','','','',0.00,0.00),(983,'','Cash','','2020-09-15 15:44:40','','0','4','2020-09-15 15:44:40','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41600173760','No','','','','','','','','',0.00,0.00),(984,'','Cash','','2020-09-15 15:52:53','','0','4','2020-09-15 15:52:53','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41600173883','No','','','','','','','','',0.00,0.00),(985,'','Cash','','2020-09-15 15:53:28','','0','4','2020-09-15 15:53:28','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41600174376','No','','','','','','','','',0.00,0.00),(986,'','Cash','','2020-09-15 16:03:10','','0','4','2020-09-15 16:03:10','','210','210','1','retail',NULL,'210','1','0','0','0','0','0','0','printed',' ','','1','','41600174410','No','','','','','','','','',0.00,0.00),(987,'','Cash','','2020-09-15 16:18:35','','0','4','2020-09-15 16:18:35','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41600174993','No','','','','','','','','',0.00,0.00),(988,'','Cash','','2020-09-15 16:27:30','','0','4','2020-09-15 16:27:30','','210','210','1','retail',NULL,'210','1','0','0','0','0','0','0','printed',' ','','1','','41600176323','No','','','','','','','','',0.00,0.00),(989,'','Cash','','2020-09-15 16:45:22','','0','4','2020-09-15 16:45:22','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41600176473','No','','','','','','','','',0.00,0.00),(990,'','Cash','','2020-09-15 17:02:27','','0','4','2020-09-15 17:02:27','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600177528','No','','','','','','','','',0.00,0.00),(991,'','Cash','','2020-09-15 17:19:54','','0','4','2020-09-15 17:19:54','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41600178559','No','','','','','','','','',0.00,0.00),(992,'','Cash','','2020-09-15 17:36:02','','0','4','2020-09-15 17:36:02','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41600179629','No','','','','','','','','',0.00,0.00),(993,'','Cash','','2020-09-15 18:44:18','','0','4','2020-09-15 18:44:18','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600180565','No','','','','','','','','',0.00,0.00),(994,'','Cash','','2020-09-15 19:06:37','','0','4','2020-09-15 19:06:37','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41600184663','No','','','','','','','','',0.00,0.00),(995,'','Cash','','2020-09-15 19:14:42','','0','4','2020-09-15 19:14:42','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','41600186127','No','','','','','','','','',0.00,0.00),(996,'','Cash','','2020-09-15 19:15:00','','0','4','2020-09-15 19:15:00','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41600186485','No','','','','','','','','',0.00,0.00),(997,'','Cash','','2020-09-15 19:17:28','','0','4','2020-09-15 19:17:28','','625','625','1','retail',NULL,'625','1','0','0','0','0','0','0','printed',' ','','1','','41600186614','No','','','','','','','','',0.00,0.00),(998,'','Cash','','2020-09-15 19:19:48','','0','4','2020-09-15 19:19:48','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600186767','No','','','','','','','','',0.00,0.00),(999,'','Cash','','2020-09-15 19:24:05','','0','4','2020-09-15 19:24:05','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','','41600186795','No','','','','','','','','',0.00,0.00),(1000,'','Cash','','2020-09-15 19:25:23','','0','4','2020-09-15 19:25:23','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','','41600187091','No','','','','','','','','',0.00,0.00),(1001,'','Cash','','2020-09-15 19:25:42','','0','4','2020-09-15 19:25:42','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41600187128','No','','','','','','','','',0.00,0.00),(1002,'','Cash','','2020-09-15 19:30:17','','0','4','2020-09-15 19:30:17','','565','565','1','retail',NULL,'565','1','0','0','0','0','0','0','printed',' ','','1','','41600187157','Cleared','','','','','','','','',0.00,0.00),(1003,'','Cash','','2020-09-15 19:46:25','','0','4','2020-09-15 19:46:25','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600187921','No','','','','','','','','',0.00,0.00),(1004,'','Cash','','2020-09-15 19:53:13','','0','4','2020-09-15 19:53:13','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41600188395','No','','','','','','','','',0.00,0.00),(1005,'','Cash','','2020-09-15 19:55:05','','0','4','2020-09-15 19:55:05','','74','74','1','retail',NULL,'74','1','0','0','0','0','0','0','printed',' ','','1','','41600188803','No','','','','','','','','',0.00,0.00),(1006,'','Cash','','2020-09-15 19:58:43','','0','4','2020-09-15 19:58:43','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600188920','No','','','','','','','','',0.00,0.00),(1007,'','Cash','','2020-09-16 08:41:10','','0','4','2020-09-16 08:41:10','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600234397','No','','','','','','','','',0.00,0.00),(1008,'','Cash','','2020-09-16 09:28:28','','0','4','2020-09-16 09:28:28','','115','115','1','retail',NULL,'115','1','0','0','0','0','0','0','printed',' ','','1','','41600236694','No','','','','','','','','',0.00,0.00),(1009,'','Cash','','2020-09-16 09:29:14','','0','4','2020-09-16 09:29:14','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','41600237713','No','','','','','','','','',0.00,0.00),(1010,'','Cash','','2020-09-16 09:36:14','','0','4','2020-09-16 09:36:14','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41600237834','No','','','','','','','','',0.00,0.00),(1011,'','Cash','','2020-09-16 09:43:17','','0','4','2020-09-16 09:43:17','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41600238219','Cleared','','','','','','','','',0.00,0.00),(1012,'','Cash','','2020-09-16 09:46:04','','0','4','2020-09-16 09:46:04','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41600238752','No','','','','','','','','',0.00,0.00),(1013,'','Cash','','2020-09-16 09:52:04','','0','4','2020-09-16 09:52:04','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600238766','No','','','','','','','','',0.00,0.00),(1014,'','Cash','','2020-09-16 09:55:58','','0','4','2020-09-16 09:55:58','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600239128','No','','','','','','','','',0.00,0.00),(1015,'','Cash','','2020-09-16 10:15:16','','0','4','2020-09-16 10:15:16','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600239362','No','','','','','','','','',0.00,0.00),(1016,'','Cash','','2020-09-16 10:29:47','','0','4','2020-09-16 10:29:47','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600241374','No','','','','','','','','',0.00,0.00),(1017,'','Cash','','2020-09-16 10:40:03','','0','4','2020-09-16 10:40:03','','108','108','1','retail',NULL,'108','1','0','0','0','0','0','0','printed',' ','','1','','41600241394','No','','','','','','','','',0.00,0.00),(1018,'','Cash','','2020-09-16 10:46:02','','0','4','2020-09-16 10:46:02','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600242081','No','','','','','','','','',0.00,0.00),(1019,'','Cash','','2020-09-16 10:46:23','','0','4','2020-09-16 10:46:23','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','','41600242364','No','','','','','','','','',0.00,0.00),(1020,'','Cash','','2020-09-16 10:49:25','','0','4','2020-09-16 10:49:25','','18','18','1','retail',NULL,'18','1','0','0','0','0','0','0','printed',' ','','1','','41600242385','No','','','','','','','','',0.00,0.00),(1021,'','Cash','','2020-09-16 10:51:02','','0','4','2020-09-16 10:51:02','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41600242571','No','','','','','','','','',0.00,0.00),(1022,'','Cash','','2020-09-16 11:13:01','','0','4','2020-09-16 11:13:01','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41600242664','No','','','','','','','','',0.00,0.00),(1023,'','Cash','','2020-09-16 11:19:12','','0','4','2020-09-16 11:19:12','','395','395','1','retail',NULL,'395','1','0','0','0','0','0','0','printed',' ','','1','','41600243989','No','','','','','','','','',0.00,0.00),(1024,'','Cash','','2020-09-16 11:34:32','','0','4','2020-09-16 11:34:32','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41600244496','No','','','','','','','','',0.00,0.00),(1025,'','Cash','','2020-09-16 12:25:24','','0','4','2020-09-16 12:25:24','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600246485','No','','','','','','','','',0.00,0.00),(1026,'','Cash','','2020-09-16 12:27:52','','0','4','2020-09-16 12:27:52','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41600248326','No','','','','','','','','',0.00,0.00),(1027,'','Cash','','2020-09-16 12:29:01','','0','4','2020-09-16 12:29:01','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41600248523','No','','','','','','','','',0.00,0.00),(1028,'','Cash','','2020-09-16 13:19:51','','0','4','2020-09-16 13:19:51','','452','452','1','retail',NULL,'452','1','0','0','0','0','0','0','printed',' ','','1','','41600251549','No','','','','','','','','',0.00,0.00),(1029,'','Cash','','2020-09-16 13:43:07','','0','4','2020-09-16 13:43:07','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41600252605','No','','','','','','','','',0.00,0.00),(1030,'','Cash','','2020-09-16 14:19:26','','0','4','2020-09-16 14:19:26','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600253019','No','','','','','','','','',0.00,0.00),(1031,'','Cash','','2020-09-16 14:21:00','','0','4','2020-09-16 14:21:00','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600255168','No','','','','','','','','',0.00,0.00),(1032,'','Cash','','2020-09-16 14:27:02','','0','4','2020-09-16 14:27:02','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41600255265','No','','','','','','','','',0.00,0.00),(1033,'','Cash','','2020-09-16 15:18:05','','0','4','2020-09-16 15:18:05','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41600255643','No','','','','','','','','',0.00,0.00),(1034,'','Cash','','2020-09-16 15:18:45','','0','4','2020-09-16 15:18:45','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600258687','No','','','','','','','','',0.00,0.00),(1035,'','Cash','','2020-09-16 15:32:35','','0','4','2020-09-16 15:32:35','','435','435','1','retail',NULL,'435','1','0','0','0','0','0','0','printed',' ','','1','','41600259506','No','','','','','','','','',0.00,0.00),(1036,'','Cash','','2020-09-16 16:06:43','','0','4','2020-09-16 16:06:43','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41600259596','No','','','','','','','','',0.00,0.00),(1037,'','Cash','','2020-09-16 17:05:22','','0','4','2020-09-16 17:05:22','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41600265112','No','','','','','','','','',0.00,0.00),(1038,'','Cash','','2020-09-16 17:11:10','','0','4','2020-09-16 17:11:10','','195','195','1','retail',NULL,'195','1','0','0','0','0','0','0','printed',' ','','1','','41600265362','No','','','','','','','','',0.00,0.00),(1039,'','Cash','','2020-09-16 17:19:42','','0','4','2020-09-16 17:19:42','','1525','1525','1','retail',NULL,'1525','1','0','0','0','0','0','0','printed',' ','','1','','41600265639','Cleared','','','','','','','','',0.00,0.00),(1040,'','Cash','','2020-09-16 17:39:26','','0','4','2020-09-16 17:39:26','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600266225','No','','','','','','','','',0.00,0.00),(1041,'','Cash','','2020-09-16 17:44:17','','0','4','2020-09-16 17:44:17','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41600267170','No','','','','','','','','',0.00,0.00),(1042,'','Cash','','2020-09-16 18:40:39','','0','4','2020-09-16 18:40:39','','330','330','1','retail',NULL,'330','1','0','0','0','0','0','0','printed',' ','','1','','41600267469','No','','','','','','','','',0.00,0.00),(1043,'','Cash','','2020-09-16 18:50:50','','0','4','2020-09-16 18:50:50','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41600271351','No','','','','','','','','',0.00,0.00),(1044,'','Cash','','2020-09-16 18:56:51','','0','4','2020-09-16 18:56:51','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600271455','No','','','','','','','','',0.00,0.00),(1045,'','Cash','','2020-09-16 19:26:28','','0','4','2020-09-16 19:26:28','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41600271817','No','','','','','','','','',0.00,0.00),(1046,'','Cash','','2020-09-16 19:28:29','','0','4','2020-09-16 19:28:29','','115','115','1','retail',NULL,'115','1','0','0','0','0','0','0','printed',' ','','1','','41600273592','No','','','','','','','','',0.00,0.00),(1047,'','Cash','','2020-09-16 19:48:48','','0','4','2020-09-16 19:48:48','','195','195','1','retail',NULL,'195','1','0','0','0','0','0','0','printed',' ','','1','','41600273716','No','','','','','','','','',0.00,0.00),(1048,'','Cash','','2020-09-16 20:09:49','','0','4','2020-09-16 20:09:49','','3910','3910','1','retail',NULL,'3910','1','0','0','0','0','0','0','printed',' ','','1','','41600274932','Cleared','','','','','','','','',0.00,0.00),(1049,'','Cash','','2020-09-16 20:26:55','','0','4','2020-09-16 20:26:55','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41600276903','No','','','','','','','','',0.00,0.00),(1050,'','Cash','','2020-09-17 08:25:06','','0','4','2020-09-17 08:25:06','','164','164','1','retail',NULL,'164','1','0','0','0','0','0','0','printed',' ','','1','','41600320264','No','','','','','','','','',0.00,0.00),(1051,'','Cash','','2020-09-17 10:02:21','','0','4','2020-09-17 10:02:21','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41600320309','No','','','','','','','','',0.00,0.00),(1052,'','Cash','','2020-09-17 10:23:54','','0','4','2020-09-17 10:23:54','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600326152','No','','','','','','','','',0.00,0.00),(1053,'','Cash','','2020-09-17 10:32:19','','0','4','2020-09-17 10:32:19','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41600327436','No','','','','','','','','',0.00,0.00),(1054,'','Cash','','2020-09-17 11:25:23','','0','4','2020-09-17 11:25:23','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600330470','No','','','','','','','','',0.00,0.00),(1055,'','Cash','','2020-09-17 11:35:25','','0','4','2020-09-17 11:35:25','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600331128','No','','','','','','','','',0.00,0.00),(1056,'','Cash','','2020-09-17 11:57:57','','0','4','2020-09-17 11:57:57','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed',' ','','1','','41600331998','No','','','','','','','','',0.00,0.00),(1057,'','Cash','','2020-09-17 12:50:20','','0','4','2020-09-17 12:50:20','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41600333140','No','','','','','','','','',0.00,0.00),(1058,'','Cash','','2020-09-17 13:13:04','','0','4','2020-09-17 13:13:04','','440','440','1','retail',NULL,'440','1','0','0','0','0','0','0','printed',' ','','1','','41600337547','No','','','','','','','','',0.00,0.00),(1059,'','Cash','','2020-09-17 13:20:19','','0','4','2020-09-17 13:20:19','','71','71','1','retail',NULL,'71','1','0','0','0','0','0','0','printed',' ','','1','','41600337586','No','','','','','','','','',0.00,0.00),(1060,'','Cash','','2020-09-17 13:33:15','','0','4','2020-09-17 13:33:15','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed',' ','','1','','41600338477','No','','','','','','','','',0.00,0.00),(1061,'','Cash','','2020-09-17 13:38:58','','0','4','2020-09-17 13:38:58','','24','24','1','retail',NULL,'24','1','0','0','0','0','0','0','printed',' ','','1','','41600339127','No','','','','','','','','',0.00,0.00),(1062,'','Cash','','2020-09-17 13:41:43','','0','4','2020-09-17 13:41:43','','175','175','1','retail',NULL,'175','1','0','0','0','0','0','0','printed',' ','','1','','41600339146','No','','','','','','','','',0.00,0.00),(1063,'','Cash','','2020-09-17 13:42:38','','0','4','2020-09-17 13:42:38','','24','24','1','retail',NULL,'24','1','0','0','0','0','0','0','printed',' ','','1','','41600339351','No','','','','','','','','',0.00,0.00),(1064,'','Cash','','2020-09-17 13:42:57','','0','4','2020-09-17 13:42:57','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41600339365','No','','','','','','','','',0.00,0.00),(1065,'','Cash','','2020-09-17 14:13:29','','0','4','2020-09-17 14:13:29','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41600339441','No','','','','','','','','',0.00,0.00),(1066,'','Cash','','2020-09-17 14:25:05','','0','4','2020-09-17 14:25:05','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41600341273','No','','','','','','','','',0.00,0.00),(1067,'','Cash','','2020-09-17 14:41:58','','0','4','2020-09-17 14:41:58','','590','590','1','retail',NULL,'590','1','0','0','0','0','0','0','printed',' ','','1','','41600341907','No','','','','','','','','',0.00,0.00),(1068,'','Cash','','2020-09-17 15:00:49','','0','4','2020-09-17 15:00:49','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600342922','No','','','','','','','','',0.00,0.00),(1069,'','Cash','','2020-09-17 15:25:16','','0','4','2020-09-17 15:25:16','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41600345415','No','','','','','','','','',0.00,0.00),(1070,'','Cash','','2020-09-17 15:37:59','','0','4','2020-09-17 15:37:59','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41600346005','No','','','','','','','','',0.00,0.00),(1071,'','Cash','','2020-09-17 17:10:23','','0','4','2020-09-17 16:02:46','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41600346293','No','4','2020-09-17 17:10:23','','','','','','',0.00,0.00),(1072,'','Cash','','2020-09-17 17:10:54','','0','4','2020-09-17 17:10:54','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41600351827','No','','','','','','','','',0.00,0.00),(1073,'','Cash','','2020-09-17 17:16:18','','0','4','2020-09-17 17:16:18','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600351856','No','','','','','','','','',0.00,0.00),(1074,'','Cash','','2020-09-17 17:52:30','','0','4','2020-09-17 17:52:30','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41600354335','No','','','','','','','','',0.00,0.00),(1075,'','Cash','','2020-09-17 17:53:44','','0','4','2020-09-17 17:53:44','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41600354414','No','','','','','','','','',0.00,0.00),(1076,'','Cash','','2020-09-17 17:55:33','','0','4','2020-09-17 17:55:33','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41600354427','No','','','','','','','','',0.00,0.00),(1077,'','Cash','','2020-09-17 17:58:22','','0','4','2020-09-17 17:58:22','','115','115','1','retail',NULL,'115','1','0','0','0','0','0','0','printed',' ','','1','','41600354605','No','','','','','','','','',0.00,0.00),(1078,'','Cash','','2020-09-17 18:10:20','','0','4','2020-09-17 18:10:20','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41600354703','No','','','','','','','','',0.00,0.00),(1079,'','Cash','','2020-09-17 18:15:41','','0','4','2020-09-17 18:15:41','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41600355724','No','','','','','','','','',0.00,0.00),(1080,'','Cash','','2020-09-17 18:17:47','','0','4','2020-09-17 18:17:47','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41600355744','No','','','','','','','','',0.00,0.00),(1081,'','Cash','','2020-09-17 18:23:04','','0','4','2020-09-17 18:23:04','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600355936','No','','','','','','','','',0.00,0.00),(1082,'','Cash','','2020-09-17 18:31:10','','0','4','2020-09-17 18:31:10','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600356186','No','','','','','','','','',0.00,0.00),(1083,'','Cash','','2020-09-17 18:42:43','','0','4','2020-09-17 18:42:43','','730','730','1','retail',NULL,'730','1','0','0','0','0','0','0','printed',' ','','1','','41600356675','No','','','','','','','','',0.00,0.00),(1084,'','Cash','','2020-09-17 18:57:14','','0','4','2020-09-17 18:57:14','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600358199','No','','','','','','','','',0.00,0.00),(1085,'','Cash','','2020-09-17 18:58:51','','0','4','2020-09-17 18:58:51','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41600358282','No','','','','','','','','',0.00,0.00),(1086,'','Cash','','2020-09-17 19:15:43','','0','4','2020-09-17 19:15:43','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41600358400','No','','','','','','','','',0.00,0.00),(1087,'','Cash','','2020-09-17 19:16:23','','0','4','2020-09-17 19:16:23','','220','220','1','retail',NULL,'220','1','0','0','0','0','0','0','printed',' ','','1','','41600359345','No','','','','','','','','',0.00,0.00),(1088,'','Cash','','2020-09-17 19:22:28','','0','4','2020-09-17 19:22:28','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41600359418','No','','','','','','','','',0.00,0.00),(1089,'','Cash','','2020-09-18 08:37:30','','0','4','2020-09-18 08:37:30','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41600407418','No','','','','','','','','',0.00,0.00),(1090,'','Cash','','2020-09-18 08:38:03','','0','4','2020-09-18 08:38:03','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','','41600407456','No','','','','','','','','',0.00,0.00),(1091,'','Cash','','2020-09-18 08:47:14','','0','4','2020-09-18 08:47:14','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600407505','No','','','','','','','','',0.00,0.00),(1092,'','Cash','','2020-09-18 10:11:36','','0','4','2020-09-18 10:11:36','','24','24','1','retail',NULL,'24','1','0','0','0','0','0','0','printed',' ','','1','','41600408038','No','','','','','','','','',0.00,0.00),(1093,'','Cash','','2020-09-18 10:42:10','','0','4','2020-09-18 10:42:10','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600413099','No','','','','','','','','',0.00,0.00),(1094,'','Cash','','2020-09-18 10:47:00','','0','4','2020-09-18 10:47:00','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41600414933','No','','','','','','','','',0.00,0.00),(1095,'','Cash','','2020-09-18 11:09:42','','0','4','2020-09-18 11:09:42','','330','330','1','retail',NULL,'330','1','0','0','0','0','0','0','printed',' ','','1','','41600415222','No','','','','','','','','',0.00,0.00),(1096,'','Cash','','2020-09-18 11:29:11','','0','4','2020-09-18 11:29:11','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41600416595','No','','','','','','','','',0.00,0.00),(1097,'','Cash','','2020-09-18 12:48:30','','0','4','2020-09-18 12:48:30','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600417753','No','','','','','','','','',0.00,0.00),(1098,'','Cash','','2020-09-18 13:56:31','','0','4','2020-09-18 13:56:31','','760','760','1','retail',NULL,'760','1','0','0','0','0','0','0','printed',' ','','1','','41600423513','No','','','','','','','','',0.00,0.00),(1099,'','Cash','','2020-09-18 13:58:21','','0','4','2020-09-18 13:58:21','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41600426623','No','','','','','','','','',0.00,0.00),(1100,'','Cash','','2020-09-18 14:25:26','','0','4','2020-09-18 14:25:26','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41600426704','No','','','','','','','','',0.00,0.00),(1101,'','Cash','','2020-09-18 14:31:44','','0','4','2020-09-18 14:31:44','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600428346','No','','','','','','','','',0.00,0.00),(1102,'','Cash','','2020-09-18 14:38:54','','0','4','2020-09-18 14:38:54','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41600428747','No','','','','','','','','',0.00,0.00),(1103,'','Cash','','2020-09-18 14:55:55','','0','4','2020-09-18 14:55:55','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41600429198','No','','','','','','','','',0.00,0.00),(1104,'','Cash','','2020-09-18 15:02:52','','0','4','2020-09-18 15:02:52','','385','385','1','retail',NULL,'385','1','0','0','0','0','0','0','printed',' ','','1','','41600430180','No','','','','','','','','',0.00,0.00),(1105,'','Cash','','2020-09-18 15:06:15','','0','4','2020-09-18 15:06:15','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41600430703','No','','','','','','','','',0.00,0.00),(1106,'','Cash','','2020-09-18 15:12:38','','0','4','2020-09-18 15:12:38','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41600430820','No','','','','','','','','',0.00,0.00),(1107,'','Cash','','2020-09-18 15:23:52','','0','4','2020-09-18 15:23:52','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600431161','No','','','','','','','','',0.00,0.00),(1108,'','Cash','','2020-09-18 16:13:26','','0','4','2020-09-18 16:13:26','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41600431962','No','','','','','','','','',0.00,0.00),(1109,'','Cash','','2020-09-18 16:15:00','','0','4','2020-09-18 16:15:00','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41600434808','No','','','','','','','','',0.00,0.00),(1110,'','Cash','','2020-09-18 16:15:39','','0','4','2020-09-18 16:15:39','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41600434902','No','','','','','','','','',0.00,0.00),(1111,'','Cash','','2020-09-18 16:29:26','','0','4','2020-09-18 16:29:26','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41600434966','No','','','','','','','','',0.00,0.00),(1112,'','Cash','','2020-09-18 16:36:25','','0','4','2020-09-18 16:36:25','','825','825','1','retail',NULL,'825','1','0','0','0','0','0','0','printed',' ','','1','','41600435770','No','','','','','','','','',0.00,0.00),(1113,'','Cash','','2020-09-18 16:44:26','','0','4','2020-09-18 16:44:26','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600436657','No','','','','','','','','',0.00,0.00),(1114,'','Cash','','2020-09-18 17:04:36','','0','4','2020-09-18 17:04:36','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600436669','No','','','','','','','','',0.00,0.00),(1115,'','Cash','','2020-09-18 17:18:11','','0','4','2020-09-18 17:18:11','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41600438675','No','','','','','','','','',0.00,0.00),(1116,'','Cash','','2020-09-18 17:32:19','','0','4','2020-09-18 17:32:19','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600438699','No','','','','','','','','',0.00,0.00),(1117,'','Cash','','2020-09-18 17:33:12','','0','4','2020-09-18 17:33:12','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41600439545','No','','','','','','','','',0.00,0.00),(1118,'','Cash','','2020-09-18 17:37:38','','0','4','2020-09-18 17:37:38','','330','330','1','retail',NULL,'330','1','0','0','0','0','0','0','printed',' ','','1','','41600439600','No','','','','','','','','',0.00,0.00),(1119,'','Cash','','2020-09-18 18:07:32','','0','4','2020-09-18 18:07:32','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600441541','No','','','','','','','','',0.00,0.00),(1120,'','Cash','','2020-09-18 18:15:05','','0','4','2020-09-18 18:15:05','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600442094','No','','','','','','','','',0.00,0.00),(1121,'','Cash','','2020-09-18 18:38:49','','0','4','2020-09-18 18:38:49','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41600442380','No','','','','','','','','',0.00,0.00),(1122,'','Cash','','2020-09-18 19:09:26','','0','4','2020-09-18 19:09:26','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41600443682','No','','','','','','','','',0.00,0.00),(1123,'','Cash','','2020-09-18 19:11:51','','0','4','2020-09-18 19:11:51','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41600445383','No','','','','','','','','',0.00,0.00),(1124,'','Cash','','2020-09-18 19:25:20','','0','4','2020-09-18 19:25:20','','16','16','1','retail',NULL,'16','1','0','0','0','0','0','0','printed',' ','','1','','41600446245','No','','','','','','','','',0.00,0.00),(1125,'','Cash','','2020-09-18 19:32:14','','0','4','2020-09-18 19:32:14','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600446324','No','','','','','','','','',0.00,0.00),(1126,'','Cash','','2020-09-18 19:35:46','','0','4','2020-09-18 19:35:46','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41600446770','No','','','','','','','','',0.00,0.00),(1127,'','Cash','','2020-09-18 19:42:53','','0','4','2020-09-18 19:42:53','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41600446948','No','','','','','','','','',0.00,0.00),(1128,'','Cash','','2020-09-18 19:50:43','','0','4','2020-09-18 19:50:43','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41600447793','No','','','','','','','','',0.00,0.00),(1129,'','Cash','','2020-09-18 20:02:21','','0','4','2020-09-18 20:02:21','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41600448510','No','','','','','','','','',0.00,0.00),(1130,'','Cash','','2020-09-18 20:04:33','','0','4','2020-09-18 20:04:33','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600448651','No','','','','','','','','',0.00,0.00),(1131,'','Cash','','2020-09-19 10:05:06','','0','4','2020-09-19 10:05:06','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41600499096','No','','','','','','','','',0.00,0.00),(1132,'','Cash','','2020-09-19 10:23:03','','0','4','2020-09-19 10:23:03','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41600499108','No','','','','','','','','',0.00,0.00),(1133,'','Cash','','2020-09-19 10:26:24','','0','4','2020-09-19 10:26:24','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600500188','No','','','','','','','','',0.00,0.00),(1134,'','Cash','','2020-09-19 10:26:55','','0','4','2020-09-19 10:26:55','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41600500390','No','','','','','','','','',0.00,0.00),(1135,'','Cash','','2020-09-19 10:50:40','','0','4','2020-09-19 10:50:40','','1285','1285','1','retail',NULL,'1285','1','0','0','0','0','0','0','printed',' ','','1','','41600500420','No','','','','','','','','',0.00,0.00),(1136,'','Cash','','2020-09-19 11:09:45','','0','4','2020-09-19 11:09:45','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600501898','No','','','','','','','','',0.00,0.00),(1137,'','Cash','','2020-09-19 11:16:54','','0','4','2020-09-19 11:16:54','','115','115','1','retail',NULL,'115','1','0','0','0','0','0','0','printed',' ','','1','','41600502994','No','','','','','','','','',0.00,0.00),(1138,'','Cash','','2020-09-19 11:44:27','','0','4','2020-09-19 11:44:27','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41600503417','No','','','','','','','','',0.00,0.00),(1139,'','Cash','','2020-09-19 13:14:48','','0','4','2020-09-19 13:14:48','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41600507912','No','','','','','','','','',0.00,0.00),(1140,'','Cash','','2020-09-19 13:16:42','','0','4','2020-09-19 13:16:42','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','','41600510496','No','','','','','','','','',0.00,0.00),(1141,'','Cash','','2020-09-19 13:17:33','','0','4','2020-09-19 13:17:33','','220','220','1','retail',NULL,'220','1','0','0','0','0','0','0','printed',' ','','1','','41600510608','No','','','','','','','','',0.00,0.00),(1142,'','Cash','','2020-09-19 13:31:21','','0','4','2020-09-19 13:31:21','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41600510854','No','','','','','','','','',0.00,0.00),(1143,'','Cash','','2020-09-19 13:55:03','','0','4','2020-09-19 13:55:03','','12','12','1','retail',NULL,'12','1','0','0','0','0','0','0','printed',' ','','1','','41600511725','No','','','','','','','','',0.00,0.00),(1144,'','Cash','','2020-09-19 15:34:30','','0','4','2020-09-19 15:34:30','','1045','1045','1','retail',NULL,'1045','1','0','0','0','0','0','0','printed',' ','','1','','41600516880','No','','','','','','','','',0.00,0.00),(1145,'','Cash','','2020-09-19 15:54:58','','0','4','2020-09-19 15:54:58','','695','695','1','retail',NULL,'695','1','0','0','0','0','0','0','printed',' ','','1','','41600518873','No','','','','','','','','',0.00,0.00),(1146,'','Cash','','2020-09-19 16:15:27','','0','4','2020-09-19 16:15:27','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41600520116','No','','','','','','','','',0.00,0.00),(1147,'','Cash','','2020-09-19 16:48:12','','0','4','2020-09-19 16:48:12','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41600521329','No','','','','','','','','',0.00,0.00),(1148,'','Cash','','2020-09-19 16:58:19','','0','4','2020-09-19 16:58:19','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600523297','No','','','','','','','','',0.00,0.00),(1149,'','Cash','','2020-09-19 17:18:15','','0','4','2020-09-19 17:18:15','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41600523901','No','4','2020-09-19 17:18:15','','','','','','',0.00,0.00),(1150,'','Cash','','2020-09-19 17:42:04','','0','4','2020-09-19 17:42:04','','1075','1075','1','retail',NULL,'1075','1','0','0','0','0','0','0','printed',' ','','1','','41600526342','No','','','','','','','','',0.00,0.00),(1151,'','Cash','','2020-09-19 17:55:25','','0','4','2020-09-19 17:55:25','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600526704','No','','','','','','','','',0.00,0.00),(1152,'','Cash','','2020-09-19 18:19:57','','0','4','2020-09-19 18:19:57','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41600527328','No','','','','','','','','',0.00,0.00),(1153,'','Cash','','2020-09-19 18:32:51','','0','4','2020-09-19 18:32:51','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41600528800','No','','','','','','','','',0.00,0.00),(1154,'','Cash','','2020-09-19 18:38:24','','0','4','2020-09-19 18:38:24','','260','260','1','retail',NULL,'260','1','0','0','0','0','0','0','printed',' ','','1','','41600529575','No','','','','','','','','',0.00,0.00),(1155,'','Cash','','2020-09-19 18:43:38','','0','4','2020-09-19 18:43:38','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600529931','No','','','','','','','','',0.00,0.00),(1156,'','Cash','','2020-09-19 18:53:25','','0','4','2020-09-19 18:53:25','','165','165','1','retail',NULL,'165','1','0','0','0','0','0','0','printed',' ','','1','','41600530237','No','','','','','','','','',0.00,0.00),(1157,'','Cash','','2020-09-19 19:22:07','','0','4','2020-09-19 19:22:07','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41600530877','No','','','','','','','','',0.00,0.00),(1158,'','Cash','','2020-09-19 19:47:20','','0','4','2020-09-19 19:47:20','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600533995','No','','','','','','','','',0.00,0.00),(1159,'','Cash','','2020-09-19 19:52:49','','0','4','2020-09-19 19:52:49','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41600534043','No','','','','','','','','',0.00,0.00),(1160,'','Cash','','2020-09-19 20:17:30','','0','4','2020-09-19 20:17:30','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41600535786','No','','','','','','','','',0.00,0.00),(1161,'','Cash','','2020-09-19 20:34:11','','0','4','2020-09-19 20:34:11','','190','190','1','retail',NULL,'190','1','0','0','0','0','0','0','printed',' ','','1','','41600536705','No','','','','','','','','',0.00,0.00),(1162,'','Cash','','2020-09-20 09:50:37','','0','4','2020-09-20 09:50:37','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600584616','No','','','','','','','','',0.00,0.00),(1163,'','Cash','','2020-09-20 10:14:01','','0','4','2020-09-20 10:14:01','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41600584643','No','','','','','','','','',0.00,0.00),(1164,'','Cash','','2020-09-20 10:15:33','','0','4','2020-09-20 10:15:33','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600586054','No','','','','','','','','',0.00,0.00),(1165,'','Cash','','2020-09-20 10:36:52','','0','4','2020-09-20 10:36:52','','98','98','1','retail',NULL,'98','1','0','0','0','0','0','0','printed',' ','','1','','41600586159','No','','','','','','','','',0.00,0.00),(1166,'','Cash','','2020-09-20 10:54:55','','0','4','2020-09-20 10:54:55','','430','430','1','retail',NULL,'430','1','0','0','0','0','0','0','printed',' ','','1','','41600587465','No','','','','','','','','',0.00,0.00),(1167,'','Cash','','2020-09-20 10:57:16','','0','4','2020-09-20 10:57:16','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41600588507','No','','','','','','','','',0.00,0.00),(1168,'','Cash','','2020-09-20 11:12:38','','0','4','2020-09-20 11:12:38','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41600588651','No','','','','','','','','',0.00,0.00),(1169,'','Cash','','2020-09-20 11:15:24','','0','4','2020-09-20 11:15:24','','470','470','1','retail',NULL,'470','1','0','0','0','0','0','0','printed',' ','','1','','41600589563','No','','','','','','','','',0.00,0.00),(1170,'','Cash','','2020-09-20 12:07:10','','0','4','2020-09-20 12:07:10','','270','270','1','retail',NULL,'270','1','0','0','0','0','0','0','printed',' ','','1','','41600592751','No','','','','','','','','',0.00,0.00),(1171,'','Cash','','2020-09-20 12:56:40','','0','4','2020-09-20 12:56:40','','270','270','1','retail',NULL,'270','1','0','0','0','0','0','0','printed',' ','','1','','41600595758','No','','','','','','','','',0.00,0.00),(1172,'','Cash','','2020-09-20 13:11:30','','0','4','2020-09-20 13:11:30','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41600596633','No','','','','','','','','',0.00,0.00),(1173,'','Cash','','2020-09-20 13:23:06','','0','4','2020-09-20 13:23:06','','115','115','1','retail',NULL,'115','1','0','0','0','0','0','0','printed',' ','','1','','41600596694','No','','','','','','','','',0.00,0.00),(1174,'','Cash','','2020-09-20 13:34:57','','0','4','2020-09-20 13:34:57','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41600597394','No','','','','','','','','',0.00,0.00),(1175,'','Cash','','2020-09-20 14:02:06','','0','4','2020-09-20 14:02:06','','510','510','1','retail',NULL,'510','1','0','0','0','0','0','0','printed',' ','','1','','41600598163','No','','','','','','','','',0.00,0.00),(1176,'','Cash','','2020-09-20 14:05:21','','0','4','2020-09-20 14:05:21','','235','235','1','retail',NULL,'235','1','0','0','0','0','0','0','printed',' ','','1','','41600599741','No','','','','','','','','',0.00,0.00),(1177,'','Cash','','2020-09-20 14:07:06','','0','4','2020-09-20 14:07:06','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41600599946','No','','','','','','','','',0.00,0.00),(1178,'','Cash','','2020-09-20 14:08:53','','0','7','2020-09-20 14:08:53','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','71600600117','No','','','','','','','','',0.00,0.00),(1179,'','Cash','','2020-09-20 14:39:05','','0','7','2020-09-20 14:39:05','','11','11','1','retail',NULL,'11','1','0','0','0','0','0','0','printed',' ','','1','','71600601833','No','','','','','','','','',0.00,0.00),(1180,'','Cash','','2020-09-20 14:44:24','','0','4','2020-09-20 14:44:24','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41600602229','No','','','','','','','','',0.00,0.00),(1181,'','Cash','','2020-09-20 15:07:33','','0','4','2020-09-20 15:07:33','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41600603631','No','','','','','','','','',0.00,0.00),(1182,'','Cash','','2020-09-20 15:20:05','','0','4','2020-09-20 15:20:05','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600604389','No','','','','','','','','',0.00,0.00),(1183,'','Cash','','2020-09-20 15:21:21','','0','7','2020-09-20 15:21:21','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','71600604462','No','','','','','','','','',0.00,0.00),(1184,'','Cash','','2020-09-20 15:36:19','','0','4','2020-09-20 15:36:19','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41600605354','No','','','','','','','','',0.00,0.00),(1185,'','Cash','','2020-09-20 15:39:36','','0','4','2020-09-20 15:39:36','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41600605468','No','','','','','','','','',0.00,0.00),(1186,'','Cash','','2020-09-20 15:55:16','','0','4','2020-09-20 15:55:16','','305','305','1','retail',NULL,'305','1','0','0','0','0','0','0','printed',' ','','1','','41600606450','No','','','','','','','','',0.00,0.00),(1187,'','Cash','','2020-09-20 15:59:45','','0','4','2020-09-20 15:59:45','','275','275','1','retail',NULL,'275','1','0','0','0','0','0','0','printed',' ','','1','','41600606654','No','','','','','','','','',0.00,0.00),(1188,'','Cash','','2020-09-20 16:00:16','','0','4','2020-09-20 16:00:16','','210','210','1','retail',NULL,'210','1','0','0','0','0','0','0','printed',' ','','1','','41600606792','No','','','','','','','','',0.00,0.00),(1189,'','Cash','','2020-09-20 16:01:05','','0','4','2020-09-20 16:01:05','','24','24','1','retail',NULL,'24','1','0','0','0','0','0','0','printed',' ','','1','','41600606823','No','','','','','','','','',0.00,0.00),(1190,'','Cash','','2020-09-20 16:28:48','','0','4','2020-09-20 16:28:48','','290','290','1','retail',NULL,'290','1','0','0','0','0','0','0','printed',' ','','1','','41600608476','No','','','','','','','','',0.00,0.00),(1191,'','Cash','','2020-09-20 16:42:12','','0','4','2020-09-20 16:42:12','','135','135','1','retail',NULL,'135','1','0','0','0','0','0','0','printed',' ','','1','','41600609277','No','','','','','','','','',0.00,0.00),(1192,'','Cash','','2020-09-20 16:45:07','','0','4','2020-09-20 16:45:07','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600609457','No','','','','','','','','',0.00,0.00),(1193,'','Cash','','2020-09-20 16:48:14','','0','4','2020-09-20 16:48:14','','825','825','1','retail',NULL,'825','1','0','0','0','0','0','0','printed',' ','','1','','41600609519','No','','','','','','','','',0.00,0.00),(1194,'','Cash','','2020-09-20 16:59:57','','0','4','2020-09-20 16:59:57','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600610363','No','','','','','','','','',0.00,0.00),(1195,'','Cash','','2020-09-20 17:01:13','','0','4','2020-09-20 17:01:13','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41600610400','No','','','','','','','','',0.00,0.00),(1196,'','Cash','','2020-09-20 17:03:00','','0','4','2020-09-20 17:03:00','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41600610477','No','','','','','','','','',0.00,0.00),(1197,'','Cash','','2020-09-20 17:25:22','','0','4','2020-09-20 17:25:22','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41600611881','No','','','','','','','','',0.00,0.00),(1198,'','Cash','','2020-09-20 17:41:35','','0','4','2020-09-20 17:41:35','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600612881','No','','','','','','','','',0.00,0.00),(1199,'','Cash','','2020-09-20 17:57:34','','0','4','2020-09-20 17:57:34','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41600613774','No','','','','','','','','',0.00,0.00),(1200,'','Cash','','2020-09-20 18:26:59','','0','4','2020-09-20 18:26:59','','1185','1185','1','retail',NULL,'1185','1','0','0','0','0','0','0','printed',' ','','1','','41600615264','No','','','','','','','','',0.00,0.00),(1201,'','Cash','','2020-09-21 11:05:01','','0','4','2020-09-21 11:05:01','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41600675469','No','','','','','','','','',0.00,0.00),(1202,'','Cash','','2020-09-21 11:07:34','','0','4','2020-09-21 11:07:34','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41600675507','No','','','','','','','','',0.00,0.00),(1203,'','Cash','','2020-09-21 11:07:56','','0','4','2020-09-21 11:07:56','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41600675657','No','','','','','','','','',0.00,0.00),(1204,'','Cash','','2020-09-21 11:44:48','','0','4','2020-09-21 11:44:48','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41600675710','No','','','','','','','','',0.00,0.00),(1205,'','Cash','','2020-09-21 11:54:20','','0','4','2020-09-21 11:54:20','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600677917','No','','','','','','','','',0.00,0.00),(1206,'','Cash','','2020-09-21 12:28:39','','0','4','2020-09-21 12:28:39','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600678463','No','','','','','','','','',0.00,0.00),(1207,'','Cash','','2020-09-21 12:40:04','','0','4','2020-09-21 12:40:04','','6','6','1','retail',NULL,'6','1','0','0','0','0','0','0','printed',' ','','1','','41600680529','No','','','','','','','','',0.00,0.00),(1208,'','Cash','','2020-09-21 13:10:08','','0','4','2020-09-21 12:53:07','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600681973','No','4','2020-09-21 13:10:08','','','','','','',0.00,0.00),(1209,'','Cash','','2020-09-21 13:14:12','','0','4','2020-09-21 13:14:12','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41600683029','No','','','','','','','','',0.00,0.00),(1210,'','Cash','','2020-09-21 13:17:19','','0','4','2020-09-21 13:17:19','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600683404','No','','','','','','','','',0.00,0.00),(1211,'','Cash','','2020-09-21 14:20:31','','0','4','2020-09-21 14:20:31','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41600683442','No','','','','','','','','',0.00,0.00),(1212,'','Cash','','2020-09-21 14:28:31','','0','4','2020-09-21 14:28:31','','175','175','1','retail',NULL,'175','1','0','0','0','0','0','0','printed',' ','','1','','41600687235','No','','','','','','','','',0.00,0.00),(1213,'','Cash','','2020-09-21 14:32:42','','0','4','2020-09-21 14:32:42','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41600687729','No','','','','','','','','',0.00,0.00),(1214,'','Cash','','2020-09-21 14:44:14','','0','4','2020-09-21 14:44:14','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41600687965','No','','','','','','','','',0.00,0.00),(1215,'','Cash','','2020-09-21 15:03:28','','0','4','2020-09-21 15:03:28','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41600688914','No','','','','','','','','',0.00,0.00),(1216,'','Cash','','2020-09-21 15:08:41','','0','4','2020-09-21 15:08:41','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41600689811','No','','','','','','','','',0.00,0.00),(1217,'','Cash','','2020-09-21 15:18:21','','0','4','2020-09-21 15:18:21','','365','365','1','retail',NULL,'365','1','0','0','0','0','0','0','printed',' ','','1','','41600690491','No','','','','','','','','',0.00,0.00),(1218,'','Cash','','2020-09-21 15:22:15','','0','4','2020-09-21 15:22:15','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41600690743','No','','','','','','','','',0.00,0.00),(1219,'','Cash','','2020-09-21 15:31:06','','0','4','2020-09-21 15:31:06','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41600690998','No','','','','','','','','',0.00,0.00),(1220,'','Cash','','2020-09-21 15:44:22','','0','4','2020-09-21 15:44:22','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600691468','No','','','','','','','','',0.00,0.00),(1221,'','Cash','','2020-09-21 16:09:29','','0','4','2020-09-21 16:09:29','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41600692274','No','','','','','','','','',0.00,0.00),(1222,'','Cash','','2020-09-21 16:16:12','','0','4','2020-09-21 16:16:12','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41600694164','No','','','','','','','','',0.00,0.00),(1223,'','Cash','','2020-09-21 16:17:53','','0','4','2020-09-21 16:17:53','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41600694174','No','','','','','','','','',0.00,0.00),(1224,'','Cash','','2020-09-21 17:15:51','','0','4','2020-09-21 17:15:51','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41600696371','No','','','','','','','','',0.00,0.00),(1225,'','Cash','','2020-09-21 17:53:21','','0','4','2020-09-21 17:53:21','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41600699526','No','','','','','','','','',0.00,0.00),(1226,'','Cash','','2020-09-21 17:55:14','','0','4','2020-09-21 17:55:14','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41600700004','No','','','','','','','','',0.00,0.00),(1227,'','Cash','','2020-09-21 17:55:50','','0','4','2020-09-21 17:55:50','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41600700116','No','','','','','','','','',0.00,0.00),(1228,'','Cash','','2020-09-21 18:00:50','','0','4','2020-09-21 18:00:50','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed',' ','','1','','41600700306','No','','','','','','','','',0.00,0.00),(1229,'','Cash','','2020-09-21 18:05:15','','0','4','2020-09-21 18:05:15','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41600700458','No','','','','','','','','',0.00,0.00),(1230,'','Cash','','2020-09-21 18:26:49','','0','4','2020-09-21 18:26:49','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600701990','No','','','','','','','','',0.00,0.00),(1231,'','Cash','','2020-09-21 18:48:48','','0','4','2020-09-21 18:48:48','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41600702857','No','','','','','','','','',0.00,0.00),(1232,'','Cash','','2020-09-21 18:50:16','','0','4','2020-09-21 18:50:16','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41600703373','No','','','','','','','','',0.00,0.00),(1233,'','Cash','','2020-09-21 18:53:59','','0','4','2020-09-21 18:53:59','','45','45','1','retail',NULL,'45','1','0','0','0','0','0','0','printed',' ','','1','','41600703430','No','','','','','','','','',0.00,0.00),(1234,'','Cash','','2020-09-21 18:57:57','','0','4','2020-09-21 18:57:57','','175','175','1','retail',NULL,'175','1','0','0','0','0','0','0','printed',' ','','1','','41600703646','No','','','','','','','','',0.00,0.00),(1235,'','Cash','','2020-09-21 18:58:29','','0','4','2020-09-21 18:58:29','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41600703890','No','','','','','','','','',0.00,0.00),(1236,'','Cash','','2020-09-21 19:07:47','','0','4','2020-09-21 19:07:47','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41600704338','No','','','','','','','','',0.00,0.00),(1237,'','Cash','','2020-09-21 19:31:18','','0','4','2020-09-21 19:31:18','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41600704470','No','','','','','','','','',0.00,0.00),(1238,'','Cash','','2020-09-21 19:48:01','','0','4','2020-09-21 19:48:01','','220','220','1','retail',NULL,'220','1','0','0','0','0','0','0','printed',' ','','1','','41600705923','No','','','','','','','','',0.00,0.00),(1239,'','Cash','','2020-09-21 20:08:56','','0','4','2020-09-21 20:08:56','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41600706907','No','','','','','','','','',0.00,0.00),(1240,'','Cash','','2020-09-21 20:13:15','','0','4','2020-09-21 20:13:15','','1355','1355','1','retail',NULL,'1355','1','0','0','0','0','0','0','printed',' ','','1','','41600708142','No','','','','','','','','',0.00,0.00),(1241,'','Cash','','2020-09-21 20:16:32','','0','4','2020-09-21 20:16:32','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41600708559','No','','','','','','','','',0.00,0.00),(1242,'','Cash','','2020-09-21 20:18:45','','0','4','2020-09-21 20:18:45','','18','18','1','retail',NULL,'18','1','0','0','0','0','0','0','printed',' ','','1','','41600708637','No','','','','','','','','',0.00,0.00),(1243,'','Cash','','2020-09-21 20:30:53','','0','4','2020-09-21 20:30:53','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600709442','No','','','','','','','','',0.00,0.00),(1244,'','Cash','','2020-09-22 09:02:40','','0','4','2020-09-22 09:02:40','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41600754445','Cleared','','','','','','','','',0.00,0.00),(1245,'','Cash','','2020-09-22 09:03:05','','0','4','2020-09-22 09:03:05','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41600754566','Cleared','','','','','','','','',0.00,0.00),(1246,'','Cash','','2020-09-22 09:39:40','','0','4','2020-09-22 09:39:40','','135','135','1','retail',NULL,'135','1','0','0','0','0','0','0','printed',' ','','1','','41600754589','No','','','','','','','','',0.00,0.00),(1247,'','Cash','','2020-09-22 09:53:49','','0','4','2020-09-22 09:53:49','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600756788','No','','','','','','','','',0.00,0.00),(1248,'','Cash','','2020-09-22 11:06:35','','0','4','2020-09-22 11:06:35','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41600757631','No','','','','','','','','',0.00,0.00),(1249,'','Cash','','2020-09-22 11:21:47','','0','4','2020-09-22 11:21:47','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41600761997','No','','','','','','','','',0.00,0.00),(1250,'','Cash','','2020-09-22 11:51:54','','0','4','2020-09-22 11:51:54','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600762914','No','','','','','','','','',0.00,0.00),(1251,'','Cash','','2020-09-22 11:52:07','','0','4','2020-09-22 11:52:07','','220','220','1','retail',NULL,'220','1','0','0','0','0','0','0','printed',' ','','1','','41600764716','Cleared','','','','','','','','',0.00,0.00),(1252,'','Cash','','2020-09-22 12:22:50','','0','4','2020-09-22 12:22:50','','210','210','1','retail',NULL,'210','1','0','0','0','0','0','0','printed',' ','','1','','41600764731','No','','','','','','','','',0.00,0.00),(1253,'','Cash','','2020-09-22 13:28:59','','0','4','2020-09-22 13:28:59','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600767900','No','','','','','','','','',0.00,0.00),(1254,'','Cash','','2020-09-22 13:29:55','','0','4','2020-09-22 13:29:55','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41600770549','No','','','','','','','','',0.00,0.00),(1255,'','Cash','','2020-09-22 13:56:03','','0','4','2020-09-22 13:56:03','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41600770597','No','','','','','','','','',0.00,0.00),(1256,'','Cash','','2020-09-22 14:01:03','','0','4','2020-09-22 14:01:03','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41600772165','No','','','','','','','','',0.00,0.00),(1257,'','Cash','','2020-09-22 14:10:47','','0','4','2020-09-22 14:10:47','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41600772465','No','','','','','','','','',0.00,0.00),(1258,'','Cash','','2020-09-22 14:35:18','','0','4','2020-09-22 14:35:18','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41600773069','No','','','','','','','','',0.00,0.00),(1259,'','Cash','','2020-09-22 14:51:53','','0','4','2020-09-22 14:51:53','','12','12','1','retail',NULL,'12','1','0','0','0','0','0','0','printed',' ','','1','','41600774522','No','','','','','','','','',0.00,0.00),(1260,'','Cash','','2020-09-22 14:53:29','','0','4','2020-09-22 14:53:29','','455','455','1','retail',NULL,'455','1','0','0','0','0','0','0','printed',' ','','1','','41600775516','No','','','','','','','','',0.00,0.00),(1261,'','Cash','','2020-09-22 15:04:55','','0','4','2020-09-22 15:04:55','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600775658','No','','','','','','','','',0.00,0.00),(1262,'','Cash','','2020-09-22 15:20:15','','0','4','2020-09-22 15:20:15','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41600776300','No','','','','','','','','',0.00,0.00),(1263,'','Cash','','2020-09-22 15:29:08','','0','4','2020-09-22 15:29:08','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41600777221','No','','','','','','','','',0.00,0.00),(1264,'','Cash','','2020-09-22 15:34:37','','0','4','2020-09-22 15:34:37','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41600777770','No','','','','','','','','',0.00,0.00),(1265,'','Cash','','2020-09-22 15:40:59','','0','4','2020-09-22 15:40:59','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41600778095','Cleared','','','','','','','','',0.00,0.00),(1266,'','Cash','','2020-09-22 16:35:26','','0','4','2020-09-22 16:35:26','','137','137','1','retail',NULL,'137','1','0','0','0','0','0','0','printed',' ','','1','','41600778757','No','','','','','','','','',0.00,0.00),(1267,'','Cash','','2020-09-22 17:26:04','','0','4','2020-09-22 17:26:04','','270','270','1','retail',NULL,'270','1','0','0','0','0','0','0','printed',' ','','1','','41600781728','No','','','','','','','','',0.00,0.00),(1268,'','Cash','','2020-09-22 17:31:47','','0','4','2020-09-22 17:31:47','','310','310','1','retail',NULL,'310','1','0','0','0','0','0','0','printed',' ','','1','','41600784767','No','','','','','','','','',0.00,0.00),(1269,'','Cash','','2020-09-22 17:33:27','','0','4','2020-09-22 17:33:27','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600785158','No','','','','','','','','',0.00,0.00),(1270,'','Cash','','2020-09-22 17:39:33','','0','4','2020-09-22 17:39:33','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41600785261','No','','','','','','','','',0.00,0.00),(1271,'','Cash','','2020-09-22 18:27:23','','0','4','2020-09-22 18:27:23','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41600785640','No','','','','','','','','',0.00,0.00),(1272,'','Cash','','2020-09-22 18:57:40','','0','4','2020-09-22 18:57:40','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','','41600790238','No','','','','','','','','',0.00,0.00),(1273,'','Cash','','2020-09-22 19:04:47','','0','4','2020-09-22 19:04:47','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41600790332','No','','','','','','','','',0.00,0.00),(1274,'','Cash','','2020-09-22 19:25:57','','0','4','2020-09-22 19:25:57','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600790691','No','','','','','','','','',0.00,0.00),(1275,'','Cash','','2020-09-22 19:33:07','','0','4','2020-09-22 19:33:07','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41600792041','No','','','','','','','','',0.00,0.00),(1276,'','Cash','','2020-09-22 19:33:58','','0','4','2020-09-22 19:33:58','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600792397','No','','','','','','','','',0.00,0.00),(1277,'','Cash','','2020-09-22 19:45:55','','0','4','2020-09-22 19:45:55','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41600793060','No','','','','','','','','',0.00,0.00),(1278,'','Cash','','2020-09-22 19:54:08','','0','4','2020-09-22 19:54:08','','935','935','1','retail',NULL,'935','1','0','0','0','0','0','0','printed',' ','','1','','41600793158','No','','','','','','','','',0.00,0.00),(1279,'','Cash','','2020-09-22 19:55:19','','0','4','2020-09-22 19:55:19','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41600793703','No','','','','','','','','',0.00,0.00),(1280,'','Cash','','2020-09-22 20:20:08','','0','4','2020-09-22 20:20:08','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600795194','No','','','','','','','','',0.00,0.00),(1281,'','Cash','','2020-09-23 09:29:35','','0','4','2020-09-23 09:29:35','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41600838456','No','','','','','','','','',0.00,0.00),(1282,'','Cash','','2020-09-23 09:45:03','','0','4','2020-09-23 09:45:03','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600842595','No','','','','','','','','',0.00,0.00),(1283,'','Cash','','2020-09-23 10:18:09','','0','4','2020-09-23 10:18:09','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41600843506','No','','','','','','','','',0.00,0.00),(1284,'','Cash','','2020-09-23 10:40:34','','0','4','2020-09-23 10:40:34','','215','215','1','retail',NULL,'215','1','0','0','0','0','0','0','printed',' ','','1','','41600845494','Cleared','','','','','','','','',0.00,0.00),(1285,'','Cash','','2020-09-23 11:06:06','','0','4','2020-09-23 11:06:06','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600847616','No','','','','','','','','',0.00,0.00),(1286,'','Cash','','2020-09-23 11:11:27','','0','4','2020-09-23 11:11:27','','220','220','1','retail',NULL,'220','1','0','0','0','0','0','0','printed',' ','','1','','41600848369','No','','','','','','','','',0.00,0.00),(1287,'','Cash','','2020-09-23 11:20:39','','0','4','2020-09-23 11:20:39','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41600848824','No','','','','','','','','',0.00,0.00),(1288,'','Cash','','2020-09-23 11:33:16','','0','4','2020-09-23 11:33:16','','45','45','1','retail',NULL,'45','1','0','0','0','0','0','0','printed',' ','','1','','41600849268','No','','','','','','','','',0.00,0.00),(1289,'','Cash','','2020-09-23 11:56:39','','0','4','2020-09-23 11:56:39','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600850000','No','','','','','','','','',0.00,0.00),(1290,'','Cash','','2020-09-23 12:14:32','','0','4','2020-09-23 12:14:32','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41600851404','No','','','','','','','','',0.00,0.00),(1291,'','Cash','','2020-09-23 12:21:48','','0','4','2020-09-23 12:21:48','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41600852480','No','','','','','','','','',0.00,0.00),(1292,'','Cash','','2020-09-23 12:24:23','','0','4','2020-09-23 12:24:23','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600852911','No','','','','','','','','',0.00,0.00),(1293,'','Cash','','2020-09-23 13:29:37','','0','4','2020-09-23 13:29:37','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41600853067','No','','','','','','','','',0.00,0.00),(1294,'','Cash','','2020-09-23 14:13:41','','0','4','2020-09-23 14:13:41','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41600856980','No','','','','','','','','',0.00,0.00),(1295,'','Cash','','2020-09-23 14:14:32','','0','4','2020-09-23 14:14:32','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600859624','No','','','','','','','','',0.00,0.00),(1296,'','Cash','','2020-09-23 14:18:11','','0','4','2020-09-23 14:18:11','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41600859675','No','','','','','','','','',0.00,0.00),(1297,'','Cash','','2020-09-23 14:28:54','','0','4','2020-09-23 14:28:54','','245','245','1','retail',NULL,'245','1','0','0','0','0','0','0','printed',' ','','1','','41600860119','No','','','','','','','','',0.00,0.00),(1298,'','Cash','','2020-09-23 14:38:12','','0','4','2020-09-23 14:38:12','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41600860702','No','','','','','','','','',0.00,0.00),(1299,'','Cash','','2020-09-23 14:45:35','','0','4','2020-09-23 14:45:35','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600861097','No','','','','','','','','',0.00,0.00),(1300,'','Cash','','2020-09-23 14:46:45','','0','4','2020-09-23 14:46:45','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','','41600861580','No','4','2020-09-23 14:46:45','','','','','','',0.00,0.00),(1301,'','Cash','','2020-09-23 15:00:05','','0','4','2020-09-23 15:00:05','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600861674','No','','','','','','','','',0.00,0.00),(1302,'','Cash','','2020-09-23 15:05:08','','0','4','2020-09-23 15:05:08','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41600862408','No','','','','','','','','',0.00,0.00),(1303,'','Cash','','2020-09-23 15:27:53','','0','4','2020-09-23 15:27:53','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41600862711','Cleared','','','','','','','','',0.00,0.00),(1304,'','Cash','','2020-09-23 16:00:14','','0','4','2020-09-23 16:00:14','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600864130','No','','','','','','','','',0.00,0.00),(1305,'','Cash','','2020-09-23 16:04:48','','0','4','2020-09-23 16:04:48','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41600866021','No','','','','','','','','',0.00,0.00),(1306,'','Cash','','2020-09-23 16:11:54','','0','4','2020-09-23 16:11:54','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41600866291','Cleared','','','','','','','','',0.00,0.00),(1307,'','Cash','','2020-09-23 16:18:09','','0','4','2020-09-23 16:18:09','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41600866721','No','','','','','','','','',0.00,0.00),(1308,'','Cash','','2020-09-23 16:25:19','','0','4','2020-09-23 16:25:19','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41600867092','No','','','','','','','','',0.00,0.00),(1309,'','Cash','','2020-09-23 16:36:31','','0','4','2020-09-23 16:36:31','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600867523','Cleared','','','','','','','','',0.00,0.00),(1310,'','Cash','','2020-09-23 16:37:48','','0','4','2020-09-23 16:37:48','','210','210','1','retail',NULL,'210','1','0','0','0','0','0','0','printed',' ','','1','','41600868194','No','','','','','','','','',0.00,0.00),(1311,'','Cash','','2020-09-23 16:42:10','','0','4','2020-09-23 16:42:10','','435','435','1','retail',NULL,'435','1','0','0','0','0','0','0','printed',' ','','1','','41600868284','No','','','','','','','','',0.00,0.00),(1312,'','Cash','','2020-09-23 16:44:16','','0','4','2020-09-23 16:44:16','','420','420','1','retail',NULL,'420','1','0','0','0','0','0','0','printed',' ','','1','','41600868616','No','4','2020-09-23 16:44:16','','','','','','',0.00,0.00),(1313,'','Cash','','2020-09-23 16:48:33','','0','4','2020-09-23 16:48:33','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600868775','No','','','','','','','','',0.00,0.00),(1314,'','Cash','','2020-09-23 17:08:14','','0','4','2020-09-23 17:08:14','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41600868917','No','','','','','','','','',0.00,0.00),(1315,'','Cash','','2020-09-23 17:20:12','','0','4','2020-09-23 17:20:12','','460','460','1','retail',NULL,'460','1','0','0','0','0','0','0','printed',' ','','1','','41600870118','No','','','','','','','','',0.00,0.00),(1316,'','Cash','','2020-09-23 17:47:14','','0','4','2020-09-23 17:47:14','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600870843','No','','','','','','','','',0.00,0.00),(1317,'','Cash','','2020-09-23 18:06:23','','0','4','2020-09-23 18:06:23','','510','510','1','retail',NULL,'510','1','0','0','0','0','0','0','printed',' ','','1','','41600872437','No','','','','','','','','',0.00,0.00),(1318,'','Cash','','2020-09-23 18:07:44','','0','4','2020-09-23 18:07:44','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41600873649','No','','','','','','','','',0.00,0.00),(1319,'','Cash','','2020-09-23 18:27:04','','0','4','2020-09-23 18:27:04','','230','230','1','retail',NULL,'230','1','0','0','0','0','0','0','printed',' ','','1','','41600873667','No','','','','','','','','',0.00,0.00),(1320,'','Cash','','2020-09-23 18:36:24','','0','4','2020-09-23 18:36:24','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600874903','No','','','','','','','','',0.00,0.00),(1321,'','Cash','','2020-09-23 18:50:24','','0','4','2020-09-23 18:50:24','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600875393','No','','','','','','','','',0.00,0.00),(1322,'','Cash','','2020-09-23 18:57:18','','0','4','2020-09-23 18:57:18','','265','265','1','retail',NULL,'265','1','0','0','0','0','0','0','printed',' ','','1','','41600876227','No','','','','','','','','',0.00,0.00),(1323,'','Cash','','2020-09-23 19:00:17','','0','4','2020-09-23 19:00:17','','115','115','1','retail',NULL,'115','1','0','0','0','0','0','0','printed',' ','','1','','41600876655','No','','','','','','','','',0.00,0.00),(1324,'','Cash','','2020-09-23 19:04:24','','0','4','2020-09-23 19:04:24','','45','45','1','retail',NULL,'45','1','0','0','0','0','0','0','printed',' ','','1','','41600877023','No','','','','','','','','',0.00,0.00),(1325,'','Cash','','2020-09-23 19:11:45','','0','4','2020-09-23 19:11:45','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600877070','No','','','','','','','','',0.00,0.00),(1326,'','Cash','','2020-09-23 19:16:21','','0','4','2020-09-23 19:16:21','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600877507','No','','','','','','','','',0.00,0.00),(1327,'','Cash','','2020-09-23 19:23:41','','0','4','2020-09-23 19:23:41','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41600877800','No','','','','','','','','',0.00,0.00),(1328,'','Cash','','2020-09-23 19:29:23','','0','4','2020-09-23 19:29:23','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600878550','No','','','','','','','','',0.00,0.00),(1329,'','Cash','','2020-09-23 19:48:09','','0','4','2020-09-23 19:48:09','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41600878224','No','','','','','','','','',0.00,0.00),(1330,'','Cash','','2020-09-23 20:25:46','','0','4','2020-09-23 20:21:33','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41600881004','No','4','2020-09-23 20:25:46','','','','','','',0.00,0.00),(1331,'','Cash','','2020-09-24 08:15:13','','0','4','2020-09-24 08:15:13','','7','7','1','retail',NULL,'7','1','0','0','0','0','0','0','printed',' ','','1','','41600924465','No','','','','','','','','',0.00,0.00),(1332,'','Cash','','2020-09-24 08:21:25','','0','4','2020-09-24 08:21:25','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41600924516','No','','','','','','','','',0.00,0.00),(1333,'','Cash','','2020-09-24 08:22:58','','0','4','2020-09-24 08:22:58','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600924888','No','','','','','','','','',0.00,0.00),(1334,'','Cash','','2020-09-24 08:35:39','','0','4','2020-09-24 08:35:39','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41600924981','No','','','','','','','','',0.00,0.00),(1335,'','Cash','','2020-09-24 08:51:19','','0','4','2020-09-24 08:51:19','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41600925742','No','','','','','','','','',0.00,0.00),(1336,'','Cash','','2020-09-24 08:59:01','','0','4','2020-09-24 08:59:01','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41600926683','No','','','','','','','','',0.00,0.00),(1337,'','Cash','','2020-09-24 08:59:28','','0','4','2020-09-24 08:59:28','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600927149','No','','','','','','','','',0.00,0.00),(1338,'','Cash','','2020-09-24 09:00:46','','0','4','2020-09-24 09:00:46','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600927171','No','','','','','','','','',0.00,0.00),(1339,'','Cash','','2020-09-24 09:31:17','','0','4','2020-09-24 09:31:17','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41600927253','No','','','','','','','','',0.00,0.00),(1340,'','Cash','','2020-09-24 09:37:20','','0','4','2020-09-24 09:37:20','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41600929082','No','','','','','','','','',0.00,0.00),(1341,'','Cash','','2020-09-24 09:42:46','','0','4','2020-09-24 09:42:46','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41600929449','No','','','','','','','','',0.00,0.00),(1342,'','Cash','','2020-09-24 09:44:26','','0','4','2020-09-24 09:44:26','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41600929791','No','','','','','','','','',0.00,0.00),(1343,'','Cash','','2020-09-24 09:54:56','','0','4','2020-09-24 09:54:56','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41600929909','No','','','','','','','','',0.00,0.00),(1344,'','Cash','','2020-09-24 09:57:08','','0','4','2020-09-24 09:57:08','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600930522','No','','','','','','','','',0.00,0.00),(1345,'','Cash','','2020-09-24 10:03:51','','0','4','2020-09-24 10:03:51','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41600930630','No','','','','','','','','',0.00,0.00),(1346,'','Cash','','2020-09-24 10:15:40','','0','4','2020-09-24 10:15:40','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41600931036','No','','','','','','','','',0.00,0.00),(1347,'','Cash','','2020-09-24 10:32:58','','0','4','2020-09-24 10:32:58','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41600931744','No','','','','','','','','',0.00,0.00),(1348,'','Cash','','2020-09-24 10:57:05','','0','4','2020-09-24 10:57:05','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41600932781','No','','','','','','','','',0.00,0.00),(1349,'','Cash','','2020-09-24 11:13:02','','0','4','2020-09-24 11:13:02','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600934227','No','','','','','','','','',0.00,0.00),(1350,'','Cash','','2020-09-24 11:51:17','','0','4','2020-09-24 11:51:17','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600936162','No','','','','','','','','',0.00,0.00),(1351,'','Cash','','2020-09-24 11:58:40','','0','4','2020-09-24 11:58:40','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41600937479','No','','','','','','','','',0.00,0.00),(1352,'','Cash','','2020-09-24 12:09:02','','0','4','2020-09-24 12:09:02','','405','405','1','retail',NULL,'405','1','0','0','0','0','0','0','printed',' ','','1','','41600937923','No','','','','','','','','',0.00,0.00),(1353,'','Cash','','2020-09-24 12:29:51','','0','4','2020-09-24 12:29:51','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41600938581','No','','','','','','','','',0.00,0.00),(1354,'','Cash','','2020-09-24 13:36:01','','0','4','2020-09-24 13:36:01','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41600943505','No','','','','','','','','',0.00,0.00),(1355,'','Cash','','2020-09-24 13:39:50','','0','4','2020-09-24 13:39:50','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41600943780','No','','','','','','','','',0.00,0.00),(1356,'','Cash','','2020-09-24 13:55:50','','0','4','2020-09-24 13:55:50','','45','45','1','retail',NULL,'45','1','0','0','0','0','0','0','printed',' ','','1','','41600944006','No','','','','','','','','',0.00,0.00),(1357,'','Cash','','2020-09-24 13:59:58','','0','4','2020-09-24 13:59:58','','140','140','1','retail',NULL,'140','1','0','0','0','0','0','0','printed',' ','','1','','41600944970','No','','','','','','','','',0.00,0.00),(1358,'','Cash','','2020-09-24 14:22:26','','0','4','2020-09-24 14:22:26','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41600945209','No','','','','','','','','',0.00,0.00),(1359,'','Cash','','2020-09-24 14:26:21','','0','4','2020-09-24 14:26:21','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600946551','No','','','','','','','','',0.00,0.00),(1360,'','Cash','','2020-09-24 14:27:02','','0','4','2020-09-24 14:27:02','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41600946804','No','','','','','','','','',0.00,0.00),(1361,'','Cash','','2020-09-24 14:58:16','','0','4','2020-09-24 14:58:16','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600946825','No','','','','','','','','',0.00,0.00),(1362,'','Cash','','2020-09-24 15:12:30','','0','4','2020-09-24 15:12:30','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41600948709','No','','','','','','','','',0.00,0.00),(1363,'','Cash','','2020-09-24 15:50:39','','0','4','2020-09-24 15:50:39','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600949552','No','','','','','','','','',0.00,0.00),(1364,'','Cash','','2020-09-24 15:55:00','','0','4','2020-09-24 15:55:00','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41600951843','No','','','','','','','','',0.00,0.00),(1365,'','Cash','','2020-09-24 16:13:38','','0','4','2020-09-24 16:13:38','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600952103','No','','','','','','','','',0.00,0.00),(1366,'','Cash','','2020-09-24 16:31:29','','0','4','2020-09-24 16:31:29','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41600953358','No','','','','','','','','',0.00,0.00),(1367,'','Cash','','2020-09-24 16:32:00','','0','4','2020-09-24 16:32:00','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','','41600954298','No','','','','','','','','',0.00,0.00),(1368,'','Cash','','2020-09-24 16:32:55','','0','4','2020-09-24 16:32:55','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41600954362','No','','','','','','','','',0.00,0.00),(1369,'','Cash','','2020-09-24 16:59:29','','0','4','2020-09-24 16:59:29','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41600954391','No','','','','','','','','',0.00,0.00),(1370,'','Cash','','2020-09-24 17:04:32','','0','4','2020-09-24 17:04:32','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600955971','No','','','','','','','','',0.00,0.00),(1371,'','Cash','','2020-09-24 17:20:35','','0','4','2020-09-24 17:20:35','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600956275','No','','','','','','','','',0.00,0.00),(1372,'','Cash','','2020-09-24 17:21:00','','0','4','2020-09-24 17:21:00','','1','1','1','retail',NULL,'1','1','0','0','0','0','0','0','printed',' ','','1','','41600957244','No','','','','','','','','',0.00,0.00),(1373,'','Cash','','2020-09-24 17:26:18','','0','4','2020-09-24 17:26:18','','970','970','1','retail',NULL,'970','1','0','0','0','0','0','0','printed',' ','','1','','41600957262','No','','','','','','','','',0.00,0.00),(1374,'','Cash','','2020-09-24 17:28:12','','0','4','2020-09-24 17:28:12','','225','225','1','retail',NULL,'225','1','0','0','0','0','0','0','printed',' ','','1','','41600957661','No','','','','','','','','',0.00,0.00),(1375,'','Cash','','2020-09-24 17:48:31','','0','4','2020-09-24 17:48:31','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41600957747','No','','','','','','','','',0.00,0.00),(1376,'','Cash','','2020-09-24 17:50:58','','0','4','2020-09-24 17:50:58','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600958913','No','','','','','','','','',0.00,0.00),(1377,'','Cash','','2020-09-24 17:54:30','','0','4','2020-09-24 17:54:30','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41600959061','No','','','','','','','','',0.00,0.00),(1378,'','Cash','','2020-09-24 18:12:14','','0','4','2020-09-24 18:12:14','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600959272','No','','','','','','','','',0.00,0.00),(1379,'','Cash','','2020-09-24 18:12:54','','0','4','2020-09-24 18:12:54','','54','54','1','retail',NULL,'54','1','0','0','0','0','0','0','printed',' ','','1','','41600960338','No','','','','','','','','',0.00,0.00),(1380,'','Cash','','2020-09-24 18:25:13','','0','4','2020-09-24 18:25:13','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41600960379','No','','','','','','','','',0.00,0.00),(1381,'','Cash','','2020-09-24 18:37:08','','0','4','2020-09-24 18:37:08','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41600961116','No','','','','','','','','',0.00,0.00),(1382,'','Cash','','2020-09-24 19:29:13','','0','4','2020-09-24 19:29:13','','355','355','1','retail',NULL,'355','1','0','0','0','0','0','0','printed',' ','','1','','41600961832','No','','','','','','','','',0.00,0.00),(1383,'','Cash','','2020-09-24 19:40:42','','0','4','2020-09-24 19:40:42','','340','340','1','retail',NULL,'340','1','0','0','0','0','0','0','printed',' ','','1','','41600965179','No','','','','','','','','',0.00,0.00),(1384,'','Cash','','2020-09-24 19:41:25','','0','4','2020-09-24 19:41:25','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600965656','No','','','','','','','','',0.00,0.00),(1385,'','Cash','','2020-09-24 19:43:33','','0','4','2020-09-24 19:43:33','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41600965704','No','','','','','','','','',0.00,0.00),(1386,'','Cash','','2020-09-24 19:52:20','','0','4','2020-09-24 19:52:20','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600965816','No','','','','','','','','',0.00,0.00),(1387,'','Cash','','2020-09-24 19:53:44','','0','4','2020-09-24 19:53:44','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41600966344','No','','','','','','','','',0.00,0.00),(1388,'','Cash','','2020-09-24 19:56:41','','0','4','2020-09-24 19:56:41','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600966543','No','','','','','','','','',0.00,0.00),(1389,'','Cash','','2020-09-24 20:04:39','','0','4','2020-09-24 20:04:39','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41600966768','No','','','','','','','','',0.00,0.00),(1390,'','Cash','','2020-09-24 20:20:14','','0','4','2020-09-24 20:20:14','','230','230','1','retail',NULL,'230','1','0','0','0','0','0','0','printed',' ','','1','','41600967119','No','','','','','','','','',0.00,0.00),(1391,'','Cash','','2020-09-24 20:23:11','','0','4','2020-09-24 20:23:11','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41600968183','Cleared','','','','','','','','',0.00,0.00),(1392,'','Cash','','2020-09-24 20:24:20','','0','4','2020-09-24 20:24:20','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41600968194','No','','','','','','','','',0.00,0.00),(1393,'','Cash','','2020-09-24 20:26:22','','0','4','2020-09-24 20:26:22','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41600968295','No','','','','','','','','',0.00,0.00),(1394,'','Cash','','2020-09-25 08:25:00','','0','4','2020-09-25 08:25:00','','144','144','1','retail',NULL,'144','1','0','0','0','0','0','0','printed',' ','','1','','41601011489','No','','','','','','','','',0.00,0.00),(1395,'','Cash','','2020-09-25 08:34:31','','0','4','2020-09-25 08:34:31','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41601011502','No','','','','','','','','',0.00,0.00),(1396,'','Cash','','2020-09-25 09:32:47','','0','4','2020-09-25 09:32:47','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601012157','No','','','','','','','','',0.00,0.00),(1397,'','Cash','','2020-09-25 09:52:52','','0','4','2020-09-25 09:52:52','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41601015570','No','','','','','','','','',0.00,0.00),(1398,'','Cash','','2020-09-25 10:05:52','','0','4','2020-09-25 10:05:52','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601016775','No','','','','','','','','',0.00,0.00),(1399,'','Cash','','2020-09-25 10:18:13','','0','4','2020-09-25 10:18:13','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41601017555','No','','','','','','','','',0.00,0.00),(1400,'','Cash','','2020-09-25 10:32:39','','0','4','2020-09-25 10:32:39','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601018303','No','','','','','','','','',0.00,0.00),(1401,'','Cash','','2020-09-25 10:53:16','','0','4','2020-09-25 10:53:16','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41601019162','No','','','','','','','','',0.00,0.00),(1402,'','Cash','','2020-09-25 11:38:12','','0','4','2020-09-25 11:38:12','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601021570','No','','','','','','','','',0.00,0.00),(1403,'','Cash','','2020-09-25 12:18:58','','0','4','2020-09-25 12:18:58','','370','370','1','retail',NULL,'370','1','0','0','0','0','0','0','printed',' ','','1','','41601023095','No','','','','','','','','',0.00,0.00),(1404,'','Cash','','2020-09-25 13:38:10','','0','4','2020-09-25 13:38:10','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601030263','No','','','','','','','','',0.00,0.00),(1405,'','Cash','','2020-09-25 14:26:57','','0','4','2020-09-25 14:26:57','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41601030299','No','','','','','','','','',0.00,0.00),(1406,'','Cash','','2020-09-25 14:31:11','','0','4','2020-09-25 14:31:11','','270','270','1','retail',NULL,'270','1','0','0','0','0','0','0','printed',' ','','1','','41601033224','No','','','','','','','','',0.00,0.00),(1407,'','Cash','','2020-09-25 14:36:35','','0','4','2020-09-25 14:36:35','','210','210','1','retail',NULL,'210','1','0','0','0','0','0','0','printed',' ','','1','','41601033713','No','','','','','','','','',0.00,0.00),(1408,'','Cash','','2020-09-25 14:47:37','','0','4','2020-09-25 14:47:37','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41601034395','No','','','','','','','','',0.00,0.00),(1409,'','Cash','','2020-09-25 15:23:22','','0','4','2020-09-25 15:23:22','','1670','1670','1','retail',NULL,'1670','1','0','0','0','0','0','0','printed',' ','','1','','41601036468','Cleared','','','','','','','','',0.00,0.00),(1410,'','Cash','','2020-09-25 15:25:40','','0','4','2020-09-25 15:25:40','','185','185','1','retail',NULL,'185','1','0','0','0','0','0','0','printed',' ','','1','','41601036624','No','','','','','','','','',0.00,0.00),(1411,'','Cash','','2020-09-25 16:00:50','','0','4','2020-09-25 16:00:50','','246','246','1','retail',NULL,'246','1','0','0','0','0','0','0','printed',' ','','1','','41601037099','Cleared','','','','','','','','',0.00,0.00),(1412,'','Cash','','2020-09-25 16:15:43','','0','4','2020-09-25 16:15:43','','188','188','1','retail',NULL,'188','1','0','0','0','0','0','0','printed',' ','','1','','41601038961','No','','','','','','','','',0.00,0.00),(1413,'','Cash','','2020-09-25 16:17:54','','0','4','2020-09-25 16:17:54','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41601039747','No','','','','','','','','',0.00,0.00),(1414,'','Cash','','2020-09-25 16:51:37','','0','4','2020-09-25 16:51:37','','220','220','1','retail',NULL,'220','1','0','0','0','0','0','0','printed',' ','','1','','41601039906','No','','','','','','','','',0.00,0.00),(1415,'','Cash','','2020-09-25 17:03:12','','0','4','2020-09-25 17:03:12','','275','275','1','retail',NULL,'275','1','0','0','0','0','0','0','printed',' ','','1','','41601041911','No','','','','','','','','',0.00,0.00),(1416,'','Cash','','2020-09-25 17:06:33','','0','4','2020-09-25 17:06:33','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41601042614','No','','','','','','','','',0.00,0.00),(1417,'','Cash','','2020-09-25 17:33:13','','0','4','2020-09-25 17:33:13','','1','1','1','retail',NULL,'1','1','0','0','0','0','0','0','printed',' ','','1','','41601042892','No','','','','','','','','',0.00,0.00),(1418,'','Cash','','2020-09-25 17:36:16','','0','4','2020-09-25 17:36:16','','44','44','1','retail',NULL,'44','1','0','0','0','0','0','0','printed',' ','','1','','41601044396','No','','','','','','','','',0.00,0.00),(1419,'','Cash','','2020-09-25 17:39:52','','0','4','2020-09-25 17:39:52','','165','165','1','retail',NULL,'165','1','0','0','0','0','0','0','printed',' ','','1','','41601044578','No','','','','','','','','',0.00,0.00),(1420,'','Cash','','2020-09-25 17:51:25','','0','4','2020-09-25 17:51:25','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41601044877','No','','','','','','','','',0.00,0.00),(1421,'','Cash','','2020-09-25 17:55:10','','0','4','2020-09-25 17:55:10','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601045499','No','','','','','','','','',0.00,0.00),(1422,'','Cash','','2020-09-25 18:07:37','','0','4','2020-09-25 18:07:37','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41601045722','No','','','','','','','','',0.00,0.00),(1423,'','Cash','','2020-09-25 18:12:49','','0','4','2020-09-25 18:12:49','','1','1','1','retail',NULL,'1','1','0','0','0','0','0','0','printed',' ','','1','','41601046485','No','','','','','','','','',0.00,0.00),(1424,'','Cash','','2020-09-25 18:39:33','','0','4','2020-09-25 18:39:33','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601047280','No','','','','','','','','',0.00,0.00),(1425,'','Cash','','2020-09-25 18:45:03','','0','4','2020-09-25 18:45:03','','248','248','1','retail',NULL,'248','1','0','0','0','0','0','0','printed',' ','','1','','41601048376','No','','','','','','','','',0.00,0.00),(1426,'','Cash','','2020-09-25 18:47:13','','0','4','2020-09-25 18:47:13','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41601048708','No','','','','','','','','',0.00,0.00),(1427,'','Cash','','2020-09-25 18:48:23','','0','4','2020-09-25 18:48:23','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41601048838','No','','','','','','','','',0.00,0.00),(1428,'','Cash','','2020-09-25 19:07:52','','0','4','2020-09-25 19:07:52','','285','285','1','retail',NULL,'285','1','0','0','0','0','0','0','printed',' ','','1','','41601048907','No','','','','','','','','',0.00,0.00),(1429,'','Cash','','2020-09-25 19:09:31','','0','4','2020-09-25 19:09:31','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41601050120','No','','','','','','','','',0.00,0.00),(1430,'','Cash','','2020-09-25 19:16:37','','0','4','2020-09-25 19:16:37','','12','12','1','retail',NULL,'12','1','0','0','0','0','0','0','printed',' ','','1','','41601050286','No','','','','','','','','',0.00,0.00),(1431,'','Cash','','2020-09-25 19:31:39','','0','4','2020-09-25 19:31:39','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41601050601','No','','','','','','','','',0.00,0.00),(1432,'','Cash','','2020-09-25 19:33:37','','0','4','2020-09-25 19:33:37','','305','305','1','retail',NULL,'305','1','0','0','0','0','0','0','printed',' ','','1','','41601051586','No','','','','','','','','',0.00,0.00),(1433,'','Cash','','2020-09-25 19:41:43','','0','4','2020-09-25 19:41:43','','140','140','1','retail',NULL,'140','1','0','0','0','0','0','0','printed',' ','','1','','41601051726','No','','','','','','','','',0.00,0.00),(1434,'','Cash','','2020-09-25 19:50:15','','0','4','2020-09-25 19:50:15','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601052486','No','','','','','','','','',0.00,0.00),(1435,'','Cash','','2020-09-25 19:54:21','','0','4','2020-09-25 19:54:21','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41601052619','No','','','','','','','','',0.00,0.00),(1436,'','Cash','','2020-09-25 19:54:57','','0','4','2020-09-25 19:54:57','','1','1','1','retail',NULL,'1','1','0','0','0','0','0','0','printed',' ','','1','','41601052864','No','','','','','','','','',0.00,0.00),(1437,'','Cash','','2020-09-25 20:17:30','','0','4','2020-09-25 20:17:30','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41601052900','No','','','','','','','','',0.00,0.00),(1438,'','Cash','','2020-09-25 20:26:32','','0','4','2020-09-25 20:26:32','','255','255','1','retail',NULL,'255','1','0','0','0','0','0','0','printed',' ','','1','','41601054277','No','','','','','','','','',0.00,0.00),(1439,'','Cash','','2020-09-26 09:03:23','','0','4','2020-09-26 09:03:23','','310','310','1','retail',NULL,'310','1','0','0','0','0','0','0','printed',' ','','1','','41601100144','No','','','','','','','','',0.00,0.00),(1440,'','Cash','','2020-09-26 09:12:26','','0','4','2020-09-26 09:12:26','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601100207','No','','','','','','','','',0.00,0.00),(1441,'','Cash','','2020-09-26 09:26:36','','0','4','2020-09-26 09:26:36','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601100748','No','','','','','','','','',0.00,0.00),(1442,'','Cash','','2020-09-26 09:44:15','','0','4','2020-09-26 09:44:15','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601101598','No','','','','','','','','',0.00,0.00),(1443,'','Cash','','2020-09-26 09:48:23','','0','4','2020-09-26 09:48:23','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','','41601102659','No','','','','','','','','',0.00,0.00),(1444,'','Cash','','2020-09-26 09:55:22','','0','4','2020-09-26 09:55:22','','380','380','1','retail',NULL,'380','1','0','0','0','0','0','0','printed',' ','','1','','41601102949','No','','','','','','','','',0.00,0.00),(1445,'','Cash','','2020-09-26 10:12:16','','0','4','2020-09-26 10:12:16','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41601103324','No','','','','','','','','',0.00,0.00),(1446,'','Cash','','2020-09-26 10:38:33','','0','4','2020-09-26 10:38:33','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41601104348','No','','','','','','','','',0.00,0.00),(1447,'','Cash','','2020-09-26 10:48:42','','0','4','2020-09-26 10:48:42','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41601105915','No','','','','','','','','',0.00,0.00),(1448,'','Cash','','2020-09-26 10:57:36','','0','4','2020-09-26 10:57:36','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601106524','No','','','','','','','','',0.00,0.00),(1449,'','Cash','','2020-09-26 11:01:42','','0','4','2020-09-26 11:01:42','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601107058','No','','','','','','','','',0.00,0.00),(1450,'','Cash','','2020-09-26 11:13:22','','0','4','2020-09-26 11:13:22','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601107305','No','','','','','','','','',0.00,0.00),(1451,'','Cash','','2020-09-26 11:22:35','','0','4','2020-09-26 11:22:35','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41601108019','No','','','','','','','','',0.00,0.00),(1452,'','Cash','','2020-09-26 11:38:47','','0','4','2020-09-26 11:38:47','','280','280','1','retail',NULL,'280','1','0','0','0','0','0','0','printed',' ','','1','','41601109497','No','','','','','','','','',0.00,0.00),(1453,'','Cash','','2020-09-26 11:46:43','','0','4','2020-09-26 11:46:43','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41601109543','No','','','','','','','','',0.00,0.00),(1454,'','Cash','','2020-09-26 12:12:13','','0','4','2020-09-26 12:12:13','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41601110007','No','','','','','','','','',0.00,0.00),(1455,'','Cash','','2020-09-26 12:35:25','','0','4','2020-09-26 12:35:25','','6','6','1','retail',NULL,'6','1','0','0','0','0','0','0','printed',' ','','1','','41601111537','No','','','','','','','','',0.00,0.00),(1456,'','Cash','','2020-09-26 12:39:03','','0','4','2020-09-26 12:39:03','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601112933','No','','','','','','','','',0.00,0.00),(1457,'','Cash','','2020-09-26 12:51:57','','0','4','2020-09-26 12:51:57','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41601113207','No','','','','','','','','',0.00,0.00),(1458,'','Cash','','2020-09-26 12:53:52','','0','4','2020-09-26 12:53:52','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601113923','No','','','','','','','','',0.00,0.00),(1459,'','Cash','','2020-09-26 13:32:07','','0','4','2020-09-26 13:32:07','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41601114040','No','','','','','','','','',0.00,0.00),(1460,'','Cash','','2020-09-26 13:48:56','','0','4','2020-09-26 13:48:56','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41601116334','No','','','','','','','','',0.00,0.00),(1461,'','Cash','','2020-09-26 13:51:51','','0','4','2020-09-26 13:51:51','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41601117338','No','','','','','','','','',0.00,0.00),(1462,'','Cash','','2020-09-26 14:06:49','','0','4','2020-09-26 14:06:49','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601117575','No','','','','','','','','',0.00,0.00),(1463,'','Cash','','2020-09-26 14:12:37','','0','4','2020-09-26 14:12:37','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41601118412','No','','','','','','','','',0.00,0.00),(1464,'','Cash','','2020-09-26 14:29:11','','0','4','2020-09-26 14:29:11','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601118765','No','','','','','','','','',0.00,0.00),(1465,'','Cash','','2020-09-26 16:03:14','','0','4','2020-09-26 16:03:14','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41601119753','No','','','','','','','','',0.00,0.00),(1466,'','Cash','','2020-09-26 16:07:21','','0','4','2020-09-26 16:07:21','','340','340','1','retail',NULL,'340','1','0','0','0','0','0','0','printed',' ','','1','','41601125492','No','','','','','','','','',0.00,0.00),(1467,'','Cash','','2020-09-26 16:29:32','','0','4','2020-09-26 16:26:12','','45','45','1','retail',NULL,'45','1','0','0','0','0','0','0','printed',' ','','1','','41601125648','No','4','2020-09-26 16:29:32','','','','','','',0.00,0.00),(1468,'','Cash','','2020-09-26 16:29:51','','0','4','2020-09-26 16:29:51','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41601126975','No','','','','','','','','',0.00,0.00),(1469,'','Cash','','2020-09-26 16:31:23','','0','4','2020-09-26 16:31:23','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41601126995','No','','','','','','','','',0.00,0.00),(1470,'','Cash','','2020-09-26 16:40:46','','0','4','2020-09-26 16:40:46','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41601127119','No','','','','','','','','',0.00,0.00),(1471,'','Cash','','2020-09-28 16:48:31','','0','4','2020-09-28 16:48:31','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41601300814','No','','','','','','','','',0.00,0.00),(1472,'','Cash','','2020-09-28 16:49:11','','0','4','2020-09-28 16:49:11','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41601300926','No','','','','','','','','',0.00,0.00),(1473,'','Cash','','2020-09-28 17:00:18','','0','4','2020-09-28 17:00:18','','6','6','1','retail',NULL,'6','1','0','0','0','0','0','0','printed',' ','','1','','41601300954','No','','','','','','','','',0.00,0.00),(1474,'','Cash','','2020-09-28 17:09:19','','0','4','2020-09-28 17:09:19','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41601301650','No','','','','','','','','',0.00,0.00),(1475,'','Cash','','2020-09-28 17:11:07','','0','4','2020-09-28 17:11:07','','380','380','1','retail',NULL,'380','1','0','0','0','0','0','0','printed',' ','','1','','41601302240','No','','','','','','','','',0.00,0.00),(1476,'','Cash','','2020-09-28 17:11:20','','0','4','2020-09-28 17:11:20','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41601302270','No','','','','','','','','',0.00,0.00),(1477,'','Cash','','2020-09-28 17:14:39','','0','4','2020-09-28 17:14:39','','220','220','1','retail',NULL,'220','1','0','0','0','0','0','0','printed',' ','','1','','41601302419','No','','','','','','','','',0.00,0.00),(1478,'','Cash','','2020-09-28 17:41:36','','0','4','2020-09-28 17:41:36','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41601302553','No','','','','','','','','',0.00,0.00),(1479,'','Cash','','2020-09-28 17:41:53','','0','4','2020-09-28 17:41:53','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed',' ','','1','','41601304099','No','','','','','','','','',0.00,0.00),(1480,'','Cash','','2020-09-28 17:49:09','','0','4','2020-09-28 17:49:09','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41601304133','No','','','','','','','','',0.00,0.00),(1481,'','Cash','','2020-09-28 18:00:58','','0','4','2020-09-28 18:00:58','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41601304552','No','','','','','','','','',0.00,0.00),(1482,'','Cash','','2020-09-28 18:01:37','','0','4','2020-09-28 18:01:37','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41601305261','No','','','','','','','','',0.00,0.00),(1483,'','Cash','','2020-09-28 18:19:23','','0','4','2020-09-28 18:19:23','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41601305405','No','','','','','','','','',0.00,0.00),(1484,'','Cash','','2020-09-28 18:24:35','','0','4','2020-09-28 18:24:35','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41601306371','No','','','','','','','','',0.00,0.00),(1485,'','Cash','','2020-09-28 18:24:53','','0','4','2020-09-28 18:24:53','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41601306679','No','','','','','','','','',0.00,0.00),(1486,'','Cash','','2020-09-28 18:30:25','','0','4','2020-09-28 18:30:25','','767','767','1','retail',NULL,'767','1','0','0','0','0','0','0','printed',' ','','1','','41601306697','No','','','','','','','','',0.00,0.00),(1487,'','Cash','','2020-09-28 18:36:34','','0','4','2020-09-28 18:36:34','','1191','1191','1','retail',NULL,'1191','1','0','0','0','0','0','0','printed',' ','','1','','41601307126','No','','','','','','','','',0.00,0.00),(1488,'','Cash','','2020-09-28 18:37:50','','0','4','2020-09-28 18:37:50','','169','169','1','retail',NULL,'169','1','0','0','0','0','0','0','printed',' ','','1','','41601307413','No','','','','','','','','',0.00,0.00),(1489,'','Cash','','2020-09-28 19:06:57','','0','4','2020-09-28 19:06:57','','5844','5844','1','retail',NULL,'5844','1','0','0','0','0','0','0','printed',' ','','1','','41601307503','No','','','','','','','','',0.00,0.00),(1490,'','Cash','','2020-09-28 19:14:19','','0','4','2020-09-28 19:14:19','','1913','1913','1','retail',NULL,'1913','1','0','0','0','0','0','0','printed',' ','','1','','41601309300','No','','','','','','','','',0.00,0.00),(1491,'','Cash','','2020-09-28 19:21:31','','0','4','2020-09-28 19:21:31','','135','135','1','retail',NULL,'135','1','0','0','0','0','0','0','printed',' ','','1','','41601309663','No','','','','','','','','',0.00,0.00),(1492,'','Cash','','2020-09-28 19:23:30','','0','4','2020-09-28 19:23:30','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41601310123','No','','','','','','','','',0.00,0.00),(1493,'','Cash','','2020-09-28 19:27:18','','0','4','2020-09-28 19:27:18','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601310212','No','','','','','','','','',0.00,0.00),(1494,'','Cash','','2020-09-28 19:28:33','','0','4','2020-09-28 19:28:33','','330','330','1','retail',NULL,'330','1','0','0','0','0','0','0','printed',' ','','1','','41601310462','No','','','','','','','','',0.00,0.00),(1495,'','Cash','','2020-09-28 19:44:07','','0','4','2020-09-28 19:44:07','','270','270','1','retail',NULL,'270','1','0','0','0','0','0','0','printed',' ','','1','','41601311382','No','','','','','','','','',0.00,0.00),(1496,'','Cash','','2020-09-28 19:53:56','','0','4','2020-09-28 19:53:56','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41601311449','No','','','','','','','','',0.00,0.00),(1497,'','Cash','','2020-09-28 19:58:17','','0','4','2020-09-28 19:58:17','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601312047','No','','','','','','','','',0.00,0.00),(1498,'','Cash','','2020-09-28 20:07:27','','0','4','2020-09-28 20:07:27','','275','275','1','retail',NULL,'275','1','0','0','0','0','0','0','printed',' ','','1','','41601312307','No','','','','','','','','',0.00,0.00),(1499,'','Cash','','2020-09-28 20:07:57','','0','4','2020-09-28 20:07:57','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41601312853','No','','','','','','','','',0.00,0.00),(1500,'','Cash','','2020-09-28 20:09:52','','0','4','2020-09-28 20:09:52','','48','48','1','retail',NULL,'48','1','0','0','0','0','0','0','printed',' ','','1','','41601312887','No','','','','','','','','',0.00,0.00),(1501,'','Cash','','2020-09-28 20:11:50','','0','4','2020-09-28 20:11:50','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41601312996','No','','','','','','','','',0.00,0.00),(1502,'','Cash','','2020-09-28 20:15:05','','0','4','2020-09-28 20:15:05','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41601313130','No','','','','','','','','',0.00,0.00),(1503,'','Cash','','2020-09-29 09:59:37','','0','4','2020-09-29 09:59:37','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41601360824','No','','','','','','','','',0.00,0.00),(1504,'','Cash','','2020-09-29 10:02:59','','0','4','2020-09-29 10:02:59','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601362800','No','','','','','','','','',0.00,0.00),(1505,'','Cash','','2020-09-29 10:28:51','','0','4','2020-09-29 10:28:51','','270','270','1','retail',NULL,'270','1','0','0','0','0','0','0','printed',' ','','1','','41601363799','Cleared','','','','','','','','',0.00,0.00),(1506,'','Cash','','2020-09-29 10:33:23','','0','4','2020-09-29 10:33:23','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601364546','No','','','','','','','','',0.00,0.00),(1507,'','Cash','','2020-09-29 10:56:51','','0','4','2020-09-29 10:56:51','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601364810','No','','','','','','','','',0.00,0.00),(1508,'','Cash','','2020-09-29 11:06:50','','0','4','2020-09-29 11:06:50','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41601366280','No','','','','','','','','',0.00,0.00),(1509,'','Cash','','2020-09-29 11:17:35','','0','4','2020-09-29 11:17:35','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41601366813','Cleared','','','','','','','','',0.00,0.00),(1510,'','Cash','','2020-09-29 11:33:06','','0','4','2020-09-29 11:33:06','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41601368364','No','','','','','','','','',0.00,0.00),(1511,'','Cash','','2020-09-29 11:36:18','','0','4','2020-09-29 11:36:18','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601368389','No','','','','','','','','',0.00,0.00),(1512,'','Cash','','2020-09-29 11:42:33','','0','4','2020-09-29 11:42:33','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41601368590','No','','','','','','','','',0.00,0.00),(1513,'','Cash','','2020-09-29 11:43:55','','0','4','2020-09-29 11:43:55','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41601368959','No','','','','','','','','',0.00,0.00),(1514,'','Cash','','2020-09-29 11:45:23','','0','4','2020-09-29 11:45:23','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41601369040','No','','','','','','','','',0.00,0.00),(1515,'','Cash','','2020-09-29 11:54:11','','0','4','2020-09-29 11:54:11','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41601369130','No','','','','','','','','',0.00,0.00),(1516,'','Cash','','2020-09-29 12:03:29','','0','4','2020-09-29 12:03:29','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601369679','No','','','','','','','','',0.00,0.00),(1517,'','Cash','','2020-09-29 12:09:10','','0','4','2020-09-29 12:09:10','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41601370214','No','','','','','','','','',0.00,0.00),(1518,'','Cash','','2020-09-29 12:19:55','','0','4','2020-09-29 12:19:55','','95','95','1','retail',NULL,'95','1','0','0','0','0','0','0','printed',' ','','1','','41601371005','No','','','','','','','','',0.00,0.00),(1519,'','Cash','','2020-09-29 12:42:55','','0','4','2020-09-29 12:42:55','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601371199','No','','','','','','','','',0.00,0.00),(1520,'','Cash','','2020-09-29 13:00:57','','0','4','2020-09-29 13:00:57','','275','275','1','retail',NULL,'275','1','0','0','0','0','0','0','printed',' ','','1','','41601373139','No','','','','','','','','',0.00,0.00),(1521,'','Cash','','2020-09-29 13:28:51','','0','4','2020-09-29 13:28:51','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed',' ','','1','','41601373659','No','','','','','','','','',0.00,0.00),(1522,'','Cash','','2020-09-29 13:30:09','','0','4','2020-09-29 13:30:09','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41601375334','No','','','','','','','','',0.00,0.00),(1523,'','Cash','','2020-09-29 13:53:58','','0','4','2020-09-29 13:53:58','','1475','1475','1','retail',NULL,'1475','1','0','0','0','0','0','0','printed',' ','','1','','41601375415','No','','','','','','','','',0.00,0.00),(1524,'','Cash','','2020-09-29 13:57:22','','0','4','2020-09-29 13:57:22','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41601377015','No','','','','','','','','',0.00,0.00),(1525,'','Cash','','2020-09-29 14:05:12','','0','4','2020-09-29 14:05:12','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41601377048','No','','','','','','','','',0.00,0.00),(1526,'','Cash','','2020-09-29 14:05:55','','0','4','2020-09-29 14:05:55','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41601377533','No','','','','','','','','',0.00,0.00),(1527,'','Cash','','2020-09-29 14:08:39','','0','4','2020-09-29 14:08:39','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41601377560','No','','','','','','','','',0.00,0.00),(1528,'','Cash','','2020-09-29 14:15:10','','0','4','2020-09-29 14:15:10','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','','41601377744','No','','','','','','','','',0.00,0.00),(1529,'','Cash','','2020-09-29 14:24:33','','0','4','2020-09-29 14:24:33','','95','95','1','retail',NULL,'95','1','0','0','0','0','0','0','printed',' ','','1','','41601378528','No','','','','','','','','',0.00,0.00),(1530,'','Cash','','2020-09-29 14:30:20','','0','4','2020-09-29 14:30:20','','45','45','1','retail',NULL,'45','1','0','0','0','0','0','0','printed',' ','','1','','41601378677','No','','','','','','','','',0.00,0.00),(1531,'','Cash','','2020-09-29 14:43:50','','0','4','2020-09-29 14:43:50','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601379031','No','','','','','','','','',0.00,0.00),(1532,'','Cash','','2020-09-29 15:01:52','','0','4','2020-09-29 15:01:52','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601379990','No','','','','','','','','',0.00,0.00),(1533,'','Cash','','2020-09-29 15:15:22','','0','4','2020-09-29 15:15:22','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41601381110','No','','','','','','','','',0.00,0.00),(1534,'','Cash','','2020-09-29 15:30:13','','0','4','2020-09-29 15:30:13','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41601381736','No','','','','','','','','',0.00,0.00),(1535,'','Cash','','2020-09-29 15:38:41','','0','4','2020-09-29 15:38:41','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601382616','No','','','','','','','','',0.00,0.00),(1536,'','Cash','','2020-09-29 15:40:32','','0','4','2020-09-29 15:40:32','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601383124','No','','','','','','','','',0.00,0.00),(1537,'','Cash','','2020-09-29 15:42:45','','0','4','2020-09-29 15:42:45','','370','370','1','retail',NULL,'370','1','0','0','0','0','0','0','printed',' ','','1','','41601383345','No','','','','','','','','',0.00,0.00),(1538,'','Cash','','2020-09-29 15:56:00','','0','4','2020-09-29 15:56:00','','210','210','1','retail',NULL,'210','1','0','0','0','0','0','0','printed',' ','','1','','41601383455','No','','','','','','','','',0.00,0.00),(1539,'','Cash','','2020-09-29 16:02:22','','0','4','2020-09-29 16:02:22','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','','41601384443','No','','','','','','','','',0.00,0.00),(1540,'','Cash','','2020-09-29 16:14:35','','0','4','2020-09-29 16:14:35','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41601384545','No','','','','','','','','',0.00,0.00),(1541,'','Cash','','2020-09-29 16:20:17','','0','4','2020-09-29 16:20:17','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41601385281','No','','','','','','','','',0.00,0.00),(1542,'','Cash','','2020-09-29 16:43:47','','0','4','2020-09-29 16:43:47','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41601385619','No','','','','','','','','',0.00,0.00),(1543,'','Cash','','2020-09-29 16:49:58','','0','4','2020-09-29 16:49:58','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41601387057','No','','','','','','','','',0.00,0.00),(1544,'','Cash','','2020-09-29 16:56:49','','0','4','2020-09-29 16:56:49','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41601387433','No','','','','','','','','',0.00,0.00),(1545,'','Cash','','2020-09-29 17:02:51','','0','4','2020-09-29 17:02:51','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41601387904','No','','','','','','','','',0.00,0.00),(1546,'','Cash','','2020-09-29 17:16:50','','0','4','2020-09-29 17:16:50','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41601388186','No','','','','','','','','',0.00,0.00),(1547,'','Cash','','2020-09-29 17:47:56','','0','4','2020-09-29 17:47:56','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41601389024','No','','','','','','','','',0.00,0.00),(1548,'','Cash','','2020-09-29 17:49:42','','0','4','2020-09-29 17:49:42','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41601390895','No','','','','','','','','',0.00,0.00),(1549,'','Cash','','2020-09-29 17:54:03','','0','4','2020-09-29 17:54:03','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41601391097','No','','','','','','','','',0.00,0.00),(1550,'','Cash','','2020-09-29 18:42:39','','0','4','2020-09-29 18:42:39','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41601391245','No','','','','','','','','',0.00,0.00),(1551,'','Cash','','2020-09-29 18:50:09','','0','4','2020-09-29 18:50:09','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','','1','','41601394180','No','','','','','','','','',0.00,0.00),(1552,'','Cash','','2020-09-29 18:50:48','','0','4','2020-09-29 18:50:48','','6','6','1','retail',NULL,'6','1','0','0','0','0','0','0','printed',' ','','1','','41601394614','No','','','','','','','','',0.00,0.00),(1553,'','Cash','','2020-09-29 19:15:25','','0','4','2020-09-29 19:15:25','','374','374','1','retail',NULL,'374','1','0','0','0','0','0','0','printed',' ','','1','','41601396046','No','','','','','','','','',0.00,0.00),(1554,'','Cash','','2020-09-29 19:16:19','','0','4','2020-09-29 19:16:19','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41601396130','No','','','','','','','','',0.00,0.00),(1555,'','Cash','','2020-09-29 19:38:17','','0','4','2020-09-29 19:38:17','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41601396181','No','','','','','','','','',0.00,0.00),(1556,'','Cash','','2020-09-29 19:46:43','','0','4','2020-09-29 19:46:43','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41601397510','No','','','','','','','','',0.00,0.00),(1557,'','Cash','','2020-09-29 19:52:23','','0','4','2020-09-29 19:52:23','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41601398333','No','','','','','','','','',0.00,0.00),(1558,'','Cash','','2020-09-29 19:59:06','','0','4','2020-09-29 19:59:06','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41601398360','No','','','','','','','','',0.00,0.00),(1559,'','Cash','','2020-09-29 20:11:03','','0','4','2020-09-29 20:11:03','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41601398757','No','','','','','','','','',0.00,0.00),(1560,'','Cash','','2020-09-29 20:16:43','','0','4','2020-09-29 20:16:43','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41601399472','No','','','','','','','','',0.00,0.00),(1561,'','Cash','','2020-09-29 20:34:29','','0','4','2020-09-29 20:34:29','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41601400861','No','','','','','','','','',0.00,0.00),(1562,'','Cash','','2020-09-30 08:53:53','','0','4','2020-09-30 08:53:53','','78','78','1','retail',NULL,'78','1','0','0','0','0','0','0','printed',' ','','1','','41601445183','No','','','','','','','','',0.00,0.00),(1563,'','Cash','','2020-09-30 09:21:08','','0','4','2020-09-30 09:21:08','','341','341','1','retail',NULL,'341','1','0','0','0','0','0','0','printed',' ','','1','','41601445237','No','','','','','','','','',0.00,0.00),(1564,'','Cash','','2020-09-30 09:28:42','','0','4','2020-09-30 09:28:42','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','41601446875','Cleared','','','','','','','','',0.00,0.00),(1565,'','Cash','','2020-09-30 09:52:00','','0','4','2020-09-30 09:52:00','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41601447683','No','','','','','','','','',0.00,0.00),(1566,'','Cash','','2020-09-30 10:39:39','','0','4','2020-09-30 10:39:39','','325','325','1','retail',NULL,'325','1','0','0','0','0','0','0','printed',' ','','1','','41601448727','No','','','','','','','','',0.00,0.00),(1567,'','Cash','','2020-09-30 10:59:01','','0','4','2020-09-30 10:59:01','','45','45','1','retail',NULL,'45','1','0','0','0','0','0','0','printed',' ','','1','','41601451607','No','','','','','','','','',0.00,0.00),(1568,'','Cash','','2020-09-30 11:52:03','','0','4','2020-09-30 11:52:03','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41601455789','No','','','','','','','','',0.00,0.00),(1569,'','Cash','','2020-09-30 12:20:27','','0','4','2020-09-30 12:20:27','','98','98','1','retail',NULL,'98','1','0','0','0','0','0','0','printed',' ','','1','','41601456000','No','','','','','','','','',0.00,0.00),(1570,'','Cash','','2020-09-30 12:54:05','','0','4','2020-09-30 12:54:05','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41601457646','No','','','','','','','','',0.00,0.00),(1571,'','Cash','','2020-09-30 13:34:11','','0','4','2020-09-30 13:34:11','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41601459659','No','','','','','','','','',0.00,0.00),(1572,'','Cash','','2020-09-30 13:41:36','','0','4','2020-09-30 13:41:36','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41601462173','No','','','','','','','','',0.00,0.00),(1573,'','Cash','','2020-09-30 14:22:01','','0','4','2020-09-30 14:22:01','','735','735','1','retail',NULL,'735','1','0','0','0','0','0','0','printed',' ','','1','','41601464859','No','','','','','','','','',0.00,0.00),(1574,'','Cash','','2020-09-30 14:26:15','','0','4','2020-09-30 14:26:15','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41601464973','No','','','','','','','','',0.00,0.00),(1575,'','Cash','','2020-09-30 14:32:59','','0','4','2020-09-30 14:32:59','','6','6','1','retail',NULL,'6','1','0','0','0','0','0','0','printed',' ','','1','','41601465182','No','','','','','','','','',0.00,0.00),(1576,'','Cash','','2020-09-30 14:38:14','','0','4','2020-09-30 14:38:14','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601465581','No','','','','','','','','',0.00,0.00),(1577,'','Cash','','2020-09-30 14:51:48','','0','4','2020-09-30 14:51:48','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601465896','No','','','','','','','','',0.00,0.00),(1578,'','Cash','','2020-09-30 15:07:37','','0','4','2020-09-30 15:07:37','','285','285','1','retail',NULL,'285','1','0','0','0','0','0','0','printed',' ','','1','','41601466715','No','','','','','','','','',0.00,0.00),(1579,'','Cash','','2020-09-30 15:21:15','','0','4','2020-09-30 15:21:15','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','','41601467679','No','','','','','','','','',0.00,0.00),(1580,'','Cash','','2020-09-30 15:21:26','','0','4','2020-09-30 15:21:26','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41601468477','No','','','','','','','','',0.00,0.00),(1581,'','Cash','','2020-09-30 15:47:43','','0','4','2020-09-30 15:47:43','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41601469555','No','','','','','','','','',0.00,0.00),(1582,'','Cash','','2020-09-30 15:51:03','','0','4','2020-09-30 15:51:03','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41601470254','No','','','','','','','','',0.00,0.00),(1583,'','Cash','','2020-09-30 15:51:18','','0','4','2020-09-30 15:51:18','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601470265','No','','','','','','','','',0.00,0.00),(1584,'','Cash','','2020-09-30 17:11:30','','0','4','2020-09-30 17:11:30','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41601470280','No','','','','','','','','',0.00,0.00),(1585,'','Cash','','2020-09-30 17:29:03','','0','4','2020-09-30 17:29:03','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41601475092','No','','','','','','','','',0.00,0.00),(1586,'','Cash','','2020-09-30 17:29:28','','0','4','2020-09-30 17:29:28','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41601476145','No','','','','','','','','',0.00,0.00),(1587,'','Cash','','2020-09-30 17:32:36','','0','4','2020-09-30 17:32:36','','275','275','1','retail',NULL,'275','1','0','0','0','0','0','0','printed',' ','','1','','41601476172','No','','','','','','','','',0.00,0.00),(1588,'','Cash','','2020-09-30 17:37:17','','0','4','2020-09-30 17:37:17','','260','260','1','retail',NULL,'260','1','0','0','0','0','0','0','printed',' ','','1','','41601476363','No','','','','','','','','',0.00,0.00),(1589,'','Cash','','2020-09-30 17:45:04','','0','4','2020-09-30 17:45:04','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601476640','No','','','','','','','','',0.00,0.00),(1590,'','Cash','','2020-09-30 17:51:07','','0','4','2020-09-30 17:51:07','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601477457','No','','','','','','','','',0.00,0.00),(1591,'','Cash','','2020-09-30 17:51:24','','0','4','2020-09-30 17:51:24','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41601477472','No','','','','','','','','',0.00,0.00),(1592,'','Cash','','2020-09-30 17:52:21','','0','4','2020-09-30 17:52:21','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41601477495','No','','','','','','','','',0.00,0.00),(1593,'','Cash','','2020-09-30 17:54:52','','0','4','2020-09-30 17:54:52','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41601477679','No','','','','','','','','',0.00,0.00),(1594,'','Cash','','2020-09-30 18:35:19','','0','4','2020-09-30 18:35:19','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41601477732','No','','','','','','','','',0.00,0.00),(1595,'','Cash','','2020-09-30 18:47:52','','0','4','2020-09-30 18:47:52','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41601480834','No','','','','','','','','',0.00,0.00),(1596,'','Cash','','2020-09-30 18:52:17','','0','4','2020-09-30 18:52:17','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41601480946','No','','','','','','','','',0.00,0.00),(1597,'','Cash','','2020-09-30 19:09:50','','0','4','2020-09-30 19:09:50','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41601481139','No','','','','','','','','',0.00,0.00),(1598,'','Cash','','2020-09-30 19:26:22','','0','4','2020-09-30 19:26:22','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41601482385','No','','','','','','','','',0.00,0.00),(1599,'','Cash','','2020-09-30 19:28:51','','0','4','2020-09-30 19:28:51','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41601483193','No','','','','','','','','',0.00,0.00),(1600,'','Cash','','2020-09-30 19:34:57','','0','4','2020-09-30 19:34:57','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41601483334','No','','','','','','','','',0.00,0.00),(1601,'','Cash','','2020-09-30 19:41:33','','0','4','2020-09-30 19:41:33','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601483699','No','','','','','','','','',0.00,0.00),(1602,'','Cash','','2020-09-30 19:51:27','','0','4','2020-09-30 19:51:27','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601484096','No','','','','','','','','',0.00,0.00),(1603,'','Cash','','2020-09-30 19:57:07','','0','4','2020-09-30 19:57:07','','375','375','1','retail',NULL,'375','1','0','0','0','0','0','0','printed',' ','','1','','41601484716','No','','','','','','','','',0.00,0.00),(1604,'','Cash','','2020-09-30 20:05:06','','0','4','2020-09-30 20:05:06','','12','12','1','retail',NULL,'12','1','0','0','0','0','0','0','printed',' ','','1','','41601485183','No','','','','','','','','',0.00,0.00),(1605,'','Cash','','2020-09-30 20:18:58','','0','4','2020-09-30 20:18:58','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41601485509','No','','','','','','','','',0.00,0.00),(1606,'','Cash','','2020-09-30 20:22:53','','0','4','2020-09-30 20:22:53','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601486341','No','','','','','','','','',0.00,0.00),(1607,'','Cash','','2020-10-01 08:33:55','','0','4','2020-10-01 08:33:55','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41601530335','No','','','','','','','','',0.00,0.00),(1608,'','Cash','','2020-10-01 09:24:07','','0','4','2020-10-01 09:24:07','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41601530440','No','','','','','','','','',0.00,0.00),(1609,'','Cash','','2020-10-01 10:09:27','','0','4','2020-10-01 10:09:27','','320','320','1','retail',NULL,'320','1','0','0','0','0','0','0','printed',' ','','1','','41601533449','No','','','','','','','','',0.00,0.00),(1610,'','Cash','','2020-10-01 10:13:54','','0','4','2020-10-01 10:13:54','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41601536186','No','','','','','','','','',0.00,0.00),(1611,'','Cash','','2020-10-01 10:30:56','','0','4','2020-10-01 10:30:56','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41601536437','No','','','','','','','','',0.00,0.00),(1612,'','Cash','','2020-10-01 10:35:47','','0','4','2020-10-01 10:35:47','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41601537460','No','','','','','','','','',0.00,0.00),(1613,'','Cash','','2020-10-01 10:37:59','','0','4','2020-10-01 10:37:59','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601537754','No','','','','','','','','',0.00,0.00),(1614,'','Cash','','2020-10-01 10:40:54','','0','4','2020-10-01 10:40:54','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601537892','No','','','','','','','','',0.00,0.00),(1615,'','Cash','','2020-10-01 10:41:26','','0','4','2020-10-01 10:41:26','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601538059','Cleared','','','','','','','','',0.00,0.00),(1616,'','Cash','','2020-10-01 11:00:27','','0','4','2020-10-01 11:00:27','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41601538096','No','','','','','','','','',0.00,0.00),(1617,'','Cash','','2020-10-01 11:11:03','','0','4','2020-10-01 11:11:03','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41601539236','No','','','','','','','','',0.00,0.00),(1618,'','Cash','','2020-10-01 12:30:18','','0','4','2020-10-01 12:30:18','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41601539908','No','','','','','','','','',0.00,0.00),(1619,'','Cash','','2020-10-01 13:59:51','','0','4','2020-10-01 13:59:51','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41601549904','No','','','','','','','','',0.00,0.00),(1620,'','Cash','','2020-10-01 14:08:34','','0','4','2020-10-01 14:08:34','','345','345','1','retail',NULL,'345','1','0','0','0','0','0','0','printed',' ','','1','','41601550140','No','','','','','','','','',0.00,0.00),(1621,'','Cash','','2020-10-01 15:26:40','','0','4','2020-10-01 15:26:40','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601555190','No','','','','','','','','',0.00,0.00),(1622,'','Cash','','2020-10-01 15:32:07','','0','4','2020-10-01 15:32:07','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601555213','No','','','','','','','','',0.00,0.00),(1623,'','Cash','','2020-10-01 15:32:21','','0','4','2020-10-01 15:32:21','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41601555531','No','','','','','','','','',0.00,0.00),(1624,'','Cash','','2020-10-01 16:33:38','','0','4','2020-10-01 16:33:38','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601555757','No','','','','','','','','',0.00,0.00),(1625,'','Cash','','2020-10-01 16:33:48','','0','4','2020-10-01 16:33:48','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41601559220','No','','','','','','','','',0.00,0.00),(1626,'','Cash','','2020-10-01 16:47:17','','0','4','2020-10-01 16:47:17','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41601559230','No','','','','','','','','',0.00,0.00),(1627,'','Cash','','2020-10-01 17:08:03','','0','4','2020-10-01 17:08:03','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601560039','No','','','','','','','','',0.00,0.00),(1628,'','Cash','','2020-10-01 17:11:07','','0','4','2020-10-01 17:11:07','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601561325','No','','','','','','','','',0.00,0.00),(1629,'','Cash','','2020-10-01 17:38:39','','0','4','2020-10-01 17:38:39','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41601561470','No','','','','','','','','',0.00,0.00),(1630,'','Cash','','2020-10-01 17:43:48','','0','4','2020-10-01 17:43:48','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41601563133','No','','','','','','','','',0.00,0.00),(1631,'','Cash','','2020-10-01 18:02:13','','0','4','2020-10-01 18:02:13','','260','260','1','retail',NULL,'260','1','0','0','0','0','0','0','printed',' ','','1','','41601563590','No','','','','','','','','',0.00,0.00),(1632,'','Cash','','2020-10-01 18:06:07','','0','4','2020-10-01 18:06:07','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41601564595','No','','','','','','','','',0.00,0.00),(1633,'','Cash','','2020-10-01 18:39:29','','0','4','2020-10-01 18:39:29','','585','585','1','retail',NULL,'585','1','0','0','0','0','0','0','printed',' ','','1','','41601564769','No','','','','','','','','',0.00,0.00),(1634,'','Cash','','2020-10-01 18:41:52','','0','4','2020-10-01 18:41:52','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601566847','No','','','','','','','','',0.00,0.00),(1635,'','Cash','','2020-10-01 19:21:49','','0','4','2020-10-01 19:21:49','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601568982','No','','','','','','','','',0.00,0.00),(1636,'','Cash','','2020-10-01 19:25:54','','0','4','2020-10-01 19:25:54','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601569380','No','','','','','','','','',0.00,0.00),(1637,'','Cash','','2020-10-01 19:30:42','','0','4','2020-10-01 19:30:42','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41601569637','No','','','','','','','','',0.00,0.00),(1638,'','Cash','','2020-10-01 19:32:18','','0','4','2020-10-01 19:32:18','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41601569863','No','','','','','','','','',0.00,0.00),(1639,'','Cash','','2020-10-01 19:33:22','','0','4','2020-10-01 19:33:22','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41601569960','No','','','','','','','','',0.00,0.00),(1640,'','Cash','','2020-10-01 19:35:29','','0','4','2020-10-01 19:35:29','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41601570023','No','','','','','','','','',0.00,0.00),(1641,'','Cash','','2020-10-01 19:50:48','','0','4','2020-10-01 19:50:48','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41601570153','No','','','','','','','','',0.00,0.00),(1642,'','Cash','','2020-10-01 20:24:47','','0','4','2020-10-01 20:24:47','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41601573079','No','','','','','','','','',0.00,0.00),(1643,'','Cash','','2020-10-02 10:01:35','','0','4','2020-10-02 10:01:35','','165','165','1','retail',NULL,'165','1','0','0','0','0','0','0','printed',' ','','1','','41601622051','No','','','','','','','','',0.00,0.00),(1644,'','Cash','','2020-10-02 10:55:05','','0','4','2020-10-02 10:55:05','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601622118','No','','','','','','','','',0.00,0.00),(1645,'','Cash','','2020-10-02 11:07:52','','0','4','2020-10-02 11:07:52','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41601625308','No','','','','','','','','',0.00,0.00),(1646,'','Cash','','2020-10-02 11:46:36','','0','4','2020-10-02 11:46:36','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41601628384','No','','','','','','','','',0.00,0.00),(1647,'','Cash','','2020-10-02 12:05:47','','0','4','2020-10-02 12:05:47','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41601628403','No','','','','','','','','',0.00,0.00),(1648,'','Cash','','2020-10-02 12:07:19','','0','4','2020-10-02 12:07:19','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601629552','No','','','','','','','','',0.00,0.00),(1649,'','Cash','','2020-10-02 12:09:31','','0','4','2020-10-02 12:09:31','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41601629643','No','','','','','','','','',0.00,0.00),(1650,'','Cash','','2020-10-02 12:22:47','','0','4','2020-10-02 12:22:47','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41601629775','No','','','','','','','','',0.00,0.00),(1651,'','Cash','','2020-10-02 12:29:29','','0','4','2020-10-02 12:29:29','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41601630570','No','','','','','','','','',0.00,0.00),(1652,'','Cash','','2020-10-02 13:01:14','','0','4','2020-10-02 13:01:14','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41601630976','No','','','','','','','','',0.00,0.00),(1653,'','Cash','','2020-10-02 13:08:25','','0','4','2020-10-02 13:08:25','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41601632876','No','','','','','','','','',0.00,0.00),(1654,'','Cash','','2020-10-02 13:14:02','','0','4','2020-10-02 13:14:02','','230','230','1','retail',NULL,'230','1','0','0','0','0','0','0','printed',' ','','1','','41601633308','No','','','','','','','','',0.00,0.00),(1655,'','Cash','','2020-10-02 13:20:33','','0','4','2020-10-02 13:20:33','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41601633667','No','','','','','','','','',0.00,0.00),(1656,'','Cash','','2020-10-02 13:32:36','','0','4','2020-10-02 13:32:36','','61','61','1','retail',NULL,'61','1','0','0','0','0','0','0','printed',' ','','1','','41601634036','No','','','','','','','','',0.00,0.00),(1657,'','Cash','','2020-10-02 14:05:33','','0','4','2020-10-02 14:05:33','','190','190','1','retail',NULL,'190','1','0','0','0','0','0','0','printed',' ','','1','','41601635552','No','','','','','','','','',0.00,0.00),(1658,'','Cash','','2020-10-02 14:07:36','','0','4','2020-10-02 14:07:36','','485','485','1','retail',NULL,'485','1','0','0','0','0','0','0','printed',' ','','1','','41601636737','No','','','','','','','','',0.00,0.00),(1659,'','Cash','','2020-10-02 14:16:22','','0','4','2020-10-02 14:16:22','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601637369','No','','','','','','','','',0.00,0.00),(1660,'','Cash','','2020-10-02 14:23:24','','0','4','2020-10-02 14:23:24','','260','260','1','retail',NULL,'260','1','0','0','0','0','0','0','printed',' ','','1','','41601637389','No','','','','','','','','',0.00,0.00),(1661,'','Cash','','2020-10-02 14:23:46','','0','4','2020-10-02 14:23:46','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41601637807','No','','','','','','','','',0.00,0.00),(1662,'','Cash','','2020-10-02 14:31:08','','0','4','2020-10-02 14:31:08','','11','11','1','retail',NULL,'11','1','0','0','0','0','0','0','printed',' ','','1','','41601637829','No','','','','','','','','',0.00,0.00),(1663,'','Cash','','2020-10-02 14:32:22','','0','4','2020-10-02 14:32:22','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41601638318','No','','','','','','','','',0.00,0.00),(1664,'','Cash','','2020-10-02 14:41:18','','0','4','2020-10-02 14:41:18','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41601638352','No','','','','','','','','',0.00,0.00),(1665,'','Cash','','2020-10-02 14:51:30','','0','4','2020-10-02 14:51:30','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41601638894','No','','','','','','','','',0.00,0.00),(1666,'','Cash','','2020-10-02 15:06:37','','0','4','2020-10-02 15:06:37','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41601639493','No','','','','','','','','',0.00,0.00),(1667,'','Cash','','2020-10-02 15:07:36','','0','4','2020-10-02 15:07:36','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41601640400','No','','','','','','','','',0.00,0.00),(1668,'','Cash','','2020-10-02 15:18:36','','0','4','2020-10-02 15:18:36','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41601640460','No','','','','','','','','',0.00,0.00),(1669,'','Cash','','2020-10-02 15:18:57','','0','4','2020-10-02 15:18:57','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41601641119','No','','','','','','','','',0.00,0.00),(1670,'','Cash','','2020-10-02 15:26:37','','0','4','2020-10-02 15:26:37','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41601641141','No','','','','','','','','',0.00,0.00),(1671,'','Cash','','2020-10-02 15:30:07','','0','4','2020-10-02 15:29:04','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41601641599','No','4','2020-10-02 15:30:07','','','','','','',0.00,0.00),(1672,'','Cash','','2020-10-02 15:32:39','','0','4','2020-10-02 15:32:39','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41601641813','No','','','','','','','','',0.00,0.00),(1673,'','Cash','','2020-10-03 09:29:57','','0','4','2020-10-03 09:29:57','','4747','4747','1','retail',NULL,'4747','1','0','0','0','0','0','0','printed',' ','','1','','41601705748','No','','','','','','','','',0.00,0.00),(1674,'','Cash','','2020-10-03 09:36:49','','0','4','2020-10-03 09:36:49','','140','140','1','retail',NULL,'140','1','0','0','0','0','0','0','printed',' ','','1','','41601706841','No','','','','','','','','',0.00,0.00),(1675,'','Cash','','2020-10-03 09:57:06','','0','4','2020-10-03 09:57:06','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41601707013','No','','','','','','','','',0.00,0.00),(1676,'','Cash','','2020-10-03 10:04:14','','0','4','2020-10-03 10:04:14','','9','9','1','retail',NULL,'9','1','0','0','0','0','0','0','printed',' ','','1','','41601708242','No','','','','','','','','',0.00,0.00),(1677,'','Cash','','2020-10-03 10:12:24','','0','4','2020-10-03 10:12:24','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41601708670','No','','','','','','','','',0.00,0.00),(1678,'','Cash','','2020-10-03 10:13:58','','0','4','2020-10-03 10:13:58','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41601709147','No','','','','','','','','',0.00,0.00),(1679,'','Cash','','2020-10-03 10:33:27','','0','4','2020-10-03 10:33:27','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41601710385','No','','','','','','','','',0.00,0.00),(1680,'','Cash','','2020-10-03 10:47:22','','0','4','2020-10-03 10:47:22','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41601710425','No','','','','','','','','',0.00,0.00),(1681,'','Cash','','2020-10-03 11:51:26','','0','4','2020-10-03 11:51:26','','320','320','1','retail',NULL,'320','1','0','0','0','0','0','0','printed',' ','','1','','41601711244','No','','','','','','','','',0.00,0.00),(1682,'','Cash','','2020-10-03 13:02:33','','0','4','2020-10-03 13:02:33','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41601715207','No','','','','','','','','',0.00,0.00),(1683,'','Cash','','2020-10-03 13:38:20','','0','4','2020-10-03 13:38:20','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41601719895','No','','','','','','','','',0.00,0.00),(1684,'','Cash','','2020-10-03 13:39:12','','0','4','2020-10-03 13:39:12','','195','195','1','retail',NULL,'195','1','0','0','0','0','0','0','printed',' ','','1','','41601721503','No','','','','','','','','',0.00,0.00),(1685,'','Cash','','2020-10-03 13:56:25','','0','4','2020-10-03 13:56:25','','260','260','1','retail',NULL,'260','1','0','0','0','0','0','0','printed',' ','','1','','41601721672','No','','','','','','','','',0.00,0.00),(1686,'','Cash','','2020-10-03 14:09:56','','0','4','2020-10-03 14:09:56','','710','710','1','retail',NULL,'710','1','0','0','0','0','0','0','printed',' ','','1','','41601723237','No','','','','','','','','',0.00,0.00),(1687,'','Cash','','2020-10-03 14:24:16','','0','4','2020-10-03 14:24:16','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601723485','No','','','','','','','','',0.00,0.00),(1688,'','Cash','','2020-10-03 14:25:45','','0','4','2020-10-03 14:25:45','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41601724263','No','','','','','','','','',0.00,0.00),(1689,'','Cash','','2020-10-03 14:30:52','','0','4','2020-10-03 14:30:52','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41601724367','No','','','','','','','','',0.00,0.00),(1690,'','Cash','','2020-10-03 15:14:54','','0','4','2020-10-03 15:14:54','','295','295','1','retail',NULL,'295','1','0','0','0','0','0','0','printed',' ','','1','','41601724675','No','','','','','','','','',0.00,0.00),(1691,'','Cash','','2020-10-03 15:25:50','','0','4','2020-10-03 15:25:50','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41601727345','No','','','','','','','','',0.00,0.00),(1692,'','Cash','','2020-10-03 16:12:29','','0','4','2020-10-03 16:12:29','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41601730730','No','','','','','','','','',0.00,0.00),(1693,'','Cash','','2020-10-03 16:15:43','','0','4','2020-10-03 16:15:43','','175','175','1','retail',NULL,'175','1','0','0','0','0','0','0','printed',' ','','1','','41601730843','No','','','','','','','','',0.00,0.00),(1694,'','Cash','','2020-10-03 16:26:17','','0','4','2020-10-03 16:26:17','','335','335','1','retail',NULL,'335','1','0','0','0','0','0','0','printed',' ','','1','','41601730946','No','','','','','','','','',0.00,0.00),(1695,'','Cash','','2020-10-03 16:42:00','','0','4','2020-10-03 16:42:00','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601731609','No','','','','','','','','',0.00,0.00),(1696,'','Cash','','2020-10-03 16:45:19','','0','4','2020-10-03 16:45:19','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41601732524','No','','','','','','','','',0.00,0.00),(1697,'','Cash','','2020-10-03 16:59:08','','0','4','2020-10-03 16:59:08','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41601732722','No','','','','','','','','',0.00,0.00),(1698,'','Cash','','2020-10-03 17:09:49','','0','4','2020-10-03 17:09:49','','140','140','1','retail',NULL,'140','1','0','0','0','0','0','0','printed',' ','','1','','41601733576','No','','','','','','','','',0.00,0.00),(1699,'','Cash','','2020-10-03 17:12:32','','0','4','2020-10-03 17:12:32','','73','73','1','retail',NULL,'73','1','0','0','0','0','0','0','printed',' ','','1','','41601734236','No','','','','','','','','',0.00,0.00),(1700,'','Cash','','2020-10-03 17:14:10','','0','4','2020-10-03 17:14:10','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601734354','No','','','','','','','','',0.00,0.00),(1701,'','Cash','','2020-10-03 17:20:10','','0','4','2020-10-03 17:20:10','','24','24','1','retail',NULL,'24','1','0','0','0','0','0','0','printed',' ','','1','','41601734452','No','','','','','','','','',0.00,0.00),(1702,'','Cash','','2020-10-03 17:22:16','','0','4','2020-10-03 17:22:16','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41601734816','No','','','','','','','','',0.00,0.00),(1703,'','Cash','','2020-10-03 17:26:52','','0','4','2020-10-03 17:26:52','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41601734946','No','','','','','','','','',0.00,0.00),(1704,'','Cash','','2020-10-03 17:32:22','','0','4','2020-10-03 17:32:22','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41601735216','No','','','','','','','','',0.00,0.00),(1705,'','Cash','','2020-10-03 18:20:09','','0','4','2020-10-03 18:20:09','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41601735558','No','','','','','','','','',0.00,0.00),(1706,'','Cash','','2020-10-05 11:01:08','','0','4','2020-10-05 11:01:08','','847','847','1','retail',NULL,'847','1','0','0','0','0','0','0','printed',' ','','1','','41601884226','No','','','','','','','','',0.00,0.00),(1707,'','Cash','','2020-10-05 11:02:19','','0','4','2020-10-05 11:02:19','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601884877','No','','','','','','','','',0.00,0.00),(1708,'','Cash','','2020-10-05 11:30:44','','0','4','2020-10-05 11:30:44','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41601885170','No','','','','','','','','',0.00,0.00),(1709,'','Cash','','2020-10-05 11:57:11','','0','4','2020-10-05 11:57:11','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41601886651','No','','','','','','','','',0.00,0.00),(1710,'','Cash','','2020-10-05 12:20:31','','0','4','2020-10-05 12:20:31','','205','205','1','retail',NULL,'205','1','0','0','0','0','0','0','printed',' ','','1','','41601888279','No','','','','','','','','',0.00,0.00),(1711,'','Cash','','2020-10-05 12:55:52','','0','4','2020-10-05 12:55:52','','115','115','1','retail',NULL,'115','1','0','0','0','0','0','0','printed',' ','','1','','41601889640','No','','','','','','','','',0.00,0.00),(1712,'','Cash','','2020-10-05 13:06:25','','0','4','2020-10-05 13:06:25','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41601891760','No','','','','','','','','',0.00,0.00),(1713,'','Cash','','2020-10-05 13:30:29','','0','4','2020-10-05 13:30:29','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41601892410','No','','','','','','','','',0.00,0.00),(1714,'','Cash','','2020-10-05 13:41:21','','0','4','2020-10-05 13:41:21','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601893834','No','','','','','','','','',0.00,0.00),(1715,'','Cash','','2020-10-05 13:52:10','','0','4','2020-10-05 13:52:10','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41601894485','No','','','','','','','','',0.00,0.00),(1716,'','Cash','','2020-10-05 14:01:46','','0','4','2020-10-05 14:01:46','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','','41601895140','No','','','','','','','','',0.00,0.00),(1717,'','Cash','','2020-10-05 14:05:11','','0','4','2020-10-05 14:05:11','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41601895712','No','','','','','','','','',0.00,0.00),(1718,'','Cash','','2020-10-05 14:15:24','','0','4','2020-10-05 14:15:24','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41601895917','No','','','','','','','','',0.00,0.00),(1719,'','Cash','','2020-10-05 14:16:53','','0','4','2020-10-05 14:16:53','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41601896534','No','','','','','','','','',0.00,0.00),(1720,'','Cash','','2020-10-05 14:23:07','','0','4','2020-10-05 14:23:07','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41601896616','No','','','','','','','','',0.00,0.00),(1721,'','Cash','','2020-10-05 15:14:07','','0','4','2020-10-05 15:14:07','','275','275','1','retail',NULL,'275','1','0','0','0','0','0','0','printed',' ','','1','','41601900004','Cleared','','','','','','','','',0.00,0.00),(1722,'','Cash','','2020-10-05 15:15:10','','0','4','2020-10-05 15:15:10','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601900068','No','','','','','','','','',0.00,0.00),(1723,'','Cash','','2020-10-05 15:16:58','','0','4','2020-10-05 15:16:58','','66','66','1','retail',NULL,'66','1','0','0','0','0','0','0','printed',' ','','1','','41601900113','No','','','','','','','','',0.00,0.00),(1724,'','Cash','','2020-10-05 15:24:24','','0','4','2020-10-05 15:24:24','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41601900226','No','','','','','','','','',0.00,0.00),(1725,'','Cash','','2020-10-05 15:29:18','','0','4','2020-10-05 15:29:18','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41601900676','No','','','','','','','','',0.00,0.00),(1726,'','Cash','','2020-10-05 15:29:35','','0','4','2020-10-05 15:29:35','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41601900962','No','','','','','','','','',0.00,0.00),(1727,'','Cash','','2020-10-05 15:55:25','','0','4','2020-10-05 15:55:25','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41601900978','No','','','','','','','','',0.00,0.00),(1728,'','Cash','','2020-10-05 15:56:26','','0','4','2020-10-05 15:56:26','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41601902534','No','','','','','','','','',0.00,0.00),(1729,'','Cash','','2020-10-05 16:10:25','','0','4','2020-10-05 16:10:25','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41601902590','No','','','','','','','','',0.00,0.00),(1730,'','Cash','','2020-10-05 16:18:13','','0','4','2020-10-05 16:18:13','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41601903428','No','','','','','','','','',0.00,0.00),(1731,'','Cash','','2020-10-05 17:08:14','','0','4','2020-10-05 17:08:14','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41601903897','No','','','','','','','','',0.00,0.00),(1732,'','Cash','','2020-10-05 17:29:58','','0','4','2020-10-05 17:29:58','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41601906900','No','','','','','','','','',0.00,0.00),(1733,'','Cash','','2020-10-05 17:35:31','','0','4','2020-10-05 17:35:31','','95','95','1','retail',NULL,'95','1','0','0','0','0','0','0','printed',' ','','1','','41601908204','No','','','','','','','','',0.00,0.00),(1734,'','Cash','','2020-10-05 17:36:43','','0','4','2020-10-05 17:36:43','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41601908536','No','','','','','','','','',0.00,0.00),(1735,'','Cash','','2020-10-05 17:37:08','','0','4','2020-10-05 17:37:08','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41601908607','No','','','','','','','','',0.00,0.00),(1736,'','Cash','','2020-10-05 18:51:41','','0','4','2020-10-05 18:51:41','','9161','9161','1','retail',NULL,'9161','1','0','0','0','0','0','0','printed',' ','','1','','41601908632','No','','','','','','','','',0.00,0.00),(1737,'','Cash','','2020-10-05 18:57:23','','0','4','2020-10-05 18:57:23','','1315','1315','1','retail',NULL,'1315','1','0','0','0','0','0','0','printed',' ','','1','','41601913121','No','','','','','','','','',0.00,0.00),(1738,'','Cash','','2020-10-05 19:06:05','','0','4','2020-10-05 19:06:05','','239','239','1','retail',NULL,'239','1','0','0','0','0','0','0','printed',' ','','1','','41601913786','No','','','','','','','','',0.00,0.00),(1739,'','Cash','','2020-10-05 19:14:00','','0','4','2020-10-05 19:14:00','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41601914027','No','','','','','','','','',0.00,0.00),(1740,'','Cash','','2020-10-05 19:19:21','','0','4','2020-10-05 19:19:21','','580','580','1','retail',NULL,'580','1','0','0','0','0','0','0','printed',' ','','1','','41601914461','No','','','','','','','','',0.00,0.00),(1741,'','Cash','','2020-10-05 19:24:00','','0','4','2020-10-05 19:24:00','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41601914835','No','','','','','','','','',0.00,0.00),(1742,'','Cash','','2020-10-05 19:56:08','','0','4','2020-10-05 19:56:08','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41601916910','No','','','','','','','','',0.00,0.00),(1743,'','Cash','','2020-10-05 20:00:54','','0','4','2020-10-05 20:00:54','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41601917196','No','','','','','','','','',0.00,0.00),(1744,'','Cash','','2020-10-05 20:04:57','','0','4','2020-10-05 20:04:57','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601917260','No','','','','','','','','',0.00,0.00),(1745,'','Cash','','2020-10-05 20:22:20','','0','4','2020-10-05 20:22:20','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41601917519','No','','','','','','','','',0.00,0.00),(1746,'','Cash','','2020-10-06 08:10:17','','0','4','2020-10-06 08:10:17','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601960992','No','','','','','','','','',0.00,0.00),(1747,'','Cash','','2020-10-06 08:13:45','','0','4','2020-10-06 08:13:45','','162','162','1','retail',NULL,'162','1','0','0','0','0','0','0','printed',' ','','1','','41601961025','No','','','','','','','','',0.00,0.00),(1748,'','Cash','','2020-10-06 08:28:37','','0','4','2020-10-06 08:28:37','','36','36','1','retail',NULL,'36','1','0','0','0','0','0','0','printed',' ','','1','','41601961260','No','','','','','','','','',0.00,0.00),(1749,'','Cash','','2020-10-06 08:38:06','','0','4','2020-10-06 08:38:06','','93','93','1','retail',NULL,'93','1','0','0','0','0','0','0','printed',' ','','1','','41601962589','No','','','','','','','','',0.00,0.00),(1750,'','Cash','','2020-10-06 08:53:42','','0','4','2020-10-06 08:53:42','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601962706','Cleared','','','','','','','','',0.00,0.00),(1751,'','Cash','','2020-10-06 08:55:28','','0','4','2020-10-06 08:55:28','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41601963645','No','','','','','','','','',0.00,0.00),(1752,'','Cash','','2020-10-06 09:21:30','','0','4','2020-10-06 09:21:30','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41601963736','No','','','','','','','','',0.00,0.00),(1753,'','Cash','','2020-10-06 10:32:48','','0','4','2020-10-06 10:32:48','','195','195','1','retail',NULL,'195','1','0','0','0','0','0','0','printed',' ','','1','','41601969537','No','','','','','','','','',0.00,0.00),(1754,'','Cash','','2020-10-06 11:26:11','','0','4','2020-10-06 11:26:11','','175','175','1','retail',NULL,'175','1','0','0','0','0','0','0','printed',' ','','1','','41601969573','No','','','','','','','','',0.00,0.00),(1755,'','Cash','','2020-10-06 11:34:43','','0','4','2020-10-06 11:34:43','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601972807','No','','','','','','','','',0.00,0.00),(1756,'','Cash','','2020-10-06 11:47:38','','0','4','2020-10-06 11:47:38','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601973634','No','','','','','','','','',0.00,0.00),(1757,'','Cash','','2020-10-06 11:57:36','','0','4','2020-10-06 11:57:36','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601974132','No','','','','','','','','',0.00,0.00),(1758,'','Cash','','2020-10-06 12:08:00','','0','4','2020-10-06 12:08:00','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601974662','No','','','','','','','','',0.00,0.00),(1759,'','Cash','','2020-10-06 12:18:55','','0','4','2020-10-06 12:18:55','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601975286','No','','','','','','','','',0.00,0.00),(1760,'','Cash','','2020-10-06 12:27:11','','0','4','2020-10-06 12:27:11','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41601975941','No','','','','','','','','',0.00,0.00),(1761,'','Cash','','2020-10-06 12:46:37','','0','4','2020-10-06 12:46:37','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41601976437','No','','','','','','','','',0.00,0.00),(1762,'','Cash','','2020-10-06 12:49:22','','0','4','2020-10-06 12:49:22','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601977610','No','','','','','','','','',0.00,0.00),(1763,'','Cash','','2020-10-06 13:03:04','','0','4','2020-10-06 13:03:04','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41601977776','No','','','','','','','','',0.00,0.00),(1764,'','Cash','','2020-10-06 13:08:33','','0','4','2020-10-06 13:08:33','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601978587','No','','','','','','','','',0.00,0.00),(1765,'','Cash','','2020-10-06 13:17:16','','0','4','2020-10-06 13:17:16','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601978934','No','','','','','','','','',0.00,0.00),(1766,'','Cash','','2020-10-06 14:12:11','','0','4','2020-10-06 14:12:11','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41601980243','No','','','','','','','','',0.00,0.00),(1767,'','Cash','','2020-10-06 14:16:51','','0','4','2020-10-06 14:16:51','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41601982936','No','','','','','','','','',0.00,0.00),(1768,'','Cash','','2020-10-06 14:17:25','','0','4','2020-10-06 14:17:25','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601983014','No','','','','','','','','',0.00,0.00),(1769,'','Cash','','2020-10-06 14:49:46','','0','4','2020-10-06 14:49:46','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601983048','No','','','','','','','','',0.00,0.00),(1770,'','Cash','','2020-10-06 14:55:33','','0','4','2020-10-06 14:55:33','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41601984993','No','','','','','','','','',0.00,0.00),(1771,'','Cash','','2020-10-06 15:23:43','','0','4','2020-10-06 15:23:43','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41601985338','No','','','','','','','','',0.00,0.00),(1772,'','Cash','','2020-10-06 15:41:26','','0','4','2020-10-06 15:41:26','','165','165','1','retail',NULL,'165','1','0','0','0','0','0','0','printed',' ','','1','','41601987027','No','','','','','','','','',0.00,0.00),(1773,'','Cash','','2020-10-06 16:15:08','','0','4','2020-10-06 16:15:08','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41601988296','No','','','','','','','','',0.00,0.00),(1774,'','Cash','','2020-10-06 16:45:27','','0','4','2020-10-06 16:45:27','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41601990113','No','','','','','','','','',0.00,0.00),(1775,'','Cash','','2020-10-06 17:05:07','','0','4','2020-10-06 17:05:07','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601991965','No','','','','','','','','',0.00,0.00),(1776,'','Cash','','2020-10-06 18:12:45','','0','4','2020-10-06 18:12:45','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41601993193','No','','','','','','','','',0.00,0.00),(1777,'','Cash','','2020-10-06 18:14:29','','0','4','2020-10-06 18:14:29','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41601997173','No','','','','','','','','',0.00,0.00),(1778,'','Cash','','2020-10-06 18:15:24','','0','4','2020-10-06 18:15:24','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41601997304','No','','','','','','','','',0.00,0.00),(1779,'','Cash','','2020-10-06 18:15:51','','0','4','2020-10-06 18:15:51','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41601997339','No','','','','','','','','',0.00,0.00),(1780,'','Cash','','2020-10-06 18:16:44','','0','4','2020-10-06 18:16:44','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41601997361','No','','','','','','','','',0.00,0.00),(1781,'','Cash','','2020-10-06 18:34:48','','0','4','2020-10-06 18:34:48','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41601997970','No','','','','','','','','',0.00,0.00),(1782,'','Cash','','2020-10-06 18:44:55','','0','4','2020-10-06 18:44:55','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41601999036','No','','','','','','','','',0.00,0.00),(1783,'','Cash','','2020-10-06 18:47:55','','0','4','2020-10-06 18:47:55','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41601999121','No','','','','','','','','',0.00,0.00),(1784,'','Cash','','2020-10-06 18:51:12','','0','4','2020-10-06 18:51:12','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41601999284','No','','','','','','','','',0.00,0.00),(1785,'','Cash','','2020-10-06 18:51:54','','0','4','2020-10-06 18:51:54','','260','260','1','retail',NULL,'260','1','0','0','0','0','0','0','printed',' ','','1','','41601999495','No','','','','','','','','',0.00,0.00),(1786,'','Cash','','2020-10-06 19:00:15','','0','4','2020-10-06 19:00:15','','815','815','1','retail',NULL,'815','1','0','0','0','0','0','0','printed',' ','','1','','41601999530','No','','','','','','','','',0.00,0.00),(1787,'','Cash','','2020-10-06 19:07:03','','0','4','2020-10-06 19:07:03','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602000197','No','','','','','','','','',0.00,0.00),(1788,'','Cash','','2020-10-06 19:13:25','','0','4','2020-10-06 19:13:25','','7','7','1','retail',NULL,'7','1','0','0','0','0','0','0','printed',' ','','1','','41602000792','No','','','','','','','','',0.00,0.00),(1789,'','Cash','','2020-10-06 19:24:34','','0','4','2020-10-06 19:24:34','','89','89','1','retail',NULL,'89','1','0','0','0','0','0','0','printed',' ','','1','','41602000835','No','','','','','','','','',0.00,0.00),(1790,'','Cash','','2020-10-06 19:39:38','','0','4','2020-10-06 19:39:38','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41602001480','No','','','','','','','','',0.00,0.00),(1791,'','Cash','','2020-10-06 19:43:46','','0','4','2020-10-06 19:43:46','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41602002389','No','','','','','','','','',0.00,0.00),(1792,'','Cash','','2020-10-06 19:48:11','','0','4','2020-10-06 19:48:11','','140','140','1','retail',NULL,'140','1','0','0','0','0','0','0','printed',' ','','1','','41602002630','No','','','','','','','','',0.00,0.00),(1793,'','Cash','','2020-10-06 19:52:26','','0','4','2020-10-06 19:52:26','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41602002896','No','','','','','','','','',0.00,0.00),(1794,'','Cash','','2020-10-06 20:05:54','','0','4','2020-10-06 20:05:54','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41602003345','No','','','','','','','','',0.00,0.00),(1795,'','Cash','','2020-10-06 20:07:00','','0','4','2020-10-06 20:07:00','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41602004008','No','','','','','','','','',0.00,0.00),(1796,'','Cash','','2020-10-06 20:26:25','','0','4','2020-10-06 20:24:00','','182','182','1','retail',NULL,'182','1','0','0','0','0','0','0','printed',' ','','1','','41602005026','No','4','2020-10-06 20:26:25','','','','','','',0.00,0.00),(1797,'','Cash','','2020-10-06 20:36:06','','0','4','2020-10-06 20:36:06','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602005206','No','','','','','','','','',0.00,0.00),(1798,'','Cash','','2020-10-07 09:40:14','','0','4','2020-10-07 09:40:14','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602051998','No','','','','','','','','',0.00,0.00),(1799,'','Cash','','2020-10-07 10:14:32','','0','4','2020-10-07 10:14:32','','24','24','1','retail',NULL,'24','1','0','0','0','0','0','0','printed',' ','','1','','41602052819','No','','','','','','','','',0.00,0.00),(1800,'','Cash','','2020-10-07 10:27:06','','0','4','2020-10-07 10:27:06','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41602054885','No','','','','','','','','',0.00,0.00),(1801,'','Cash','','2020-10-07 10:36:41','','0','4','2020-10-07 10:36:41','','220','220','1','retail',NULL,'220','1','0','0','0','0','0','0','printed',' ','','1','','41602055638','No','','','','','','','','',0.00,0.00),(1802,'','Cash','','2020-10-07 10:48:55','','0','4','2020-10-07 10:48:55','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41602056533','No','','','','','','','','',0.00,0.00),(1803,'','Cash','','2020-10-07 11:22:10','','0','4','2020-10-07 11:22:10','','305','305','1','retail',NULL,'305','1','0','0','0','0','0','0','printed',' ','','1','','41602056945','No','','','','','','','','',0.00,0.00),(1804,'','Cash','','2020-10-07 11:22:26','','0','4','2020-10-07 11:22:26','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602058933','No','','','','','','','','',0.00,0.00),(1805,'','Cash','','2020-10-07 11:26:37','','0','4','2020-10-07 11:26:37','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41602058991','No','','','','','','','','',0.00,0.00),(1806,'','Cash','','2020-10-07 11:27:32','','0','4','2020-10-07 11:27:32','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41602059202','No','','','','','','','','',0.00,0.00),(1807,'','Cash','','2020-10-07 11:29:55','','0','4','2020-10-07 11:29:55','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41602059266','No','','','','','','','','',0.00,0.00),(1808,'','Cash','','2020-10-07 11:33:30','','0','4','2020-10-07 11:33:30','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41602059404','No','','','','','','','','',0.00,0.00),(1809,'','Cash','','2020-10-07 11:47:38','','0','4','2020-10-07 11:47:38','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602060446','No','','','','','','','','',0.00,0.00),(1810,'','Cash','','2020-10-07 12:00:11','','0','4','2020-10-07 12:00:11','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41602060488','No','','','','','','','','',0.00,0.00),(1811,'','Cash','','2020-10-07 12:21:47','','0','4','2020-10-07 12:21:47','','175','175','1','retail',NULL,'175','1','0','0','0','0','0','0','printed',' ','','1','','41602061249','No','','','','','','','','',0.00,0.00),(1812,'','Cash','','2020-10-07 12:42:46','','0','4','2020-10-07 12:42:46','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41602063482','No','','','','','','','','',0.00,0.00),(1813,'','Cash','','2020-10-07 12:52:21','','0','4','2020-10-07 12:52:21','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41602063771','No','','','','','','','','',0.00,0.00),(1814,'','Cash','','2020-10-07 13:28:32','','0','4','2020-10-07 13:28:32','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41602064398','No','','','','','','','','',0.00,0.00),(1815,'','Cash','','2020-10-07 13:39:32','','0','4','2020-10-07 13:39:32','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41602066515','No','','','','','','','','',0.00,0.00),(1816,'','Cash','','2020-10-07 13:48:03','','0','4','2020-10-07 13:48:03','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41602067175','No','','','','','','','','',0.00,0.00),(1817,'','Cash','','2020-10-07 14:09:19','','0','4','2020-10-07 14:09:19','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41602067692','No','','','','','','','','',0.00,0.00),(1818,'','Cash','','2020-10-07 14:19:39','','0','4','2020-10-07 14:19:39','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602068975','No','','','','','','','','',0.00,0.00),(1819,'','Cash','','2020-10-07 14:29:06','','0','4','2020-10-07 14:29:06','','2','2','1','retail',NULL,'2','1','0','0','0','0','0','0','printed',' ','','1','','41602069582','No','','','','','','','','',0.00,0.00),(1820,'','Cash','','2020-10-07 14:31:29','','0','4','2020-10-07 14:31:29','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602070162','No','','','','','','','','',0.00,0.00),(1821,'','Cash','','2020-10-07 15:21:25','','0','4','2020-10-07 15:21:25','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41602071579','No','','','','','','','','',0.00,0.00),(1822,'','Cash','','2020-10-07 15:22:54','','0','4','2020-10-07 15:22:54','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41602073294','No','','','','','','','','',0.00,0.00),(1823,'','Cash','','2020-10-07 15:23:22','','0','4','2020-10-07 15:23:22','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41602073387','No','','','','','','','','',0.00,0.00),(1824,'','Cash','','2020-10-07 15:27:20','','0','4','2020-10-07 15:27:20','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','','41602073405','No','','','','','','','','',0.00,0.00),(1825,'','Cash','','2020-10-07 15:29:48','','0','4','2020-10-07 15:29:48','','45','45','1','retail',NULL,'45','1','0','0','0','0','0','0','printed',' ','','1','','41602073702','No','','','','','','','','',0.00,0.00),(1826,'','Cash','','2020-10-07 15:30:55','','0','4','2020-10-07 15:30:55','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41602073798','No','','','','','','','','',0.00,0.00),(1827,'','Cash','','2020-10-07 15:56:41','','0','4','2020-10-07 15:56:41','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41602075338','No','','','','','','','','',0.00,0.00),(1828,'','Cash','','2020-10-07 16:08:54','','0','4','2020-10-07 16:08:54','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41602075406','No','','','','','','','','',0.00,0.00),(1829,'','Cash','','2020-10-07 16:21:24','','0','4','2020-10-07 16:21:24','','315','315','1','retail',NULL,'315','1','0','0','0','0','0','0','printed',' ','','1','','41602076496','No','','','','','','','','',0.00,0.00),(1830,'','Cash','','2020-10-07 17:02:08','','0','4','2020-10-07 17:02:08','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41602076921','No','','','','','','','','',0.00,0.00),(1831,'','Cash','','2020-10-07 17:05:35','','0','4','2020-10-07 17:05:35','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41602079357','No','','','','','','','','',0.00,0.00),(1832,'','Cash','','2020-10-07 17:08:07','','0','4','2020-10-07 17:08:07','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41602079562','No','','','','','','','','',0.00,0.00),(1833,'','Cash','','2020-10-07 17:08:58','','0','4','2020-10-07 17:08:58','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602079694','No','','','','','','','','',0.00,0.00),(1834,'','Cash','','2020-10-07 17:12:16','','0','4','2020-10-07 17:12:16','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41602079759','No','','','','','','','','',0.00,0.00),(1835,'','Cash','','2020-10-07 17:35:16','','0','4','2020-10-07 17:35:16','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41602080487','No','','','','','','','','',0.00,0.00),(1836,'','Cash','','2020-10-07 17:52:38','','0','4','2020-10-07 17:52:38','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41602081319','No','','','','','','','','',0.00,0.00),(1837,'','Cash','','2020-10-07 18:19:03','','0','4','2020-10-07 18:19:03','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41602083909','No','','','','','','','','',0.00,0.00),(1838,'','Cash','','2020-10-07 18:44:12','','0','4','2020-10-07 18:44:12','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41602083948','No','','','','','','','','',0.00,0.00),(1839,'','Cash','','2020-10-07 19:03:57','','0','4','2020-10-07 19:03:57','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602086621','No','','','','','','','','',0.00,0.00),(1840,'','Cash','','2020-10-07 19:06:26','','0','4','2020-10-07 19:06:26','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602086662','No','','','','','','','','',0.00,0.00),(1841,'','Cash','','2020-10-07 19:11:33','','0','4','2020-10-07 19:11:33','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41602086806','No','','','','','','','','',0.00,0.00),(1842,'','Cash','','2020-10-07 19:17:16','','0','4','2020-10-07 19:17:16','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41602087110','No','','','','','','','','',0.00,0.00),(1843,'','Cash','','2020-10-07 19:22:44','','0','4','2020-10-07 19:22:44','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41602087439','No','','','','','','','','',0.00,0.00),(1844,'','Cash','','2020-10-07 19:26:12','','0','4','2020-10-07 19:26:12','','184','184','1','retail',NULL,'184','1','0','0','0','0','0','0','printed',' ','','1','','41602087767','No','','','','','','','','',0.00,0.00),(1845,'','Cash','','2020-10-07 19:28:38','','0','4','2020-10-07 19:28:38','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602087979','No','','','','','','','','',0.00,0.00),(1846,'','Cash','','2020-10-07 19:35:00','','0','4','2020-10-07 19:35:00','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602088142','No','','','','','','','','',0.00,0.00),(1847,'','Cash','','2020-10-07 19:40:30','','0','4','2020-10-07 19:40:30','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41602088508','No','','','','','','','','',0.00,0.00),(1848,'','Cash','','2020-10-07 19:44:16','','0','4','2020-10-07 19:44:16','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41602089007','No','','','','','','','','',0.00,0.00),(1849,'','Cash','','2020-10-07 19:56:05','','0','4','2020-10-07 19:56:05','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41602089069','No','','','','','','','','',0.00,0.00),(1850,'','Cash','','2020-10-07 19:59:18','','0','4','2020-10-07 19:59:18','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41602089848','No','','','','','','','','',0.00,0.00),(1851,'','Cash','','2020-10-07 20:08:56','','0','4','2020-10-07 20:08:56','','48','48','1','retail',NULL,'48','1','0','0','0','0','0','0','printed',' ','','1','','41602090022','No','','','','','','','','',0.00,0.00),(1852,'','Cash','','2020-10-07 20:09:17','','0','4','2020-10-07 20:09:17','','2','2','1','retail',NULL,'2','1','0','0','0','0','0','0','printed',' ','','1','','41602090544','No','','','','','','','','',0.00,0.00),(1853,'','Cash','','2020-10-07 20:18:48','','0','4','2020-10-07 20:18:48','','190','190','1','retail',NULL,'190','1','0','0','0','0','0','0','printed',' ','','1','','41602090565','No','','','','','','','','',0.00,0.00),(1854,'','Cash','','2020-10-08 09:07:43','','0','4','2020-10-08 09:07:43','','340','340','1','retail',NULL,'340','1','0','0','0','0','0','0','printed',' ','','1','','41602137175','No','','','','','','','','',0.00,0.00),(1855,'','Cash','','2020-10-08 09:38:22','','0','4','2020-10-08 09:38:22','','205','205','1','retail',NULL,'205','1','0','0','0','0','0','0','printed',' ','','1','','41602137268','No','','','','','','','','',0.00,0.00),(1856,'','Cash','','2020-10-08 09:52:15','','0','4','2020-10-08 09:52:15','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41602139105','No','','','','','','','','',0.00,0.00),(1857,'','Cash','','2020-10-08 09:57:27','','0','4','2020-10-08 09:57:27','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41602139938','No','','','','','','','','',0.00,0.00),(1858,'','Cash','','2020-10-08 10:05:21','','0','4','2020-10-08 10:05:21','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602140250','No','','','','','','','','',0.00,0.00),(1859,'','Cash','','2020-10-08 10:28:30','','0','4','2020-10-08 10:28:30','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602140724','No','','','','','','','','',0.00,0.00),(1860,'','Cash','','2020-10-08 10:33:16','','0','4','2020-10-08 10:33:16','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','41602142136','No','','','','','','','','',0.00,0.00),(1861,'','Cash','','2020-10-08 10:35:44','','0','4','2020-10-08 10:35:44','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41602142399','No','','','','','','','','',0.00,0.00),(1862,'','Cash','','2020-10-08 10:58:26','','0','4','2020-10-08 10:58:26','','45','45','1','retail',NULL,'45','1','0','0','0','0','0','0','printed',' ','','1','','41602142547','No','','','','','','','','',0.00,0.00),(1863,'','Cash','','2020-10-08 12:06:41','','0','4','2020-10-08 12:06:41','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41602144071','No','','','','','','','','',0.00,0.00),(1864,'','Cash','','2020-10-08 12:40:46','','0','4','2020-10-08 12:40:46','','31','31','1','retail',NULL,'31','1','0','0','0','0','0','0','printed',' ','','1','','41602148010','No','','','','','','','','',0.00,0.00),(1865,'','Cash','','2020-10-08 12:47:52','','0','4','2020-10-08 12:47:52','','6','6','1','retail',NULL,'6','1','0','0','0','0','0','0','printed',' ','','1','','41602150049','No','','','','','','','','',0.00,0.00),(1866,'','Cash','','2020-10-08 13:50:34','','0','4','2020-10-08 13:50:34','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41602152699','No','','','','','','','','',0.00,0.00),(1867,'','Cash','','2020-10-08 14:00:03','','0','4','2020-10-08 14:00:03','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41602154238','No','','','','','','','','',0.00,0.00),(1868,'','Cash','','2020-10-08 14:38:00','','0','4','2020-10-08 14:38:00','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41602154806','No','','','','','','','','',0.00,0.00),(1869,'','Cash','','2020-10-08 14:55:16','','0','4','2020-10-08 14:55:16','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41602157084','No','','','','','','','','',0.00,0.00),(1870,'','Cash','','2020-10-08 15:19:22','','0','4','2020-10-08 15:19:22','','235','235','1','retail',NULL,'235','1','0','0','0','0','0','0','printed',' ','','1','','41602158127','No','','','','','','','','',0.00,0.00),(1871,'','Cash','','2020-10-08 15:29:59','','0','4','2020-10-08 15:29:59','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41602159668','No','','','','','','','','',0.00,0.00),(1872,'','Cash','','2020-10-08 16:22:11','','0','4','2020-10-08 16:22:11','','215','215','1','retail',NULL,'215','1','0','0','0','0','0','0','printed',' ','','1','','41602160968','No','','','','','','','','',0.00,0.00),(1873,'','Cash','','2020-10-08 16:30:50','','0','4','2020-10-08 16:30:50','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41602163355','No','','','','','','','','',0.00,0.00),(1874,'','Cash','','2020-10-08 16:32:59','','0','4','2020-10-08 16:32:59','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41602163852','No','','','','','','','','',0.00,0.00),(1875,'','Cash','','2020-10-08 16:36:26','','0','4','2020-10-08 16:36:26','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602164060','No','','','','','','','','',0.00,0.00),(1876,'','Cash','','2020-10-08 16:39:37','','0','4','2020-10-08 16:39:37','','195','195','1','retail',NULL,'195','1','0','0','0','0','0','0','printed',' ','','1','','41602164192','No','','','','','','','','',0.00,0.00),(1877,'','Cash','','2020-10-08 16:41:05','','0','4','2020-10-08 16:41:05','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602164388','No','','','','','','','','',0.00,0.00),(1878,'','Cash','','2020-10-08 16:41:58','','0','4','2020-10-08 16:41:58','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41602164476','No','','','','','','','','',0.00,0.00),(1879,'','Cash','','2020-10-08 16:59:39','','0','4','2020-10-08 16:59:39','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602164541','No','','','','','','','','',0.00,0.00),(1880,'','Cash','','2020-10-08 17:52:45','','0','4','2020-10-08 17:52:45','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602165588','No','','','','','','','','',0.00,0.00),(1881,'','Cash','','2020-10-08 18:28:54','','0','4','2020-10-08 18:28:54','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41602168768','No','','','','','','','','',0.00,0.00),(1882,'','Cash','','2020-10-08 18:38:26','','0','4','2020-10-08 18:38:26','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','41602170937','No','','','','','','','','',0.00,0.00),(1883,'','Cash','','2020-10-08 19:02:56','','0','4','2020-10-08 19:02:56','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41602171513','No','','','','','','','','',0.00,0.00),(1884,'','Cash','','2020-10-08 19:05:27','','0','4','2020-10-08 19:05:27','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41602172979','No','','','','','','','','',0.00,0.00),(1885,'','Cash','','2020-10-08 19:11:56','','0','4','2020-10-08 19:11:56','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602173275','No','','','','','','','','',0.00,0.00),(1886,'','Cash','','2020-10-08 19:20:21','','0','4','2020-10-08 19:20:21','','155','155','1','retail',NULL,'155','1','0','0','0','0','0','0','printed',' ','','1','','41602173608','No','','','','','','','','',0.00,0.00),(1887,'','Cash','','2020-10-08 19:38:35','','0','4','2020-10-08 19:38:35','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602174023','No','','','','','','','','',0.00,0.00),(1888,'','Cash','','2020-10-08 20:07:58','','0','4','2020-10-08 20:07:58','','185','185','1','retail',NULL,'185','1','0','0','0','0','0','0','printed',' ','','1','','41602176796','No','','','','','','','','',0.00,0.00),(1889,'','Cash','','2020-10-08 20:29:39','','0','4','2020-10-08 20:29:39','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602176953','No','','','','','','','','',0.00,0.00),(1890,'','Cash','','2020-10-08 20:30:47','','0','4','2020-10-08 20:30:47','','325','325','1','retail',NULL,'325','1','0','0','0','0','0','0','printed',' ','','1','','41602178186','No','','','','','','','','',0.00,0.00),(1891,'','Cash','','2020-10-09 09:33:05','','0','4','2020-10-09 09:33:05','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41602225169','No','','','','','','','','',0.00,0.00),(1892,'','Cash','','2020-10-09 09:52:29','','0','4','2020-10-09 09:52:29','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41602225796','No','','','','','','','','',0.00,0.00),(1893,'','Cash','','2020-10-09 09:59:53','','0','4','2020-10-09 09:59:53','','260','260','1','retail',NULL,'260','1','0','0','0','0','0','0','printed',' ','','1','','41602226353','No','','','','','','','','',0.00,0.00),(1894,'','Cash','','2020-10-09 10:09:35','','0','4','2020-10-09 10:09:35','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41602226799','No','','','','','','','','',0.00,0.00),(1895,'','Cash','','2020-10-09 10:12:31','','0','4','2020-10-09 10:12:31','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41602227377','No','','','','','','','','',0.00,0.00),(1896,'','Cash','','2020-10-09 10:40:19','','0','4','2020-10-09 10:40:19','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41602229179','No','','','','','','','','',0.00,0.00),(1897,'','Cash','','2020-10-09 11:10:14','','0','4','2020-10-09 11:10:14','','95','95','1','retail',NULL,'95','1','0','0','0','0','0','0','printed',' ','','1','','41602229234','No','','','','','','','','',0.00,0.00),(1898,'','Cash','','2020-10-09 11:11:41','','0','4','2020-10-09 11:11:41','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41602231020','No','','','','','','','','',0.00,0.00),(1899,'','Cash','','2020-10-09 11:34:05','','0','4','2020-10-09 11:34:05','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41602231111','No','','','','','','','','',0.00,0.00),(1900,'','Cash','','2020-10-09 11:37:24','','0','4','2020-10-09 11:37:24','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602232449','No','','','','','','','','',0.00,0.00),(1901,'','Cash','','2020-10-09 11:46:44','','0','4','2020-10-09 11:46:44','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602232647','No','','','','','','','','',0.00,0.00),(1902,'','Cash','','2020-10-09 12:02:06','','0','4','2020-10-09 12:02:06','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41602233241','No','','','','','','','','',0.00,0.00),(1903,'','Cash','','2020-10-09 12:21:31','','0','4','2020-10-09 12:21:31','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41602234133','No','','','','','','','','',0.00,0.00),(1904,'','Cash','','2020-10-09 12:22:54','','0','4','2020-10-09 12:22:54','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41602235311','No','','','','','','','','',0.00,0.00),(1905,'','Cash','','2020-10-09 12:48:46','','0','4','2020-10-09 12:48:46','','225','225','1','retail',NULL,'225','1','0','0','0','0','0','0','printed',' ','','1','','41602235378','No','','','','','','','','',0.00,0.00),(1906,'','Cash','','2020-10-09 13:13:49','','0','4','2020-10-09 13:13:49','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602236932','No','','','','','','','','',0.00,0.00),(1907,'','Cash','','2020-10-09 14:26:42','','0','4','2020-10-09 14:26:42','','220','220','1','retail',NULL,'220','1','0','0','0','0','0','0','printed',' ','','1','','41602242131','No','','','','','','','','',0.00,0.00),(1908,'','Cash','','2020-10-09 14:40:07','','0','4','2020-10-09 14:40:07','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41602242805','No','','','','','','','','',0.00,0.00),(1909,'','Cash','','2020-10-09 14:56:47','','0','4','2020-10-09 14:56:47','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41602243621','No','','','','','','','','',0.00,0.00),(1910,'','Cash','','2020-10-09 15:04:48','','0','4','2020-10-09 15:04:48','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602244610','No','','','','','','','','',0.00,0.00),(1911,'','Cash','','2020-10-09 15:28:43','','0','4','2020-10-09 15:28:43','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41602245104','No','','','','','','','','',0.00,0.00),(1912,'','Cash','','2020-10-09 16:15:20','','0','4','2020-10-09 16:15:20','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41602246529','No','','','','','','','','',0.00,0.00),(1913,'','Cash','','2020-10-09 16:36:59','','0','4','2020-10-09 16:36:59','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602250583','No','','','','','','','','',0.00,0.00),(1914,'','Cash','','2020-10-09 16:38:21','','0','4','2020-10-09 16:38:21','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41602250633','No','','','','','','','','',0.00,0.00),(1915,'','Cash','','2020-10-09 17:12:19','','0','4','2020-10-09 17:12:19','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41602250704','No','','','','','','','','',0.00,0.00),(1916,'','Cash','','2020-10-09 17:26:55','','0','4','2020-10-09 17:26:55','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602252742','No','','','','','','','','',0.00,0.00),(1917,'','Cash','','2020-10-09 17:39:19','','0','4','2020-10-09 17:39:19','','375','375','1','retail',NULL,'375','1','0','0','0','0','0','0','printed',' ','','1','','41602253621','No','','','','','','','','',0.00,0.00),(1918,'','Cash','','2020-10-09 17:41:46','','0','4','2020-10-09 17:41:46','','89','89','1','retail',NULL,'89','1','0','0','0','0','0','0','printed',' ','','1','','41602254421','No','','','','','','','','',0.00,0.00),(1919,'','Cash','','2020-10-09 17:43:11','','0','4','2020-10-09 17:43:11','','52.5','52.5','1','retail',NULL,'52.5','1','0','0','0','0','0','0','printed',' ','','1','','41602254528','No','','','','','','','','',0.00,0.00),(1920,'','Cash','','2020-10-09 17:51:11','','0','4','2020-10-09 17:51:11','','3','3','1','retail',NULL,'3','1','0','0','0','0','0','0','printed',' ','','1','','41602254605','No','','','','','','','','',0.00,0.00),(1921,'','Cash','','2020-10-09 17:55:49','','0','4','2020-10-09 17:55:49','','190','190','1','retail',NULL,'190','1','0','0','0','0','0','0','printed',' ','','1','','41602255074','No','','','','','','','','',0.00,0.00),(1922,'','Cash','','2020-10-09 18:00:10','','0','4','2020-10-09 18:00:10','','112','112','1','retail',NULL,'112','1','0','0','0','0','0','0','printed',' ','','1','','41602255354','No','','','','','','','','',0.00,0.00),(1923,'','Cash','','2020-10-09 18:01:45','','0','4','2020-10-09 18:01:45','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41602255612','No','','','','','','','','',0.00,0.00),(1924,'','Cash','','2020-10-09 18:06:47','','0','4','2020-10-09 18:06:47','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41602255719','No','','','','','','','','',0.00,0.00),(1925,'','Cash','','2020-10-09 18:31:47','','0','4','2020-10-09 18:31:47','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41602256017','No','','','','','','','','',0.00,0.00),(1926,'','Cash','','2020-10-09 18:35:52','','0','4','2020-10-09 18:35:52','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602257557','No','','','','','','','','',0.00,0.00),(1927,'','Cash','','2020-10-09 18:40:54','','0','4','2020-10-09 18:40:54','','295','295','1','retail',NULL,'295','1','0','0','0','0','0','0','printed',' ','','1','','41602257899','No','','','','','','','','',0.00,0.00),(1928,'','Cash','','2020-10-09 18:49:35','','0','4','2020-10-09 18:49:35','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41602258083','No','','','','','','','','',0.00,0.00),(1929,'','Cash','','2020-10-09 18:58:21','','0','4','2020-10-09 18:58:21','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602258593','No','','','','','','','','',0.00,0.00),(1930,'','Cash','','2020-10-09 19:06:29','','0','4','2020-10-09 19:06:29','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41602259106','No','','','','','','','','',0.00,0.00),(1931,'','Cash','','2020-10-09 19:08:17','','0','4','2020-10-09 19:08:17','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41602259593','No','','','','','','','','',0.00,0.00),(1932,'','Cash','','2020-10-09 19:09:41','','0','4','2020-10-09 19:09:41','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41602259701','No','','','','','','','','',0.00,0.00),(1933,'','Cash','','2020-10-09 19:10:04','','0','4','2020-10-09 19:10:04','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602259783','No','','','','','','','','',0.00,0.00),(1934,'','Cash','','2020-10-09 19:12:45','','0','4','2020-10-09 19:12:45','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41602259831','No','','','','','','','','',0.00,0.00),(1935,'','Cash','','2020-10-09 19:15:46','','0','4','2020-10-09 19:15:46','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41602259967','No','','','','','','','','',0.00,0.00),(1936,'','Cash','','2020-10-09 19:18:11','','0','4','2020-10-09 19:18:11','','165','165','1','retail',NULL,'165','1','0','0','0','0','0','0','printed',' ','','1','','41602260160','No','','','','','','','','',0.00,0.00),(1937,'','Cash','','2020-10-09 19:19:02','','0','4','2020-10-09 19:19:02','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602260328','No','','','','','','','','',0.00,0.00),(1938,'','Cash','','2020-10-09 19:35:21','','0','4','2020-10-09 19:35:21','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41602260635','No','','','','','','','','',0.00,0.00),(1939,'','Cash','','2020-10-09 19:40:35','','0','4','2020-10-09 19:40:35','','165','165','1','retail',NULL,'165','1','0','0','0','0','0','0','printed',' ','','1','','41602261469','No','','','','','','','','',0.00,0.00),(1940,'','Cash','','2020-10-09 19:55:12','','0','4','2020-10-09 19:55:12','','860','860','1','retail',NULL,'860','1','0','0','0','0','0','0','printed',' ','','1','','41602261727','No','','','','','','','','',0.00,0.00),(1941,'','Cash','','2020-10-09 20:05:52','','0','4','2020-10-09 20:05:52','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602262554','No','','','','','','','','',0.00,0.00),(1942,'','Cash','','2020-10-09 20:24:48','','0','4','2020-10-09 20:24:48','','330','330','1','retail',NULL,'330','1','0','0','0','0','0','0','printed',' ','','1','','41602263161','No','','','','','','','','',0.00,0.00),(1943,'','Cash','','2020-10-09 20:34:20','','0','4','2020-10-09 20:34:20','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41602264301','No','','','','','','','','',0.00,0.00),(1944,'','Cash','','2020-10-09 20:36:23','','0','4','2020-10-09 20:36:23','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41602264972','No','','','','','','','','',0.00,0.00),(1945,'','Cash','','2020-10-10 09:21:20','','0','4','2020-10-10 09:21:20','','530','530','1','retail',NULL,'530','1','0','0','0','0','0','0','printed',' ','','1','','41602310793','No','','','','','','','','',0.00,0.00),(1946,'','Cash','','2020-10-10 09:38:36','','0','4','2020-10-10 09:38:36','','638','638','1','retail',NULL,'638','1','0','0','0','0','0','0','printed',' ','','1','','41602310885','No','','','','','','','','',0.00,0.00),(1947,'','Cash','','2020-10-10 09:41:04','','0','4','2020-10-10 09:41:04','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602311969','No','','','','','','','','',0.00,0.00),(1948,'','Cash','','2020-10-10 10:31:15','','0','4','2020-10-10 10:31:15','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41602312067','No','','','','','','','','',0.00,0.00),(1949,'','Cash','','2020-10-10 10:42:42','','0','4','2020-10-10 10:42:42','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602315086','No','','','','','','','','',0.00,0.00),(1950,'','Cash','','2020-10-10 10:49:20','','0','4','2020-10-10 10:49:20','','128','128','1','retail',NULL,'128','1','0','0','0','0','0','0','printed',' ','','1','','41602315804','No','','','','','','','','',0.00,0.00),(1951,'','Cash','','2020-10-10 10:59:00','','0','4','2020-10-10 10:59:00','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41602316182','No','','','','','','','','',0.00,0.00),(1952,'','Cash','','2020-10-10 11:21:22','','0','4','2020-10-10 11:21:22','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41602316744','No','','','','','','','','',0.00,0.00),(1953,'','Cash','','2020-10-10 11:31:44','','0','4','2020-10-10 11:31:44','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41602318089','No','','','','','','','','',0.00,0.00),(1954,'','Cash','','2020-10-10 11:36:37','','0','4','2020-10-10 11:36:37','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602318708','No','','','','','','','','',0.00,0.00),(1955,'','Cash','','2020-10-10 11:40:38','','0','4','2020-10-10 11:40:38','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602319001','No','','','','','','','','',0.00,0.00),(1956,'','Cash','','2020-10-10 12:08:16','','0','4','2020-10-10 12:08:16','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41602319253','No','','','','','','','','',0.00,0.00),(1957,'','Cash','','2020-10-10 12:13:42','','0','4','2020-10-10 12:13:42','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602320899','No','','','','','','','','',0.00,0.00),(1958,'','Cash','','2020-10-10 12:26:02','','0','4','2020-10-10 12:26:02','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602321230','No','','','','','','','','',0.00,0.00),(1959,'','Cash','','2020-10-10 12:42:21','','0','4','2020-10-10 12:42:21','','140','140','1','retail',NULL,'140','1','0','0','0','0','0','0','printed',' ','','1','','41602321965','No','','','','','','','','',0.00,0.00),(1960,'','Cash','','2020-10-10 12:57:47','','0','4','2020-10-10 12:57:47','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41602322944','No','','','','','','','','',0.00,0.00),(1961,'','Cash','','2020-10-10 13:01:37','','0','4','2020-10-10 13:01:37','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41602323870','No','','','','','','','','',0.00,0.00),(1962,'','Cash','','2020-10-10 13:13:55','','0','4','2020-10-10 13:13:55','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41602324100','No','','','','','','','','',0.00,0.00),(1963,'','Cash','','2020-10-10 13:18:39','','0','4','2020-10-10 13:18:39','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41602324969','No','','','','','','','','',0.00,0.00),(1964,'','Cash','','2020-10-10 13:22:18','','0','4','2020-10-10 13:22:18','','165','165','1','retail',NULL,'165','1','0','0','0','0','0','0','printed',' ','','1','','41602325122','No','','','','','','','','',0.00,0.00),(1965,'','Cash','','2020-10-10 13:23:19','','0','4','2020-10-10 13:23:19','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602325382','No','','','','','','','','',0.00,0.00),(1966,'','Cash','','2020-10-10 13:26:20','','0','4','2020-10-10 13:26:20','','225','225','1','retail',NULL,'225','1','0','0','0','0','0','0','printed',' ','','1','','41602325402','No','','','','','','','','',0.00,0.00),(1967,'','Cash','','2020-10-10 13:28:29','','0','4','2020-10-10 13:28:29','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41602325628','No','','','','','','','','',0.00,0.00),(1968,'','Cash','','2020-10-10 13:42:06','','0','4','2020-10-10 13:42:06','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602325730','No','','','','','','','','',0.00,0.00),(1969,'','Cash','','2020-10-10 13:46:33','','0','4','2020-10-10 13:46:33','','195','195','1','retail',NULL,'195','1','0','0','0','0','0','0','printed',' ','','1','','41602326540','No','','','','','','','','',0.00,0.00),(1970,'','Cash','','2020-10-10 14:09:04','','0','4','2020-10-10 14:09:04','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41602326820','No','','','','','','','','',0.00,0.00),(1971,'','Cash','','2020-10-10 15:07:36','','0','4','2020-10-10 15:07:36','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41602328154','No','','','','','','','','',0.00,0.00),(1972,'','Cash','','2020-10-10 15:15:07','','0','4','2020-10-10 15:15:07','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602331660','No','','','','','','','','',0.00,0.00),(1973,'','Cash','','2020-10-10 17:14:22','','0','4','2020-10-10 17:14:22','','570','570','1','retail',NULL,'570','1','0','0','0','0','0','0','printed',' ','','1','','41602332112','No','','','','','','','','',0.00,0.00),(1974,'','Cash','','2020-10-10 17:26:16','','0','4','2020-10-10 17:26:16','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41602339267','No','','','','','','','','',0.00,0.00),(1975,'','Cash','','2020-10-10 17:34:02','','0','4','2020-10-10 17:34:02','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602340433','No','','','','','','','','',0.00,0.00),(1976,'','Cash','','2020-10-10 17:50:05','','0','4','2020-10-10 17:50:05','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602340445','No','','','','','','','','',0.00,0.00),(1977,'','Cash','','2020-10-10 17:56:31','','0','4','2020-10-10 17:56:31','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41602341409','No','','','','','','','','',0.00,0.00),(1978,'','Cash','','2020-10-10 17:58:39','','0','4','2020-10-10 17:58:39','','203','203','1','retail',NULL,'203','1','0','0','0','0','0','0','printed',' ','','1','','41602341795','No','','','','','','','','',0.00,0.00),(1979,'','Cash','','2020-10-10 18:03:31','','0','4','2020-10-10 18:03:31','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602341948','No','','','','','','','','',0.00,0.00),(1980,'','Cash','','2020-10-10 18:24:45','','0','4','2020-10-10 18:24:45','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','','41602342229','No','','','','','','','','',0.00,0.00),(1981,'','Cash','','2020-10-10 18:26:04','','0','4','2020-10-10 18:26:04','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41602343536','No','','','','','','','','',0.00,0.00),(1982,'','Cash','','2020-10-10 18:28:24','','0','4','2020-10-10 18:28:24','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602343572','No','','','','','','','','',0.00,0.00),(1983,'','Cash','','2020-10-10 18:35:55','','0','4','2020-10-10 18:35:55','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41602343707','No','','','','','','','','',0.00,0.00),(1984,'','Cash','','2020-10-10 18:50:47','','0','4','2020-10-10 18:50:47','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602344170','No','','','','','','','','',0.00,0.00),(1985,'','Cash','','2020-10-10 18:52:04','','0','4','2020-10-10 18:52:04','','230','230','1','retail',NULL,'230','1','0','0','0','0','0','0','printed',' ','','1','','41602345049','No','','','','','','','','',0.00,0.00),(1986,'','Cash','','2020-10-10 18:53:52','','0','4','2020-10-10 18:53:52','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41602345140','No','','','','','','','','',0.00,0.00),(1987,'','Cash','','2020-10-10 19:00:44','','0','4','2020-10-10 19:00:44','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602345249','No','','','','','','','','',0.00,0.00),(1988,'','Cash','','2020-10-10 19:11:24','','0','4','2020-10-10 19:11:24','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41602345648','No','','','','','','','','',0.00,0.00),(1989,'','Cash','','2020-10-10 19:19:45','','0','4','2020-10-10 19:19:45','','165','165','1','retail',NULL,'165','1','0','0','0','0','0','0','printed',' ','','1','','41602346287','No','','','','','','','','',0.00,0.00),(1990,'','Cash','','2020-10-10 19:28:55','','0','4','2020-10-10 19:28:55','','215','215','1','retail',NULL,'215','1','0','0','0','0','0','0','printed',' ','','1','','41602346821','No','','','','','','','','',0.00,0.00),(1991,'','Cash','','2020-10-10 19:30:39','','0','4','2020-10-10 19:30:39','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602347360','No','','','','','','','','',0.00,0.00),(1992,'','Cash','','2020-10-10 19:45:20','','0','4','2020-10-10 19:45:20','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41602347804','No','','','','','','','','',0.00,0.00),(1993,'','Cash','','2020-10-10 20:02:41','','0','4','2020-10-10 20:02:41','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602348325','No','','','','','','','','',0.00,0.00),(1994,'','Cash','','2020-10-11 10:39:26','','0','4','2020-10-11 10:39:26','','428','428','1','retail',NULL,'428','1','0','0','0','0','0','0','printed',' ','','1','','41602401867','No','','','','','','','','',0.00,0.00),(1995,'','Cash','','2020-10-11 10:56:58','','0','4','2020-10-11 10:56:58','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41602401969','No','','','','','','','','',0.00,0.00),(1996,'','Cash','','2020-10-11 12:42:28','','0','4','2020-10-11 12:42:28','','475','475','1','retail',NULL,'475','1','0','0','0','0','0','0','printed',' ','','1','','41602409292','No','','','','','','','','',0.00,0.00),(1997,'','Cash','','2020-10-11 13:07:01','','0','4','2020-10-11 13:07:01','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602409388','No','','','','','','','','',0.00,0.00),(1998,'','Cash','','2020-10-11 13:19:39','','0','4','2020-10-11 13:19:39','','3200','3200','1','retail',NULL,'3200','1','0','0','0','0','0','0','printed',' ','','1','','41602410885','Cleared','','','','','','','','',0.00,0.00),(1999,'','Cash','','2020-10-11 13:23:03','','0','4','2020-10-11 13:23:03','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41602411672','No','','','','','','','','',0.00,0.00),(2000,'','Cash','','2020-10-11 13:34:00','','0','4','2020-10-11 13:34:00','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41602411997','No','','','','','','','','',0.00,0.00),(2001,'','Cash','','2020-10-11 13:35:22','','0','4','2020-10-11 13:35:22','','210','210','1','retail',NULL,'210','1','0','0','0','0','0','0','printed',' ','','1','','41602412450','No','','','','','','','','',0.00,0.00),(2002,'','Cash','','2020-10-11 14:08:48','','0','4','2020-10-11 14:08:48','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41602412606','No','','','','','','','','',0.00,0.00),(2003,'','Cash','','2020-10-11 14:23:20','','0','4','2020-10-11 14:23:20','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602414558','No','','','','','','','','',0.00,0.00),(2004,'','Cash','','2020-10-11 14:42:37','','0','4','2020-10-11 14:42:37','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41602415414','No','','','','','','','','',0.00,0.00),(2005,'','Cash','','2020-10-11 14:58:33','','0','4','2020-10-11 14:58:33','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41602416570','No','','','','','','','','',0.00,0.00),(2006,'','Cash','','2020-10-11 15:15:36','','0','4','2020-10-11 15:15:36','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41602417532','No','','','','','','','','',0.00,0.00),(2007,'','Cash','','2020-10-11 15:16:47','','0','4','2020-10-11 15:16:47','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41602418539','No','','','','','','','','',0.00,0.00),(2008,'','Cash','','2020-10-11 15:26:39','','0','4','2020-10-11 15:26:39','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41602418609','No','','','','','','','','',0.00,0.00),(2009,'','Cash','','2020-10-11 15:39:34','','0','4','2020-10-11 15:39:34','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','','41602419215','No','','','','','','','','',0.00,0.00),(2010,'','Cash','','2020-10-11 15:43:26','','0','4','2020-10-11 15:43:26','','45','45','1','retail',NULL,'45','1','0','0','0','0','0','0','printed',' ','','1','','41602420013','No','','','','','','','','',0.00,0.00),(2011,'','Cash','','2020-10-11 15:59:32','','0','4','2020-10-11 15:59:32','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41602420218','No','','','','','','','','',0.00,0.00),(2012,'','Cash','','2020-10-11 16:30:57','','0','4','2020-10-11 16:30:57','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41602421175','No','','','','','','','','',0.00,0.00),(2013,'','Cash','','2020-10-11 17:07:31','','0','4','2020-10-11 17:07:31','','118','118','1','retail',NULL,'118','1','0','0','0','0','0','0','printed',' ','','1','','41602423066','No','','','','','','','','',0.00,0.00),(2014,'','Cash','','2020-10-11 17:31:16','','0','4','2020-10-11 17:31:16','','45','45','1','retail',NULL,'45','1','0','0','0','0','0','0','printed',' ','','1','','41602425269','No','','','','','','','','',0.00,0.00),(2015,'','Cash','','2020-10-11 17:39:02','','0','4','2020-10-11 17:39:02','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41602426695','No','','','','','','','','',0.00,0.00),(2016,'','Cash','','2020-10-11 17:58:38','','0','4','2020-10-11 17:58:38','','95','95','1','retail',NULL,'95','1','0','0','0','0','0','0','printed',' ','','1','','41602427146','No','','','','','','','','',0.00,0.00),(2017,'','Cash','','2020-10-11 18:20:47','','0','4','2020-10-11 18:20:47','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602428322','No','','','','','','','','',0.00,0.00),(2018,'','Cash','','2020-10-11 18:28:16','','0','4','2020-10-11 18:28:16','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','','41602429651','No','','','','','','','','',0.00,0.00),(2019,'','Cash','','2020-10-11 18:53:37','','0','4','2020-10-11 18:53:37','','420','420','1','retail',NULL,'420','1','0','0','0','0','0','0','printed',' ','','1','','41602430171','No','','','','','','','','',0.00,0.00),(2020,'','Cash','','2020-10-11 19:03:21','','0','4','2020-10-11 19:03:21','','255','255','1','retail',NULL,'255','1','0','0','0','0','0','0','printed',' ','','1','','41602431640','No','','','','','','','','',0.00,0.00),(2021,'','Cash','','2020-10-11 19:05:39','','0','4','2020-10-11 19:05:39','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41602432206','No','','','','','','','','',0.00,0.00),(2022,'','Cash','','2020-10-11 19:13:21','','0','4','2020-10-11 19:13:21','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41602432345','No','','','','','','','','',0.00,0.00),(2023,'','Cash','','2020-10-11 19:38:09','','0','4','2020-10-11 19:38:09','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41602434054','No','','','','','','','','',0.00,0.00),(2024,'','Cash','','2020-10-11 19:46:21','','0','4','2020-10-11 19:46:21','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41602434294','No','','','','','','','','',0.00,0.00),(2025,'','Cash','','2020-10-11 19:57:27','','0','4','2020-10-11 19:57:27','','220','220','1','retail',NULL,'220','1','0','0','0','0','0','0','printed',' ','','1','','41602434805','No','','','','','','','','',0.00,0.00),(2026,'','Cash','','2020-10-12 09:36:25','','0','4','2020-10-12 09:36:25','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41602484568','No','','','','','','','','',0.00,0.00),(2027,'','Cash','','2020-10-12 09:39:12','','0','4','2020-10-12 09:39:12','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41602484591','No','','','','','','','','',0.00,0.00),(2028,'','Cash','','2020-10-12 09:48:45','','0','4','2020-10-12 09:48:45','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602484756','No','','','','','','','','',0.00,0.00),(2029,'','Cash','','2020-10-12 10:19:27','','0','4','2020-10-12 10:19:27','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41602485580','No','','','','','','','','',0.00,0.00),(2030,'','Cash','','2020-10-12 10:21:25','','0','4','2020-10-12 10:21:25','','190','190','1','retail',NULL,'190','1','0','0','0','0','0','0','printed',' ','','1','','41602487180','No','','','','','','','','',0.00,0.00),(2031,'','Cash','','2020-10-12 10:29:53','','0','4','2020-10-12 10:29:53','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602487288','No','','','','','','','','',0.00,0.00),(2032,'','Cash','','2020-10-12 11:08:10','','0','4','2020-10-12 11:08:10','','95','95','1','retail',NULL,'95','1','0','0','0','0','0','0','printed',' ','','1','','41602490050','No','','','','','','','','',0.00,0.00),(2033,'','Cash','','2020-10-12 11:21:30','','0','4','2020-10-12 11:21:30','','95','95','1','retail',NULL,'95','1','0','0','0','0','0','0','printed',' ','','1','','41602490863','No','','','','','','','','',0.00,0.00),(2034,'','Cash','','2020-10-12 11:36:23','','0','4','2020-10-12 11:36:23','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41602491771','No','','','','','','','','',0.00,0.00),(2035,'','Cash','','2020-10-12 11:38:46','','0','4','2020-10-12 11:38:46','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41602491915','No','','','','','','','','',0.00,0.00),(2036,'','Cash','','2020-10-12 11:40:00','','0','4','2020-10-12 11:40:00','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602491931','No','','','','','','','','',0.00,0.00),(2037,'','Cash','','2020-10-12 11:48:40','','0','4','2020-10-12 11:48:40','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41602492003','No','','','','','','','','',0.00,0.00),(2038,'','Cash','','2020-10-12 11:53:32','','0','4','2020-10-12 11:53:32','','155','155','1','retail',NULL,'155','1','0','0','0','0','0','0','printed',' ','','1','','41602492573','No','','','','','','','','',0.00,0.00),(2039,'','Cash','','2020-10-12 11:58:16','','0','4','2020-10-12 11:58:16','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41602493002','No','','','','','','','','',0.00,0.00),(2040,'','Cash','','2020-10-12 12:11:05','','0','4','2020-10-12 12:11:05','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41602493780','No','','','','','','','','',0.00,0.00),(2041,'','Cash','','2020-10-12 12:27:21','','0','4','2020-10-12 12:27:21','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41602493876','No','','','','','','','','',0.00,0.00),(2042,'','Cash','','2020-10-12 12:51:48','','0','4','2020-10-12 12:51:48','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41602494843','No','','','','','','','','',0.00,0.00),(2043,'','Cash','','2020-10-12 12:52:33','','0','4','2020-10-12 12:52:33','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602496346','No','','','','','','','','',0.00,0.00),(2044,'','Cash','','2020-10-12 12:59:12','','0','4','2020-10-12 12:59:12','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602496359','No','','','','','','','','',0.00,0.00),(2045,'','Cash','','2020-10-12 13:06:34','','0','4','2020-10-12 13:06:34','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41602497186','No','','','','','','','','',0.00,0.00),(2046,'','Cash','','2020-10-12 13:19:38','','0','4','2020-10-12 13:19:38','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41602497196','No','','','','','','','','',0.00,0.00),(2047,'','Cash','','2020-10-12 13:28:54','','0','4','2020-10-12 13:28:54','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41602497984','No','','','','','','','','',0.00,0.00),(2048,'','Cash','','2020-10-12 13:31:19','','0','4','2020-10-12 13:31:19','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602498575','No','','','','','','','','',0.00,0.00),(2049,'','Cash','','2020-10-12 13:47:05','','0','4','2020-10-12 13:47:05','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41602498691','No','','','','','','','','',0.00,0.00),(2050,'','Cash','','2020-10-12 14:13:51','','0','4','2020-10-12 14:13:51','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41602499627','No','','','','','','','','',0.00,0.00),(2051,'','Cash','','2020-10-12 14:26:01','','0','4','2020-10-12 14:26:01','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602501235','No','','','','','','','','',0.00,0.00),(2052,'','Cash','','2020-10-12 14:55:14','','0','4','2020-10-12 14:55:14','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41602501972','No','','','','','','','','',0.00,0.00),(2053,'','Cash','','2020-10-12 14:58:51','','0','4','2020-10-12 14:58:51','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41602503734','No','','','','','','','','',0.00,0.00),(2054,'','Cash','','2020-10-12 15:05:12','','0','4','2020-10-12 15:05:12','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41602503933','No','','','','','','','','',0.00,0.00),(2055,'','Cash','','2020-10-12 15:42:34','','0','4','2020-10-12 15:42:34','','205','205','1','retail',NULL,'205','1','0','0','0','0','0','0','printed',' ','','1','','41602504404','No','','','','','','','','',0.00,0.00),(2056,'','Cash','','2020-10-12 15:47:23','','0','4','2020-10-12 15:47:23','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602506563','No','','','','','','','','',0.00,0.00),(2057,'','Cash','','2020-10-12 15:47:47','','0','4','2020-10-12 15:47:47','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602506846','No','','','','','','','','',0.00,0.00),(2058,'','Cash','','2020-10-12 16:00:21','','0','4','2020-10-12 16:00:21','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41602506869','No','','','','','','','','',0.00,0.00),(2059,'','Cash','','2020-10-12 16:28:54','','0','4','2020-10-12 16:28:54','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41602507673','No','','','','','','','','',0.00,0.00),(2060,'','Cash','','2020-10-12 16:40:11','','0','4','2020-10-12 16:40:11','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41602509340','No','','','','','','','','',0.00,0.00),(2061,'','Cash','','2020-10-12 16:47:11','','0','4','2020-10-12 16:47:11','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602510015','No','','','','','','','','',0.00,0.00),(2062,'','Cash','','2020-10-12 16:54:55','','0','4','2020-10-12 16:54:55','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41602510433','No','','','','','','','','',0.00,0.00),(2063,'','Cash','','2020-10-12 17:09:51','','0','4','2020-10-12 17:09:51','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41602511229','No','','','','','','','','',0.00,0.00),(2064,'','Cash','','2020-10-12 17:22:28','','0','4','2020-10-12 17:22:28','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41602511924','No','','','','','','','','',0.00,0.00),(2065,'','Cash','','2020-10-12 17:38:27','','0','4','2020-10-12 17:38:27','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41602512551','No','','','','','','','','',0.00,0.00),(2066,'','Cash','','2020-10-12 17:49:56','','0','4','2020-10-12 17:49:56','','285','285','1','retail',NULL,'285','1','0','0','0','0','0','0','printed',' ','','1','','41602513511','No','','','','','','','','',0.00,0.00),(2067,'','Cash','','2020-10-12 17:54:44','','0','4','2020-10-12 17:54:44','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602514365','No','','','','','','','','',0.00,0.00),(2068,'','Cash','','2020-10-12 18:00:03','','0','4','2020-10-12 18:00:03','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41602514487','No','','','','','','','','',0.00,0.00),(2069,'','Cash','','2020-10-12 18:05:41','','0','4','2020-10-12 18:05:41','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41602514806','No','','','','','','','','',0.00,0.00),(2070,'','Cash','','2020-10-12 18:14:26','','0','4','2020-10-12 18:14:26','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602515145','No','','','','','','','','',0.00,0.00),(2071,'','Cash','','2020-10-12 18:46:37','','0','4','2020-10-12 18:46:37','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','','41602515678','No','','','','','','','','',0.00,0.00),(2072,'','Cash','','2020-10-12 18:50:21','','0','4','2020-10-12 18:50:21','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41602517812','No','','','','','','','','',0.00,0.00),(2073,'','Cash','','2020-10-12 18:53:48','','0','4','2020-10-12 18:53:48','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41602517824','No','','','','','','','','',0.00,0.00),(2074,'','Cash','','2020-10-12 19:13:00','','0','4','2020-10-12 19:13:00','','1030','1030','1','retail',NULL,'1030','1','0','0','0','0','0','0','printed',' ','','1','','41602518090','No','','','','','','','','',0.00,0.00),(2075,'','Cash','','2020-10-12 19:19:27','','0','4','2020-10-12 19:19:27','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41602519328','No','','','','','','','','',0.00,0.00),(2076,'','Cash','','2020-10-12 19:35:03','','0','4','2020-10-12 19:35:03','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602519570','No','','','','','','','','',0.00,0.00),(2077,'','Cash','','2020-10-12 19:42:21','','0','4','2020-10-12 19:42:21','','565','565','1','retail',NULL,'565','1','0','0','0','0','0','0','printed',' ','','1','','41602520847','No','','','','','','','','',0.00,0.00),(2078,'','Cash','','2020-10-12 20:00:38','','0','4','2020-10-12 20:00:38','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41602521017','No','','','','','','','','',0.00,0.00),(2079,'','Cash','','2020-10-13 09:11:19','','0','4','2020-10-13 09:11:19','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','41602569440','No','','','','','','','','',0.00,0.00),(2080,'','Cash','','2020-10-13 09:17:09','','0','4','2020-10-13 09:17:09','','194','194','1','retail',NULL,'194','1','0','0','0','0','0','0','printed',' ','','1','','41602569485','No','','','','','','','','',0.00,0.00),(2081,'','Cash','','2020-10-13 10:21:31','','0','4','2020-10-13 10:21:31','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41602573677','No','','','','','','','','',0.00,0.00),(2082,'','Cash','','2020-10-13 10:50:40','','0','4','2020-10-13 10:50:40','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41602573694','No','','','','','','','','',0.00,0.00),(2083,'','Cash','','2020-10-13 11:13:45','','0','4','2020-10-13 11:13:45','','195','195','1','retail',NULL,'195','1','0','0','0','0','0','0','printed',' ','','1','','41602576778','No','','','','','','','','',0.00,0.00),(2084,'','Cash','','2020-10-13 11:25:12','','0','4','2020-10-13 11:25:12','','135','135','1','retail',NULL,'135','1','0','0','0','0','0','0','printed',' ','','1','','41602576868','No','','','','','','','','',0.00,0.00),(2085,'','Cash','','2020-10-13 11:27:24','','0','4','2020-10-13 11:27:24','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41602577516','No','','','','','','','','',0.00,0.00),(2086,'','Cash','','2020-10-13 11:44:23','','0','4','2020-10-13 11:44:23','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602577646','No','','','','','','','','',0.00,0.00),(2087,'','Cash','','2020-10-13 11:47:55','','0','4','2020-10-13 11:47:55','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41602578667','No','','','','','','','','',0.00,0.00),(2088,'','Cash','','2020-10-13 11:48:59','','0','4','2020-10-13 11:48:59','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41602578879','No','','','','','','','','',0.00,0.00),(2089,'','Cash','','2020-10-13 11:50:49','','0','4','2020-10-13 11:50:49','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41602578942','No','','','','','','','','',0.00,0.00),(2090,'','Cash','','2020-10-13 11:58:37','','0','4','2020-10-13 11:58:37','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602579052','No','','','','','','','','',0.00,0.00),(2091,'','Cash','','2020-10-13 12:09:23','','0','4','2020-10-13 12:09:23','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41602579520','No','','','','','','','','',0.00,0.00),(2092,'','Cash','','2020-10-13 12:42:54','','0','4','2020-10-13 12:42:54','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41602580169','No','','','','','','','','',0.00,0.00),(2093,'','Cash','','2020-10-13 13:13:41','','0','4','2020-10-13 13:13:41','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602582177','No','','','','','','','','',0.00,0.00),(2094,'','Cash','','2020-10-13 13:14:28','','0','4','2020-10-13 13:14:28','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41602584025','No','','','','','','','','',0.00,0.00),(2095,'','Cash','','2020-10-13 13:35:54','','0','4','2020-10-13 13:35:54','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602584071','Cleared','','','','','','','','',0.00,0.00),(2096,'','Cash','','2020-10-13 13:41:27','','0','4','2020-10-13 13:41:27','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602585360','No','','','','','','','','',0.00,0.00),(2097,'','Cash','','2020-10-13 13:46:35','','0','4','2020-10-13 13:46:35','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602585692','No','','','','','','','','',0.00,0.00),(2098,'','Cash','','2020-10-13 14:24:33','','0','4','2020-10-13 14:24:33','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41602585997','No','','','','','','','','',0.00,0.00),(2099,'','Cash','','2020-10-13 14:27:40','','0','4','2020-10-13 14:27:40','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41602588284','No','','','','','','','','',0.00,0.00),(2100,'','Cash','','2020-10-13 14:37:33','','0','4','2020-10-13 14:37:33','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41602588464','No','','','','','','','','',0.00,0.00),(2101,'','Cash','','2020-10-13 14:42:03','','0','4','2020-10-13 14:42:03','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41602589069','No','','','','','','','','',0.00,0.00),(2102,'','Cash','','2020-10-13 14:47:24','','0','4','2020-10-13 14:47:24','','260','260','1','retail',NULL,'260','1','0','0','0','0','0','0','printed',' ','','1','','41602589344','No','','','','','','','','',0.00,0.00),(2103,'','Cash','','2020-10-13 15:02:48','','0','4','2020-10-13 15:02:48','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602589663','No','','','','','','','','',0.00,0.00),(2104,'','Cash','','2020-10-13 15:16:37','','0','4','2020-10-13 15:16:37','','480','480','1','retail',NULL,'480','1','0','0','0','0','0','0','printed',' ','','1','','41602590571','No','','','','','','','','',0.00,0.00),(2105,'','Cash','','2020-10-13 15:17:58','','0','4','2020-10-13 15:17:58','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41602591439','No','','','','','','','','',0.00,0.00),(2106,'','Cash','','2020-10-13 15:24:45','','0','4','2020-10-13 15:24:45','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602591494','No','','','','','','','','',0.00,0.00),(2107,'','Cash','','2020-10-13 16:36:43','','0','4','2020-10-13 16:36:43','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602595923','No','','','','','','','','',0.00,0.00),(2108,'','Cash','','2020-10-13 16:49:13','','0','4','2020-10-13 16:49:13','','185','185','1','retail',NULL,'185','1','0','0','0','0','0','0','printed',' ','','1','','41602596207','No','','','','','','','','',0.00,0.00),(2109,'','Cash','','2020-10-13 16:59:17','','0','4','2020-10-13 16:59:17','','115','115','1','retail',NULL,'115','1','0','0','0','0','0','0','printed',' ','','1','','41602596957','No','','','','','','','','',0.00,0.00),(2110,'','Cash','','2020-10-13 17:22:00','','0','4','2020-10-13 17:22:00','','36','36','1','retail',NULL,'36','1','0','0','0','0','0','0','printed',' ','','1','','41602598892','No','','','','','','','','',0.00,0.00),(2111,'','Cash','','2020-10-13 18:09:07','','0','4','2020-10-13 18:09:07','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41602601736','No','','','','','','','','',0.00,0.00),(2112,'','Cash','','2020-10-13 18:18:42','','0','4','2020-10-13 18:18:42','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41602601774','No','','','','','','','','',0.00,0.00),(2113,'','Cash','','2020-10-13 18:22:46','','0','4','2020-10-13 18:22:46','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41602602337','No','','','','','','','','',0.00,0.00),(2114,'','Cash','','2020-10-13 18:31:25','','0','4','2020-10-13 18:31:25','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41602602599','No','','','','','','','','',0.00,0.00),(2115,'','Cash','','2020-10-13 18:43:03','','0','4','2020-10-13 18:43:03','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41602603096','No','','','','','','','','',0.00,0.00),(2116,'','Cash','','2020-10-13 19:14:30','','0','4','2020-10-13 19:14:30','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41602603794','No','','','','','','','','',0.00,0.00),(2117,'','Cash','','2020-10-13 19:23:25','','0','4','2020-10-13 19:23:25','','280','280','1','retail',NULL,'280','1','0','0','0','0','0','0','printed',' ','','1','','41602606152','No','','','','','','','','',0.00,0.00),(2118,'','Cash','','2020-10-13 19:27:15','','0','4','2020-10-13 19:27:15','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602606219','No','','','','','','','','',0.00,0.00),(2119,'','Cash','','2020-10-13 19:30:14','','0','4','2020-10-13 19:30:14','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41602606437','No','','','','','','','','',0.00,0.00),(2120,'','Cash','','2020-10-13 19:48:05','','0','4','2020-10-13 19:48:05','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602606617','No','','','','','','','','',0.00,0.00),(2121,'','Cash','','2020-10-13 20:09:16','','0','4','2020-10-13 20:09:16','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602607688','No','','','','','','','','',0.00,0.00),(2122,'','Cash','','2020-10-14 09:57:38','','0','4','2020-10-14 09:57:38','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602655836','No','','','','','','','','',0.00,0.00),(2123,'','Cash','','2020-10-14 10:14:18','','0','4','2020-10-14 10:14:18','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41602658662','No','','','','','','','','',0.00,0.00),(2124,'','Cash','','2020-10-14 10:18:35','','0','4','2020-10-14 10:18:35','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41602659661','No','','','','','','','','',0.00,0.00),(2125,'','Cash','','2020-10-14 10:19:29','','0','4','2020-10-14 10:19:29','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41602659923','No','','','','','','','','',0.00,0.00),(2126,'','Cash','','2020-10-14 10:38:58','','0','4','2020-10-14 10:38:58','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41602661130','No','','','','','','','','',0.00,0.00),(2127,'','Cash','','2020-10-14 11:47:23','','0','4','2020-10-14 11:47:23','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41602661550','No','','','','','','','','',0.00,0.00),(2128,'','Cash','','2020-10-14 11:48:55','','0','4','2020-10-14 11:48:55','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41602665248','No','','','','','','','','',0.00,0.00),(2129,'','Cash','','2020-10-14 12:19:42','','0','4','2020-10-14 12:19:42','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41602666009','No','','','','','','','','',0.00,0.00),(2130,'','Cash','','2020-10-14 12:19:57','','0','4','2020-10-14 12:19:57','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41602667186','No','','','','','','','','',0.00,0.00),(2131,'','Cash','','2020-10-14 12:26:25','','0','4','2020-10-14 12:26:25','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41602667200','No','','','','','','','','',0.00,0.00),(2132,'','Cash','','2020-10-14 13:12:59','','0','4','2020-10-14 13:12:59','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','','41602667668','No','','','','','','','','',0.00,0.00),(2133,'','Cash','','2020-10-14 13:23:03','','0','4','2020-10-14 13:23:03','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41602670453','No','','','','','','','','',0.00,0.00),(2134,'','Cash','','2020-10-14 13:46:25','','0','4','2020-10-14 13:46:25','','190','190','1','retail',NULL,'190','1','0','0','0','0','0','0','printed',' ','','1','','41602670986','No','','','','','','','','',0.00,0.00),(2135,'','Cash','','2020-10-14 14:06:16','','0','4','2020-10-14 14:06:16','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602672390','No','','','','','','','','',0.00,0.00),(2136,'','Cash','','2020-10-14 14:11:02','','0','4','2020-10-14 14:11:02','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41602673587','No','','','','','','','','',0.00,0.00),(2137,'','Cash','','2020-10-14 14:18:51','','0','4','2020-10-14 14:18:51','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41602673866','No','','','','','','','','',0.00,0.00),(2138,'','Cash','','2020-10-14 14:46:12','','0','4','2020-10-14 14:46:12','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41602674336','No','','','','','','','','',0.00,0.00),(2139,'','Cash','','2020-10-14 15:25:32','','0','4','2020-10-14 15:25:32','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41602676810','No','','','','','','','','',0.00,0.00),(2140,'','Cash','','2020-10-14 15:51:29','','0','4','2020-10-14 15:51:29','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41602678335','No','','','','','','','','',0.00,0.00),(2141,'','Cash','','2020-10-14 15:57:48','','0','4','2020-10-14 15:57:48','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41602679896','No','','','','','','','','',0.00,0.00),(2142,'','Cash','','2020-10-14 16:12:04','','0','4','2020-10-14 16:12:04','','145','145','1','retail',NULL,'145','1','0','0','0','0','0','0','printed',' ','','1','','41602680271','No','','','','','','','','',0.00,0.00),(2143,'','Cash','','2020-10-14 16:25:13','','0','4','2020-10-14 16:25:13','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602681133','No','','','','','','','','',0.00,0.00),(2144,'','Cash','','2020-10-14 17:03:42','','0','4','2020-10-14 17:03:42','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602681917','No','','','','','','','','',0.00,0.00),(2145,'','Cash','','2020-10-14 17:16:41','','0','4','2020-10-14 17:16:41','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41602684260','No','','','','','','','','',0.00,0.00),(2146,'','Cash','','2020-10-14 17:19:02','','0','4','2020-10-14 17:19:02','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41602685005','No','','','','','','','','',0.00,0.00),(2147,'','Cash','','2020-10-14 17:56:18','','0','4','2020-10-14 17:56:18','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41602685160','No','','','','','','','','',0.00,0.00),(2148,'','Cash','','2020-10-14 18:14:38','','0','4','2020-10-14 18:14:38','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602687381','No','','','','','','','','',0.00,0.00),(2149,'','Cash','','2020-10-14 18:27:56','','0','4','2020-10-14 18:27:56','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602688481','No','','','','','','','','',0.00,0.00),(2150,'','Cash','','2020-10-14 18:31:35','','0','4','2020-10-14 18:31:35','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41602689281','No','','','','','','','','',0.00,0.00),(2151,'','Cash','','2020-10-14 18:34:42','','0','4','2020-10-14 18:34:42','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41602689664','No','','','','','','','','',0.00,0.00),(2152,'','Cash','','2020-10-14 18:48:24','','0','4','2020-10-14 18:48:24','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41602689685','No','','','','','','','','',0.00,0.00),(2153,'','Cash','','2020-10-14 19:07:13','','0','4','2020-10-14 19:07:13','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41602690548','No','','','','','','','','',0.00,0.00),(2154,'','Cash','','2020-10-14 19:14:26','','0','4','2020-10-14 19:14:26','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41602691648','No','','','','','','','','',0.00,0.00),(2155,'','Cash','','2020-10-14 19:20:34','','0','4','2020-10-14 19:20:34','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602692070','No','','','','','','','','',0.00,0.00),(2156,'','Cash','','2020-10-14 19:32:13','','0','4','2020-10-14 19:32:13','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41602692552','No','','','','','','','','',0.00,0.00),(2157,'','Cash','','2020-10-14 19:35:42','','0','4','2020-10-14 19:35:42','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602693138','No','','','','','','','','',0.00,0.00),(2158,'','Cash','','2020-10-14 19:43:09','','0','4','2020-10-14 19:43:09','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41602693355','No','','','','','','','','',0.00,0.00),(2159,'','Cash','','2020-10-14 19:59:31','','0','4','2020-10-14 19:59:31','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602693791','No','','','','','','','','',0.00,0.00),(2160,'','Cash','','2020-10-14 20:00:27','','0','4','2020-10-14 20:00:27','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','','41602694775','No','','','','','','','','',0.00,0.00),(2161,'','Cash','','2020-10-15 08:25:35','','0','4','2020-10-15 08:25:35','','141','141','1','retail',NULL,'141','1','0','0','0','0','0','0','printed',' ','','1','','41602739500','No','','','','','','','','',0.00,0.00),(2162,'','Cash','','2020-10-15 08:48:27','','0','4','2020-10-15 08:48:27','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41602739539','No','','','','','','','','',0.00,0.00),(2163,'','Cash','','2020-10-15 09:21:15','','0','4','2020-10-15 09:21:15','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602740909','No','','','','','','','','',0.00,0.00),(2164,'','Cash','','2020-10-15 09:22:57','','0','4','2020-10-15 09:22:57','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41602742880','No','','','','','','','','',0.00,0.00),(2165,'','Cash','','2020-10-15 10:04:23','','0','4','2020-10-15 09:29:36','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41602742988','No','4','2020-10-15 10:04:23','','','','','','',0.00,0.00),(2166,'','Cash','','2020-10-15 10:11:24','','0','4','2020-10-15 10:11:24','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41602745466','No','','','','','','','','',0.00,0.00),(2167,'','Cash','','2020-10-15 10:27:25','','0','4','2020-10-15 10:27:25','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41602746745','No','','','','','','','','',0.00,0.00),(2168,'','Cash','','2020-10-15 10:52:47','','0','4','2020-10-15 10:52:47','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41602746853','No','','','','','','','','',0.00,0.00),(2169,'','Cash','','2020-10-15 11:01:41','','0','4','2020-10-15 11:01:41','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41602748766','No','','','','','','','','',0.00,0.00),(2170,'','Cash','','2020-10-15 11:21:44','','0','4','2020-10-15 11:21:44','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41602749082','No','','','','','','','','',0.00,0.00),(2171,'','Cash','','2020-10-15 11:28:51','','0','4','2020-10-15 11:28:51','','45','45','1','retail',NULL,'45','1','0','0','0','0','0','0','printed',' ','','1','','41602750107','No','','','','','','','','',0.00,0.00),(2172,'','Cash','','2020-10-15 11:44:45','','0','4','2020-10-15 11:44:45','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41602750700','No','','','','','','','','',0.00,0.00),(2173,'','Cash','','2020-10-15 11:52:50','','0','4','2020-10-15 11:52:50','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602751488','No','','','','','','','','',0.00,0.00),(2174,'','Cash','','2020-10-15 12:03:30','','0','4','2020-10-15 12:03:30','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602751994','No','','','','','','','','',0.00,0.00),(2175,'','Cash','','2020-10-15 12:32:22','','0','4','2020-10-15 12:32:22','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41602752612','No','','','','','','','','',0.00,0.00),(2176,'','Cash','','2020-10-15 12:36:33','','0','4','2020-10-15 12:36:33','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602754345','No','','','','','','','','',0.00,0.00),(2177,'','Cash','','2020-10-15 12:40:28','','0','4','2020-10-15 12:40:28','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602754683','No','','','','','','','','',0.00,0.00),(2178,'','Cash','','2020-10-15 13:01:55','','0','4','2020-10-15 13:01:55','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602754832','No','','','','','','','','',0.00,0.00),(2179,'','Cash','','2020-10-15 13:08:55','','0','4','2020-10-15 13:08:55','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41602756129','No','','','','','','','','',0.00,0.00),(2180,'','Cash','','2020-10-15 13:20:14','','0','4','2020-10-15 13:20:14','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41602756537','No','','','','','','','','',0.00,0.00),(2181,'','Cash','','2020-10-15 14:05:19','','0','4','2020-10-15 14:05:19','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41602757343','No','','','','','','','','',0.00,0.00),(2182,'','Cash','','2020-10-15 14:31:32','','0','4','2020-10-15 14:31:32','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41602759922','No','','','','','','','','',0.00,0.00),(2183,'','Cash','','2020-10-15 14:50:39','','0','4','2020-10-15 14:50:39','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41602761495','No','','','','','','','','',0.00,0.00),(2184,'','Cash','','2020-10-15 14:58:45','','0','4','2020-10-15 14:58:45','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41602762653','No','','','','','','','','',0.00,0.00),(2185,'','Cash','','2020-10-15 15:24:39','','0','4','2020-10-15 15:24:39','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41602763127','No','','','','','','','','',0.00,0.00),(2186,'','Cash','','2020-10-15 16:03:16','','0','4','2020-10-15 16:03:16','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41602764682','No','','','','','','','','',0.00,0.00),(2187,'','Cash','','2020-10-15 16:18:54','','0','4','2020-10-15 16:18:54','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41602766999','No','','','','','','','','',0.00,0.00),(2188,'','Cash','','2020-10-15 16:33:47','','0','4','2020-10-15 16:33:47','','95','95','1','retail',NULL,'95','1','0','0','0','0','0','0','printed',' ','','1','','41602767937','No','','','','','','','','',0.00,0.00),(2189,'','Cash','','2020-10-15 16:39:58','','0','4','2020-10-15 16:39:58','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41602768832','No','','','','','','','','',0.00,0.00),(2190,'','Cash','','2020-10-15 16:42:40','','0','4','2020-10-15 16:42:40','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602769200','No','','','','','','','','',0.00,0.00),(2191,'','Cash','','2020-10-15 17:09:38','','0','4','2020-10-15 17:09:38','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41602769390','No','','','','','','','','',0.00,0.00),(2192,'','Cash','','2020-10-15 17:43:44','','0','4','2020-10-15 17:43:44','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41602770980','No','','','','','','','','',0.00,0.00),(2193,'','Cash','','2020-10-15 17:57:57','','0','4','2020-10-15 17:57:57','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed',' ','','1','','41602773026','No','','','','','','','','',0.00,0.00),(2194,'','Cash','','2020-10-15 18:19:20','','0','4','2020-10-15 18:19:20','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41602773888','No','','','','','','','','',0.00,0.00),(2195,'','Cash','','2020-10-15 18:52:09','','0','4','2020-10-15 18:52:09','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602775694','No','','','','','','','','',0.00,0.00),(2196,'','Cash','','2020-10-15 19:03:02','','0','4','2020-10-15 19:03:02','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed',' ','','1','','41602777139','No','','','','','','','','',0.00,0.00),(2197,'','Cash','','2020-10-15 19:10:09','','0','4','2020-10-15 19:10:09','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602777800','No','','','','','','','','',0.00,0.00),(2198,'','Cash','','2020-10-15 19:17:53','','0','4','2020-10-15 19:17:53','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41602778211','No','','','','','','','','',0.00,0.00),(2199,'','Cash','','2020-10-15 19:23:56','','0','4','2020-10-15 19:23:56','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602778711','No','','','','','','','','',0.00,0.00),(2200,'','Cash','','2020-10-15 19:33:30','','0','4','2020-10-15 19:33:30','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602779602','No','','','','','','','','',0.00,0.00),(2201,'','Cash','','2020-10-15 19:44:53','','0','4','2020-10-15 19:44:53','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602779614','No','','','','','','','','',0.00,0.00),(2202,'','Cash','','2020-10-15 19:52:43','','0','4','2020-10-15 19:52:43','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41602780296','No','','','','','','','','',0.00,0.00),(2203,'','Cash','','2020-10-15 19:55:17','','0','4','2020-10-15 19:55:17','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41602780773','No','','','','','','','','',0.00,0.00),(2204,'','Cash','','2020-10-16 08:42:54','','0','4','2020-10-16 08:42:54','','254','254','1','retail',NULL,'254','1','0','0','0','0','0','0','printed',' ','','1','','41602826903','No','','','','','','','','',0.00,0.00),(2205,'','Cash','','2020-10-16 09:28:51','','0','4','2020-10-16 09:28:51','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41602826987','No','','','','','','','','',0.00,0.00),(2206,'','Cash','','2020-10-16 09:29:24','','0','4','2020-10-16 09:29:24','','238','238','1','retail',NULL,'238','1','0','0','0','0','0','0','printed',' ','','1','','41602829740','No','','','','','','','','',0.00,0.00),(2207,'','Cash','','2020-10-16 09:31:01','','0','4','2020-10-16 09:31:01','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41602829782','No','','','','','','','','',0.00,0.00),(2208,'','Cash','','2020-10-16 10:05:03','','0','4','2020-10-16 10:05:03','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41602829866','No','','','','','','','','',0.00,0.00),(2209,'','Cash','','2020-10-16 10:39:59','','0','4','2020-10-16 10:39:59','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602832149','No','','','','','','','','',0.00,0.00),(2210,'','Cash','','2020-10-16 11:06:29','','0','4','2020-10-16 11:06:29','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41602834001','No','','','','','','','','',0.00,0.00),(2211,'','Cash','','2020-10-16 11:21:55','','0','4','2020-10-16 11:21:55','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41602835592','No','','','','','','','','',0.00,0.00),(2212,'','Cash','','2020-10-16 11:32:31','','0','4','2020-10-16 11:32:31','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','','41602836517','No','','','','','','','','',0.00,0.00),(2213,'','Cash','','2020-10-16 11:47:12','','0','4','2020-10-16 11:47:12','','225','225','1','retail',NULL,'225','1','0','0','0','0','0','0','printed',' ','','1','','41602837752','No','','','','','','','','',0.00,0.00),(2214,'','Cash','','2020-10-16 11:55:56','','0','4','2020-10-16 11:55:56','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41602838035','No','','','','','','','','',0.00,0.00),(2215,'','Cash','','2020-10-16 12:40:19','','0','4','2020-10-16 12:40:19','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41602838558','No','','','','','','','','',0.00,0.00),(2216,'','Cash','','2020-10-16 13:03:04','','0','4','2020-10-16 13:03:04','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602841227','No','','','','','','','','',0.00,0.00),(2217,'','Cash','','2020-10-16 13:17:42','','0','4','2020-10-16 13:17:42','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602842586','No','','','','','','','','',0.00,0.00),(2218,'','Cash','','2020-10-16 13:23:42','','0','4','2020-10-16 13:23:42','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41602843547','No','','','','','','','','',0.00,0.00),(2219,'','Cash','','2020-10-16 13:34:45','','0','4','2020-10-16 13:34:45','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602844473','No','','','','','','','','',0.00,0.00),(2220,'','Cash','','2020-10-16 13:52:45','','0','4','2020-10-16 13:52:45','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602845556','No','','','','','','','','',0.00,0.00),(2221,'','Cash','','2020-10-16 14:40:22','','0','4','2020-10-16 14:40:22','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41602845578','No','','','','','','','','',0.00,0.00),(2222,'','Cash','','2020-10-16 14:50:25','','0','4','2020-10-16 14:50:25','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41602848427','No','','','','','','','','',0.00,0.00),(2223,'','Cash','','2020-10-16 15:03:35','','0','4','2020-10-16 15:03:35','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41602849028','No','','','','','','','','',0.00,0.00),(2224,'','Cash','','2020-10-16 15:20:50','','0','4','2020-10-16 15:20:50','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602849817','No','','','','','','','','',0.00,0.00),(2225,'','Cash','','2020-10-16 16:04:43','','0','4','2020-10-16 16:04:43','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602850862','No','','','','','','','','',0.00,0.00),(2226,'','Cash','','2020-10-16 16:05:41','','0','4','2020-10-16 16:05:41','','290','290','1','retail',NULL,'290','1','0','0','0','0','0','0','printed',' ','','1','','41602853485','No','','','','','','','','',0.00,0.00),(2227,'','Cash','','2020-10-16 16:09:00','','0','4','2020-10-16 16:09:00','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602853638','No','','','','','','','','',0.00,0.00),(2228,'','Cash','','2020-10-16 16:51:19','','0','4','2020-10-16 16:51:19','','52.5','52.5','1','retail',NULL,'52.5','1','0','0','0','0','0','0','printed',' ','','1','','41602853743','No','','','','','','','','',0.00,0.00),(2229,'','Cash','','2020-10-16 17:02:22','','0','4','2020-10-16 17:02:22','','135','135','1','retail',NULL,'135','1','0','0','0','0','0','0','printed',' ','','1','','41602856283','No','','','','','','','','',0.00,0.00),(2230,'','Cash','','2020-10-16 17:10:05','','0','4','2020-10-16 17:10:05','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41602856957','No','','','','','','','','',0.00,0.00),(2231,'','Cash','','2020-10-16 17:44:10','','0','4','2020-10-16 17:44:10','','195','195','1','retail',NULL,'195','1','0','0','0','0','0','0','printed',' ','','1','','41602857409','No','','','','','','','','',0.00,0.00),(2232,'','Cash','','2020-10-16 17:53:22','','0','4','2020-10-16 17:53:22','','146','146','1','retail',NULL,'146','1','0','0','0','0','0','0','printed',' ','','1','','41602859453','No','','','','','','','','',0.00,0.00),(2233,'','Cash','','2020-10-16 18:15:18','','0','4','2020-10-16 18:15:18','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41602860418','No','','','','','','','','',0.00,0.00),(2234,'','Cash','','2020-10-16 18:47:08','','0','4','2020-10-16 18:47:08','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41602861320','No','','','','','','','','',0.00,0.00),(2235,'','Cash','','2020-10-16 18:48:27','','0','4','2020-10-16 18:48:27','','260','260','1','retail',NULL,'260','1','0','0','0','0','0','0','printed',' ','','1','','41602863233','No','','','','','','','','',0.00,0.00),(2236,'','Cash','','2020-10-16 18:51:17','','0','4','2020-10-16 18:51:17','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41602863333','No','','','','','','','','',0.00,0.00),(2237,'','Cash','','2020-10-16 18:53:42','','0','4','2020-10-16 18:53:42','','330','330','1','retail',NULL,'330','1','0','0','0','0','0','0','printed',' ','','1','','41602863482','No','','','','','','','','',0.00,0.00),(2238,'','Cash','','2020-10-16 18:57:45','','0','4','2020-10-16 18:57:45','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41602863690','No','','','','','','','','',0.00,0.00),(2239,'','Cash','','2020-10-16 19:02:02','','0','4','2020-10-16 19:02:02','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602863867','No','','','','','','','','',0.00,0.00),(2240,'','Cash','','2020-10-16 19:21:23','','0','4','2020-10-16 19:21:23','','225','225','1','retail',NULL,'225','1','0','0','0','0','0','0','printed',' ','','1','','41602865239','No','','','','','','','','',0.00,0.00),(2241,'','Cash','','2020-10-16 19:29:25','','0','4','2020-10-16 19:29:25','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41602865533','No','','','','','','','','',0.00,0.00),(2242,'','Cash','','2020-10-16 19:36:47','','0','4','2020-10-16 19:36:47','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602865872','No','','','','','','','','',0.00,0.00),(2243,'','Cash','','2020-10-16 19:37:47','','0','4','2020-10-16 19:37:47','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41602866210','No','','','','','','','','',0.00,0.00),(2244,'','Cash','','2020-10-16 19:40:23','','0','4','2020-10-16 19:40:23','','195','195','1','retail',NULL,'195','1','0','0','0','0','0','0','printed',' ','','1','','41602866270','No','','','','','','','','',0.00,0.00),(2245,'','Cash','','2020-10-16 20:02:07','','0','4','2020-10-16 20:02:07','','306','306','1','retail',NULL,'306','1','0','0','0','0','0','0','printed',' ','','1','','41602867681','No','','','','','','','','',0.00,0.00),(2246,'','Cash','','2020-10-16 20:02:27','','0','4','2020-10-16 20:02:27','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41602867730','No','','','','','','','','',0.00,0.00),(2247,'','Cash','','2020-10-16 20:03:06','','0','4','2020-10-16 20:03:06','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41602867749','No','','','','','','','','',0.00,0.00),(2248,'','Cash','','2020-10-16 20:10:53','','0','4','2020-10-16 20:10:53','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41602867854','No','','','','','','','','',0.00,0.00),(2249,'','Cash','','2020-10-17 09:36:01','','0','4','2020-10-17 09:36:01','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41602916203','No','','','','','','','','',0.00,0.00),(2250,'','Cash','','2020-10-17 10:08:02','','0','4','2020-10-17 10:08:02','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41602917157','No','','','','','','','','',0.00,0.00),(2251,'','Cash','','2020-10-17 10:09:16','','0','4','2020-10-17 10:09:16','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602918501','No','','','','','','','','',0.00,0.00),(2252,'','Cash','','2020-10-17 10:42:48','','0','4','2020-10-17 10:42:48','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41602919151','No','','','','','','','','',0.00,0.00),(2253,'','Cash','','2020-10-17 11:15:28','','0','4','2020-10-17 11:15:28','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602920593','No','','','','','','','','',0.00,0.00),(2254,'','Cash','','2020-10-17 11:57:22','','0','4','2020-10-17 11:57:22','','175','175','1','retail',NULL,'175','1','0','0','0','0','0','0','printed',' ','','1','','41602922533','No','','','','','','','','',0.00,0.00),(2255,'','Cash','','2020-10-17 12:07:19','','0','4','2020-10-17 12:07:19','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41602925064','No','','','','','','','','',0.00,0.00),(2256,'','Cash','','2020-10-17 12:23:10','','0','4','2020-10-17 12:23:10','','52.5','52.5','1','retail',NULL,'52.5','1','0','0','0','0','0','0','printed',' ','','1','','41602925642','No','','','','','','','','',0.00,0.00),(2257,'','Cash','','2020-10-17 12:31:28','','0','4','2020-10-17 12:31:28','','625','625','1','retail',NULL,'625','1','0','0','0','0','0','0','printed',' ','','1','','41602926597','No','','','','','','','','',0.00,0.00),(2258,'','Cash','','2020-10-17 12:43:54','','0','4','2020-10-17 12:43:54','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41602927278','No','','','','','','','','',0.00,0.00),(2259,'','Cash','','2020-10-17 12:47:56','','0','4','2020-10-17 12:47:56','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41602927837','No','','','','','','','','',0.00,0.00),(2260,'','Cash','','2020-10-17 12:58:37','','0','4','2020-10-17 12:58:37','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41602928086','No','','','','','','','','',0.00,0.00),(2261,'','Cash','','2020-10-17 13:29:34','','0','4','2020-10-17 13:29:34','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41602929114','No','','','','','','','','',0.00,0.00),(2262,'','Cash','','2020-10-17 13:50:43','','0','4','2020-10-17 13:50:43','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41602930579','No','','','','','','','','',0.00,0.00),(2263,'','Cash','','2020-10-17 14:55:09','','0','4','2020-10-17 14:55:09','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41602935520','No','','','','','','','','',0.00,0.00),(2264,'','Cash','','2020-10-17 15:01:49','','0','4','2020-10-17 15:01:49','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41602935712','No','','','','','','','','',0.00,0.00),(2265,'','Cash','','2020-10-17 15:29:43','','0','4','2020-10-17 15:29:43','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41602937765','No','','','','','','','','',0.00,0.00),(2266,'','Cash','','2020-10-17 15:31:19','','0','4','2020-10-17 15:31:19','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41602937787','No','','','','','','','','',0.00,0.00),(2267,'','Cash','','2020-10-17 15:36:23','','0','4','2020-10-17 15:36:23','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602938174','No','','','','','','','','',0.00,0.00),(2268,'','Cash','','2020-10-17 15:45:54','','0','4','2020-10-17 15:45:54','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41602938733','No','','','','','','','','',0.00,0.00),(2269,'','Cash','','2020-10-17 16:01:18','','0','4','2020-10-17 16:01:18','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41602938758','No','','','','','','','','',0.00,0.00),(2270,'','Cash','','2020-10-17 16:06:31','','0','4','2020-10-17 16:06:31','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41602939681','No','','','','','','','','',0.00,0.00),(2271,'','Cash','','2020-10-17 16:30:18','','0','4','2020-10-17 16:30:18','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41602940015','No','','','','','','','','',0.00,0.00),(2272,'','Cash','','2020-10-17 16:32:53','','0','4','2020-10-17 16:32:53','','181','181','1','retail',NULL,'181','1','0','0','0','0','0','0','printed',' ','','1','','41602941472','No','','','','','','','','',0.00,0.00),(2273,'','Cash','','2020-10-17 16:43:38','','0','4','2020-10-17 16:43:38','','1745','1745','1','retail',NULL,'1745','1','0','0','0','0','0','0','printed',' ','','1','','41602941584','No','','','','','','','','',0.00,0.00),(2274,'','Cash','','2020-10-17 16:52:33','','0','4','2020-10-17 16:52:33','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602942236','No','','','','','','','','',0.00,0.00),(2275,'','Cash','','2020-10-17 16:53:02','','0','4','2020-10-17 16:53:02','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602942760','No','','','','','','','','',0.00,0.00),(2276,'','Cash','','2020-10-17 17:37:47','','0','4','2020-10-17 17:37:47','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602944561','No','','','','','','','','',0.00,0.00),(2277,'','Cash','','2020-10-17 17:40:47','','0','4','2020-10-17 17:40:47','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','','41602945472','No','','','','','','','','',0.00,0.00),(2278,'','Cash','','2020-10-17 17:46:50','','0','4','2020-10-17 17:46:50','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602945701','No','','','','','','','','',0.00,0.00),(2279,'','Cash','','2020-10-17 18:00:25','','0','4','2020-10-17 18:00:25','','305','305','1','retail',NULL,'305','1','0','0','0','0','0','0','printed',' ','','1','','41602946043','No','','','','','','','','',0.00,0.00),(2280,'','Cash','','2020-10-17 18:13:53','','0','4','2020-10-17 18:13:53','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41602947618','No','','','','','','','','',0.00,0.00),(2281,'','Cash','','2020-10-17 18:19:11','','0','4','2020-10-17 18:19:11','','31','31','1','retail',NULL,'31','1','0','0','0','0','0','0','printed',' ','','1','','41602947666','No','','','','','','','','',0.00,0.00),(2282,'','Cash','','2020-10-17 18:35:05','','0','4','2020-10-17 18:35:05','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41602938347','No','','','','','','','','',0.00,0.00),(2283,'','Cash','','2020-10-17 18:39:54','','0','4','2020-10-17 18:39:54','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602948924','No','','','','','','','','',0.00,0.00),(2284,'','Cash','','2020-10-17 19:17:48','','0','4','2020-10-17 19:17:48','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41602949197','No','','','','','','','','',0.00,0.00),(2285,'','Cash','','2020-10-17 19:36:47','','0','4','2020-10-17 19:36:47','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41602951501','No','','','','','','','','',0.00,0.00),(2286,'','Cash','','2020-10-17 19:42:27','','0','4','2020-10-17 19:42:27','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41602952611','No','','','','','','','','',0.00,0.00),(2287,'','Cash','','2020-10-17 19:43:39','','0','4','2020-10-17 19:43:39','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41602952950','No','','','','','','','','',0.00,0.00),(2288,'','Cash','','2020-10-17 19:52:42','','0','4','2020-10-17 19:52:42','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41602953022','No','','','','','','','','',0.00,0.00),(2289,'','Cash','','2020-10-17 19:56:59','','0','4','2020-10-17 19:56:59','','432.5','432.5','1','retail',NULL,'432.5','1','0','0','0','0','0','0','printed',' ','','1','','41602953564','No','','','','','','','','',0.00,0.00),(2290,'','Cash','','2020-10-18 11:31:26','','0','4','2020-10-18 11:31:26','','430','430','1','retail',NULL,'430','1','0','0','0','0','0','0','printed',' ','','1','','41603009844','No','','','','','','','','',0.00,0.00),(2291,'','Cash','','2020-10-18 11:46:00','','0','4','2020-10-18 11:46:00','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41603009992','No','','','','','','','','',0.00,0.00),(2292,'','Cash','','2020-10-18 11:50:43','','0','4','2020-10-18 11:50:43','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41603010777','No','','','','','','','','',0.00,0.00),(2293,'','Cash','','2020-10-18 13:10:50','','0','4','2020-10-18 13:10:50','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41603011514','No','','','','','','','','',0.00,0.00),(2294,'','Cash','','2020-10-18 13:11:24','','0','4','2020-10-18 13:11:24','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41603015853','No','','','','','','','','',0.00,0.00),(2295,'','Cash','','2020-10-18 13:24:02','','0','4','2020-10-18 13:24:02','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41603016617','No','','','','','','','','',0.00,0.00),(2296,'','Cash','','2020-10-18 13:54:32','','0','4','2020-10-18 13:54:32','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603017045','No','','','','','','','','',0.00,0.00),(2297,'','Cash','','2020-10-18 14:03:04','','0','4','2020-10-18 14:03:04','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41603018474','No','','','','','','','','',0.00,0.00),(2298,'','Cash','','2020-10-18 14:05:12','','0','4','2020-10-18 14:05:12','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41603018997','No','','','','','','','','',0.00,0.00),(2299,'','Cash','','2020-10-18 14:16:07','','0','4','2020-10-18 14:16:07','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','','41603019251','No','','','','','','','','',0.00,0.00),(2300,'','Cash','','2020-10-18 14:26:14','','0','4','2020-10-18 14:26:14','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41603019779','No','','','','','','','','',0.00,0.00),(2301,'','Cash','','2020-10-18 14:46:39','','0','4','2020-10-18 14:46:39','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603020379','No','','','','','','','','',0.00,0.00),(2302,'','Cash','','2020-10-18 15:35:37','','0','4','2020-10-18 15:35:37','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41603021602','No','','','','','','','','',0.00,0.00),(2303,'','Cash','','2020-10-18 16:05:22','','0','4','2020-10-18 16:05:22','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41603024542','No','','','','','','','','',0.00,0.00),(2304,'','Cash','','2020-10-18 16:06:28','','0','4','2020-10-18 16:06:28','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603026349','No','','','','','','','','',0.00,0.00),(2305,'','Cash','','2020-10-18 16:07:13','','0','4','2020-10-18 16:07:13','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603026392','No','','','','','','','','',0.00,0.00),(2306,'','Cash','','2020-10-18 16:09:24','','0','4','2020-10-18 16:09:24','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603026479','No','','','','','','','','',0.00,0.00),(2307,'','Cash','','2020-10-18 16:11:04','','0','4','2020-10-18 16:11:04','','115','115','1','retail',NULL,'115','1','0','0','0','0','0','0','printed',' ','','1','','41603026569','No','','','','','','','','',0.00,0.00),(2308,'','Cash','','2020-10-18 16:12:53','','0','4','2020-10-18 16:12:53','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41603026721','No','','','','','','','','',0.00,0.00),(2309,'','Cash','','2020-10-18 16:24:47','','0','4','2020-10-18 16:24:47','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41603026776','No','','','','','','','','',0.00,0.00),(2310,'','Cash','','2020-10-18 16:50:04','','0','4','2020-10-18 16:50:04','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603027491','No','','','','','','','','',0.00,0.00),(2311,'','Cash','','2020-10-18 17:28:27','','0','4','2020-10-18 17:28:27','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41603029007','No','','','','','','','','',0.00,0.00),(2312,'','Cash','','2020-10-18 17:41:17','','0','4','2020-10-18 17:41:17','','115','115','1','retail',NULL,'115','1','0','0','0','0','0','0','printed',' ','','1','','41603031309','No','','','','','','','','',0.00,0.00),(2313,'','Cash','','2020-10-18 17:42:22','','0','4','2020-10-18 17:42:22','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603032080','No','','','','','','','','',0.00,0.00),(2314,'','Cash','','2020-10-18 18:34:43','','0','4','2020-10-18 18:34:43','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','','41603033491','No','','','','','','','','',0.00,0.00),(2315,'','Cash','','2020-10-18 18:36:06','','0','4','2020-10-18 18:36:06','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41603035318','No','','','','','','','','',0.00,0.00),(2316,'','Cash','','2020-10-18 18:52:44','','0','4','2020-10-18 18:52:44','','310','310','1','retail',NULL,'310','1','0','0','0','0','0','0','printed',' ','','1','','41603035370','No','','','','','','','','',0.00,0.00),(2317,'','Cash','','2020-10-18 18:53:42','','0','4','2020-10-18 18:53:42','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603036366','No','','','','','','','','',0.00,0.00),(2318,'','Cash','','2020-10-18 19:00:04','','0','4','2020-10-18 19:00:04','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41603036427','No','','','','','','','','',0.00,0.00),(2319,'','Cash','','2020-10-18 19:00:38','','0','4','2020-10-18 19:00:38','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41603036820','Cleared','','','','','','','','',0.00,0.00),(2320,'','Cash','','2020-10-18 19:11:30','','0','4','2020-10-18 19:11:30','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603036841','No','','','','','','','','',0.00,0.00),(2321,'','Cash','','2020-10-18 19:34:45','','0','4','2020-10-18 19:34:45','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41603037493','No','','','','','','','','',0.00,0.00),(2322,'','Cash','','2020-10-18 19:57:36','','0','4','2020-10-18 19:57:36','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41603038888','No','','','','','','','','',0.00,0.00),(2323,'','Cash','','2020-10-18 20:01:38','','0','4','2020-10-18 20:01:38','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41603040258','No','','','','','','','','',0.00,0.00),(2324,'','Cash','','2020-10-18 20:02:22','','0','4','2020-10-18 20:02:22','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603040502','No','','','','','','','','',0.00,0.00),(2325,'','Cash','','2020-10-18 20:02:45','','0','4','2020-10-18 20:02:45','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41603040551','No','','','','','','','','',0.00,0.00),(2326,'','Cash','','2020-10-18 20:03:31','','0','4','2020-10-18 20:03:31','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603040568','No','','','','','','','','',0.00,0.00),(2327,'','Cash','','2020-10-18 20:05:39','','0','4','2020-10-18 20:05:39','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603040723','No','','','','','','','','',0.00,0.00),(2328,'','Cash','','2020-10-19 09:08:40','','0','4','2020-10-19 09:08:40','','310','310','1','retail',NULL,'310','1','0','0','0','0','0','0','printed',' ','','1','','41603087703','No','','','','','','','','',0.00,0.00),(2329,'','Cash','','2020-10-19 09:13:58','','0','4','2020-10-19 09:13:58','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41603087724','No','','','','','','','','',0.00,0.00),(2330,'','Cash','','2020-10-19 09:26:16','','0','4','2020-10-19 09:26:16','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41603088040','No','','','','','','','','',0.00,0.00),(2331,'','Cash','','2020-10-19 09:33:05','','0','4','2020-10-19 09:33:05','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','','41603089176','No','','','','','','','','',0.00,0.00),(2332,'','Cash','','2020-10-19 09:35:46','','0','4','2020-10-19 09:35:46','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41603089188','No','','','','','','','','',0.00,0.00),(2333,'','Cash','','2020-10-19 09:54:17','','0','4','2020-10-19 09:54:17','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603090449','No','','','','','','','','',0.00,0.00),(2334,'','Cash','','2020-10-19 10:04:01','','0','4','2020-10-19 10:04:01','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603091033','No','','','','','','','','',0.00,0.00),(2335,'','Cash','','2020-10-19 10:37:14','','0','4','2020-10-19 10:37:14','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603090462','No','','','','','','','','',0.00,0.00),(2336,'','Cash','','2020-10-19 10:49:50','','0','4','2020-10-19 10:49:50','','24','24','1','retail',NULL,'24','1','0','0','0','0','0','0','printed',' ','','1','','41603093037','No','','','','','','','','',0.00,0.00),(2337,'','Cash','','2020-10-19 10:53:43','','0','4','2020-10-19 10:53:43','','75','75','1','retail',NULL,'75','1','0','0','0','0','0','0','printed',' ','','1','','41603093792','No','','','','','','','','',0.00,0.00),(2338,'','Cash','','2020-10-19 11:02:10','','0','4','2020-10-19 11:02:10','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41603094523','No','','','','','','','','',0.00,0.00),(2339,'','Cash','','2020-10-19 11:11:51','','0','4','2020-10-19 11:11:51','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41603094533','No','','','','','','','','',0.00,0.00),(2340,'','Cash','','2020-10-19 11:14:47','','0','4','2020-10-19 11:14:47','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603095113','No','','','','','','','','',0.00,0.00),(2341,'','Cash','','2020-10-19 11:28:31','','0','4','2020-10-19 11:28:31','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41603095373','No','','','','','','','','',0.00,0.00),(2342,'','Cash','','2020-10-19 11:31:56','','0','4','2020-10-19 11:31:56','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603096114','No','','','','','','','','',0.00,0.00),(2343,'','Cash','','2020-10-19 12:43:40','','0','4','2020-10-19 12:43:40','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41603100592','No','','','','','','','','',0.00,0.00),(2344,'','Cash','','2020-10-19 13:13:40','','0','4','2020-10-19 13:13:40','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603102395','No','','','','','','','','',0.00,0.00),(2345,'','Cash','','2020-10-19 13:15:43','','0','4','2020-10-19 13:15:43','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603102426','No','','','','','','','','',0.00,0.00),(2346,'','Cash','','2020-10-19 13:47:31','','0','4','2020-10-19 13:47:31','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41603104422','No','','','','','','','','',0.00,0.00),(2347,'','Cash','','2020-10-19 13:53:51','','0','4','2020-10-19 13:53:51','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603104718','No','','','','','','','','',0.00,0.00),(2348,'','Cash','','2020-10-19 14:58:51','','0','4','2020-10-19 14:58:51','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603106372','No','','','','','','','','',0.00,0.00),(2349,'','Cash','','2020-10-19 15:11:50','','0','4','2020-10-19 15:11:50','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603108736','No','','','','','','','','',0.00,0.00),(2350,'','Cash','','2020-10-19 15:42:45','','0','4','2020-10-19 15:42:45','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41603109512','No','','','','','','','','',0.00,0.00),(2351,'','Cash','','2020-10-19 15:48:37','','0','4','2020-10-19 15:48:37','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41603111368','No','','','','','','','','',0.00,0.00),(2352,'','Cash','','2020-10-19 15:54:13','','0','4','2020-10-19 15:54:13','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41603111720','No','','','','','','','','',0.00,0.00),(2353,'','Cash','','2020-10-19 16:00:45','','0','4','2020-10-19 16:00:45','','45','45','1','retail',NULL,'45','1','0','0','0','0','0','0','printed',' ','','1','','41603112067','No','','','','','','','','',0.00,0.00),(2354,'','Cash','','2020-10-19 16:11:33','','0','4','2020-10-19 16:11:33','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603112450','No','','','','','','','','',0.00,0.00),(2355,'','Cash','','2020-10-19 16:14:46','','0','4','2020-10-19 16:14:46','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41603113096','No','','','','','','','','',0.00,0.00),(2356,'','Cash','','2020-10-19 16:22:31','','0','4','2020-10-19 16:22:31','','140','140','1','retail',NULL,'140','1','0','0','0','0','0','0','printed',' ','','1','','41603113289','No','','','','','','','','',0.00,0.00),(2357,'','Cash','','2020-10-19 16:38:46','','0','4','2020-10-19 16:38:46','','245','245','1','retail',NULL,'245','1','0','0','0','0','0','0','printed',' ','','1','','41603113820','No','','','','','','','','',0.00,0.00),(2358,'','Cash','','2020-10-19 16:46:41','','0','4','2020-10-19 16:46:41','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41603114787','No','','','','','','','','',0.00,0.00),(2359,'','Cash','','2020-10-19 16:49:41','','0','4','2020-10-19 16:49:41','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603115210','No','','','','','','','','',0.00,0.00),(2360,'','Cash','','2020-10-19 16:56:52','','0','4','2020-10-19 16:56:52','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603115383','No','','','','','','','','',0.00,0.00),(2361,'','Cash','','2020-10-19 17:10:48','','0','4','2020-10-19 17:10:48','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603115814','No','','','','','','','','',0.00,0.00),(2362,'','Cash','','2020-10-19 17:55:15','','0','4','2020-10-19 17:55:15','','855','855','1','retail',NULL,'855','1','0','0','0','0','0','0','printed',' ','','1','','41603119036','Cleared','','','','','','','','',0.00,0.00),(2363,'','Cash','','2020-10-19 18:35:34','','0','4','2020-10-19 18:35:34','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603120270','No','','','','','','','','',0.00,0.00),(2364,'','Cash','','2020-10-19 19:04:26','','0','4','2020-10-19 19:04:26','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41603121744','No','','','','','','','','',0.00,0.00),(2365,'','Cash','','2020-10-19 19:15:43','','0','4','2020-10-19 19:15:43','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603123472','No','','','','','','','','',0.00,0.00),(2366,'','Cash','','2020-10-19 19:18:43','','0','4','2020-10-19 19:18:43','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603124145','No','','','','','','','','',0.00,0.00),(2367,'','Cash','','2020-10-19 19:19:37','','0','4','2020-10-19 19:19:37','','135','135','1','retail',NULL,'135','1','0','0','0','0','0','0','printed',' ','','1','','41603124332','No','','','','','','','','',0.00,0.00),(2368,'','Cash','','2020-10-19 19:34:45','','0','4','2020-10-19 19:34:45','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41603124406','No','','','','','','','','',0.00,0.00),(2369,'','Cash','','2020-10-19 19:35:58','','0','4','2020-10-19 19:35:58','','295','295','1','retail',NULL,'295','1','0','0','0','0','0','0','printed',' ','','1','','41603125336','No','','','','','','','','',0.00,0.00),(2370,'','Cash','','2020-10-19 19:37:13','','0','4','2020-10-19 19:37:13','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41603125387','Cleared','','','','','','','','',0.00,0.00),(2371,'','Cash','','2020-10-19 19:41:53','','0','4','2020-10-19 19:41:53','','360','360','1','retail',NULL,'360','1','0','0','0','0','0','0','printed',' ','','1','','41603125458','No','','','','','','','','',0.00,0.00),(2372,'','Cash','','2020-10-19 19:53:20','','0','4','2020-10-19 19:53:20','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41603125802','No','','','','','','','','',0.00,0.00),(2373,'','Cash','','2020-10-20 09:27:05','','0','4','2020-10-20 09:27:05','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41603175199','No','','','','','','','','',0.00,0.00),(2374,'','Cash','','2020-10-20 09:54:51','','0','4','2020-10-20 09:54:51','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603175243','No','','','','','','','','',0.00,0.00),(2375,'','Cash','','2020-10-20 09:58:31','','0','4','2020-10-20 09:58:31','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41603177100','No','','','','','','','','',0.00,0.00),(2376,'','Cash','','2020-10-20 10:16:14','','0','4','2020-10-20 10:16:14','','145','145','1','retail',NULL,'145','1','0','0','0','0','0','0','printed',' ','','1','','41603177117','No','','','','','','','','',0.00,0.00),(2377,'','Cash','','2020-10-20 10:20:16','','0','4','2020-10-20 10:20:16','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603178190','No','','','','','','','','',0.00,0.00),(2378,'','Cash','','2020-10-20 10:25:32','','0','4','2020-10-20 10:25:32','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603178420','No','','','','','','','','',0.00,0.00),(2379,'','Cash','','2020-10-20 11:40:35','','0','4','2020-10-20 11:40:35','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41603178734','No','','','','','','','','',0.00,0.00),(2380,'','Cash','','2020-10-20 12:10:55','','0','4','2020-10-20 12:10:55','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41603183238','No','','','','','','','','',0.00,0.00),(2381,'','Cash','','2020-10-20 12:12:10','','0','4','2020-10-20 12:12:10','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','41603185069','No','','','','','','','','',0.00,0.00),(2382,'','Cash','','2020-10-20 12:36:48','','0','4','2020-10-20 12:36:48','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41603185244','No','','','','','','','','',0.00,0.00),(2383,'','Cash','','2020-10-20 13:04:54','','0','4','2020-10-20 13:04:54','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41603186613','No','','','','','','','','',0.00,0.00),(2384,'','Cash','','2020-10-20 13:07:18','','0','4','2020-10-20 13:07:18','','52.5','52.5','1','retail',NULL,'52.5','1','0','0','0','0','0','0','printed',' ','','1','','41603188341','No','','','','','','','','',0.00,0.00),(2385,'','Cash','','2020-10-20 13:19:25','','0','4','2020-10-20 13:19:25','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41603188456','No','','','','','','','','',0.00,0.00),(2386,'','Cash','','2020-10-20 16:40:20','','0','4','2020-10-20 16:40:20','','1130','1130','1','retail',NULL,'1130','1','0','0','0','0','0','0','printed',' ','','1','','41603200632','No','','','','','','','','',0.00,0.00),(2387,'','Cash','','2020-10-20 17:00:54','','0','4','2020-10-20 17:00:54','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41603202247','No','','','','','','','','',0.00,0.00),(2388,'','Cash','','2020-10-20 17:09:27','','0','4','2020-10-20 17:09:27','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603202456','No','','','','','','','','',0.00,0.00),(2389,'','Cash','','2020-10-20 17:34:30','','0','4','2020-10-20 17:34:30','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603203598','No','','','','','','','','',0.00,0.00),(2390,'','Cash','','2020-10-20 18:34:01','','0','4','2020-10-20 18:34:01','','580','580','1','retail',NULL,'580','1','0','0','0','0','0','0','printed',' ','','1','','41603204503','No','','','','','','','','',0.00,0.00),(2391,'','Cash','','2020-10-20 18:57:50','','0','4','2020-10-20 18:57:50','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603209443','No','','','','','','','','',0.00,0.00),(2392,'','Cash','','2020-10-20 18:58:34','','0','4','2020-10-20 18:58:34','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41603209473','No','','','','','','','','',0.00,0.00),(2393,'','Cash','','2020-10-20 19:01:36','','0','4','2020-10-20 19:01:36','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603209673','Cleared','','','','','','','','',0.00,0.00),(2394,'','Cash','','2020-10-20 19:07:02','','0','4','2020-10-20 19:07:02','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41603209699','No','','','','','','','','',0.00,0.00),(2395,'','Cash','','2020-10-20 19:31:24','','0','4','2020-10-20 19:31:24','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603210064','No','','','','','','','','',0.00,0.00),(2396,'','Cash','','2020-10-20 19:33:07','','0','4','2020-10-20 19:33:07','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41603211579','No','','','','','','','','',0.00,0.00),(2397,'','Cash','','2020-10-20 19:35:56','','0','4','2020-10-20 19:35:56','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41603211719','No','','','','','','','','',0.00,0.00),(2398,'','Cash','','2020-10-20 19:37:05','','0','4','2020-10-20 19:37:05','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41603211760','No','','','','','','','','',0.00,0.00),(2399,'','Cash','','2020-10-20 19:45:43','','0','4','2020-10-20 19:45:43','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41603211830','No','','','','','','','','',0.00,0.00),(2400,'','Cash','','2020-10-20 19:48:12','','0','4','2020-10-20 19:48:12','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603212356','No','','','','','','','','',0.00,0.00),(2401,'','Cash','','2020-10-20 19:59:45','','0','4','2020-10-20 19:59:45','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41603212497','No','','','','','','','','',0.00,0.00),(2402,'','Cash','','2020-10-21 11:00:56','','0','4','2020-10-21 11:00:56','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41603267191','No','','','','','','','','',0.00,0.00),(2403,'','Cash','','2020-10-21 11:02:00','','0','4','2020-10-21 11:02:00','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41603267312','No','','','','','','','','',0.00,0.00),(2404,'','Cash','','2020-10-21 11:03:47','','0','4','2020-10-21 11:03:47','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41603267325','No','','','','','','','','',0.00,0.00),(2405,'','Cash','','2020-10-21 11:16:57','','0','4','2020-10-21 11:16:57','','155','155','1','retail',NULL,'155','1','0','0','0','0','0','0','printed',' ','','1','','41603267432','No','','','','','','','','',0.00,0.00),(2406,'','Cash','','2020-10-21 12:09:16','','0','4','2020-10-21 12:09:16','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41603271301','No','','','','','','','','',0.00,0.00),(2407,'','Cash','','2020-10-21 12:09:55','','0','4','2020-10-21 12:09:55','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603271387','No','','','','','','','','',0.00,0.00),(2408,'','Cash','','2020-10-21 12:50:04','','0','4','2020-10-21 12:50:04','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41603273532','No','','','','','','','','',0.00,0.00),(2409,'','Cash','','2020-10-21 13:01:45','','0','4','2020-10-21 13:01:45','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41603273806','No','','','','','','','','',0.00,0.00),(2410,'','Cash','','2020-10-21 13:28:56','','0','4','2020-10-21 13:28:56','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603274508','No','','','','','','','','',0.00,0.00),(2411,'','Cash','','2020-10-21 15:24:31','','0','4','2020-10-21 15:24:31','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603283049','No','','','','','','','','',0.00,0.00),(2412,'','Cash','','2020-10-21 15:49:49','','0','4','2020-10-21 15:49:49','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41603283099','No','','','','','','','','',0.00,0.00),(2413,'','Cash','','2020-10-21 16:00:00','','0','4','2020-10-21 16:00:00','','390','390','1','retail',NULL,'390','1','0','0','0','0','0','0','printed',' ','','1','','41603284609','No','','','','','','','','',0.00,0.00),(2414,'','Cash','','2020-10-21 17:06:03','','0','4','2020-10-21 17:06:03','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41603285521','No','','','','','','','','',0.00,0.00),(2415,'','Cash','','2020-10-21 17:10:40','','0','4','2020-10-21 17:10:40','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41603289168','No','','','','','','','','',0.00,0.00),(2416,'','Cash','','2020-10-21 17:23:47','','0','4','2020-10-21 17:23:47','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41603290202','No','','','','','','','','',0.00,0.00),(2417,'','Cash','','2020-10-21 17:25:05','','0','4','2020-10-21 17:25:05','','6','6','1','retail',NULL,'6','1','0','0','0','0','0','0','printed',' ','','1','','41603290237','No','','','','','','','','',0.00,0.00),(2418,'','Cash','','2020-10-21 17:33:33','','0','4','2020-10-21 17:33:33','','195','195','1','retail',NULL,'195','1','0','0','0','0','0','0','printed',' ','','1','','41603290307','No','','','','','','','','',0.00,0.00),(2419,'','Cash','','2020-10-21 17:37:56','','0','4','2020-10-21 17:37:56','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603290831','No','','','','','','','','',0.00,0.00),(2420,'','Cash','','2020-10-21 18:11:47','','0','4','2020-10-21 18:11:47','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603291089','No','','','','','','','','',0.00,0.00),(2421,'','Cash','','2020-10-21 18:28:50','','0','4','2020-10-21 18:28:50','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603293124','No','','','','','','','','',0.00,0.00),(2422,'','Cash','','2020-10-21 18:43:18','','0','4','2020-10-21 18:43:18','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41603294132','No','','','','','','','','',0.00,0.00),(2423,'','Cash','','2020-10-21 18:50:50','','0','4','2020-10-21 18:50:50','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41603295003','No','','','','','','','','',0.00,0.00),(2424,'','Cash','','2020-10-21 18:54:38','','0','4','2020-10-21 18:54:38','','190','190','1','retail',NULL,'190','1','0','0','0','0','0','0','printed',' ','','1','','41603295458','No','','','','','','','','',0.00,0.00),(2425,'','Cash','','2020-10-21 18:58:27','','0','4','2020-10-21 18:58:27','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41603295877','No','','','','','','','','',0.00,0.00),(2426,'','Cash','','2020-10-21 19:24:48','','0','4','2020-10-21 19:24:48','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603295930','No','','','','','','','','',0.00,0.00),(2427,'','Cash','','2020-10-21 19:30:48','','0','4','2020-10-21 19:30:48','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603297836','No','','','','','','','','',0.00,0.00),(2428,'','Cash','','2020-10-21 19:36:44','','0','4','2020-10-21 19:36:44','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41603297851','No','','','','','','','','',0.00,0.00),(2429,'','Cash','','2020-10-21 19:37:38','','0','4','2020-10-21 19:37:38','','115','115','1','retail',NULL,'115','1','0','0','0','0','0','0','printed',' ','','1','','41603298223','No','','','','','','','','',0.00,0.00),(2430,'','Cash','','2020-10-21 19:39:00','','0','4','2020-10-21 19:39:00','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603298271','No','','','','','','','','',0.00,0.00),(2431,'','Cash','','2020-10-21 19:55:49','','0','4','2020-10-21 19:55:49','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603298343','No','','','','','','','','',0.00,0.00),(2432,'','Cash','','2020-10-21 19:58:02','','0','4','2020-10-21 19:58:02','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41603299406','No','','','','','','','','',0.00,0.00),(2433,'','Cash','','2020-10-21 20:00:11','','0','4','2020-10-21 20:00:11','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41603299485','No','','','','','','','','',0.00,0.00),(2434,'','Cash','','2020-10-21 20:02:38','','0','4','2020-10-21 20:02:38','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603299634','No','','','','','','','','',0.00,0.00),(2435,'','Cash','','2020-10-21 20:08:56','','0','4','2020-10-21 20:08:56','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603300115','No','','','','','','','','',0.00,0.00),(2436,'','Cash','','2020-10-22 09:49:27','','0','4','2020-10-22 09:49:27','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41603349339','No','','','','','','','','',0.00,0.00),(2437,'','Cash','','2020-10-22 09:49:59','','0','4','2020-10-22 09:49:59','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41603349377','No','','','','','','','','',0.00,0.00),(2438,'','Cash','','2020-10-22 09:50:32','','0','4','2020-10-22 09:50:32','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41603349405','No','','','','','','','','',0.00,0.00),(2439,'','Cash','','2020-10-22 09:53:17','','0','4','2020-10-22 09:53:17','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','41603349435','No','','','','','','','','',0.00,0.00),(2440,'','Cash','','2020-10-22 10:06:48','','0','4','2020-10-22 10:06:48','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41603349601','No','','','','','','','','',0.00,0.00),(2441,'','Cash','','2020-10-22 10:08:32','','0','4','2020-10-22 10:08:32','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41603350413','No','','','','','','','','',0.00,0.00),(2442,'','Cash','','2020-10-22 10:38:22','','0','4','2020-10-22 10:16:23','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603350552','No','4','2020-10-22 10:38:22','','','','','','',0.00,0.00),(2443,'','Cash','','2020-10-22 11:16:58','','0','4','2020-10-22 11:16:58','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41603352307','No','','','','','','','','',0.00,0.00),(2444,'','Cash','','2020-10-22 11:22:00','','0','4','2020-10-22 11:22:00','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41603354622','No','','','','','','','','',0.00,0.00),(2445,'','Cash','','2020-10-22 11:27:43','','0','4','2020-10-22 11:27:43','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41603354925','No','','','','','','','','',0.00,0.00),(2446,'','Cash','','2020-10-22 11:37:07','','0','4','2020-10-22 11:37:07','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41603355267','No','','','','','','','','',0.00,0.00),(2447,'','Cash','','2020-10-22 11:45:14','','0','4','2020-10-22 11:45:14','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41603355840','No','','','','','','','','',0.00,0.00),(2448,'','Cash','','2020-10-22 12:23:28','','0','4','2020-10-22 12:23:28','','45','45','1','retail',NULL,'45','1','0','0','0','0','0','0','printed',' ','','1','','41603356318','No','','','','','','','','',0.00,0.00),(2449,'','Cash','','2020-10-22 12:55:22','','0','4','2020-10-22 12:55:22','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603358612','No','','','','','','','','',0.00,0.00),(2450,'','Cash','','2020-10-22 13:08:51','','0','4','2020-10-22 13:08:51','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41603360526','No','','','','','','','','',0.00,0.00),(2451,'','Cash','','2020-10-22 14:38:51','','0','4','2020-10-22 14:38:51','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603366060','No','','','','','','','','',0.00,0.00),(2452,'','Cash','','2020-10-22 14:41:21','','0','4','2020-10-22 14:41:21','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41603366736','No','','','','','','','','',0.00,0.00),(2453,'','Cash','','2020-10-22 15:16:25','','0','4','2020-10-22 15:16:25','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41603366885','No','','','','','','','','',0.00,0.00),(2454,'','Cash','','2020-10-22 15:23:16','','0','4','2020-10-22 15:23:16','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41603369048','No','','','','','','','','',0.00,0.00),(2455,'','Cash','','2020-10-22 15:31:12','','0','4','2020-10-22 15:31:12','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','','41603369551','No','','','','','','','','',0.00,0.00),(2456,'','Cash','','2020-10-22 15:42:25','','0','4','2020-10-22 15:42:25','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41603369876','No','','','','','','','','',0.00,0.00),(2457,'','Cash','','2020-10-22 15:55:19','','0','4','2020-10-22 15:55:19','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603370550','No','','','','','','','','',0.00,0.00),(2458,'','Cash','','2020-10-22 16:01:35','','0','4','2020-10-22 16:01:35','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41603371323','No','','','','','','','','',0.00,0.00),(2459,'','Cash','','2020-10-22 16:03:46','','0','4','2020-10-22 16:03:46','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41603371723','No','','','','','','','','',0.00,0.00),(2460,'','Cash','','2020-10-22 16:12:58','','0','4','2020-10-22 16:12:58','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41603371830','No','','','','','','','','',0.00,0.00),(2461,'','Cash','','2020-10-22 16:21:09','','0','4','2020-10-22 16:21:09','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41603372393','Cleared','','','','','','','','',0.00,0.00),(2462,'','Cash','','2020-10-22 16:22:02','','0','4','2020-10-22 16:22:02','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603372876','No','','','','','','','','',0.00,0.00),(2463,'','Cash','','2020-10-22 16:22:45','','0','4','2020-10-22 16:22:45','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41603372937','No','','','','','','','','',0.00,0.00),(2464,'','Cash','','2020-10-22 16:27:34','','0','4','2020-10-22 16:27:34','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603372970','No','','','','','','','','',0.00,0.00),(2465,'','Cash','','2020-10-22 16:29:26','','0','4','2020-10-22 16:29:26','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41603373282','No','','','','','','','','',0.00,0.00),(2466,'','Cash','','2020-10-22 17:53:47','','0','4','2020-10-22 17:53:47','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41603378211','No','','','','','','','','',0.00,0.00),(2467,'','Cash','','2020-10-22 18:56:50','','0','4','2020-10-22 18:56:50','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603381812','No','','','','','','','','',0.00,0.00),(2468,'','Cash','','2020-10-22 19:54:30','','0','4','2020-10-22 19:54:30','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41603385645','No','','','','','','','','',0.00,0.00),(2469,'','Cash','','2020-10-23 09:19:42','','0','4','2020-10-23 09:19:42','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603432098','No','','','','','','','','',0.00,0.00),(2470,'','Cash','','2020-10-23 09:48:07','','0','4','2020-10-23 09:48:07','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41603433987','No','','','','','','','','',0.00,0.00),(2471,'','Cash','','2020-10-23 10:36:15','','0','4','2020-10-23 10:36:15','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603438414','No','','','','','','','','',0.00,0.00),(2472,'','Cash','','2020-10-23 10:59:56','','0','4','2020-10-23 10:59:56','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41603438577','No','','','','','','','','',0.00,0.00),(2473,'','Cash','','2020-10-23 11:58:53','','0','4','2020-10-23 11:58:53','','190','190','1','retail',NULL,'190','1','0','0','0','0','0','0','printed',' ','','1','','41603439998','No','','','','','','','','',0.00,0.00),(2474,'','Cash','','2020-10-23 12:00:19','','0','4','2020-10-23 12:00:19','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603443610','No','','','','','','','','',0.00,0.00),(2475,'','Cash','','2020-10-23 12:16:58','','0','4','2020-10-23 12:16:58','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41603443622','No','','','','','','','','',0.00,0.00),(2476,'','Cash','','2020-10-23 12:21:13','','0','4','2020-10-23 12:21:13','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603444620','No','','','','','','','','',0.00,0.00),(2477,'','Cash','','2020-10-23 12:35:19','','0','4','2020-10-23 12:35:19','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603444875','No','','','','','','','','',0.00,0.00),(2478,'','Cash','','2020-10-23 13:17:04','','0','4','2020-10-23 13:17:04','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41603445721','No','','','','','','','','',0.00,0.00),(2479,'','Cash','','2020-10-23 13:17:59','','0','4','2020-10-23 13:17:59','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603448228','No','','','','','','','','',0.00,0.00),(2480,'','Cash','','2020-10-23 14:50:27','','0','4','2020-10-23 14:50:27','','245','245','1','retail',NULL,'245','1','0','0','0','0','0','0','printed',' ','','1','','41603448281','No','','','','','','','','',0.00,0.00),(2481,'','Cash','','2020-10-23 14:53:04','','0','4','2020-10-23 14:53:04','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603453871','No','','','','','','','','',0.00,0.00),(2482,'','Cash','','2020-10-23 14:55:04','','0','4','2020-10-23 14:55:04','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41603454032','No','','','','','','','','',0.00,0.00),(2483,'','Cash','','2020-10-23 15:23:36','','0','4','2020-10-23 15:23:36','','140','140','1','retail',NULL,'140','1','0','0','0','0','0','0','printed',' ','','1','','41603454106','No','','','','','','','','',0.00,0.00),(2484,'','Cash','','2020-10-23 15:24:34','','0','4','2020-10-23 15:24:34','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41603455859','No','','','','','','','','',0.00,0.00),(2485,'','Cash','','2020-10-23 16:03:17','','0','4','2020-10-23 16:03:17','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603455877','No','','','','','','','','',0.00,0.00),(2486,'','Cash','','2020-10-23 16:31:18','','0','4','2020-10-23 16:31:18','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41603458200','No','','','','','','','','',0.00,0.00),(2487,'','Cash','','2020-10-23 16:43:23','','0','4','2020-10-23 16:43:23','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41603459891','Cleared','','','','','','','','',0.00,0.00),(2488,'','Cash','','2020-10-23 16:57:36','','0','4','2020-10-23 16:57:36','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603460608','No','','','','','','','','',0.00,0.00),(2489,'','Cash','','2020-10-23 17:37:13','','0','4','2020-10-23 17:37:13','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603463538','No','','','','','','','','',0.00,0.00),(2490,'','Cash','','2020-10-23 17:55:59','','0','4','2020-10-23 17:55:59','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41603464782','No','','','','','','','','',0.00,0.00),(2491,'','Cash','','2020-10-23 18:50:29','','0','4','2020-10-23 18:50:29','','265','265','1','retail',NULL,'265','1','0','0','0','0','0','0','printed',' ','','1','','41603468124','Cleared','','','','','','','','',0.00,0.00),(2492,'','Cash','','2020-10-23 18:54:07','','0','4','2020-10-23 18:54:07','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603468233','No','','','','','','','','',0.00,0.00),(2493,'','Cash','','2020-10-23 19:19:18','','0','4','2020-10-23 19:19:18','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41603469773','No','','','','','','','','',0.00,0.00),(2494,'','Cash','','2020-10-23 19:19:42','','0','4','2020-10-23 19:19:42','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','','41603469962','No','','','','','','','','',0.00,0.00),(2495,'','Cash','','2020-10-23 19:20:42','','0','4','2020-10-23 19:20:42','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603470014','Cleared','','','','','','','','',0.00,0.00),(2496,'','Cash','','2020-10-23 19:23:01','','0','4','2020-10-23 19:23:01','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41603470162','No','','','','','','','','',0.00,0.00),(2497,'','Cash','','2020-10-23 19:23:49','','0','4','2020-10-23 19:23:49','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41603470221','No','','','','','','','','',0.00,0.00),(2498,'','Cash','','2020-10-23 19:24:56','','0','4','2020-10-23 19:24:56','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603470274','No','','','','','','','','',0.00,0.00),(2499,'','Cash','','2020-10-23 19:33:56','','0','4','2020-10-23 19:33:56','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41603470799','No','','','','','','','','',0.00,0.00),(2500,'','Cash','','2020-10-23 19:38:14','','0','4','2020-10-23 19:38:14','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41603470839','No','','','','','','','','',0.00,0.00),(2501,'','Cash','','2020-10-23 19:52:12','','0','4','2020-10-23 19:52:12','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41603471922','No','','','','','','','','',0.00,0.00),(2502,'','Cash','','2020-10-23 20:01:02','','0','4','2020-10-23 20:01:02','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41603472452','No','','','','','','','','',0.00,0.00),(2503,'','Cash','','2020-10-24 09:51:06','','0','4','2020-10-24 09:51:06','','183','183','1','retail',NULL,'183','1','0','0','0','0','0','0','printed',' ','','1','','41603522222','No','','','','','','','','',0.00,0.00),(2504,'','Cash','','2020-10-24 09:59:15','','0','4','2020-10-24 09:59:15','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603522275','No','','','','','','','','',0.00,0.00),(2505,'','Cash','','2020-10-24 10:03:14','','0','4','2020-10-24 10:03:14','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603522760','No','','','','','','','','',0.00,0.00),(2506,'','Cash','','2020-10-24 10:04:37','','0','4','2020-10-24 10:04:37','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603522996','No','','','','','','','','',0.00,0.00),(2507,'','Cash','','2020-10-24 10:45:50','','0','4','2020-10-24 10:45:50','','115','115','1','retail',NULL,'115','1','0','0','0','0','0','0','printed',' ','','1','','41603525527','No','','','','','','','','',0.00,0.00),(2508,'','Cash','','2020-10-24 10:53:56','','0','4','2020-10-24 10:53:56','','195','195','1','retail',NULL,'195','1','0','0','0','0','0','0','printed',' ','','1','','41603525594','No','','','','','','','','',0.00,0.00),(2509,'','Cash','','2020-10-24 11:56:43','','0','4','2020-10-24 11:56:43','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41603526118','No','','','','','','','','',0.00,0.00),(2510,'','Cash','','2020-10-24 12:31:18','','0','4','2020-10-24 12:31:18','','365','365','1','retail',NULL,'365','1','0','0','0','0','0','0','printed',' ','','1','','41603531835','No','','','','','','','','',0.00,0.00),(2511,'','Cash','','2020-10-24 12:59:13','','0','4','2020-10-24 12:59:13','','415','415','1','retail',NULL,'415','1','0','0','0','0','0','0','printed',' ','','1','','41603533457','No','','','','','','','','',0.00,0.00),(2512,'','Cash','','2020-10-24 13:30:41','','0','4','2020-10-24 13:30:41','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603533563','No','','','','','','','','',0.00,0.00),(2513,'','Cash','','2020-10-24 13:38:32','','0','4','2020-10-24 13:38:32','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603535443','No','','','','','','','','',0.00,0.00),(2514,'','Cash','','2020-10-24 13:48:20','','0','4','2020-10-24 13:48:20','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41603535917','No','','','','','','','','',0.00,0.00),(2515,'','Cash','','2020-10-24 13:54:28','','0','4','2020-10-24 13:54:28','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603536502','No','','','','','','','','',0.00,0.00),(2516,'','Cash','','2020-10-24 15:06:47','','0','4','2020-10-24 15:06:47','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41603541197','No','','','','','','','','',0.00,0.00),(2517,'','Cash','','2020-10-24 15:17:09','','0','4','2020-10-24 15:17:09','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed',' ','','1','','41603541794','No','','','','','','','','',0.00,0.00),(2518,'','Cash','','2020-10-24 15:30:36','','0','4','2020-10-24 15:30:36','','140','140','1','retail',NULL,'140','1','0','0','0','0','0','0','printed',' ','','1','','41603542490','No','','','','','','','','',0.00,0.00),(2519,'','Cash','','2020-10-24 15:59:15','','0','4','2020-10-24 15:59:15','','109','109','1','retail',NULL,'109','1','0','0','0','0','0','0','printed',' ','','1','','41603542638','No','','','','','','','','',0.00,0.00),(2520,'','Cash','','2020-10-24 16:08:36','','0','4','2020-10-24 16:08:36','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41603544361','No','','','','','','','','',0.00,0.00),(2521,'','Cash','','2020-10-24 16:29:25','','0','4','2020-10-24 16:29:25','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','','41603544918','No','','','','','','','','',0.00,0.00),(2522,'','Cash','','2020-10-24 16:33:59','','0','4','2020-10-24 16:33:59','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41603546167','No','','','','','','','','',0.00,0.00),(2523,'','Cash','','2020-10-24 16:44:53','','0','4','2020-10-24 16:44:53','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603546459','No','','','','','','','','',0.00,0.00),(2524,'','Cash','','2020-10-24 16:47:35','','0','4','2020-10-24 16:47:35','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41603547098','No','','','','','','','','',0.00,0.00),(2525,'','Cash','','2020-10-24 16:54:34','','0','4','2020-10-24 16:54:34','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41603547268','No','','','','','','','','',0.00,0.00),(2526,'','Cash','','2020-10-24 17:07:30','','0','4','2020-10-24 17:07:30','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41603547676','No','','','','','','','','',0.00,0.00),(2527,'','Cash','','2020-10-24 18:16:36','','0','4','2020-10-24 18:16:36','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41603548455','No','','','','','','','','',0.00,0.00),(2528,'','Cash','','2020-10-24 18:20:22','','0','4','2020-10-24 18:20:22','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41603552804','No','','','','','','','','',0.00,0.00),(2529,'','Cash','','2020-10-24 18:28:36','','0','4','2020-10-24 18:28:36','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41603553307','No','','','','','','','','',0.00,0.00),(2530,'','Cash','','2020-10-24 18:30:03','','599','4','2020-10-24 18:30:03','','181','181','1','retail',NULL,'181','1','0','0','0','0','0','0','printed',' ','','1','','41603553320','Cleared','','','','','','','','',0.00,0.00),(2531,'','Cash','','2020-10-24 18:50:48','','0','4','2020-10-24 18:50:48','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603554634','No','','','','','','','','',0.00,0.00),(2532,'','Cash','','2020-10-24 18:51:28','','0','4','2020-10-24 18:51:28','','36','36','1','retail',NULL,'36','1','0','0','0','0','0','0','printed',' ','','1','','41603554664','No','','','','','','','','',0.00,0.00),(2533,'','Cash','','2020-10-24 18:57:15','','0','4','2020-10-24 18:57:15','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603555010','No','','','','','','','','',0.00,0.00),(2534,'','Cash','','2020-10-24 19:04:23','','0','4','2020-10-24 19:04:23','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603555038','No','','','','','','','','',0.00,0.00),(2535,'','Cash','','2020-10-24 19:09:36','','0','4','2020-10-24 19:09:36','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41603555481','No','','','','','','','','',0.00,0.00),(2536,'','Cash','','2020-10-24 19:17:14','','0','4','2020-10-24 19:17:14','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41603555778','No','','','','','','','','',0.00,0.00),(2537,'','Cash','','2020-10-24 19:33:34','','0','4','2020-10-24 19:33:34','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41603556238','No','','','','','','','','',0.00,0.00),(2538,'','Cash','','2020-10-24 19:40:53','','0','4','2020-10-24 19:40:53','','270','270','1','retail',NULL,'270','1','0','0','0','0','0','0','printed',' ','','1','','41603557480','No','','','','','','','','',0.00,0.00),(2539,'','Cash','','2020-10-24 19:52:21','','0','4','2020-10-24 19:52:21','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603558143','No','','','','','','','','',0.00,0.00),(2540,'','Cash','','2020-10-25 11:07:11','','0','4','2020-10-25 11:07:11','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41603613182','No','','','','','','','','',0.00,0.00),(2541,'','Cash','','2020-10-25 11:19:15','','0','4','2020-10-25 11:19:15','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603613234','No','','','','','','','','',0.00,0.00),(2542,'','Cash','','2020-10-25 11:42:19','','0','4','2020-10-25 11:42:19','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603615282','No','','','','','','','','',0.00,0.00),(2543,'','Cash','','2020-10-25 11:53:59','','0','4','2020-10-25 11:53:59','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41603615341','No','','','','','','','','',0.00,0.00),(2544,'','Cash','','2020-10-25 11:56:36','','0','4','2020-10-25 11:56:36','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603616043','No','','','','','','','','',0.00,0.00),(2545,'','Cash','','2020-10-25 11:59:12','','0','4','2020-10-25 11:59:12','','440','440','1','retail',NULL,'440','1','0','0','0','0','0','0','printed',' ','','1','','41603616203','No','','','','','','','','',0.00,0.00),(2546,'','Cash','','2020-10-25 12:13:03','','0','4','2020-10-25 12:13:03','','105','105','1','retail',NULL,'105','1','0','0','0','0','0','0','printed',' ','','1','','41603617123','No','','','','','','','','',0.00,0.00),(2547,'','Cash','','2020-10-25 13:05:02','','0','4','2020-10-25 13:05:02','','175','175','1','retail',NULL,'175','1','0','0','0','0','0','0','printed',' ','','1','','41603618454','No','','','','','','','','',0.00,0.00),(2548,'','Cash','','2020-10-25 13:17:17','','0','4','2020-10-25 13:17:17','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41603620902','No','','','','','','','','',0.00,0.00),(2549,'','Cash','','2020-10-25 13:21:19','','0','4','2020-10-25 13:21:19','','580','580','1','retail',NULL,'580','1','0','0','0','0','0','0','printed',' ','','1','','41603621104','No','','','','','','','','',0.00,0.00),(2550,'','Cash','','2020-10-25 13:32:00','','0','4','2020-10-25 13:32:00','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41603621653','No','','','','','','','','',0.00,0.00),(2551,'','Cash','','2020-10-25 13:44:34','','0','4','2020-10-25 13:44:34','','2525','2525','1','retail',NULL,'2525','1','0','0','0','0','0','0','printed',' ','','1','','41603621924','No','','','','','','','','',0.00,0.00),(2552,'','Cash','','2020-10-25 13:44:47','','0','4','2020-10-25 13:44:47','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','','41603622676','No','','','','','','','','',0.00,0.00),(2553,'','Cash','','2020-10-25 13:51:22','','0','4','2020-10-25 13:51:22','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41603623065','No','','','','','','','','',0.00,0.00),(2554,'','Cash','','2020-10-26 08:45:08','','0','4','2020-10-26 08:45:08','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603691099','No','','','','','','','','',0.00,0.00),(2555,'','Cash','','2020-10-26 09:09:40','','0','4','2020-10-26 09:09:40','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603691113','No','','','','','','','','',0.00,0.00),(2556,'','Cash','','2020-10-26 09:39:09','','0','4','2020-10-26 09:39:09','','198','198','1','retail',NULL,'198','1','0','0','0','0','0','0','printed',' ','','1','','41603694323','No','','','','','','','','',0.00,0.00),(2557,'','Cash','','2020-10-26 10:07:02','','0','4','2020-10-26 10:07:02','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603694353','No','','','','','','','','',0.00,0.00),(2558,'','Cash','','2020-10-26 10:07:33','','0','4','2020-10-26 10:07:33','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41603696025','No','','','','','','','','',0.00,0.00),(2559,'','Cash','','2020-10-26 10:12:56','','0','4','2020-10-26 10:12:56','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41603696068','No','','','','','','','','',0.00,0.00),(2560,'','Cash','','2020-10-26 10:13:23','','0','4','2020-10-26 10:13:23','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603696396','No','','','','','','','','',0.00,0.00),(2561,'','Cash','','2020-10-26 10:25:21','','0','4','2020-10-26 10:25:21','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603696937','No','','','','','','','','',0.00,0.00),(2562,'','Cash','','2020-10-26 10:29:04','','0','4','2020-10-26 10:29:04','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41603697125','No','','','','','','','','',0.00,0.00),(2563,'','Cash','','2020-10-26 10:34:20','','0','4','2020-10-26 10:34:20','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603697415','No','','','','','','','','',0.00,0.00),(2564,'','Cash','','2020-10-26 10:35:58','','0','4','2020-10-26 10:35:58','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41603697662','No','','','','','','','','',0.00,0.00),(2565,'','Cash','','2020-10-26 10:57:53','','0','4','2020-10-26 10:57:53','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41603698920','No','','','','','','','','',0.00,0.00),(2566,'','Cash','','2020-10-26 11:07:34','','0','4','2020-10-26 11:07:34','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41603699627','No','','','','','','','','',0.00,0.00),(2567,'','Cash','','2020-10-26 11:20:42','','0','4','2020-10-26 11:20:42','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603700383','No','','','','','','','','',0.00,0.00),(2568,'','Cash','','2020-10-26 11:51:11','','0','4','2020-10-26 11:51:11','','24','24','1','retail',NULL,'24','1','0','0','0','0','0','0','printed',' ','','1','','41603702260','No','','','','','','','','',0.00,0.00),(2569,'','Cash','','2020-10-26 11:57:09','','0','4','2020-10-26 11:57:09','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41603702277','No','','','','','','','','',0.00,0.00),(2570,'','Cash','','2020-10-26 11:59:00','','0','4','2020-10-26 11:59:00','','155','155','1','retail',NULL,'155','1','0','0','0','0','0','0','printed',' ','','1','','41603702636','No','','','','','','','','',0.00,0.00),(2571,'','Cash','','2020-10-26 12:19:50','','0','4','2020-10-26 12:19:50','','470','470','1','retail',NULL,'470','1','0','0','0','0','0','0','printed',' ','','1','','41603703971','No','','','','','','','','',0.00,0.00),(2572,'','Cash','','2020-10-26 12:33:55','','0','4','2020-10-26 12:33:55','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41603704027','No','','','','','','','','',0.00,0.00),(2573,'','Cash','','2020-10-26 12:48:38','','0','4','2020-10-26 12:48:38','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41603705705','No','','','','','','','','',0.00,0.00),(2574,'','Cash','','2020-10-26 13:19:11','','0','4','2020-10-26 13:19:11','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41603705720','No','','','','','','','','',0.00,0.00),(2575,'','Cash','','2020-10-26 13:51:26','','0','4','2020-10-26 13:51:26','','190','190','1','retail',NULL,'190','1','0','0','0','0','0','0','printed',' ','','1','','41603707555','Cleared','','','','','','','','',0.00,0.00),(2576,'','Cash','','2020-10-26 14:04:56','','0','4','2020-10-26 14:04:56','','930','930','1','retail',NULL,'930','1','0','0','0','0','0','0','printed',' ','','1','','41603709492','No','','','','','','','','',0.00,0.00),(2577,'','Cash','','2020-10-26 14:11:42','','0','4','2020-10-26 14:11:42','','48','48','1','retail',NULL,'48','1','0','0','0','0','0','0','printed',' ','','1','','41603710552','No','','','','','','','','',0.00,0.00),(2578,'','Cash','','2020-10-26 14:44:44','','0','4','2020-10-26 14:44:44','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41603710773','No','4','2020-10-26 14:44:44','','','','','','',0.00,0.00),(2579,'','Cash','','2020-10-26 14:48:14','','0','4','2020-10-26 14:48:14','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603712883','No','','','','','','','','',0.00,0.00),(2580,'','Cash','','2020-10-26 14:50:19','','0','4','2020-10-26 14:50:19','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603712972','No','','','','','','','','',0.00,0.00),(2581,'','Cash','','2020-10-26 15:04:17','','0','4','2020-10-26 15:04:17','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41603713850','No','','','','','','','','',0.00,0.00),(2582,'','Cash','','2020-10-26 15:04:53','','0','4','2020-10-26 15:04:53','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603713860','No','','','','','','','','',0.00,0.00),(2583,'','Cash','','2020-10-26 15:09:11','','0','4','2020-10-26 15:09:11','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41603713941','No','','','','','','','','',0.00,0.00),(2584,'','Cash','','2020-10-26 15:19:32','','0','4','2020-10-26 15:19:32','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41603714172','No','','','','','','','','',0.00,0.00),(2585,'','Cash','','2020-10-26 16:26:03','','0','4','2020-10-26 15:56:07','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','','41603714774','No','4','2020-10-26 16:26:03','','','','','','',0.00,0.00),(2586,'','Cash','','2020-10-26 16:26:35','','0','4','2020-10-26 16:26:35','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41603718777','No','','','','','','','','',0.00,0.00),(2587,'','Cash','','2020-10-26 16:41:53','','0','4','2020-10-26 16:41:53','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41603719682','No','','','','','','','','',0.00,0.00),(2588,'','Cash','','2020-10-26 17:04:01','','0','4','2020-10-26 17:04:01','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41603721023','No','','','','','','','','',0.00,0.00),(2589,'','Cash','','2020-10-26 17:05:50','','0','4','2020-10-26 17:05:50','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41603721120','No','','','','','','','','',0.00,0.00),(2590,'','Cash','','2020-10-26 17:06:10','','0','4','2020-10-26 17:06:10','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603721159','No','','','','','','','','',0.00,0.00),(2591,'','Cash','','2020-10-26 17:10:10','','0','4','2020-10-26 17:10:10','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603721187','No','','','','','','','','',0.00,0.00),(2592,'','Cash','','2020-10-26 17:18:10','','0','4','2020-10-26 17:18:10','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41603721412','No','','','','','','','','',0.00,0.00),(2593,'','Cash','','2020-10-26 17:37:00','','0','4','2020-10-26 17:37:00','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41603722228','No','','','','','','','','',0.00,0.00),(2594,'','Cash','','2020-10-26 18:16:06','','0','4','2020-10-26 18:16:06','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603723656','No','','','','','','','','',0.00,0.00),(2595,'','Cash','','2020-10-26 18:19:26','','0','4','2020-10-26 18:19:26','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603725369','No','','','','','','','','',0.00,0.00),(2596,'','Cash','','2020-10-26 18:49:41','','0','4','2020-10-26 18:49:41','','24','24','1','retail',NULL,'24','1','0','0','0','0','0','0','printed',' ','','1','','41603725568','No','','','','','','','','',0.00,0.00),(2597,'','Cash','','2020-10-26 18:52:51','','0','4','2020-10-26 18:52:51','','190','190','1','retail',NULL,'190','1','0','0','0','0','0','0','printed',' ','','1','','41603727383','No','','','','','','','','',0.00,0.00),(2598,'','Cash','','2020-10-26 19:05:01','','0','4','2020-10-26 19:05:01','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603727653','No','','','','','','','','',0.00,0.00),(2599,'','Cash','','2020-10-26 19:06:41','','0','4','2020-10-26 19:06:41','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41603728324','No','','','','','','','','',0.00,0.00),(2600,'','Cash','','2020-10-26 19:14:44','','0','4','2020-10-26 19:14:44','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603728403','No','','','','','','','','',0.00,0.00),(2601,'','Cash','','2020-10-26 19:21:28','','0','4','2020-10-26 19:21:28','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41603728886','No','','','','','','','','',0.00,0.00),(2602,'','Cash','','2020-10-26 19:25:30','','0','4','2020-10-26 19:25:30','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41603729297','No','','','','','','','','',0.00,0.00),(2603,'','Cash','','2020-10-26 19:49:28','','0','4','2020-10-26 19:49:28','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603729536','No','','','','','','','','',0.00,0.00),(2604,'','Cash','','2020-10-27 12:04:11','','0','4','2020-10-27 12:04:11','','175','175','1','retail',NULL,'175','1','0','0','0','0','0','0','printed',' ','','1','','41603789407','No','','','','','','','','',0.00,0.00),(2605,'','Cash','','2020-10-27 13:31:16','','0','4','2020-10-27 13:31:16','','370','370','1','retail',NULL,'370','1','0','0','0','0','0','0','printed',' ','','1','','41603793251','No','','','','','','','','',0.00,0.00),(2606,'','Cash','','2020-10-27 13:33:30','','0','4','2020-10-27 13:33:30','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41603794680','No','','','','','','','','',0.00,0.00),(2607,'','Cash','','2020-10-27 13:52:43','','0','4','2020-10-27 13:52:43','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603794928','No','','','','','','','','',0.00,0.00),(2608,'','Cash','','2020-10-27 14:24:49','','0','4','2020-10-27 14:24:49','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41603796235','No','','','','','','','','',0.00,0.00),(2609,'','Cash','','2020-10-27 14:40:40','','0','4','2020-10-27 14:40:40','','313','313','1','retail',NULL,'313','1','0','0','0','0','0','0','printed',' ','','1','','41603797891','No','','','','','','','','',0.00,0.00),(2610,'','Cash','','2020-10-27 14:46:45','','0','4','2020-10-27 14:46:45','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41603798842','No','','','','','','','','',0.00,0.00),(2611,'','Cash','','2020-10-27 15:00:33','','0','4','2020-10-27 15:00:33','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41603799207','No','','','','','','','','',0.00,0.00),(2612,'','Cash','','2020-10-27 15:20:14','','0','4','2020-10-27 15:20:14','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41603800035','No','','','','','','','','',0.00,0.00),(2613,'','Cash','','2020-10-27 15:30:13','','0','4','2020-10-27 15:30:13','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41603801219','No','','','','','','','','',0.00,0.00),(2614,'','Cash','','2020-10-27 15:48:33','','0','4','2020-10-27 15:48:33','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41603801815','No','','','','','','','','',0.00,0.00),(2615,'','Cash','','2020-10-27 16:04:16','','0','4','2020-10-27 16:04:16','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603802916','No','','','','','','','','',0.00,0.00),(2616,'','Cash','','2020-10-27 16:15:16','','0','4','2020-10-27 16:15:16','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41603803858','No','','','','','','','','',0.00,0.00),(2617,'','Cash','','2020-10-27 16:42:45','','0','4','2020-10-27 16:42:45','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41603804537','No','','','','','','','','',0.00,0.00),(2618,'','Cash','','2020-10-27 16:55:05','','0','4','2020-10-27 16:55:05','','245','245','1','retail',NULL,'245','1','0','0','0','0','0','0','printed',' ','','1','','41603806168','No','','','','','','','','',0.00,0.00),(2619,'','Cash','','2020-10-27 17:04:25','','0','4','2020-10-27 17:04:25','','190','190','1','retail',NULL,'190','1','0','0','0','0','0','0','printed',' ','','1','','41603806910','No','','','','','','','','',0.00,0.00),(2620,'','Cash','','2020-10-27 17:17:52','','0','4','2020-10-27 17:17:52','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41603807474','No','','','','','','','','',0.00,0.00),(2621,'','Cash','','2020-10-27 17:22:47','','0','4','2020-10-27 17:22:47','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41603808274','No','','','','','','','','',0.00,0.00),(2622,'','Cash','','2020-10-27 17:47:37','','0','4','2020-10-27 17:47:37','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41603808571','No','','','','','','','','',0.00,0.00),(2623,'','Cash','','2020-10-27 17:56:59','','0','4','2020-10-27 17:56:59','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41603810077','No','','','','','','','','',0.00,0.00),(2624,'','Cash','','2020-10-27 18:10:28','','0','4','2020-10-27 18:10:28','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603810623','No','','','','','','','','',0.00,0.00),(2625,'','Cash','','2020-10-27 18:26:04','','0','4','2020-10-27 18:26:04','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41603811434','No','','','','','','','','',0.00,0.00),(2626,'','Cash','','2020-10-27 18:47:50','','0','4','2020-10-27 18:47:50','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41603812371','No','','','','','','','','',0.00,0.00),(2627,'','Cash','','2020-10-27 19:10:33','','0','4','2020-10-27 19:10:33','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41603813672','No','','','','','','','','',0.00,0.00),(2628,'','Cash','','2020-10-27 19:30:05','','0','4','2020-10-27 19:30:05','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603815035','No','','','','','','','','',0.00,0.00),(2629,'','Cash','','2020-10-27 19:37:24','','0','4','2020-10-27 19:37:24','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41603816607','No','','','','','','','','',0.00,0.00),(2630,'','Cash','','2020-10-27 19:44:04','','0','4','2020-10-27 19:44:04','','710','710','1','retail',NULL,'710','1','0','0','0','0','0','0','printed',' ','','1','','41603816650','No','','','','','','','','',0.00,0.00),(2631,'','Cash','','2020-10-27 19:58:26','','0','4','2020-10-27 19:58:26','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41603817071','No','','','','','','','','',0.00,0.00),(2632,'','Cash','','2020-10-27 20:02:26','','0','4','2020-10-27 20:02:26','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603818121','No','','','','','','','','',0.00,0.00),(2633,'','Cash','','2020-10-28 08:38:34','','0','4','2020-10-28 08:38:34','','108','108','1','retail',NULL,'108','1','0','0','0','0','0','0','printed',' ','','1','','41603863486','No','','','','','','','','',0.00,0.00),(2634,'','Cash','','2020-10-28 09:01:56','','0','4','2020-10-28 09:01:56','','190','190','1','retail',NULL,'190','1','0','0','0','0','0','0','printed',' ','','1','','41603863520','No','','','','','','','','',0.00,0.00),(2635,'','Cash','','2020-10-28 11:31:43','','0','4','2020-10-28 11:31:43','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603873893','No','','','','','','','','',0.00,0.00),(2636,'','Cash','','2020-10-28 11:31:59','','0','4','2020-10-28 11:31:59','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41603873907','No','','','','','','','','',0.00,0.00),(2637,'','Cash','','2020-10-28 11:44:28','','0','4','2020-10-28 11:44:28','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603873921','No','','','','','','','','',0.00,0.00),(2638,'','Cash','','2020-10-28 11:53:30','','0','4','2020-10-28 11:53:30','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41603874672','No','','','','','','','','',0.00,0.00),(2639,'','Cash','','2020-10-28 12:20:22','','0','4','2020-10-28 12:20:22','','220','220','1','retail',NULL,'220','1','0','0','0','0','0','0','printed',' ','','1','','41603876808','Cleared','','','','','','','','',0.00,0.00),(2640,'','Cash','','2020-10-28 12:55:00','','0','4','2020-10-28 12:55:00','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603877548','No','','','','','','','','',0.00,0.00),(2641,'','Cash','','2020-10-28 13:21:41','','0','4','2020-10-28 13:21:41','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41603880483','No','','','','','','','','',0.00,0.00),(2642,'','Cash','','2020-10-28 13:22:42','','0','4','2020-10-28 13:22:42','','410','410','1','retail',NULL,'410','1','0','0','0','0','0','0','printed',' ','','1','','41603880503','No','','','','','','','','',0.00,0.00),(2643,'','Cash','','2020-10-28 13:44:39','','0','4','2020-10-28 13:44:39','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41603880651','No','','','','','','','','',0.00,0.00),(2644,'','Cash','','2020-10-28 13:47:30','','0','4','2020-10-28 13:47:30','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41603881883','No','','','','','','','','',0.00,0.00),(2645,'','Cash','','2020-10-28 14:10:00','','0','4','2020-10-28 14:10:00','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603882053','No','','','','','','','','',0.00,0.00),(2646,'','Cash','','2020-10-28 14:32:52','','0','4','2020-10-28 14:32:52','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41603883412','No','','','','','','','','',0.00,0.00),(2647,'','Cash','','2020-10-28 14:34:13','','0','4','2020-10-28 14:34:13','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603884776','No','','','','','','','','',0.00,0.00),(2648,'','Cash','','2020-10-28 14:52:43','','0','4','2020-10-28 14:52:43','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41603884855','No','','','','','','','','',0.00,0.00),(2649,'','Cash','','2020-10-28 14:58:35','','0','4','2020-10-28 14:58:35','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41603885965','No','','','','','','','','',0.00,0.00),(2650,'','Cash','','2020-10-28 15:01:16','','0','4','2020-10-28 15:01:16','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41603886318','No','','','','','','','','',0.00,0.00),(2651,'','Cash','','2020-10-28 15:15:13','','0','4','2020-10-28 15:15:13','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41603886478','No','','','','','','','','',0.00,0.00),(2652,'','Cash','','2020-10-28 15:45:49','','0','4','2020-10-28 15:45:49','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41603889123','No','','','','','','','','',0.00,0.00),(2653,'','Cash','','2020-10-28 16:16:58','','0','4','2020-10-28 16:16:58','','235','235','1','retail',NULL,'235','1','0','0','0','0','0','0','printed',' ','','1','','41603890971','No','','','','','','','','',0.00,0.00),(2654,'','Cash','','2020-10-28 16:28:38','','0','4','2020-10-28 16:28:38','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41603891033','No','','','','','','','','',0.00,0.00),(2655,'','Cash','','2020-10-28 16:47:22','','0','4','2020-10-28 16:47:22','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603892041','No','','','','','','','','',0.00,0.00),(2656,'','Cash','','2020-10-28 17:33:22','','0','4','2020-10-28 17:33:22','','24','24','1','retail',NULL,'24','1','0','0','0','0','0','0','printed',' ','','1','','41603892859','No','','','','','','','','',0.00,0.00),(2657,'','Cash','','2020-10-28 17:40:27','','0','4','2020-10-28 17:40:27','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41603895605','No','','','','','','','','',0.00,0.00),(2658,'','Cash','','2020-10-28 18:16:58','','0','4','2020-10-28 18:16:58','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603896054','No','','','','','','','','',0.00,0.00),(2659,'','Cash','','2020-10-28 18:37:35','','0','4','2020-10-28 18:37:35','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41603899188','No','','','','','','','','',0.00,0.00),(2660,'','Cash','','2020-10-28 18:47:30','','0','4','2020-10-28 18:47:30','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603899537','No','','','','','','','','',0.00,0.00),(2661,'','Cash','','2020-10-28 18:55:02','','0','4','2020-10-28 18:55:02','','260','260','1','retail',NULL,'260','1','0','0','0','0','0','0','printed',' ','','1','','41603900053','No','','','','','','','','',0.00,0.00),(2662,'','Cash','','2020-10-28 18:56:38','','0','4','2020-10-28 18:56:38','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603900559','No','','','','','','','','',0.00,0.00),(2663,'','Cash','','2020-10-28 19:10:42','','0','4','2020-10-28 19:10:42','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41603900606','No','','','','','','','','',0.00,0.00),(2664,'','Cash','','2020-10-28 19:32:48','','0','4','2020-10-28 19:32:48','','95','95','1','retail',NULL,'95','1','0','0','0','0','0','0','printed',' ','','1','','41603901444','No','','','','','','','','',0.00,0.00),(2665,'','Cash','','2020-10-28 19:57:57','','0','4','2020-10-28 19:57:57','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603904267','No','','','','','','','','',0.00,0.00),(2666,'','Cash','','2020-10-29 08:42:27','','0','4','2020-10-29 08:42:27','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41603950104','No','','','','','','','','',0.00,0.00),(2667,'','Cash','','2020-10-29 08:46:10','','0','4','2020-10-29 08:46:10','','230','230','1','retail',NULL,'230','1','0','0','0','0','0','0','printed',' ','','1','','41603950152','No','','','','','','','','',0.00,0.00),(2668,'','Cash','','2020-10-29 09:21:44','','0','4','2020-10-29 09:21:44','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41603950406','No','','','','','','','','',0.00,0.00),(2669,'','Cash','','2020-10-29 09:53:25','','0','4','2020-10-29 09:53:25','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603954390','No','','','','','','','','',0.00,0.00),(2670,'','Cash','','2020-10-29 10:01:04','','0','4','2020-10-29 10:01:04','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603954410','No','','','','','','','','',0.00,0.00),(2671,'','Cash','','2020-10-29 10:32:59','','0','4','2020-10-29 10:32:59','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41603954869','No','','','','','','','','',0.00,0.00),(2672,'','Cash','','2020-10-29 10:33:41','','0','4','2020-10-29 10:33:41','','72','72','1','retail',NULL,'72','1','0','0','0','0','0','0','printed',' ','','1','','41603956785','No','','','','','','','','',0.00,0.00),(2673,'','Cash','','2020-10-29 10:35:23','','0','4','2020-10-29 10:35:23','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603956824','No','','','','','','','','',0.00,0.00),(2674,'','Cash','','2020-10-29 10:43:06','','0','4','2020-10-29 10:43:06','','24','24','1','retail',NULL,'24','1','0','0','0','0','0','0','printed',' ','','1','','41603957375','No','','','','','','','','',0.00,0.00),(2675,'','Cash','','2020-10-29 10:50:12','','0','4','2020-10-29 10:50:12','','501','501','1','retail',NULL,'501','1','0','0','0','0','0','0','printed',' ','','1','','41603957390','No','','','','','','','','',0.00,0.00),(2676,'','Cash','','2020-10-29 11:01:55','','0','4','2020-10-29 11:01:55','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41603957994','No','','','','','','','','',0.00,0.00),(2677,'','Cash','','2020-10-29 11:25:09','','0','4','2020-10-29 11:25:09','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41603958518','No','','','','','','','','',0.00,0.00),(2678,'','Cash','','2020-10-29 12:00:16','','0','4','2020-10-29 12:00:16','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603959914','No','','','','','','','','',0.00,0.00),(2679,'','Cash','','2020-10-29 12:29:04','','0','4','2020-10-29 12:29:04','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41603962018','No','','','','','','','','',0.00,0.00),(2680,'','Cash','','2020-10-29 12:31:05','','0','4','2020-10-29 12:31:05','','12','12','1','retail',NULL,'12','1','0','0','0','0','0','0','printed',' ','','1','','41603963855','No','','','','','','','','',0.00,0.00),(2681,'','Cash','','2020-10-29 13:19:26','','0','4','2020-10-29 13:19:26','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41603963869','No','','','','','','','','',0.00,0.00),(2682,'','Cash','','2020-10-29 13:33:17','','0','4','2020-10-29 13:33:17','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41603966770','No','','','','','','','','',0.00,0.00),(2683,'','Cash','','2020-10-29 14:27:46','','0','4','2020-10-29 14:27:46','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41603967609','No','','','','','','','','',0.00,0.00),(2684,'','Cash','','2020-10-29 14:43:57','','0','4','2020-10-29 14:43:57','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603970870','No','','','','','','','','',0.00,0.00),(2685,'','Cash','','2020-10-29 14:50:28','','0','4','2020-10-29 14:50:28','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41603971840','No','','','','','','','','',0.00,0.00),(2686,'','Cash','','2020-10-29 14:55:39','','0','4','2020-10-29 14:55:39','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41603972239','No','','','','','','','','',0.00,0.00),(2687,'','Cash','','2020-10-29 15:35:16','','0','4','2020-10-29 15:35:16','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41603972543','No','','','','','','','','',0.00,0.00),(2688,'','Cash','','2020-10-29 15:59:26','','0','4','2020-10-29 15:59:26','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603974923','No','','','','','','','','',0.00,0.00),(2689,'','Cash','','2020-10-29 16:29:08','','0','4','2020-10-29 16:29:08','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41603976371','No','','','','','','','','',0.00,0.00),(2690,'','Cash','','2020-10-29 16:40:09','','0','4','2020-10-29 16:40:09','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603978154','No','','','','','','','','',0.00,0.00),(2691,'','Cash','','2020-10-29 17:01:10','','0','4','2020-10-29 17:01:10','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41603978835','No','','','','','','','','',0.00,0.00),(2692,'','Cash','','2020-10-29 17:34:51','','0','4','2020-10-29 17:34:51','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41603980187','Cleared','','','','','','','','',0.00,0.00),(2693,'','Cash','','2020-10-29 18:36:10','','0','4','2020-10-29 18:36:10','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603982098','No','','','','','','','','',0.00,0.00),(2694,'','Cash','','2020-10-29 18:43:37','','0','4','2020-10-29 18:43:37','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603986020','No','','','','','','','','',0.00,0.00),(2695,'','Cash','','2020-10-29 18:51:01','','0','4','2020-10-29 18:51:01','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603986222','No','','','','','','','','',0.00,0.00),(2696,'','Cash','','2020-10-29 19:07:57','','0','4','2020-10-29 19:07:57','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41603987535','No','','','','','','','','',0.00,0.00),(2697,'','Cash','','2020-10-29 19:21:36','','0','4','2020-10-29 19:21:36','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41603987767','No','','','','','','','','',0.00,0.00),(2698,'','Cash','','2020-10-29 19:23:36','','0','4','2020-10-29 19:23:36','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603988504','No','','','','','','','','',0.00,0.00),(2699,'','Cash','','2020-10-29 19:31:38','','0','4','2020-10-29 19:31:38','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41603988621','No','','','','','','','','',0.00,0.00),(2700,'','Cash','','2020-10-29 19:34:02','','0','4','2020-10-29 19:34:02','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603989128','No','','','','','','','','',0.00,0.00),(2701,'','Cash','','2020-10-29 19:59:15','','0','4','2020-10-29 19:59:15','','635','635','1','retail',NULL,'635','1','0','0','0','0','0','0','printed',' ','','1','','41603990642','No','','','','','','','','',0.00,0.00),(2702,'','Cash','','2020-10-29 20:02:08','','0','4','2020-10-29 20:02:08','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41603990910','No','','','','','','','','',0.00,0.00),(2703,'','Cash','','2020-10-30 09:48:17','','0','4','2020-10-30 09:48:17','','190','190','1','retail',NULL,'190','1','0','0','0','0','0','0','printed',' ','','1','','41604040446','No','','','','','','','','',0.00,0.00),(2704,'','Cash','','2020-10-30 11:58:39','','0','4','2020-10-30 11:58:39','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41604047198','No','','','','','','','','',0.00,0.00),(2705,'','Cash','','2020-10-30 12:12:11','','0','4','2020-10-30 12:12:11','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41604049106','No','','','','','','','','',0.00,0.00),(2706,'','Cash','','2020-10-30 12:34:28','','0','4','2020-10-30 12:34:28','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41604049133','No','','','','','','','','',0.00,0.00),(2707,'','Cash','','2020-10-30 12:40:04','','0','4','2020-10-30 12:40:04','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41604050470','No','','','','','','','','',0.00,0.00),(2708,'','Cash','','2020-10-30 12:45:47','','0','4','2020-10-30 12:45:47','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41604050808','No','','','','','','','','',0.00,0.00),(2709,'','Cash','','2020-10-30 13:20:34','','0','4','2020-10-30 13:20:34','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41604051150','No','','','','','','','','',0.00,0.00),(2710,'','Cash','','2020-10-30 14:21:11','','0','4','2020-10-30 14:21:11','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41604053238','No','','','','','','','','',0.00,0.00),(2711,'','Cash','','2020-10-30 14:33:59','','0','4','2020-10-30 14:33:59','','210','210','1','retail',NULL,'210','1','0','0','0','0','0','0','printed',' ','','1','','41604056881','No','','','','','','','','',0.00,0.00),(2712,'','Cash','','2020-10-30 14:38:00','','0','4','2020-10-30 14:38:00','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41604057705','No','','','','','','','','',0.00,0.00),(2713,'','Cash','','2020-10-30 15:18:20','','0','4','2020-10-30 15:18:20','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','','41604057883','Cleared','','','','','','','','',0.00,0.00),(2714,'','Cash','','2020-10-30 15:20:22','','0','4','2020-10-30 15:20:22','','480','480','1','retail',NULL,'480','1','0','0','0','0','0','0','printed',' ','','1','','41604060367','No','','','','','','','','',0.00,0.00),(2715,'','Cash','','2020-10-30 16:18:38','','0','4','2020-10-30 15:30:23','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41604060425','No','4','2020-10-30 16:18:38','','','','','','',0.00,0.00),(2716,'','Cash','','2020-10-30 15:37:24','','0','4','2020-10-30 15:37:24','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41604061028','No','','','','','','','','',0.00,0.00),(2717,'','Cash','','2020-10-30 15:38:33','','0','4','2020-10-30 15:38:33','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41604061455','No','','','','','','','','',0.00,0.00),(2718,'','Cash','','2020-10-30 15:59:31','','0','4','2020-10-30 15:59:31','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41604061515','No','','','','','','','','',0.00,0.00),(2719,'','Cash','','2020-10-30 16:04:51','','0','4','2020-10-30 16:04:51','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41604062774','No','','','','','','','','',0.00,0.00),(2720,'','Cash','','2020-10-30 16:19:48','','0','4','2020-10-30 16:19:48','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41604063966','No','','','','','','','','',0.00,0.00),(2721,'','Cash','','2020-10-30 16:23:14','','0','4','2020-10-30 16:23:14','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41604064006','No','','','','','','','','',0.00,0.00),(2722,'','Cash','','2020-10-30 16:25:42','','0','4','2020-10-30 16:25:42','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41604064197','No','','','','','','','','',0.00,0.00),(2723,'','Cash','','2020-10-30 17:22:52','','0','4','2020-10-30 17:22:52','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41604067411','No','','','','','','','','',0.00,0.00),(2724,'','Cash','','2020-10-30 17:23:40','','0','4','2020-10-30 17:23:40','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41604067794','No','','','','','','','','',0.00,0.00),(2725,'','Cash','','2020-10-30 17:26:47','','0','4','2020-10-30 17:26:47','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','','41604067823','No','','','','','','','','',0.00,0.00),(2726,'','Cash','','2020-10-30 17:30:00','','0','4','2020-10-30 17:30:00','','610','610','1','retail',NULL,'610','1','0','0','0','0','0','0','printed',' ','','1','','41604068117','No','','','','','','','','',0.00,0.00),(2727,'','Cash','','2020-10-30 17:52:24','','0','4','2020-10-30 17:52:24','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41604068216','No','','','','','','','','',0.00,0.00),(2728,'','Cash','','2020-10-30 17:53:20','','0','4','2020-10-30 17:53:20','','25','25','1','retail',NULL,'25','1','0','0','0','0','0','0','printed',' ','','1','','41604069591','No','','','','','','','','',0.00,0.00),(2729,'','Cash','','2020-10-30 17:55:57','','0','4','2020-10-30 17:55:57','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41604069686','No','','','','','','','','',0.00,0.00),(2730,'','Cash','','2020-10-30 18:12:37','','0','4','2020-10-30 18:12:37','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41604069777','No','','','','','','','','',0.00,0.00),(2731,'','Cash','','2020-10-30 18:45:40','','0','4','2020-10-30 18:45:40','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41604072093','No','','','','','','','','',0.00,0.00),(2732,'','Cash','','2020-10-30 18:47:09','','0','4','2020-10-30 18:47:09','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41604072744','No','','','','','','','','',0.00,0.00),(2733,'','Cash','','2020-10-30 18:50:50','','0','4','2020-10-30 18:50:50','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41604073041','No','','','','','','','','',0.00,0.00),(2734,'','Cash','','2020-10-30 18:55:50','','0','4','2020-10-30 18:55:50','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41604073054','No','','','','','','','','',0.00,0.00),(2735,'','Cash','','2020-10-30 19:17:21','','0','4','2020-10-30 19:17:21','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41604073354','No','','','','','','','','',0.00,0.00),(2736,'','Cash','','2020-10-30 19:35:55','','0','4','2020-10-30 19:35:55','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41604074842','No','','','','','','','','',0.00,0.00),(2737,'','Cash','','2020-10-30 19:41:20','','0','4','2020-10-30 19:41:20','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41604075783','No','','','','','','','','',0.00,0.00),(2738,'','Cash','','2020-10-31 10:19:29','','0','4','2020-10-31 10:19:29','','945','945','1','retail',NULL,'945','1','0','0','0','0','0','0','printed',' ','','1','','41604128605','No','','','','','','','','',0.00,0.00),(2739,'','Cash','','2020-10-31 10:34:19','','0','4','2020-10-31 10:34:19','','215','215','1','retail',NULL,'215','1','0','0','0','0','0','0','printed',' ','','1','','41604128787','No','','','','','','','','',0.00,0.00),(2740,'','Cash','','2020-10-31 10:50:53','','0','4','2020-10-31 10:50:53','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41604130570','No','','','','','','','','',0.00,0.00),(2741,'','Cash','','2020-10-31 11:10:56','','0','4','2020-10-31 11:10:56','','270','270','1','retail',NULL,'270','1','0','0','0','0','0','0','printed',' ','','1','','41604130750','No','','','','','','','','',0.00,0.00),(2742,'','Cash','','2020-10-31 11:15:42','','0','4','2020-10-31 11:15:42','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41604131936','No','','','','','','','','',0.00,0.00),(2743,'','Cash','','2020-10-31 11:21:47','','0','4','2020-10-31 11:21:47','','65','65','1','retail',NULL,'65','1','0','0','0','0','0','0','printed',' ','','1','','41604132146','No','','','','','','','','',0.00,0.00),(2744,'','Cash','','2020-10-31 11:29:34','','0','4','2020-10-31 11:29:34','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41604132593','No','','','','','','','','',0.00,0.00),(2745,'','Cash','','2020-10-31 11:36:49','','0','4','2020-10-31 11:36:49','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41604132977','No','','','','','','','','',0.00,0.00),(2746,'','Cash','','2020-10-31 11:42:23','','0','4','2020-10-31 11:42:23','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41604133414','No','','','','','','','','',0.00,0.00),(2747,'','Cash','','2020-10-31 11:52:03','','0','4','2020-10-31 11:52:03','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41604133746','No','','','','','','','','',0.00,0.00),(2748,'','Cash','','2020-10-31 11:59:48','','0','4','2020-10-31 11:59:48','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41604134331','No','','','','','','','','',0.00,0.00),(2749,'','Cash','','2020-10-31 12:07:48','','0','4','2020-10-31 12:07:48','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41604134810','No','','','','','','','','',0.00,0.00),(2750,'','Cash','','2020-10-31 12:16:07','','0','4','2020-10-31 12:16:07','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41604135271','No','','','','','','','','',0.00,0.00),(2751,'','Cash','','2020-10-31 12:20:06','','0','4','2020-10-31 12:20:06','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41604135771','No','','','','','','','','',0.00,0.00),(2752,'','Cash','','2020-10-31 12:29:34','','0','4','2020-10-31 12:29:34','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41604136073','No','','','','','','','','',0.00,0.00),(2753,'','Cash','','2020-10-31 13:16:43','','0','4','2020-10-31 13:16:43','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41604136577','No','','','','','','','','',0.00,0.00),(2754,'','Cash','','2020-10-31 13:19:09','','0','4','2020-10-31 13:19:09','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41604139413','No','','','','','','','','',0.00,0.00),(2755,'','Cash','','2020-10-31 13:20:58','','0','4','2020-10-31 13:20:58','','510','510','1','retail',NULL,'510','1','0','0','0','0','0','0','printed',' ','','1','','41604139640','No','','','','','','','','',0.00,0.00),(2756,'','Cash','','2020-10-31 14:09:21','','0','4','2020-10-31 14:09:21','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41604142186','No','','','','','','','','',0.00,0.00),(2757,'','Cash','','2020-10-31 14:16:20','','0','4','2020-10-31 14:16:20','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41604142564','No','','','','','','','','',0.00,0.00),(2758,'','Cash','','2020-10-31 14:34:16','','0','4','2020-10-31 14:34:16','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','41604144041','No','','','','','','','','',0.00,0.00),(2759,'','Cash','','2020-10-31 14:45:32','','0','4','2020-10-31 14:45:32','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','','41604144082','No','','','','','','','','',0.00,0.00),(2760,'','Cash','','2020-10-31 15:01:47','','0','4','2020-10-31 15:01:47','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41604145696','No','','','','','','','','',0.00,0.00),(2761,'','Cash','','2020-10-31 15:44:55','','0','4','2020-10-31 15:44:55','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41604145709','No','','','','','','','','',0.00,0.00),(2762,'','Cash','','2020-10-31 16:39:14','','0','4','2020-10-31 16:39:14','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41604148356','No','','','','','','','','',0.00,0.00),(2763,'','Cash','','2020-10-31 17:10:26','','0','4','2020-10-31 17:10:26','','35','35','1','retail',NULL,'35','1','0','0','0','0','0','0','printed',' ','','1','','41604151558','No','','','','','','','','',0.00,0.00),(2764,'','Cash','','2020-10-31 17:25:48','','0','4','2020-10-31 17:25:48','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41604154296','No','','','','','','','','',0.00,0.00),(2765,'','Cash','','2020-10-31 17:26:09','','0','4','2020-10-31 17:26:09','','85','85','1','retail',NULL,'85','1','0','0','0','0','0','0','printed',' ','','1','','41604154350','No','','','','','','','','',0.00,0.00),(2766,'','Cash','','2020-10-31 17:41:16','','0','4','2020-10-31 17:41:16','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41604154579','No','','','','','','','','',0.00,0.00),(2767,'','Cash','','2020-10-31 17:57:33','','0','4','2020-10-31 17:57:33','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41604155281','No','','','','','','','','',0.00,0.00),(2768,'','Cash','','2020-10-31 18:34:31','','0','4','2020-10-31 18:34:31','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41604157631','No','','','','','','','','',0.00,0.00),(2769,'','Cash','','2020-10-31 18:36:11','','0','4','2020-10-31 18:36:11','','140','140','1','retail',NULL,'140','1','0','0','0','0','0','0','printed',' ','','1','','41604158536','No','','','','','','','','',0.00,0.00),(2770,'','Cash','','2020-10-31 19:07:11','','0','4','2020-10-31 19:07:11','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41604159004','No','','','','','','','','',0.00,0.00),(2771,'','Cash','','2020-10-31 19:21:52','','0','4','2020-10-31 19:21:52','','160','160','1','retail',NULL,'160','1','0','0','0','0','0','0','printed',' ','','1','','41604160434','No','','','','','','','','',0.00,0.00),(2772,'','Cash','','2020-10-31 19:49:54','','0','4','2020-10-31 19:49:54','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41604161446','No','','','','','','','','',0.00,0.00),(2773,'','Cash','','2020-10-31 19:50:37','','0','4','2020-10-31 19:50:37','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','','41604162997','No','','','','','','','','',0.00,0.00),(2774,'','Cash','','2020-10-31 20:15:59','','0','4','2020-10-31 20:15:59','','525','525','1','retail',NULL,'525','1','0','0','0','0','0','0','printed',' ','','1','','41604164023','No','','','','','','','','',0.00,0.00),(2775,'','Cash','','2020-11-01 15:32:13','','0','4','2020-11-01 15:32:13','','1656','1656','1','retail',NULL,'1656','1','0','0','0','0','0','0','printed',' ','','1','','41604233638','No','','','','','','','','',0.00,0.00),(2776,'','Cash','','2020-11-01 15:45:09','','0','4','2020-11-01 15:45:09','','130','130','1','retail',NULL,'130','1','0','0','0','0','0','0','printed',' ','','1','','41604233942','No','','','','','','','','',0.00,0.00),(2777,'','Cash','','2020-11-01 17:05:52','','0','4','2020-11-01 17:05:52','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41604239523','No','','','','','','','','',0.00,0.00),(2778,'','Cash','','2020-11-01 18:03:11','','0','4','2020-11-01 18:03:11','','62','62','1','retail',NULL,'62','1','0','0','0','0','0','0','printed',' ','','1','','41604240559','No','','','','','','','','',0.00,0.00),(2779,'','Cash','','2020-11-01 18:35:10','','0','4','2020-11-01 18:35:10','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41604242995','No','','','','','','','','',0.00,0.00),(2780,'','Cash','','2020-11-01 19:04:34','','0','4','2020-11-01 19:04:34','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41604244913','No','','','','','','','','',0.00,0.00),(2781,'','Cash','','2020-11-01 19:04:54','','0','4','2020-11-01 19:04:54','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41604246681','No','','','','','','','','',0.00,0.00),(2782,'','Cash','','2020-11-01 19:19:04','','0','4','2020-11-01 19:19:04','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41604247417','No','','','','','','','','',0.00,0.00),(2783,'','Cash','','2020-11-01 19:30:20','','0','4','2020-11-01 19:30:20','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41604247560','No','','','','','','','','',0.00,0.00),(2784,'','Cash','','2020-11-02 08:54:11','','0','4','2020-11-02 08:54:11','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41604296444','No','','','','','','','','',0.00,0.00),(2785,'','Cash','','2020-11-02 09:09:37','','0','4','2020-11-02 09:09:37','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41604296455','No','','','','','','','','',0.00,0.00),(2786,'','Cash','','2020-11-02 09:51:39','','0','4','2020-11-02 09:51:39','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41604297446','No','','','','','','','','',0.00,0.00),(2787,'','Cash','','2020-11-02 09:52:49','','0','4','2020-11-02 09:52:49','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41604299904','No','','','','','','','','',0.00,0.00),(2788,'','Cash','','2020-11-02 09:54:08','','0','4','2020-11-02 09:54:08','','5','5','1','retail',NULL,'5','1','0','0','0','0','0','0','printed',' ','','1','','41604299974','No','','','','','','','','',0.00,0.00),(2789,'','Cash','','2020-11-02 10:15:56','','0','4','2020-11-02 10:15:56','','55','55','1','retail',NULL,'55','1','0','0','0','0','0','0','printed',' ','','1','','41604300051','No','','','','','','','','',0.00,0.00),(2790,'','Cash','','2020-11-02 10:19:08','','0','4','2020-11-02 10:19:08','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41604301359','No','','','','','','','','',0.00,0.00),(2791,'','Cash','','2020-11-02 10:28:29','','0','4','2020-11-02 10:28:29','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41604301551','No','','','','','','','','',0.00,0.00),(2792,'','Cash','','2020-11-02 10:48:17','','0','4','2020-11-02 10:48:17','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41604302111','No','','','','','','','','',0.00,0.00),(2793,'','Cash','','2020-11-02 10:56:50','','0','4','2020-11-02 10:56:50','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41604303436','No','','','','','','','','',0.00,0.00),(2794,'','Cash','','2020-11-02 11:01:11','','0','4','2020-11-02 11:01:11','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','','41604303815','No','','','','','','','','',0.00,0.00),(2795,'','Cash','','2020-11-02 11:06:31','','0','4','2020-11-02 11:06:31','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','','41604304076','No','','','','','','','','',0.00,0.00),(2796,'','Cash','','2020-11-02 11:10:55','','0','4','2020-11-02 11:10:55','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41604304441','No','','','','','','','','',0.00,0.00),(2797,'','Cash','','2020-11-02 11:13:31','','0','4','2020-11-02 11:13:31','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','','41604304658','No','','','','','','','','',0.00,0.00),(2798,'','Cash','','2020-11-02 11:25:19','','0','4','2020-11-02 11:25:19','','125','125','1','retail',NULL,'125','1','0','0','0','0','0','0','printed',' ','','1','','41604305472','No','','','','','','','','',0.00,0.00),(2799,'','Cash','','2020-11-02 11:25:55','','0','4','2020-11-02 11:25:55','','40','40','1','retail',NULL,'40','1','0','0','0','0','0','0','printed',' ','','1','','41604305521','No','','','','','','','','',0.00,0.00),(2800,'','Cash','','2020-11-02 11:46:11','','0','4','2020-11-02 11:46:11','','15','15','1','retail',NULL,'15','1','0','0','0','0','0','0','printed',' ','','1','','41604305559','No','','','','','','','','',0.00,0.00); /*!40000 ALTER TABLE `sales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_order` -- DROP TABLE IF EXISTS `sales_order`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_order` ( `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` varchar(10) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` decimal(10,2) NOT NULL, `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` varchar(50) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5657 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_order` -- LOCK TABLES `sales_order` WRITE; /*!40000 ALTER TABLE `sales_order` DISABLE KEYS */; INSERT INTO `sales_order` VALUES (1,'41597072776','6009627050034','1','120','retail','0','2020-08-10 18:20:05','','','','108','Cash',14.74,'120','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','15.00','14','Inclusive'),(2,'41597072776','30','1','90','retail','0','2020-08-10 18:20:25','','','','81','Cash',11.05,'90','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','4.00','3','Inclusive'),(3,'41597072776','101','1','120','retail','0','2020-08-10 18:21:08','','','','108','Cash',14.74,'120','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','5.00','4','Inclusive'),(4,'41597072776','18','1','15','retail','0','2020-08-10 18:23:04','','','','13.5','Cash',1.84,'15','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','13.16','1','37.00','36','Inclusive'),(5,'41597072776','6161106961979','3','15','retail','0','2020-08-10 18:23:22','','','','4.5','Cash',1.84,'5','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','4.39','3','3.00','0','Inclusive'),(6,'41597072776','6164004554199','2','50','retail','0','2020-08-10 18:23:38','','','','22.5','Cash',6.14,'25','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','21.93','2','3.00','1','Inclusive'),(7,'41597072776','6161100860155','7','35','retail','0','2020-08-10 18:26:04','','','','4.5','Cash',4.30,'5','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','4.39','7','7.00','0','Inclusive'),(8,'41597072776','6161106610228','1','180','retail','0','2020-08-10 18:26:34','','','','162','Cash',22.11,'180','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','157.89','1','6.00','5','Inclusive'),(9,'41597072776','6161106610235','1','340','retail','0','2020-08-10 18:27:02','','','','306','Cash',41.75,'340','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','1','5.00','4','Inclusive'),(10,'41597072776','23','1','250','retail','0','2020-08-10 18:27:37','','','','225','Cash',30.70,'250','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','219.30','1','6.00','5','Inclusive'),(11,'41597072776','24','1','450','retail','0','2020-08-10 18:27:48','','','','405','Cash',55.26,'450','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','394.74','1','7.00','6','Inclusive'),(12,'41597072776','101','2','240','retail','0','2020-08-10 18:30:14','','','','108','Cash',29.47,'120','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','2','4.00','2','Inclusive'),(13,'41597072776','32','1','50','retail','0','2020-08-10 18:30:55','','','','45','Cash',6.14,'50','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','3.00','2','Inclusive'),(14,'41597072776','82','1','65','retail','0','2020-08-10 18:33:40','','','','58.5','Cash',7.98,'65','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','57.02','1','56.00','55','Inclusive'),(15,'41597072776','141','1','160','retail','0','2020-08-10 18:35:02','','','','144','Cash',19.65,'160','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','6.00','5','Inclusive'),(16,'41597072776','68','1','50','retail','0','2020-08-10 18:35:20','','','','45','Cash',6.14,'50','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','12.00','11','Inclusive'),(17,'41597072776','169','3','15','retail','0','2020-08-10 18:35:29','','','','4.5','Cash',1.84,'5','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','4.39','3','10.00','7','Inclusive'),(18,'41597072776','6164001166272','1','50','retail','0','2020-08-10 18:35:51','','','','45','Cash',6.14,'50','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','3.00','2','Inclusive'),(19,'41597072776','6009614480462','1','25','retail','0','2020-08-10 18:36:02','','','','22.5','Cash',3.07,'25','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','21.93','1','4.00','3','Inclusive'),(20,'41597072776','183','1','65','retail','0','2020-08-10 18:36:14','','','','58.5','Cash',7.98,'65','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','57.02','1','4.00','3','Inclusive'),(21,'41597072776','6008677000549','1','40','retail','0','2020-08-10 18:36:24','','','','36','Cash',4.91,'40','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','35.09','1','11.00','10','Inclusive'),(22,'41597072776','6166000090213','1','35','retail','0','2020-08-10 18:36:46','','','','31.5','Cash',4.30,'35','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','30.70','1','6.00','5','Inclusive'),(23,'41597072776','6166000090213','1','35','retail','0','2020-08-10 18:36:58','','','','31.5','Cash',4.30,'35','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','30.70','1','5.00','4','Inclusive'),(24,'41597072776','6161113940141','1','125','retail','0','2020-08-10 18:37:46','','','','112.5','Cash',15.35,'125','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','109.65','1','4.00','3','Inclusive'),(25,'41597072776','191','2','10','retail','0','2020-08-10 18:41:38','','','','4.5','Cash',1.23,'5','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','4.39','2','34.00','32','Inclusive'),(26,'41597072776','6166000090213','1','35','retail','0','2020-08-10 18:42:10','','','','31.5','Cash',4.30,'35','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','30.70','1','4.00','3','Inclusive'),(27,'41597072776','6164004554199','1','25','retail','0','2020-08-10 18:43:45','','','','22.5','Cash',3.07,'25','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','21.93','1','1.00','0','Inclusive'),(28,'41597072776','8901719903427','1','20','retail','0','2020-08-10 18:45:43','','','','18','Cash',2.46,'20','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','14.00','13','Inclusive'),(29,'41597072776','8901719908583','1','65','retail','0','2020-08-10 18:46:18','','','','58.5','Cash',7.98,'65','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','57.02','1','2.00','1','Inclusive'),(30,'41597072776','6161113440061','1','75','retail','0','2020-08-10 18:46:53','','','','67.5','Cash',9.21,'75','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','65.79','1','7.00','6','Inclusive'),(31,'41597072776','171','1','130','retail','0','2020-08-10 18:48:29','','','','117','Cash',15.96,'130','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','68.00','67','Inclusive'),(32,'41597072776','6166000090213','1','35','retail','0','2020-08-10 18:48:47','','','','31.5','Cash',4.30,'35','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','30.70','1','3.00','2','Inclusive'),(33,'41597072776','17','1','10','retail','0','2020-08-10 18:49:02','','','','9','Cash',1.23,'10','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','32.00','31','Inclusive'),(34,'41597072776','77','1','110','retail','0','2020-08-10 18:49:21','','','','99','Cash',13.51,'110','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','3.00','2','Inclusive'),(35,'41597072776','124','1','115','retail','0','2020-08-10 18:49:35','','','','103.5','Cash',14.12,'115','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','100.88','1','122.00','121','Inclusive'),(36,'41597072776','32','1','50','retail','0','2020-08-10 18:49:48','','','','45','Cash',6.14,'50','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','2.00','1','Inclusive'),(37,'41597072776','6161101661300','1','400','retail','0','2020-08-10 18:53:06','','','','360','Cash',49.12,'400','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','1','7.00','6','Inclusive'),(40,'41597072776','30','1','90','retail','0','2020-08-10 18:55:12','','','','81','Cash',11.05,'90','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','3.00','2','Inclusive'),(41,'41597072776','6161113440030','1','85','retail','0','2020-08-10 18:55:36','','','','76.5','Cash',10.44,'85','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','74.56','1','2.00','1','Inclusive'),(42,'41597072776','17','1','10','retail','0','2020-08-10 18:55:56','','','','9','Cash',1.23,'10','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','31.00','30','Inclusive'),(43,'41597072776','191','5','25','retail','0','2020-08-10 18:56:20','','','','4.5','Cash',3.07,'5','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','4.39','5','32.00','27','Inclusive'),(44,'41597072776','6164000184048','2','10','retail','0','2020-08-10 18:57:20','','','','4.5','Cash',1.23,'5','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','4.39','2','2.00','0','Inclusive'),(45,'41597072776','6161100602267','1','90','retail','0','2020-08-10 19:02:11','','','','81','Cash',11.05,'90','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','7.00','6','Inclusive'),(46,'41597072776','25','1','50','retail','0','2020-08-10 19:03:56','','','','45','Cash',6.14,'50','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','3.00','2','Inclusive'),(47,'41597072776','108','1','50','retail','0','2020-08-10 19:05:22','','','','45','Cash',6.14,'50','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','19.00','18','Inclusive'),(48,'41597072776','6001067000419','1','145','retail','0','2020-08-10 19:05:37','','','','130.5','Cash',17.81,'145','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','127.19','1','9.00','8','Inclusive'),(49,'41597072776','6923564532289','1','30','retail','0','2020-08-10 19:07:28','','','','27','Cash',3.68,'30','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','31.00','30','Inclusive'),(50,'41597072776','90','1','40','retail','0','2020-08-10 19:08:45','','','','36','Cash',4.91,'40','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','35.09','1','20.00','19','Inclusive'),(51,'41597072776','32','1','50','retail','0','2020-08-10 19:08:58','','','','45','Cash',6.14,'50','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive'),(52,'41597072776','6162006607998','1','50','retail','0','2020-08-10 19:09:41','','','','45','Cash',6.14,'50','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','2.00','1','Inclusive'),(53,'41597072776','6164000033179','1','130','retail','0','2020-08-10 19:10:14','','','','117','Cash',15.96,'130','','','4','','1','2020-08-10 16:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','4.00','3','Inclusive'),(55,'41597076013','6161113440092','1','115','retail','0','2020-08-10 19:13:33','','','','103.5','Cash',14.12,'115','','','4','','1','2020-08-10 16:15:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','100.88','1','7.00','6','Inclusive'),(56,'41597076013','17','1','10','retail','0','2020-08-10 19:14:03','','','','9','Cash',1.23,'10','','','4','','1','2020-08-10 16:15:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','30.00','29','Inclusive'),(57,'41597077493','6161102794694','1','50','retail','0','2020-08-10 19:38:13','','','','45','Cash',6.14,'50','','','4','','1','2020-08-10 16:41:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','27.00','26','Inclusive'),(58,'41597077493','31','1','70','retail','0','2020-08-10 19:38:24','','','','63','Cash',8.60,'70','','','4','','1','2020-08-10 16:41:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','3.00','2','Inclusive'),(59,'41597077493','16','1','30','retail','0','2020-08-10 19:39:53','','','','27','Cash',3.68,'30','','','4','','1','2020-08-10 16:41:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','33.00','32','Inclusive'),(60,'41597077493','6161100760387','1','70','retail','0','2020-08-10 19:40:08','','','','63','Cash',8.60,'70','','','4','','1','2020-08-10 16:41:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','32.00','31','Inclusive'),(61,'41597077493','143','2','250','retail','0','2020-08-10 19:40:19','','','','112.5','Cash',30.70,'125','','','4','','1','2020-08-10 16:41:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','109.65','2','8.00','6','Inclusive'),(62,'41597077493','6162006602740','1','170','retail','0','2020-08-10 19:40:34','','','','153','Cash',20.88,'170','','','4','','1','2020-08-10 16:41:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','1','14.00','13','Inclusive'),(63,'41597077493','6164000009570','1','45','retail','0','2020-08-10 19:40:58','','','','40.5','Cash',5.53,'45','','','4','','1','2020-08-10 16:41:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','39.47','1','5.00','4','Inclusive'),(65,'41597078008','6164001166272','5','250','retail','0','2020-08-10 19:46:48','','','','45','Cash',30.70,'50','','','4','','1','2020-08-10 16:52:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','14.00','9','Inclusive'),(66,'41597079091','6008792500061','1','115','retail','0','2020-08-10 20:04:51','','','','103.5','Cash',14.12,'115','','','4','','1','2020-08-10 17:05:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','100.88','1','10.00','9','Inclusive'),(67,'41597079091','184','1','100','retail','0','2020-08-10 20:05:05','','','','90','Cash',12.28,'100','','','4','','1','2020-08-10 17:05:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','9.00','8','Inclusive'),(69,'41597079091','14','3','240','retail','0','2020-08-10 20:05:38','','','','72','Cash',29.47,'80','','','4','','1','2020-08-10 17:05:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','70.18','3','10.00','7','Inclusive'),(70,'41597124966','33','1','50','retail','0','2020-08-11 08:49:26','','','','45','Cash',6.14,'50','','','4','','1','2020-08-11 05:50:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','2.00','1','Inclusive'),(71,'41597124966','6161100760387','1','70','retail','0','2020-08-11 08:49:38','','','','63','Cash',8.60,'70','','','4','','1','2020-08-11 05:50:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','31.00','30','Inclusive'),(72,'41597124966','101','1','120','retail','0','2020-08-11 08:49:51','','','','108','Cash',14.74,'120','','','4','','1','2020-08-11 05:50:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','2.00','1','Inclusive'),(73,'41597125044','101','1','120','retail','0','2020-08-11 08:50:44','','','','108','Cash',14.74,'120','','','4','','1','2020-08-11 05:51:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','1.00','0','Inclusive'),(74,'41597125044','6164000033643','1','75','retail','0','2020-08-11 08:50:59','','','','67.5','Cash',9.21,'75','','','4','','1','2020-08-11 05:51:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','65.79','1','10.00','9','Inclusive'),(75,'41597125826','6164000184031','1','25','retail','0','2020-08-11 09:03:46','','','','22.5','Cash',3.07,'25','','','4','','1','2020-08-11 06:25:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','21.93','1','20.00','19','Inclusive'),(76,'41597125826','6161100760387','1','70','retail','0','2020-08-11 09:04:06','','','','63','Cash',8.60,'70','','','4','','1','2020-08-11 06:25:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','30.00','29','Inclusive'),(77,'41597127155','6164000009358','1','35','retail','0','2020-08-11 09:25:55','','','','31.5','Cash',4.30,'35','','','4','','1','2020-08-11 06:43:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','30.70','1','10.00','9','Inclusive'),(78,'41597127155','169','1','5','retail','0','2020-08-11 09:41:00','','','','4.5','Cash',0.61,'5','','','4','','1','2020-08-11 06:43:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','4.39','1','7.00','6','Inclusive'),(79,'41597128452','175','2','20','retail','0','2020-08-11 09:47:32','','','','9','Cash',2.46,'10','','','4','','1','2020-08-11 06:51:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','5.00','3','Inclusive'),(80,'41597128743','6164000009556','1','45','retail','0','2020-08-11 09:52:23','','','','40.5','Cash',5.53,'45','','','4','','1','2020-08-11 06:52:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','39.47','1','22.00','21','Inclusive'),(81,'41597128771','6164001166272','1','50','retail','0','2020-08-11 09:59:02','','','','45','Cash',6.14,'50','','','4','','1','2020-08-11 07:01:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','9.00','8','Inclusive'),(82,'41597129273','6161106610235','1','340','retail','0','2020-08-11 10:01:13','','','','306','Cash',41.75,'340','','','4','','1','2020-08-11 07:05:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','1','4.00','3','Inclusive'),(83,'41597129504','194','1','85','retail','0','2020-08-11 10:05:04','','','','76.5','Cash',10.44,'85','','','4','','1','2020-08-11 07:06:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','74.56','1','12.00','11','Inclusive'),(84,'41597129577','6008677000532','1','25','retail','0','2020-08-11 10:06:17','','','','22.5','Cash',3.07,'25','','','4','','1','2020-08-11 07:26:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','21.93','1','8.00','7','Inclusive'),(85,'41597130800','6166000090213','1','35','retail','0','2020-08-11 10:26:40','','','','31.5','Cash',4.30,'35','','','4','','1','2020-08-11 07:42:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','30.70','1','2.00','1','Inclusive'),(87,'41597133232','6009607673345','1','50','retail','0','2020-08-11 11:07:12','','','','45','Cash',6.14,'50','','','4','','1','2020-08-11 08:22:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','36.00','35','Inclusive'),(88,'41597133232','0000901626026','1','150','retail','0','2020-08-11 11:08:31','','','','135','Cash',18.42,'150','','','4','','1','2020-08-11 08:22:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','1','13.00','12','Inclusive'),(89,'41597136148','6161113440023','1','85','retail','0','2020-08-11 11:55:48','','','','76.5','Cash',10.44,'85','','','4','','1','2020-08-11 08:56:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','74.56','1','5.00','4','Inclusive'),(90,'41597136186','119','1','30','retail','0','2020-08-11 11:56:26','','','','27','Cash',3.68,'30','','','4','','1','2020-08-11 09:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','11.00','10','Inclusive'),(91,'41597136781','33','1','50','retail','0','2020-08-11 12:06:21','','','','45','Cash',6.14,'50','','','4','','1','2020-08-11 09:25:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive'),(92,'41597137919','169','5','25','retail','0','2020-08-11 12:25:19','','','','4.5','Cash',3.07,'5','','','4','','1','2020-08-11 09:43:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','4.39','5','6.00','1','Inclusive'),(93,'41597137919','169','1','5','retail','0','2020-08-11 12:42:47','','','','4.5','Cash',0.61,'5','','','4','','1','2020-08-11 09:43:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','4.39','1','1.00','0','Inclusive'),(94,'41597138988','26','1','25','retail','0','2020-08-11 13:05:23','','','','22.5','Cash',3.07,'25','','','4','','1','2020-08-11 10:05:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','21.93','1','9.00','8','Inclusive'),(95,'41597138988','6161107150730','1','75','retail','0','2020-08-11 13:55:53','','','','67.5','Cash',9.21,'75','','','4','','1','2020-08-11 10:56:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','65.79','1','7.00','6','Inclusive'),(96,'41597143380','192','2','10','retail','0','2020-08-11 13:56:20','','','','4.5','Cash',1.23,'5','','','4','','1','2020-08-11 11:25:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','4.39','2','34.00','32','Inclusive'),(97,'41597145150','39','1','50','retail','0','2020-08-11 14:25:50','','','','45','Cash',6.14,'50','','','4','','1','2020-08-11 11:35:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive'),(98,'41597145731','87','1','65','retail','0','2020-08-11 15:06:35','','','','58.5','Cash',7.98,'65','','','4','','1','2020-08-11 12:07:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','57.02','1','8.00','7','Inclusive'),(99,'41597145731','183','1','65','retail','0','2020-08-11 15:06:47','','','','58.5','Cash',7.98,'65','','','4','','1','2020-08-11 12:07:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','57.02','1','3.00','2','Inclusive'),(100,'41597147621','6161100760387','1','70','retail','0','2020-08-11 15:43:08','','','','63','Cash',8.60,'70','','','4','','1','2020-08-11 12:55:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','29.00','28','Inclusive'),(101,'41597150588','16','1','30','retail','0','2020-08-11 15:56:28','','','','27','Cash',3.68,'30','','','4','','1','2020-08-11 13:10:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','32.00','31','Inclusive'),(102,'41597151866','16','2','60','retail','0','2020-08-11 16:17:54','','','','27','Cash',7.37,'30','','','4','','1','2020-08-11 13:34:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','31.00','29','Inclusive'),(103,'41597151866','6161103620077','2','120','retail','0','2020-08-11 16:33:15','','','','54','Cash',14.74,'60','','','4','','1','2020-08-11 13:34:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','2','21.00','19','Inclusive'),(104,'41597152885','194','1','85','retail','0','2020-08-11 16:34:45','','','','76.5','Cash',10.44,'85','','','4','','1','2020-08-11 13:42:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','74.56','1','11.00','10','Inclusive'),(105,'41597152885','6161103941271','1','20','retail','0','2020-08-11 16:42:02','','','','18','Cash',2.46,'20','','','4','','1','2020-08-11 13:42:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','35.00','34','Inclusive'),(106,'41597153342','6008677000532','1','25','retail','0','2020-08-11 16:42:22','','','','22.5','Cash',3.07,'25','','','4','','1','2020-08-11 13:45:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','21.93','1','7.00','6','Inclusive'),(107,'41597153342','20','1','10','retail','0','2020-08-11 16:44:57','','','','9','Cash',1.23,'10','','','4','','1','2020-08-11 13:45:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','2.00','1','Inclusive'),(108,'41597153525','6161113940141','1','125','retail','0','2020-08-11 16:45:25','','','','112.5','Cash',15.35,'125','','','4','','1','2020-08-11 14:10:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','109.65','1','3.00','2','Inclusive'),(109,'41597155030','8901719903465','1','20','retail','0','2020-08-11 17:10:30','','','','18','Cash',2.46,'20','','','4','','1','2020-08-11 14:15:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','17.00','16','Inclusive'),(110,'41597156141','57','1','230','retail','0','2020-08-11 17:52:23','','','','207','Cash',28.25,'230','','','4','','1','2020-08-11 15:05:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','201.75','1','6.00','5','Inclusive'),(111,'41597158308','6161100100084','1','50','retail','0','2020-08-11 18:05:08','','','','45','Cash',6.14,'50','','','4','','1','2020-08-11 15:32:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','4.00','3','Inclusive'),(112,'41597159932','10','2','24','retail','0','2020-08-11 18:32:12','','','','10.8','Cash',2.95,'12','','','4','','1','2020-08-11 15:50:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','10.53','2','5.00','3','Inclusive'),(113,'41597159932','7622210304520','1','60','retail','0','2020-08-11 18:46:01','','','','54','Cash',7.37,'60','','','4','','1','2020-08-11 15:50:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','12.00','11','Inclusive'),(114,'41597161037','6161101661300','1','400','retail','0','2020-08-11 18:50:37','','','','360','Cash',49.12,'400','','','4','','1','2020-08-11 15:53:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','1','6.00','5','Inclusive'),(115,'41597161037','30','1','90','retail','0','2020-08-11 18:50:54','','','','81','Cash',11.05,'90','','','4','','1','2020-08-11 15:53:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','2.00','1','Inclusive'),(117,'41597161037','18','1','15','retail','0','2020-08-11 18:51:34','','','','13.5','Cash',1.84,'15','','','4','','1','2020-08-11 15:53:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','13.16','1','36.00','35','Inclusive'),(118,'41597161237','71','1','10','retail','0','2020-08-11 19:00:02','','','','9','Cash',1.23,'10','','','4','','1','2020-08-11 16:02:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive'),(119,'41597161999','71','7','70','retail','0','2020-08-11 19:06:39','','','','9','Cash',8.60,'10','','','4','','1','2020-08-11 16:06:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','7','140.00','133','Inclusive'),(120,'41597162107','0792382445790','1','45','retail','0','2020-08-11 19:08:27','','','','40.5','Cash',5.53,'45','','','4','','1','2020-08-11 16:09:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','39.47','1','20.00','19','Inclusive'),(121,'41597163562','71','5','50','retail','0','2020-08-11 19:32:42','','','','9','Cash',6.14,'10','','','4','','1','2020-08-11 16:33:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','5','133.00','128','Inclusive'),(122,'41597163580','99','1','50','retail','0','2020-08-11 19:33:00','','','','45','Cash',6.14,'50','','','4','','1','2020-08-11 16:36:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','2.00','1','Inclusive'),(123,'41597163766','6161107770853','1','320','retail','0','2020-08-11 19:36:06','','','','288','Cash',39.30,'320','','','4','','1','2020-08-11 16:42:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','14.00','13','Inclusive'),(124,'41597163766','176','1','250','retail','0','2020-08-11 19:40:57','','','','225','Cash',30.70,'250','','','4','','1','2020-08-11 16:42:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','219.30','1','2.00','1','Inclusive'),(125,'41597164177','168','2','400','retail','0','2020-08-11 19:42:57','','','','180','Cash',49.12,'200','','','4','','1','2020-08-11 16:50:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','2','2.00','0','Inclusive'),(126,'41597164644','18','1','15','retail','0','2020-08-11 19:50:44','','','','13.5','Cash',1.84,'15','','','4','','1','2020-08-11 16:51:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','13.16','1','35.00','34','Inclusive'),(128,'41597214472','6161113940141','1','125','retail','0','2020-08-12 09:41:12','','','','112.5','Cash',15.35,'125','','','4','','1','2020-08-12 07:22:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','109.65','1','2.00','1','Inclusive'),(129,'41597214472','6161113940141','1','125','retail','0','2020-08-12 10:20:41','','','','112.5','Cash',15.35,'125','','','4','','1','2020-08-12 07:22:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','109.65','1','1.00','0','Inclusive'),(130,'41597220834','175','1','10','retail','0','2020-08-12 11:29:17','','','','9','Cash',1.23,'10','','','4','','1','2020-08-12 08:45:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','3.00','2','Inclusive'),(131,'41597223469','71','5','50','retail','0','2020-08-12 12:11:09','','','','9','Cash',6.14,'10','','','4','','1','2020-08-12 09:11:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','5','128.00','123','Inclusive'),(132,'41597223508','6161100760615','1','50','retail','0','2020-08-12 12:11:48','','','','45','Cash',6.14,'50','','','4','','1','2020-08-12 09:24:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','3.00','2','Inclusive'),(133,'41597224281','59','2','10','retail','0','2020-08-12 12:24:41','','','','4.5','Cash',1.23,'5','','','4','','1','2020-08-12 09:53:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','4.39','2','67.00','65','Inclusive'),(134,'41597226024','16','2','60','retail','0','2020-08-12 12:53:44','','','','27','Cash',7.37,'30','','','4','','1','2020-08-12 09:57:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','29.00','27','Inclusive'),(136,'41597226024','16','1','30','retail','0','2020-08-12 12:55:25','','','','27','Cash',3.68,'30','','','4','','1','2020-08-12 09:57:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','27.00','26','Inclusive'),(137,'41597226223','99','1','50','retail','0','2020-08-12 12:57:03','','','','45','Cash',6.14,'50','','','4','','1','2020-08-12 09:58:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive'),(138,'41597226297','16','1','30','retail','0','2020-08-12 12:58:17','','','','27','Cash',3.68,'30','','','4','','1','2020-08-12 10:09:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','26.00','25','Inclusive'),(139,'41597226997','6009627050010','3','360','retail','0','2020-08-12 13:09:57','','','','108','Cash',44.21,'120','','','4','','1','2020-08-12 10:30:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','3','13.00','10','Inclusive'),(140,'41597226997','16','1','30','retail','0','2020-08-12 13:29:49','','','','27','Cash',3.68,'30','','','4','','1','2020-08-12 10:30:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','25.00','24','Inclusive'),(141,'41597228221','6161100602267','1','90','retail','0','2020-08-12 13:30:21','','','','81','Cash',11.05,'90','','','4','','1','2020-08-12 10:39:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','6.00','5','Inclusive'),(142,'41597228221','6161100760387','1','70','retail','0','2020-08-12 13:32:26','','','','63','Cash',8.60,'70','','','4','','1','2020-08-12 10:39:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','28.00','27','Inclusive'),(143,'41597228221','6161107772222','0.5','50','retail','0','2020-08-12 13:33:17','','','','90','Cash',6.14,'100','','','4','','1','2020-08-12 10:39:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','0.5','3.00','2.5','Inclusive'),(144,'41597228221','20','1','10','retail','0','2020-08-12 13:36:29','','','','9','Cash',1.23,'10','','','4','','1','2020-08-12 10:39:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive'),(145,'41597228221','6164000009075','1','75','retail','0','2020-08-12 13:37:38','','','','67.5','Cash',9.21,'75','','','4','','1','2020-08-12 10:39:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','65.79','1','38.00','37','Inclusive'),(146,'41597230222','39','3','150','retail','0','2020-08-12 14:04:18','','','','45','Cash',18.42,'50','','','4','','1','2020-08-12 11:04:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','11.00','8','Inclusive'),(147,'41597230869','6164000009006','1','160','retail','0','2020-08-12 14:14:29','','','','144','Cash',19.65,'160','','','4','','1','2020-08-12 11:14:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','3.00','2','Inclusive'),(148,'41597230891','17','1','10','retail','0','2020-08-12 14:14:51','','','','9','Cash',1.23,'10','','','4','','1','2020-08-12 11:17:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','27.00','26','Inclusive'),(149,'41597231034','6161101000543','1','55','retail','0','2020-08-12 14:17:14','','','','49.5','Cash',6.75,'55','','','4','','1','2020-08-12 11:32:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','48.25','1','3.00','2','Inclusive'),(153,'41597231034','10','4','48','retail','0','2020-08-12 14:31:20','','','','10.8','Cash',5.89,'12','','','4','','1','2020-08-12 11:32:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','10.53','4','4.00','0','Inclusive'),(155,'41597231034','31','1','70','retail','0','2020-08-12 14:32:03','','','','63','Cash',8.60,'70','','','4','','1','2020-08-12 11:32:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','2.00','1','Inclusive'),(156,'41597231942','192','1','5','retail','0','2020-08-12 14:32:22','','','','4.5','Cash',0.61,'5','','','4','','1','2020-08-12 12:05:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','4.39','1','32.00','31','Inclusive'),(157,'41597231942','59','1','5','retail','0','2020-08-12 15:05:29','','','','4.5','Cash',0.61,'5','','','4','','1','2020-08-12 12:05:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','4.39','1','65.00','64','Inclusive'),(158,'41597233953','59','1','5','retail','0','2020-08-12 15:05:53','','','','4.5','Cash',0.61,'5','','','4','','1','2020-08-12 12:07:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','4.39','1','64.00','63','Inclusive'),(159,'41597234076','88','1','40','retail','0','2020-08-12 15:07:56','','','','36','Cash',4.91,'40','','','4','','1','2020-08-12 12:17:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','35.09','1','5.00','4','Inclusive'),(160,'41597234076','6161106610235','2','680','retail','0','2020-08-12 15:16:15','','','','306','Cash',83.51,'340','','','4','','1','2020-08-12 12:17:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','2','3.00','1','Inclusive'),(161,'41597236082','169','2','10','retail','0','2020-08-12 15:41:22','','','','4.5','Cash',1.23,'5','','','4','','1','2020-08-12 12:42:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','4.39','2','49.00','47','Inclusive'),(162,'41597236123','6164000033490','1','70','retail','0','2020-08-12 15:42:03','','','','63','Cash',8.60,'70','','','4','','1','2020-08-12 13:36:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.00','0','Inclusive'),(163,'41597236123','6164000072055','1','45','retail','0','2020-08-12 16:26:21','','','','40.5','Cash',5.53,'45','','','4','','1','2020-08-12 13:36:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','39.47','1','2.00','1','Inclusive'),(164,'41597239396','6164000009570','1','45','retail','0','2020-08-12 16:36:36','','','','40.5','Cash',5.53,'45','','','4','','1','2020-08-12 13:47:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','39.47','1','4.00','3','Inclusive'),(165,'41597239396','59','1','5','retail','0','2020-08-12 16:42:37','','','','4.5','Cash',0.61,'5','','','4','','1','2020-08-12 13:47:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','4.39','1','63.00','62','Inclusive'),(166,'41597239396','39','1','50','retail','0','2020-08-12 16:44:03','','','','45','Cash',6.14,'50','','','4','','1','2020-08-12 13:47:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','8.00','7','Inclusive'),(167,'41597239396','6164000184048','4','20','retail','0','2020-08-12 16:46:34','','','','4.5','Cash',2.46,'5','','','4','','1','2020-08-12 13:47:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','4.39','4','4.00','0','Inclusive'),(168,'41597240068','31','1','70','retail','0','2020-08-12 16:47:48','','','','63','Cash',8.60,'70','','','4','','1','2020-08-12 13:51:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.00','0','Inclusive'),(169,'41597240068','169','2','10','retail','0','2020-08-12 16:51:26','','','','4.5','Cash',1.23,'5','','','4','','1','2020-08-12 13:51:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','4.39','2','47.00','45','Inclusive'),(171,'41597247133','32','1','50','retail','0','2020-08-12 18:45:33','','','','45','Cash',6.14,'50','','','4','','1','2020-08-12 15:47:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','7.00','6','Inclusive'),(172,'41597247262','6161101661232','1','220','retail','0','2020-08-12 18:47:42','','','','198','Cash',27.02,'220','','','4','','1','2020-08-12 15:58:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','192.98','1','19.00','18','Inclusive'),(173,'41597247262','6161100760387','1','70','retail','0','2020-08-12 18:58:25','','','','63','Cash',8.60,'70','','','4','','1','2020-08-12 15:58:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','27.00','26','Inclusive'),(174,'41597247262','175','1','10','retail','0','2020-08-12 18:58:46','','','','9','Cash',1.23,'10','','','4','','1','2020-08-12 15:58:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','2.00','1','Inclusive'),(175,'41597247939','191','2','10','retail','0','2020-08-12 18:58:59','','','','4.5','Cash',1.23,'5','','','4','','1','2020-08-12 16:12:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','4.39','2','27.00','25','Inclusive'),(176,'41597249832','6009627050010','1','120','retail','0','2020-08-12 19:30:33','','','','108','Cash',14.74,'120','','','4','','1','2020-08-12 16:31:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','34.00','33','Inclusive'),(177,'41597249832','6164000072000','2','90','retail','0','2020-08-12 19:30:44','','','','40.5','Cash',11.05,'45','','','4','','1','2020-08-12 16:31:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','39.47','2','4.00','2','Inclusive'),(178,'41597250216','35','1','30','retail','0','2020-08-12 19:36:56','','','','27','Cash',3.68,'30','','','4','','1','2020-08-12 16:47:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.00','0','Inclusive'),(179,'41597250875','6161101680424','1','50','retail','0','2020-08-12 19:47:55','','','','45','Cash',6.14,'50','','','4','','1','2020-08-12 16:51:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','4.00','3','Inclusive'),(180,'41597251085','6161101000543','1','55','retail','0','2020-08-12 19:51:25','','','','49.5','Cash',6.75,'55','','','4','','1','2020-08-12 16:55:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','48.25','1','2.00','1','Inclusive'),(181,'41597251085','32','1','50','retail','0','2020-08-12 19:54:29','','','','45','Cash',6.14,'50','','','4','','1','2020-08-12 16:55:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','6.00','5','Inclusive'),(182,'41597251085','14','1','80','retail','0','2020-08-12 19:54:43','','','','72','Cash',9.82,'80','','','4','','1','2020-08-12 16:55:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','70.18','1','7.00','6','Inclusive'),(183,'41597299325','6161100760387','1','70','retail','0','2020-08-13 09:15:25','','','','63','Cash',0.00,'70','','','4','','1','2020-08-13 06:20:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(184,'41597299325','6166000090213','1','35','retail','0','2020-08-13 09:15:34','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-13 06:20:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(185,'41597299325','169','3','15','retail','0','2020-08-13 09:15:43','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-13 06:20:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','45.00','42','Inclusive'),(186,'41597299325','169','3','15','retail','0','2020-08-13 09:17:06','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-13 06:20:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','42.00','39','Inclusive'),(187,'41597299325','101','1','120','retail','0','2020-08-13 09:17:25','','','','108','Cash',0.00,'120','','','4','','1','2020-08-13 06:20:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(188,'41597301285','88','2','80','retail','0','2020-08-13 09:48:05','','','','36','Cash',0.00,'40','','','4','','1','2020-08-13 06:49:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','4.00','2','Inclusive'),(191,'41597301285','6161102794694','5','250','retail','0','2020-08-13 09:49:16','','','','45','Cash',0.00,'50','','','4','','1','2020-08-13 06:49:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','5','26.00','21','Inclusive'),(192,'41597301446','6161100760387','1','70','retail','0','2020-08-13 09:50:46','','','','63','Cash',0.00,'70','','','4','','1','2020-08-13 06:52:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(194,'41597301446','6009627050010','3','360','retail','0','2020-08-13 09:51:46','','','','108','Cash',0.00,'120','','','4','','1','2020-08-13 06:52:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','33.00','30','Inclusive'),(195,'41597301979','8924122012340','1','10','retail','0','2020-08-13 09:59:39','','','','9','Cash',0.00,'10','','','4','','1','2020-08-13 06:59:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Inclusive'),(197,'41597307644','194','1','85','retail','0','2020-08-13 11:34:04','','','','76.5','Cash',0.00,'85','','','4','','1','2020-08-13 08:34:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(198,'41597307644','6161100760387','1','70','retail','0','2020-08-13 11:34:25','','','','63','Cash',0.00,'70','','','4','','1','2020-08-13 08:34:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(199,'41597307686','6161100760615','2','100','retail','0','2020-08-13 11:34:47','','','','45','Cash',0.00,'50','','','4','','1','2020-08-13 08:39:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(200,'41597307686','6161100100084','2','100','retail','0','2020-08-13 11:35:34','','','','45','Cash',0.00,'50','','','4','','1','2020-08-13 08:39:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Inclusive'),(201,'41597307686','5410076189571','2','600','retail','0','2020-08-13 11:35:44','','','','270','Cash',0.00,'300','','','4','','1','2020-08-13 08:41:34','1','1','returned','1','new','pcs','','2020-08-13 11:41:34','4','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(202,'41597307950','14','1','80','retail','0','2020-08-13 11:39:10','','','','72','Cash',0.00,'80','','','4','','1','2020-08-13 08:39:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(206,'41597308363','5410076189571','2','600','retail','0','2020-08-13 11:46:03','','','','270','Cash',0.00,'300','','','4','','1','2020-08-13 08:46:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(207,'41597308379','39','1','50','retail','0','2020-08-13 11:46:19','','','','45','Cash',0.00,'50','','','4','','1','2020-08-13 08:47:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(208,'41597308379','102','1','60','retail','0','2020-08-13 11:46:30','','','','54','Cash',0.00,'60','','','4','','1','2020-08-13 08:47:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(209,'41597309350','6164000033193','1','130','retail','0','2020-08-13 12:02:30','','','','117','Cash',0.00,'130','','','4','','1','2020-08-13 09:03:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(210,'41597309350','19','1','10','retail','0','2020-08-13 12:02:41','','','','9','Cash',0.00,'10','','','4','','1','2020-08-13 09:03:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(211,'41597310845','1','1','50','retail','0','2020-08-13 12:27:25','','','','45','Cash',0.00,'50','','','4','','1','2020-08-13 09:30:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(212,'41597310845','32','1','50','retail','0','2020-08-13 12:28:39','','','','45','Cash',0.00,'50','','','4','','1','2020-08-13 09:30:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(213,'41597310845','11','1','70','retail','0','2020-08-13 12:28:56','','','','63','Cash',0.00,'70','','','4','','1','2020-08-13 09:30:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(214,'41597311130','89','2','80','retail','0','2020-08-13 12:32:10','','','','36','Cash',0.00,'40','','','4','','1','2020-08-13 09:33:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','29.00','27','Inclusive'),(215,'41597311130','85','1','65','retail','0','2020-08-13 12:32:22','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-13 09:33:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(216,'41597311130','67','1','40','retail','0','2020-08-13 12:32:31','','','','36','Cash',0.00,'40','','','4','','1','2020-08-13 09:33:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(217,'41597323214','8901719908583','1','65','retail','0','2020-08-13 15:53:34','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-13 12:55:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(218,'41597323214','6161100100084','1','50','retail','0','2020-08-13 15:53:47','','','','45','Cash',0.00,'50','','','4','','1','2020-08-13 12:55:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(219,'41597323214','175','1','10','retail','0','2020-08-13 15:53:55','','','','9','Cash',0.00,'10','','','4','','1','2020-08-13 12:55:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(221,'41597323311','6161100860155','10','50','retail','0','2020-08-13 15:55:25','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-13 13:05:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','10','35.00','25','Inclusive'),(222,'41597323311','17','1','10','retail','0','2020-08-13 15:55:40','','','','9','Cash',0.00,'10','','','4','','1','2020-08-13 13:05:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(223,'41597323311','39','1','50','retail','0','2020-08-13 15:55:47','','','','45','Cash',0.00,'50','','','4','','1','2020-08-13 13:05:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(224,'41597323311','18','1','15','retail','0','2020-08-13 15:56:07','','','','13.5','Cash',0.00,'15','','','4','','1','2020-08-13 13:05:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(225,'41597323311','59','1','5','retail','0','2020-08-13 15:57:16','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-13 13:05:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','62.00','61','Inclusive'),(226,'41597323311','6164000033230','1','70','retail','0','2020-08-13 15:57:33','','','','63','Cash',0.00,'70','','','4','','1','2020-08-13 13:05:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(227,'41597323311','6161100860155','2','10','retail','0','2020-08-13 15:59:30','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-13 13:05:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','25.00','23','Inclusive'),(228,'41597323311','6161102794694','1','50','retail','0','2020-08-13 15:59:50','','','','45','Cash',0.00,'50','','','4','','1','2020-08-13 13:05:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(230,'41597324105','169','2','10','retail','0','2020-08-13 16:08:25','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-13 13:08:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','39.00','37','Inclusive'),(231,'41597324105','169','2','10','retail','0','2020-08-13 16:08:25','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-13 13:08:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','37.00','35','Inclusive'),(232,'41597330417','71','5','50','retail','0','2020-08-13 17:53:38','','','','9','Cash',0.00,'10','','','4','','1','2020-08-13 14:55:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','5','123.00','118','Inclusive'),(233,'41597330417','9','1','590','retail','0','2020-08-13 17:53:55','','','','531','Cash',0.00,'590','','','4','','1','2020-08-13 14:55:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(234,'41597330417','139','1','55','retail','0','2020-08-13 17:54:09','','','','49.5','Cash',0.00,'55','','','4','','1','2020-08-13 14:55:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(235,'41597330417','45','1','50','retail','0','2020-08-13 17:54:16','','','','45','Cash',0.00,'50','','','4','','1','2020-08-13 14:55:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(236,'41597330417','6161100760387','1','70','retail','0','2020-08-13 17:55:03','','','','63','Cash',0.00,'70','','','4','','1','2020-08-13 14:55:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(237,'41597330417','6164000009570','1','45','retail','0','2020-08-13 17:55:19','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-13 14:55:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(238,'41597330417','32','1','50','retail','0','2020-08-13 17:55:27','','','','45','Cash',0.00,'50','','','4','','1','2020-08-13 14:55:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(239,'41597330417','59','1','5','retail','0','2020-08-13 17:55:35','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-13 14:55:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','61.00','60','Inclusive'),(240,'41597330548','33','1','50','retail','0','2020-08-13 17:55:48','','','','45','Cash',0.00,'50','','','4','','1','2020-08-13 14:58:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(241,'41597331085','71','3','30','retail','0','2020-08-13 18:04:45','','','','9','Cash',0.00,'10','','','4','','1','2020-08-13 15:10:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','118.00','115','Inclusive'),(242,'41597331424','6','1','195','retail','0','2020-08-13 18:10:24','','','','175.5','Cash',0.00,'195','','','4','','1','2020-08-13 15:35:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(243,'41597331424','125','1','85','retail','0','2020-08-13 18:20:00','','','','76.5','Cash',0.00,'85','','','4','','1','2020-08-13 15:35:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(244,'41597331424','5410076189540','1','155','retail','0','2020-08-13 18:20:32','','','','139.5','Cash',0.00,'155','','','4','','1','2020-08-13 15:35:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(245,'41597331424','18','1','15','retail','0','2020-08-13 18:20:42','','','','13.5','Cash',0.00,'15','','','4','','1','2020-08-13 15:35:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Inclusive'),(246,'41597332941','6164000009549','1','60','retail','0','2020-08-13 18:35:41','','','','54','Cash',0.00,'60','','','4','','1','2020-08-13 15:43:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(247,'41597332941','0792382445790','1','45','retail','0','2020-08-13 18:40:34','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-13 15:43:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(249,'41597332941','30','1','90','retail','0','2020-08-13 18:40:57','','','','81','Cash',0.00,'90','','','4','','1','2020-08-13 15:43:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(250,'41597332941','5449000180247','1','130','retail','0','2020-08-13 18:42:54','','','','117','Cash',0.00,'130','','','4','','1','2020-08-13 15:43:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(251,'41597332941','17','1','10','retail','0','2020-08-13 18:43:06','','','','9','Cash',0.00,'10','','','4','','1','2020-08-13 15:43:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(252,'41597333587','6161100100084','1','50','retail','0','2020-08-13 18:46:27','','','','45','Cash',0.00,'50','','','4','','1','2020-08-13 16:15:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(253,'41597333587','8901719903465','4','80','retail','0','2020-08-13 19:11:36','','','','18','Cash',0.00,'20','','','4','','1','2020-08-13 16:15:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','16.00','12','Inclusive'),(254,'41597335373','6164000009570','1','45','retail','0','2020-08-13 19:16:13','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-13 16:17:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(255,'41597335447','6009614480462','1','25','retail','0','2020-08-13 19:18:30','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-13 16:26:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(256,'41597335447','6162006607998','1','50','retail','0','2020-08-13 19:18:49','','','','45','Cash',0.00,'50','','','4','','1','2020-08-13 16:26:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(257,'41597335447','6008677000532','1','25','retail','0','2020-08-13 19:19:15','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-13 16:26:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(258,'41597335447','6164000072024','1','45','retail','0','2020-08-13 19:19:23','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-13 16:26:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(259,'41597336102','6164000009082','1','100','retail','0','2020-08-13 19:28:22','','','','90','Cash',0.00,'100','','','4','','1','2020-08-13 16:29:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(260,'41597336951','18','1','15','retail','0','2020-08-13 19:42:31','','','','13.5','Cash',0.00,'15','','','4','','1','2020-08-13 16:50:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Inclusive'),(261,'41597386884','6009614480462','1','25','retail','0','2020-08-14 09:34:44','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-14 06:35:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(262,'41597386884','6164003349215','1','170','retail','0','2020-08-14 09:35:06','','','','153','Cash',0.00,'170','','','4','','1','2020-08-14 06:35:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(263,'41597386884','6161100760387','1','70','retail','0','2020-08-14 09:35:17','','','','63','Cash',0.00,'70','','','4','','1','2020-08-14 06:35:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(264,'41597386884','101','1','120','retail','0','2020-08-14 09:35:31','','','','108','Cash',0.00,'120','','','4','','1','2020-08-14 06:35:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(266,'41597386950','143','2','250','retail','0','2020-08-14 09:56:29','','','','112.5','Cash',0.00,'125','','','4','','1','2020-08-14 06:56:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','4.00','2','Inclusive'),(267,'41597388213','6161101000543','1','55','retail','0','2020-08-14 09:56:53','','','','49.5','Cash',0.00,'55','','','4','','1','2020-08-14 07:04:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(268,'41597389503','6009614480462','1','25','retail','0','2020-08-14 10:24:30','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-14 07:30:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(269,'41597389503','6923564532289','1','30','retail','0','2020-08-14 10:25:27','','','','27','Cash',0.00,'30','','','4','','1','2020-08-14 07:30:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Inclusive'),(270,'41597389503','126','1','15','retail','0','2020-08-14 10:26:23','','','','13.5','Cash',0.00,'15','','','4','','1','2020-08-14 07:30:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(271,'41597389503','0000616009978','1','100','retail','0','2020-08-14 10:26:34','','','','90','Cash',0.00,'100','','','4','','1','2020-08-14 07:30:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(272,'41597389503','18','1','15','retail','0','2020-08-14 10:26:54','','','','13.5','Cash',0.00,'15','','','4','','1','2020-08-14 07:30:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Inclusive'),(273,'41597391029','6161100760387','1','70','retail','0','2020-08-14 10:43:49','','','','63','Cash',0.00,'70','','','4','','1','2020-08-14 07:47:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(276,'41597391242','74','1','170','retail','0','2020-08-14 10:48:47','','','','153','Cash',0.00,'170','','','4','','1','2020-08-14 07:49:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(277,'41597391242','8901719908590','1','120','retail','0','2020-08-14 10:49:01','','','','108','Cash',0.00,'120','','','4','','1','2020-08-14 07:49:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(278,'41597391390','6164000009020','1','65','retail','0','2020-08-14 10:49:50','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-14 08:26:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(279,'41597393561','79','1','110','retail','0','2020-08-14 11:26:01','','','','99','Cash',0.00,'110','','','4','','1','2020-08-14 08:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(280,'41597395613','39','2','100','retail','0','2020-08-14 12:00:13','','','','45','Cash',0.00,'50','','','4','','1','2020-08-14 09:25:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','5.00','3','Inclusive'),(281,'41597397268','6164000009006','1','160','retail','0','2020-08-14 12:27:48','','','','144','Cash',0.00,'160','','','4','','1','2020-08-14 09:36:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(282,'41597398754','6161100912281','1','85','retail','0','2020-08-14 12:52:34','','','','76.5','Cash',0.00,'85','','','4','','1','2020-08-14 09:52:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(283,'41597399843','67','1','40','retail','0','2020-08-14 13:10:43','','','','36','Cash',0.00,'40','','','4','','1','2020-08-14 10:10:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(285,'41597403219','33','1','50','retail','0','2020-08-14 14:09:01','','','','45','Cash',0.00,'50','','','4','','1','2020-08-14 11:09:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(286,'41597403363','6161100760387','1','70','retail','0','2020-08-14 14:09:23','','','','63','Cash',0.00,'70','','','4','','1','2020-08-14 11:16:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(287,'41597403363','169','1','5','retail','0','2020-08-14 14:15:52','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-14 11:16:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','35.00','34','Inclusive'),(288,'41597403803','16','1','30','retail','0','2020-08-14 14:16:43','','','','27','Cash',0.00,'30','','','4','','1','2020-08-14 11:29:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(289,'41597404579','99','1','50','retail','0','2020-08-14 14:29:39','','','','45','Cash',0.00,'50','','','4','','1','2020-08-14 11:33:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','38.00','37','Inclusive'),(290,'41597404579','6164000033209','1','130','retail','0','2020-08-14 14:31:30','','','','117','Cash',0.00,'130','','','4','','1','2020-08-14 11:33:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(291,'41597406970','6161102170917','1','480','retail','0','2020-08-14 15:09:30','','','','432','Cash',0.00,'480','','','4','','1','2020-08-14 12:13:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(292,'41597406970','30','1','90','retail','0','2020-08-14 15:11:37','','','','81','Cash',0.00,'90','','','4','','1','2020-08-14 12:13:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(293,'41597406970','7622210304537','1','135','retail','0','2020-08-14 15:11:46','','','','121.5','Cash',0.00,'135','','','4','','1','2020-08-14 12:13:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(294,'41597406970','104','1','130','retail','0','2020-08-14 15:11:55','','','','117','Cash',0.00,'130','','','4','','1','2020-08-14 12:13:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(295,'41597406970','6161102170023','1','135','retail','0','2020-08-14 15:12:06','','','','121.5','Cash',0.00,'135','','','4','','1','2020-08-14 12:13:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(296,'41597406970','27','1','50','retail','0','2020-08-14 15:12:16','','','','45','Cash',0.00,'50','','','4','','1','2020-08-14 12:13:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(297,'41597406970','6164000033483','1','70','retail','0','2020-08-14 15:12:27','','','','63','Cash',0.00,'70','','','4','','1','2020-08-14 12:13:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(298,'41597406970','86','1','65','retail','0','2020-08-14 15:13:06','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-14 12:13:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(299,'41597408368','80','1','110','retail','0','2020-08-14 15:32:48','','','','99','Cash',0.00,'110','','','4','','1','2020-08-14 12:35:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(300,'41597408368','59','1','5','retail','0','2020-08-14 15:34:52','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-14 12:35:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(301,'41597408530','143','1','125','retail','0','2020-08-14 15:35:30','','','','112.5','Cash',0.00,'125','','','4','','1','2020-08-14 12:59:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(302,'41597408530','49','1','60','retail','0','2020-08-14 15:59:22','','','','54','Cash',0.00,'60','','','4','','1','2020-08-14 12:59:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(303,'41597409974','191','1','5','retail','0','2020-08-14 15:59:34','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-14 13:02:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(304,'41597410122','59','2','10','retail','0','2020-08-14 16:18:19','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-14 13:19:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','21.00','19','Inclusive'),(305,'41597410122','169','2','10','retail','0','2020-08-14 16:18:44','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-14 13:19:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','34.00','32','Inclusive'),(306,'41597415421','169','1','5','retail','0','2020-08-14 17:30:21','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-14 14:31:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Inclusive'),(307,'41597415421','101','1','120','retail','0','2020-08-14 17:30:54','','','','108','Cash',0.00,'120','','','4','','1','2020-08-14 14:31:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(308,'41597415466','101','1','120','retail','0','2020-08-14 17:31:06','','','','108','Cash',0.00,'120','','','4','','1','2020-08-14 14:35:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(309,'41597415734','6161100760387','1','70','retail','0','2020-08-14 17:35:34','','','','63','Cash',0.00,'70','','','4','','1','2020-08-14 14:38:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(310,'41597415907','6161102794694','1','50','retail','0','2020-08-14 17:38:27','','','','45','Cash',0.00,'50','','','4','','1','2020-08-14 14:40:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(311,'41597415907','6161101000543','1','55','retail','0','2020-08-14 17:38:37','','','','49.5','Cash',0.00,'55','','','4','','1','2020-08-14 14:40:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(312,'41597416010','31','1','70','retail','0','2020-08-14 17:40:10','','','','63','Cash',0.00,'70','','','4','','1','2020-08-14 14:42:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(313,'41597416010','169','1','5','retail','0','2020-08-14 17:41:57','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-14 14:42:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Inclusive'),(314,'41597416129','6164000993008','1','85','retail','0','2020-08-14 17:42:09','','','','76.5','Cash',0.00,'85','','','4','','1','2020-08-14 14:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(315,'41597416129','6161113440078','1','65','retail','0','2020-08-14 17:52:28','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-14 14:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(316,'41597416129','21','2','40','retail','0','2020-08-14 17:52:34','','','','18','Cash',0.00,'20','','','4','','1','2020-08-14 14:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','6.00','4','Inclusive'),(317,'41597416129','17','1','10','retail','0','2020-08-14 17:52:48','','','','9','Cash',0.00,'10','','','4','','1','2020-08-14 14:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(318,'41597418514','161','4','100','retail','0','2020-08-14 18:21:54','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-14 15:34:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','9.00','5','Inclusive'),(319,'41597418514','6161102170023','1','135','retail','0','2020-08-14 18:22:27','','','','121.5','Cash',0.00,'135','','','4','','1','2020-08-14 15:34:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(321,'41597418514','6164000072055','1','45','retail','0','2020-08-14 18:23:18','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-14 15:34:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(322,'41597418514','6164000072031','2','90','retail','0','2020-08-14 18:23:34','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-14 15:34:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','14.00','12','Inclusive'),(323,'41597419247','6164000009068','1','100','retail','0','2020-08-14 18:34:07','','','','90','Cash',0.00,'100','','','4','','1','2020-08-14 15:37:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(324,'41597419247','143','1','125','retail','0','2020-08-14 18:35:33','','','','112.5','Cash',0.00,'125','','','4','','1','2020-08-14 15:37:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(325,'41597419247','101','1','120','retail','0','2020-08-14 18:35:41','','','','108','Cash',0.00,'120','','','4','','1','2020-08-14 15:37:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(326,'41597419247','18','1','15','retail','0','2020-08-14 18:35:50','','','','13.5','Cash',0.00,'15','','','4','','1','2020-08-14 15:37:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Inclusive'),(327,'41597422258','32','1','50','retail','0','2020-08-14 19:24:18','','','','45','Cash',0.00,'50','','','4','','1','2020-08-14 16:25:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(328,'41597422258','4','1','90','retail','0','2020-08-14 19:24:54','','','','81','Cash',0.00,'90','','','4','','1','2020-08-14 16:25:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(329,'41597422788','6161100760257','1','65','retail','0','2020-08-14 19:33:08','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-14 16:41:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(330,'41597475513','71','1','10','retail','0','2020-08-15 10:11:54','','','','9','Cash',0.00,'10','','','4','','1','2020-08-15 07:12:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','115.00','114','Inclusive'),(331,'41597475513','6161100760226','1','20','retail','0','2020-08-15 10:12:10','','','','18','Cash',0.00,'20','','','4','','1','2020-08-15 07:12:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','49.00','48','Inclusive'),(332,'41597480966','6009627050027','1','60','retail','0','2020-08-15 11:42:46','','','','54','Cash',0.00,'60','','','4','','1','2020-08-15 08:43:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(333,'41597480988','143','1','125','retail','0','2020-08-15 11:43:08','','','','112.5','Cash',0.00,'125','','','4','','1','2020-08-15 08:46:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(334,'41597480988','33','1','50','retail','0','2020-08-15 11:44:04','','','','45','Cash',0.00,'50','','','4','','1','2020-08-15 08:46:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(335,'41597480988','101','1','120','retail','0','2020-08-15 11:44:20','','','','108','Cash',0.00,'120','','','4','','1','2020-08-15 08:46:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(336,'41597480988','6161106610594','1','120','retail','0','2020-08-15 11:44:34','','','','108','Cash',0.00,'120','','','4','','1','2020-08-15 08:46:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(338,'41597482497','6161106610259','1','750','retail','0','2020-08-15 12:08:17','','','','675','Cash',0.00,'750','','','4','','1','2020-08-15 09:10:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(339,'41597482647','39','1','50','retail','0','2020-08-15 12:10:47','','','','45','Cash',0.00,'50','','','4','','1','2020-08-15 09:11:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(340,'41597482899','39','1','50','retail','0','2020-08-15 12:14:59','','','','45','Cash',0.00,'50','','','4','','1','2020-08-15 09:16:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(341,'41597483017','8901719903465','1','20','retail','0','2020-08-15 12:16:57','','','','18','Cash',0.00,'20','','','4','','1','2020-08-15 09:39:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(342,'41597488068','6164000072000','1','45','retail','0','2020-08-15 13:41:08','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-15 10:42:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(343,'41597488068','49','1','60','retail','0','2020-08-15 13:41:20','','','','54','Cash',0.00,'60','','','4','','1','2020-08-15 10:42:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(344,'41597488068','79','1','110','retail','0','2020-08-15 13:41:27','','','','99','Cash',0.00,'110','','','4','','1','2020-08-15 10:42:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(345,'41597488068','16','2','60','retail','0','2020-08-15 13:42:07','','','','27','Cash',0.00,'30','','','4','','1','2020-08-15 10:42:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','23.00','21','Inclusive'),(346,'41597488068','191','1','5','retail','0','2020-08-15 13:42:18','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-15 10:42:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(347,'41597488068','6166000090213','1','35','retail','0','2020-08-15 13:42:28','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-15 10:42:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(348,'41597488167','6161102170023','1','135','retail','0','2020-08-15 13:47:27','','','','121.5','Cash',0.00,'135','','','4','','1','2020-08-15 10:48:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(349,'41597488167','6161101280020','1','40','retail','0','2020-08-15 13:47:53','','','','36','Cash',0.00,'40','','','4','','1','2020-08-15 10:48:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(350,'41597488167','30','1','90','retail','0','2020-08-15 13:48:01','','','','81','Cash',0.00,'90','','','4','','1','2020-08-15 10:48:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(352,'41597488501','46','1','330','retail','0','2020-08-15 13:48:21','','','','297','Cash',0.00,'330','','','4','','1','2020-08-15 10:57:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(353,'41597489043','16','1','30','retail','0','2020-08-15 13:57:23','','','','27','Cash',0.00,'30','','','4','','1','2020-08-15 11:02:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(354,'41597489336','59','2','10','retail','0','2020-08-15 14:02:16','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-15 12:10:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','19.00','17','Inclusive'),(355,'41597489336','16','1','30','retail','0','2020-08-15 15:10:10','','','','27','Cash',0.00,'30','','','4','','1','2020-08-15 12:10:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(356,'41597489336','16','1','30','retail','0','2020-08-15 15:10:31','','','','27','Cash',0.00,'30','','','4','','1','2020-08-15 12:10:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(357,'41597493446','6161102170030','2','130','retail','0','2020-08-15 15:10:46','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-15 12:23:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','18.00','16','Inclusive'),(358,'41597501914','32','1','50','retail','0','2020-08-15 17:31:54','','','','45','Cash',0.00,'50','','','4','','1','2020-08-15 14:35:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(359,'41597501914','98','1','25','retail','0','2020-08-15 17:32:12','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-15 14:35:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','93.00','92','Inclusive'),(360,'41597501914','6161100860155','15','75','retail','0','2020-08-15 17:32:24','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-15 14:35:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','15','23.00','8','Inclusive'),(361,'41597501914','169','2','10','retail','0','2020-08-15 17:33:02','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-15 14:35:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','30.00','28','Inclusive'),(362,'41597501914','0792382445790','2','90','retail','0','2020-08-15 17:33:32','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-15 14:35:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','18.00','16','Inclusive'),(364,'41597501914','9','1','590','retail','0','2020-08-15 17:35:09','','','','531','Cash',0.00,'590','','','4','','1','2020-08-15 14:35:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(365,'41597502154','101','1','120','retail','0','2020-08-15 17:35:54','','','','108','Cash',0.00,'120','','','4','','1','2020-08-15 14:37:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(366,'41597502154','59','1','5','retail','0','2020-08-15 17:37:06','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-15 14:37:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(367,'41597502725','8901719903465','1','20','retail','0','2020-08-15 17:45:25','','','','18','Cash',0.00,'20','','','4','','1','2020-08-15 14:48:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(368,'41597502725','6008677000549','1','40','retail','0','2020-08-15 17:46:20','','','','36','Cash',0.00,'40','','','4','','1','2020-08-15 14:48:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(369,'41597502895','8901719903465','2','40','retail','0','2020-08-15 17:48:15','','','','18','Cash',0.00,'20','','','4','','1','2020-08-15 14:49:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','10.00','8','Inclusive'),(371,'41597502957','168','2','400','retail','0','2020-08-15 17:49:17','','','','180','Cash',0.00,'200','','','4','','1','2020-08-15 14:50:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','10.00','8','Inclusive'),(372,'41597503018','52','2','110','retail','0','2020-08-15 17:50:18','','','','49.5','Cash',0.00,'55','','','4','','1','2020-08-15 14:51:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','9.00','7','Inclusive'),(374,'41597503075','6161100760257','1','65','retail','0','2020-08-15 17:51:15','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-15 14:52:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(375,'41597503075','6161100760257','1','65','retail','0','2020-08-15 17:51:33','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-15 14:52:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(376,'41597503611','6161100760066','1','60','retail','0','2020-08-15 18:00:11','','','','54','Cash',0.00,'60','','','4','','1','2020-08-15 15:03:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(377,'41597503611','6203012970123','1','90','retail','0','2020-08-15 18:00:19','','','','81','Cash',0.00,'90','','','4','','1','2020-08-15 15:03:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(378,'41597503611','6161100760387','1','70','retail','0','2020-08-15 18:00:26','','','','63','Cash',0.00,'70','','','4','','1','2020-08-15 15:03:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(379,'41597503611','59','3','15','retail','0','2020-08-15 18:00:36','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-15 15:03:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','16.00','13','Inclusive'),(380,'41597503611','11','1','70','retail','0','2020-08-15 18:02:00','','','','63','Cash',0.00,'70','','','4','','1','2020-08-15 15:03:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(382,'41597503611','6161100860155','2','10','retail','0','2020-08-15 18:03:18','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-15 15:03:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','8.00','6','Inclusive'),(383,'41597504327','39','1','50','retail','0','2020-08-15 18:12:07','','','','45','Cash',0.00,'50','','','4','','1','2020-08-15 15:12:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(384,'41597504343','6161101000543','1','55','retail','0','2020-08-15 18:16:33','','','','49.5','Cash',0.00,'55','','','4','','1','2020-08-15 15:40:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(385,'41597504343','169','1','5','retail','0','2020-08-15 18:32:55','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-15 15:40:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(386,'41597504343','8901719903427','1','20','retail','0','2020-08-15 18:36:39','','','','18','Cash',0.00,'20','','','4','','1','2020-08-15 15:40:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(387,'41597506028','6164000242533','1','25','retail','0','2020-08-15 18:40:28','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-15 15:47:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(388,'41597506028','0000616009800','1','50','retail','0','2020-08-15 18:46:51','','','','45','Cash',0.00,'50','','','4','','1','2020-08-15 15:47:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(389,'41597506427','191','2','10','retail','0','2020-08-15 18:47:07','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-15 16:08:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','23.00','21','Inclusive'),(390,'41597507689','71','10','100','retail','0','2020-08-15 19:08:09','','','','9','Cash',0.00,'10','','','4','','1','2020-08-15 16:47:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','10','114.00','104','Inclusive'),(392,'41597510056','185','4','20','retail','0','2020-08-15 19:47:36','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-15 16:49:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','5.00','1','Inclusive'),(393,'41597556160','6161100912380','1','70','retail','0','2020-08-16 08:36:00','','','','63','Cash',0.00,'70','','','4','','1','2020-08-16 05:49:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(394,'41597556160','6164000009006','1','160','retail','0','2020-08-16 08:38:56','','','','144','Cash',0.00,'160','','','4','','1','2020-08-16 05:49:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(395,'41597556160','6161100760387','1','70','retail','0','2020-08-16 08:40:00','','','','63','Cash',0.00,'70','','','4','','1','2020-08-16 05:49:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(396,'41597556160','17','1','10','retail','0','2020-08-16 08:48:12','','','','9','Cash',0.00,'10','','','4','','1','2020-08-16 05:49:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(397,'41597556953','6161100100084','1','50','retail','0','2020-08-16 08:49:13','','','','45','Cash',0.00,'50','','','4','','1','2020-08-16 06:05:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(398,'41597557921','169','2','10','retail','0','2020-08-16 09:05:21','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-16 06:52:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','27.00','25','Inclusive'),(399,'41597560742','144','1','65','retail','0','2020-08-16 09:52:22','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-16 07:01:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','43.00','42','Inclusive'),(401,'41597561287','11','1','70','retail','0','2020-08-16 10:01:27','','','','63','Cash',0.00,'70','','','4','','1','2020-08-16 07:17:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(403,'41597562947','187','2','10','retail','0','2020-08-16 10:29:07','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-16 07:43:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','35.00','33','Inclusive'),(404,'41597562947','17','1','10','retail','0','2020-08-16 10:38:57','','','','9','Cash',0.00,'10','','','4','','1','2020-08-16 07:43:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(405,'41597563818','6161113440030','1','85','retail','0','2020-08-16 10:43:38','','','','76.5','Cash',0.00,'85','','','4','','1','2020-08-16 07:57:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(406,'41597563818','71','2','20','retail','0','2020-08-16 11:26:51','','','','9','Cash',0.00,'10','','','4','','1','2020-08-16 08:27:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','104.00','102','Inclusive'),(407,'41597563818','59','2','10','retail','0','2020-08-16 11:27:12','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-16 08:27:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','13.00','11','Inclusive'),(408,'41597568172','31','1','70','retail','0','2020-08-16 11:56:12','','','','63','Cash',0.00,'70','','','4','','1','2020-08-16 08:58:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(409,'41597568325','7622210304537','1','135','retail','0','2020-08-16 11:58:45','','','','121.5','Cash',0.00,'135','','','4','','1','2020-08-16 09:01:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(410,'41597568325','6161106610594','1','120','retail','0','2020-08-16 11:58:57','','','','108','Cash',0.00,'120','','','4','','1','2020-08-16 09:01:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(411,'41597568526','171','1','130','retail','0','2020-08-16 12:02:06','','','','117','Cash',0.00,'130','','','4','','1','2020-08-16 09:16:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(412,'41597568526','6161101000840','1','60','retail','0','2020-08-16 12:15:33','','','','54','Cash',0.00,'60','','','4','','1','2020-08-16 09:16:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(413,'41597568526','6161101000840','1','60','retail','0','2020-08-16 12:15:42','','','','54','Cash',0.00,'60','','','4','','1','2020-08-16 09:16:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(415,'41597568526','17','1','10','retail','0','2020-08-16 12:16:10','','','','9','Cash',0.00,'10','','','4','','1','2020-08-16 09:16:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(416,'41597569420','101','1','120','retail','0','2020-08-16 12:17:00','','','','108','Cash',0.00,'120','','','4','','1','2020-08-16 09:38:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(417,'41597570715','6161107150815','1','60','retail','0','2020-08-16 12:38:35','','','','54','Cash',0.00,'60','','','4','','1','2020-08-16 09:48:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(418,'41597570715','16','1','30','retail','0','2020-08-16 12:48:22','','','','27','Cash',0.00,'30','','','4','','1','2020-08-16 09:48:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(420,'41597574155','5449000180247','1','130','retail','0','2020-08-16 13:35:55','','','','117','Cash',0.00,'130','','','4','','1','2020-08-16 10:37:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(421,'41597576531','6161113940141','1','125','retail','0','2020-08-16 14:15:31','','','','112.5','Cash',0.00,'125','','','4','','1','2020-08-16 11:16:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(422,'41597576531','6009627050010','1','120','retail','0','2020-08-16 14:15:42','','','','108','Cash',0.00,'120','','','4','','1','2020-08-16 11:16:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Inclusive'),(423,'41597576531','159','1','160','retail','0','2020-08-16 14:15:49','','','','144','Cash',0.00,'160','','','4','','1','2020-08-16 11:16:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(424,'41597576531','104','2','260','retail','0','2020-08-16 14:16:00','','','','117','Cash',0.00,'130','','','4','','1','2020-08-16 11:16:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','10.00','8','Inclusive'),(425,'41597576531','104','2','260','retail','0','2020-08-16 14:16:00','','','','117','Cash',0.00,'130','','','4','','1','2020-08-16 11:18:44','1','1','returned','1','new','pcs','','2020-08-16 14:18:44','4','yes','','0','','','ZERO RATED','0','2','8.00','6','Inclusive'),(426,'41597576637','59','3','15','retail','0','2020-08-16 14:17:17','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-16 11:18:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','11.00','8','Inclusive'),(427,'41597578929','6164000009358','1','35','retail','0','2020-08-16 14:55:30','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-16 11:56:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(428,'41597578929','182','1','40','retail','0','2020-08-16 14:55:39','','','','36','Cash',0.00,'40','','','4','','1','2020-08-16 11:56:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(429,'41597578929','88','1','40','retail','0','2020-08-16 14:55:47','','','','36','Cash',0.00,'40','','','4','','1','2020-08-16 11:56:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(430,'41597578967','159','1','160','retail','0','2020-08-16 14:56:07','','','','144','Cash',0.00,'160','','','4','','1','2020-08-16 11:57:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(431,'41597578967','6009627050010','1','120','retail','0','2020-08-16 14:56:18','','','','108','Cash',0.00,'120','','','4','','1','2020-08-16 11:57:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','29.00','28','Inclusive'),(432,'41597578967','104','1','130','retail','0','2020-08-16 14:56:29','','','','117','Cash',0.00,'130','','','4','','1','2020-08-16 11:57:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(433,'41597578967','0792382472789','1','50','retail','0','2020-08-16 14:56:45','','','','45','Cash',0.00,'50','','','4','','1','2020-08-16 11:57:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(434,'41597578967','18','1','15','retail','0','2020-08-16 14:56:57','','','','13.5','Cash',0.00,'15','','','4','','1','2020-08-16 11:57:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','29.00','28','Inclusive'),(435,'41597578967','6161101661232','1','220','retail','0','2020-08-16 14:57:22','','','','198','Cash',0.00,'220','','','4','','1','2020-08-16 11:57:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(436,'41597582944','184','1','100','retail','0','2020-08-16 16:03:49','','','','90','Cash',0.00,'100','','','4','','1','2020-08-16 13:08:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(437,'41597582944','6164000009358','1','35','retail','0','2020-08-16 16:04:13','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-16 13:08:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(438,'41597582944','182','1','40','retail','0','2020-08-16 16:04:42','','','','36','Cash',0.00,'40','','','4','','1','2020-08-16 13:08:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(439,'41597582944','8888','1','40','retail','0','2020-08-16 16:04:55','','','','36','Cash',4.91,'40','','','4','','1','2020-08-16 13:08:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','35.09','1','4.00','3','Inclusive'),(440,'41597582944','88','1','40','retail','0','2020-08-16 16:05:16','','','','36','Cash',0.00,'40','','','4','','1','2020-08-16 13:08:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(441,'41597582944','82','1','65','retail','0','2020-08-16 16:05:32','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-16 13:08:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(442,'41597582944','99','2','100','retail','0','2020-08-16 16:05:48','','','','45','Cash',0.00,'50','','','4','','1','2020-08-16 13:08:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','37.00','35','Inclusive'),(443,'41597582944','6161100760387','1','70','retail','0','2020-08-16 16:06:03','','','','63','Cash',0.00,'70','','','4','','1','2020-08-16 13:08:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(444,'41597583808','94','1','70','retail','0','2020-08-16 16:16:48','','','','63','Cash',0.00,'70','','','4','','1','2020-08-16 13:18:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(445,'41597583880','94','1','70','retail','0','2020-08-16 16:18:00','','','','63','Cash',0.00,'70','','','4','','1','2020-08-16 13:24:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(446,'41597584294','6161100100084','2','100','retail','0','2020-08-16 16:24:54','','','','45','Cash',0.00,'50','','','4','','1','2020-08-16 13:31:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','16.00','14','Inclusive'),(447,'41597584688','161','1','25','retail','0','2020-08-16 16:31:28','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-16 13:48:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(448,'41597584688','59','1','5','retail','0','2020-08-16 16:46:17','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-16 13:48:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(449,'41597584688','8901719903465','1','20','retail','0','2020-08-16 16:46:33','','','','18','Cash',0.00,'20','','','4','','1','2020-08-16 13:48:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(450,'41597585708','6161107150815','1','60','retail','0','2020-08-16 16:48:28','','','','54','Cash',0.00,'60','','','4','','1','2020-08-16 13:52:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(451,'41597585708','6161107151010','1','60','retail','0','2020-08-16 16:51:48','','','','54','Cash',0.00,'60','','','4','','1','2020-08-16 13:52:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(452,'41597585708','6161101000833','1','60','retail','0','2020-08-16 16:51:55','','','','54','Cash',0.00,'60','','','4','','1','2020-08-16 13:52:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(453,'41597585954','5449000180247','1','130','retail','0','2020-08-16 16:52:34','','','','117','Cash',0.00,'130','','','4','','1','2020-08-16 13:55:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(454,'41597586128','6161101000833','1','60','retail','0','2020-08-16 16:55:28','','','','54','Cash',0.00,'60','','','4','','1','2020-08-16 14:20:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(455,'41597586128','6161101000840','1','60','retail','0','2020-08-16 17:20:06','','','','54','Cash',0.00,'60','','','4','','1','2020-08-16 14:20:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(456,'41597586128','6161101000833','1','60','retail','0','2020-08-16 17:20:15','','','','54','Cash',0.00,'60','','','4','','1','2020-08-16 14:20:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(458,'41597587638','91','1','40','retail','0','2020-08-16 17:29:02','','','','36','Cash',0.00,'40','','','4','','1','2020-08-16 14:29:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(459,'41597587638','71','5','50','retail','0','2020-08-16 17:29:14','','','','9','Cash',0.00,'10','','','4','','1','2020-08-16 14:29:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','5','102.00','97','Inclusive'),(460,'41597588169','180','1','125','retail','0','2020-08-16 17:29:29','','','','112.5','Cash',0.00,'125','','','4','','1','2020-08-16 14:33:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(461,'41597593642','6161113440092','1','115','retail','0','2020-08-16 19:00:42','','','','103.5','Cash',0.00,'115','','','4','','1','2020-08-16 16:01:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(462,'41597593642','6164000009068','1','100','retail','0','2020-08-16 19:01:07','','','','90','Cash',0.00,'100','','','4','','1','2020-08-16 16:01:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(463,'41597593642','157','1','500','retail','0','2020-08-16 19:01:21','','','','450','Cash',0.00,'500','','','4','','1','2020-08-16 16:01:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(464,'41597641026','191','1','5','retail','0','2020-08-17 08:10:26','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-17 05:11:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(465,'41597641026','189','1','5','retail','0','2020-08-17 08:11:02','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-17 05:11:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','90.00','89','Inclusive'),(466,'41597641084','191','2','10','retail','0','2020-08-17 08:11:24','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-17 06:39:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','20.00','18','Inclusive'),(467,'41597641084','101','1','120','retail','0','2020-08-17 08:12:07','','','','108','Cash',0.00,'120','','','4','','1','2020-08-17 06:39:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(468,'41597641084','6161100760387','1','70','retail','0','2020-08-17 09:02:07','','','','63','Cash',0.00,'70','','','4','','1','2020-08-17 06:39:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(470,'41597646377','6009607673345','1','50','retail','0','2020-08-17 09:47:19','','','','45','Cash',0.00,'50','','','4','','1','2020-08-17 06:51:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','35.00','34','Inclusive'),(471,'41597646377','128','1','25','retail','0','2020-08-17 09:47:55','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-17 06:51:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Inclusive'),(472,'41597646377','6161103941271','1','20','retail','0','2020-08-17 09:49:34','','','','18','Cash',0.00,'20','','','4','','1','2020-08-17 06:51:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(473,'41597646377','6164004554182','1','25','retail','0','2020-08-17 09:50:02','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-17 06:51:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(474,'41597649020','6166000090213','1','35','retail','0','2020-08-17 10:23:40','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-17 07:42:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(475,'41597649020','6166000090213','1','35','retail','0','2020-08-17 10:38:09','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-17 07:42:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(476,'41597649020','161','2','50','retail','0','2020-08-17 10:38:17','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-17 07:42:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','4.00','2','Inclusive'),(477,'41597650126','6161107770853','1','320','retail','0','2020-08-17 10:42:06','','','','288','Cash',0.00,'320','','','4','','1','2020-08-17 08:25:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(478,'41597650126','6161113940141','1','125','retail','0','2020-08-17 11:23:43','','','','112.5','Cash',0.00,'125','','','4','','1','2020-08-17 08:25:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(479,'41597658239','6161113440009','1','65','retail','0','2020-08-17 12:57:19','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-17 10:20:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(480,'41597658239','93','1','40','retail','0','2020-08-17 13:15:12','','','','36','Cash',0.00,'40','','','4','','1','2020-08-17 10:20:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(481,'41597658239','101','1','120','retail','0','2020-08-17 13:17:09','','','','108','Cash',0.00,'120','','','4','','1','2020-08-17 10:20:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(482,'41597658239','6161100760387','1','70','retail','0','2020-08-17 13:18:04','','','','63','Cash',0.00,'70','','','4','','1','2020-08-17 10:20:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(483,'41597658239','6161100913011','1','100','retail','0','2020-08-17 13:18:25','','','','90','Cash',0.00,'100','','','4','','1','2020-08-17 10:20:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(484,'41597658239','16','1','30','retail','0','2020-08-17 13:18:42','','','','27','Cash',0.00,'30','','','4','','1','2020-08-17 10:20:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(485,'41597663851','93','1','40','retail','0','2020-08-17 14:30:51','','','','36','Cash',0.00,'40','','','4','','1','2020-08-17 11:31:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(486,'41597663851','16','1','30','retail','0','2020-08-17 14:31:20','','','','27','Cash',0.00,'30','','','4','','1','2020-08-17 11:31:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(487,'41597663904','6164000009020','1','65','retail','0','2020-08-17 14:31:44','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-17 12:26:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(488,'41597663904','86','1','65','retail','0','2020-08-17 15:23:58','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-17 12:26:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(489,'41597663904','128','1','25','retail','0','2020-08-17 15:24:56','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-17 12:26:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','29.00','28','Inclusive'),(490,'41597672995','6161100760226','1','20','retail','0','2020-08-17 17:03:15','','','','18','Cash',0.00,'20','','','4','','1','2020-08-17 14:08:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','48.00','47','Inclusive'),(491,'41597672995','85','2','130','retail','0','2020-08-17 17:03:39','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-17 14:08:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','11.00','9','Inclusive'),(492,'41597672995','83','1','65','retail','0','2020-08-17 17:03:54','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-17 14:08:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(493,'41597672995','84','1','65','retail','0','2020-08-17 17:04:16','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-17 14:08:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(494,'41597672995','6164000072024','3','135','retail','0','2020-08-17 17:04:45','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-17 14:08:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','21.00','18','Inclusive'),(495,'41597672995','6161101000840','1','60','retail','0','2020-08-17 17:05:08','','','','54','Cash',0.00,'60','','','4','','1','2020-08-17 14:08:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(496,'41597672995','6161107151010','1','60','retail','0','2020-08-17 17:05:41','','','','54','Cash',0.00,'60','','','4','','1','2020-08-17 14:08:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(497,'41597672995','17','1','10','retail','0','2020-08-17 17:06:02','','','','9','Cash',0.00,'10','','','4','','1','2020-08-17 14:08:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(498,'41597672995','8901719903465','1','20','retail','0','2020-08-17 17:06:17','','','','18','Cash',0.00,'20','','','4','','1','2020-08-17 14:08:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(499,'41597672995','8901719903465','1','20','retail','0','2020-08-17 17:06:17','','','','18','Cash',0.00,'20','','','4','','1','2020-08-17 14:08:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(500,'41597672995','86','1','65','retail','0','2020-08-17 17:06:49','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-17 14:08:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(501,'41597673300','6161100860155','2','10','retail','0','2020-08-17 17:08:20','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-17 14:23:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','6.00','4','Inclusive'),(502,'41597674190','6161113940141','1','125','retail','0','2020-08-17 17:23:58','','','','112.5','Cash',0.00,'125','','','4','','1','2020-08-17 14:28:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(503,'41597674511','11','1','70','retail','0','2020-08-17 17:28:31','','','','63','Cash',0.00,'70','','','4','','1','2020-08-17 15:13:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(504,'41597674511','18','1','15','retail','0','2020-08-17 17:32:41','','','','13.5','Cash',0.00,'15','','','4','','1','2020-08-17 15:13:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(505,'41597674511','6161100760387','1','70','retail','0','2020-08-17 17:40:45','','','','63','Cash',0.00,'70','','','4','','1','2020-08-17 15:13:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(506,'41597679502','6164001166272','1','50','retail','0','2020-08-17 18:51:43','','','','45','Cash',0.00,'50','','','4','','1','2020-08-17 15:52:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(507,'41597679502','6161101680424','1','50','retail','0','2020-08-17 18:52:19','','','','45','Cash',0.00,'50','','','4','','1','2020-08-17 15:52:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(509,'41597684164','49','2','120','retail','0','2020-08-17 20:09:24','','','','54','Cash',0.00,'60','','','4','','1','2020-08-17 17:10:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(510,'41597729128','169','4','20','retail','0','2020-08-18 08:38:48','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-18 05:40:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','52.00','48','Inclusive'),(511,'41597729221','33','1','50','retail','0','2020-08-18 08:40:21','','','','45','Cash',0.00,'50','','','4','','1','2020-08-18 06:19:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(512,'41597729221','6009627050010','2','240','retail','0','2020-08-18 09:19:06','','','','108','Cash',0.00,'120','','','4','','1','2020-08-18 06:19:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','28.00','26','Inclusive'),(513,'41597731576','169','1','5','retail','0','2020-08-18 09:54:08','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-18 07:58:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','48.00','47','Inclusive'),(514,'41597731576','6161100860155','3','15','retail','0','2020-08-18 10:26:26','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-18 07:58:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','4.00','1','Inclusive'),(515,'41597737487','6166000090213','2','70','retail','0','2020-08-18 10:58:07','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-18 08:26:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','16.00','14','Inclusive'),(516,'41597737487','161','2','50','retail','0','2020-08-18 10:58:21','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-18 08:26:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(517,'41597739213','6166000090213','1','35','retail','0','2020-08-18 11:26:53','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-18 08:31:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(518,'41597739498','6161100100084','1','50','retail','0','2020-08-18 11:31:38','','','','45','Cash',0.00,'50','','','4','','1','2020-08-18 09:33:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(519,'41597739498','16','1','30','retail','0','2020-08-18 11:47:32','','','','27','Cash',0.00,'30','','','4','','1','2020-08-18 09:33:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(520,'41597744852','47','1','195','retail','0','2020-08-18 13:01:10','','','','175.5','Cash',0.00,'195','','','4','','1','2020-08-18 10:03:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(521,'41597744852','101','1','120','retail','0','2020-08-18 13:02:53','','','','108','Cash',0.00,'120','','','4','','1','2020-08-18 10:03:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(522,'41597744852','30','1','90','retail','0','2020-08-18 13:03:05','','','','81','Cash',0.00,'90','','','4','','1','2020-08-18 10:03:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(523,'41597744852','141','1','160','retail','0','2020-08-18 13:03:40','','','','144','Cash',0.00,'160','','','4','','1','2020-08-18 10:03:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(524,'41597745406','30','2','180','retail','0','2020-08-18 13:10:06','','','','81','Cash',0.00,'90','','','4','','1','2020-08-18 10:10:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(525,'41597753660','143','1','125','retail','0','2020-08-18 15:27:40','','','','112.5','Cash',0.00,'125','','','4','','1','2020-08-18 12:27:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(526,'41597754381','6161107150853','1','105','retail','0','2020-08-18 15:53:10','','','','94.5','Cash',0.00,'105','','','4','','1','2020-08-18 13:06:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(527,'41597760248','6161100760387','1','70','retail','0','2020-08-18 17:17:28','','','','63','Cash',0.00,'70','','','4','','1','2020-08-18 14:23:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(528,'41597760248','101','1','120','retail','0','2020-08-18 17:23:09','','','','108','Cash',0.00,'120','','','4','','1','2020-08-18 14:23:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(529,'41597760631','144','1','65','retail','0','2020-08-18 17:23:51','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-18 14:38:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','42.00','41','Inclusive'),(530,'41597760631','75','1','170','retail','0','2020-08-18 17:29:19','','','','153','Cash',0.00,'170','','','4','','1','2020-08-18 14:38:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(531,'41597760631','18','1','15','retail','0','2020-08-18 17:38:25','','','','13.5','Cash',0.00,'15','','','4','','1','2020-08-18 14:38:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(532,'41597761540','8901719903465','2','40','retail','0','2020-08-18 18:16:22','','','','18','Cash',0.00,'20','','','4','','1','2020-08-18 15:19:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','5.00','3','Inclusive'),(533,'41597761540','8901719903465','1','20','retail','0','2020-08-18 18:16:37','','','','18','Cash',0.00,'20','','','4','','1','2020-08-18 15:19:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(534,'41597761540','59','2','10','retail','0','2020-08-18 18:16:51','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-18 15:19:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','7.00','5','Inclusive'),(535,'41597761540','169','1','5','retail','0','2020-08-18 18:17:10','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-18 15:19:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','47.00','46','Inclusive'),(536,'41597761540','182','1','40','retail','0','2020-08-18 18:17:24','','','','36','Cash',0.00,'40','','','4','','1','2020-08-18 15:19:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(537,'41597761540','91','1','40','retail','0','2020-08-18 18:17:40','','','','36','Cash',0.00,'40','','','4','','1','2020-08-18 15:19:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(538,'41597761540','101','1','120','retail','0','2020-08-18 18:17:53','','','','108','Cash',0.00,'120','','','4','','1','2020-08-18 15:19:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(539,'41597761540','6161100760387','1','70','retail','0','2020-08-18 18:18:07','','','','63','Cash',0.00,'70','','','4','','1','2020-08-18 15:19:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(540,'41597761540','6166000090213','1','35','retail','0','2020-08-18 18:18:26','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-18 15:19:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(541,'41597761540','16','2','60','retail','0','2020-08-18 18:18:37','','','','27','Cash',0.00,'30','','','4','','1','2020-08-18 15:19:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','14.00','12','Inclusive'),(542,'41597761540','6161100760226','1','20','retail','0','2020-08-18 18:18:58','','','','18','Cash',0.00,'20','','','4','','1','2020-08-18 15:19:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','47.00','46','Inclusive'),(543,'41597763957','6164000072055','2','90','retail','0','2020-08-18 18:19:17','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-18 15:20:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','7.00','5','Inclusive'),(544,'41597764080','32','1','50','retail','0','2020-08-18 18:21:20','','','','45','Cash',0.00,'50','','','4','','1','2020-08-18 15:21:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(545,'41597764496','6161106610228','2','360','retail','0','2020-08-18 18:28:16','','','','162','Cash',0.00,'180','','','4','','1','2020-08-18 15:28:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','5.00','3','Inclusive'),(546,'41597764524','6161100100084','1','50','retail','0','2020-08-18 18:28:44','','','','45','Cash',0.00,'50','','','4','','1','2020-08-18 15:32:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(547,'41597764524','6161101680424','1','50','retail','0','2020-08-18 18:32:03','','','','45','Cash',0.00,'50','','','4','','1','2020-08-18 15:32:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(548,'41597764736','6161106610228','1','180','retail','0','2020-08-18 18:32:16','','','','162','Cash',0.00,'180','','','4','','1','2020-08-18 15:41:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(549,'41597765309','6161100602267','1','90','retail','0','2020-08-18 18:41:49','','','','81','Cash',0.00,'90','','','4','','1','2020-08-18 15:42:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(550,'41597765309','6161102170023','1','125','retail','0','2020-08-18 18:42:27','','','','121.5','Cash',0.00,'125','','','4','','1','2020-08-18 15:42:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(551,'41597765400','31','1','70','retail','0','2020-08-18 18:43:20','','','','63','Cash',0.00,'70','','','4','','1','2020-08-18 15:53:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(552,'41597766031','101','1','120','retail','0','2020-08-18 18:53:51','','','','108','Cash',0.00,'120','','','4','','1','2020-08-18 15:55:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(553,'41597766031','166','1','70','retail','0','2020-08-18 18:54:29','','','','63','Cash',0.00,'70','','','4','','1','2020-08-18 15:55:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(554,'41597766031','6008677000532','1','25','retail','0','2020-08-18 18:54:39','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-18 15:55:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(556,'41597766152','6161107150815','1','60','retail','0','2020-08-18 18:55:52','','','','54','Cash',0.00,'60','','','4','','1','2020-08-18 15:58:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(557,'41597766152','6161101000833','1','60','retail','0','2020-08-18 18:57:50','','','','54','Cash',0.00,'60','','','4','','1','2020-08-18 15:58:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(558,'41597766291','169','1','5','retail','0','2020-08-18 18:58:11','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-18 16:30:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','46.00','45','Inclusive'),(560,'41597819299','32','1','50','retail','0','2020-08-19 09:41:39','','','','45','Cash',0.00,'50','','','4','','1','2020-08-19 07:15:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(561,'41597828273','6161113940141','1','125','retail','0','2020-08-19 12:12:16','','','','112.5','Cash',0.00,'125','','','4','','1','2020-08-19 09:14:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(562,'41597828273','6164004597103','1','125','retail','0','2020-08-19 12:14:20','','','','112.5','Cash',0.00,'125','','','4','','1','2020-08-19 09:14:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(563,'41597828273','6161106610228','2','360','retail','0','2020-08-19 12:14:33','','','','162','Cash',0.00,'180','','','4','','1','2020-08-19 09:14:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(564,'41597828500','6009627050010','3','360','retail','0','2020-08-19 12:15:00','','','','108','Cash',0.00,'120','','','4','','1','2020-08-19 09:26:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','26.00','23','Inclusive'),(565,'41597828500','101','1','120','retail','0','2020-08-19 12:25:37','','','','108','Cash',0.00,'120','','','4','','1','2020-08-19 09:26:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(566,'41597829180','169','4','20','retail','0','2020-08-19 12:26:20','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-19 11:00:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','45.00','41','Inclusive'),(567,'41597829180','169','2','10','retail','0','2020-08-19 13:59:36','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-19 11:00:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','41.00','39','Inclusive'),(568,'41597834814','6161100760387','1','70','retail','0','2020-08-19 14:00:14','','','','63','Cash',0.00,'70','','','4','','1','2020-08-19 11:02:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(569,'41597834940','6009607673345','1','50','retail','0','2020-08-19 14:02:20','','','','45','Cash',0.00,'50','','','4','','1','2020-08-19 11:17:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(570,'41597834940','101','1','120','retail','0','2020-08-19 14:17:27','','','','108','Cash',0.00,'120','','','4','','1','2020-08-19 14:40:42','1','1','returned','1','new','pcs','','2020-08-19 17:40:42','4','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(571,'41597836550','6161101661256','1','860','retail','0','2020-08-19 14:29:10','','','','774','Cash',0.00,'860','','','4','','1','2020-08-19 11:51:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(572,'41597836550','176','1','250','retail','0','2020-08-19 14:29:23','','','','225','Cash',0.00,'250','','','4','','1','2020-08-19 11:51:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(573,'41597836550','5410076189571','1','300','retail','0','2020-08-19 14:30:42','','','','270','Cash',0.00,'300','','','4','','1','2020-08-19 11:51:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(574,'41597836550','6161100912519','1','90','retail','0','2020-08-19 14:30:57','','','','81','Cash',0.00,'90','','','4','','1','2020-08-19 11:51:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(575,'41597842995','66','1','60','retail','0','2020-08-19 16:16:35','','','','54','Cash',0.00,'60','','','4','','1','2020-08-19 13:29:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(576,'41597843744','18','1','15','retail','0','2020-08-19 16:29:04','','','','13.5','Cash',0.00,'15','','','4','','1','2020-08-19 13:34:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(577,'41597844757','63','1','100','retail','0','2020-08-19 16:45:57','','','','90','Cash',0.00,'100','','','4','','1','2020-08-19 13:46:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(578,'41597844797','33','1','50','retail','0','2020-08-19 16:46:37','','','','45','Cash',0.00,'50','','','4','','1','2020-08-19 14:02:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(579,'41597845779','101','1','120','retail','0','2020-08-19 17:03:00','','','','108','Cash',0.00,'120','','','4','','1','2020-08-19 14:07:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(580,'41597845779','30','1','90','retail','0','2020-08-19 17:05:33','','','','81','Cash',0.00,'90','','','4','','1','2020-08-19 14:07:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(581,'41597845779','191','1','5','retail','0','2020-08-19 17:06:16','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-19 14:07:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(582,'41597845779','192','1','5','retail','0','2020-08-19 17:06:46','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-19 14:07:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Inclusive'),(583,'41597845779','0792382429769','1','120','retail','0','2020-08-19 17:07:03','','','','108','Cash',0.00,'120','','','4','','1','2020-08-19 14:07:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(584,'41597846046','175','1','10','retail','0','2020-08-19 17:07:26','','','','9','Cash',0.00,'10','','','4','','1','2020-08-19 14:10:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','50.00','49','Inclusive'),(585,'41597846255','175','1','10','retail','0','2020-08-19 17:10:55','','','','9','Cash',0.00,'10','','','4','','1','2020-08-19 14:16:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','49.00','48','Inclusive'),(586,'41597846255','6166000090213','1','35','retail','0','2020-08-19 17:15:47','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-19 14:16:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(587,'41597846255','192','1','5','retail','0','2020-08-19 17:15:56','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-19 14:16:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Inclusive'),(588,'41597846770','0792382445790','2','90','retail','0','2020-08-19 17:19:30','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-19 14:26:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','16.00','14','Inclusive'),(589,'41597847220','33','1','50','retail','0','2020-08-19 17:27:00','','','','45','Cash',0.00,'50','','','4','','1','2020-08-19 14:41:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(590,'41597847220','6166000090213','1','35','retail','0','2020-08-19 17:40:49','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-19 14:41:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(591,'41597848836','8901719903465','2','40','retail','0','2020-08-19 17:53:56','','','','18','Cash',0.00,'20','','','4','','1','2020-08-19 14:55:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(592,'41597848938','57','1','230','retail','0','2020-08-19 17:55:38','','','','207','Cash',0.00,'230','','','4','','1','2020-08-19 15:26:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(593,'41597848938','6164004575910','1','140','retail','0','2020-08-19 18:24:58','','','','126','Cash',0.00,'140','','','4','','1','2020-08-19 15:26:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(594,'41597848938','71','12','120','retail','0','2020-08-19 18:25:30','','','','9','Cash',0.00,'10','','','4','','1','2020-08-19 15:26:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','12','97.00','85','Inclusive'),(595,'41597850975','31','1','70','retail','0','2020-08-19 18:29:35','','','','63','Cash',0.00,'70','','','4','','1','2020-08-19 15:30:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(596,'41597850975','6164000033223','1','130','retail','0','2020-08-19 18:29:50','','','','117','Cash',0.00,'130','','','4','','1','2020-08-19 15:30:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(597,'41597851085','52','1','55','retail','0','2020-08-19 18:31:25','','','','49.5','Cash',0.00,'55','','','4','','1','2020-08-19 15:55:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(598,'41597852535','6009627050010','2','240','retail','0','2020-08-19 18:55:35','','','','108','Cash',0.00,'120','','','4','','1','2020-08-19 16:04:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','23.00','21','Inclusive'),(599,'41597853097','32','2','100','retail','0','2020-08-19 19:04:57','','','','45','Cash',0.00,'50','','','4','','1','2020-08-19 16:17:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Inclusive'),(600,'41597853097','6161100602267','1','90','retail','0','2020-08-19 19:16:39','','','','81','Cash',0.00,'90','','','4','','1','2020-08-19 16:17:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(601,'41597853833','6161100762473','1','100','retail','0','2020-08-19 19:17:13','','','','90','Cash',0.00,'100','','','4','','1','2020-08-19 16:27:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(602,'41597854478','8888','1','40','retail','0','2020-08-19 19:45:36','','','','36','Cash',4.91,'40','','','4','','1','2020-08-19 16:47:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','35.09','1','3.00','2','Inclusive'),(603,'41597854478','6164001166272','1','50','retail','0','2020-08-19 19:46:13','','','','45','Cash',0.00,'50','','','4','','1','2020-08-19 16:47:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(604,'41597854478','52','1','55','retail','0','2020-08-19 19:46:48','','','','49.5','Cash',0.00,'55','','','4','','1','2020-08-19 16:47:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(605,'41597855651','6161101661232','1','220','retail','0','2020-08-19 19:47:31','','','','198','Cash',0.00,'220','','','4','','1','2020-08-19 16:56:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(606,'41597855651','104','1','130','retail','0','2020-08-19 19:56:32','','','','117','Cash',0.00,'130','','','4','','1','2020-08-19 16:57:44','1','1','returned','1','new','pcs','','2020-08-19 19:57:44','4','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(607,'41597855651','17','1','10','retail','0','2020-08-19 19:56:38','','','','9','Cash',0.00,'10','','','4','','1','2020-08-19 16:57:41','1','1','returned','1','new','pcs','','2020-08-19 19:57:41','4','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(608,'41597856269','101','1','120','retail','0','2020-08-19 19:57:49','','','','108','Cash',0.00,'120','','','4','','1','2020-08-19 16:58:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(609,'41597856269','32','1','50','retail','0','2020-08-19 19:58:10','','','','45','Cash',0.00,'50','','','4','','1','2020-08-19 16:58:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(610,'41597856269','18','1','15','retail','0','2020-08-19 19:58:25','','','','13.5','Cash',0.00,'15','','','4','','1','2020-08-19 16:58:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(611,'41597902606','6009627050010','3','360','retail','0','2020-08-20 08:50:06','','','','108','Cash',0.00,'120','','','4','','1','2020-08-20 05:52:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','21.00','18','Inclusive'),(612,'41597902606','6161100760387','1','70','retail','0','2020-08-20 08:50:18','','','','63','Cash',0.00,'70','','','4','','1','2020-08-20 05:52:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(615,'41597904852','6161100760387','1','70','retail','0','2020-08-20 09:27:32','','','','63','Cash',0.00,'70','','','4','','1','2020-08-20 06:27:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(616,'41597904852','101','1','120','retail','0','2020-08-20 09:27:42','','','','108','Cash',0.00,'120','','','4','','1','2020-08-20 06:27:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(617,'41597904852','6161100602267','1','90','retail','0','2020-08-20 09:27:49','','','','81','Cash',0.00,'90','','','4','','1','2020-08-20 06:27:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(618,'41597904880','101','1','120','retail','0','2020-08-20 09:28:00','','','','108','Cash',0.00,'120','','','4','','1','2020-08-20 06:48:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(619,'41597906087','144','2','130','retail','0','2020-08-20 09:48:07','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-20 06:48:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','41.00','39','Inclusive'),(620,'41597906104','8924122012340','1','10','retail','0','2020-08-20 09:48:24','','','','9','Cash',0.00,'10','','','4','','1','2020-08-20 06:49:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Inclusive'),(621,'41597906186','6166000090213','1','35','retail','0','2020-08-20 09:57:28','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-20 06:57:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(622,'41597906677','17','1','10','retail','0','2020-08-20 09:57:57','','','','9','Cash',0.00,'10','','','4','','1','2020-08-20 07:43:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(623,'41597909381','102','1','60','retail','0','2020-08-20 10:43:01','','','','54','Cash',0.00,'60','','','4','','1','2020-08-20 07:46:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(624,'41597909598','169','2','10','retail','0','2020-08-20 10:46:38','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-20 08:07:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','39.00','37','Inclusive'),(626,'41597909598','14','1','80','retail','0','2020-08-20 11:07:20','','','','72','Cash',0.00,'80','','','4','','1','2020-08-20 08:08:57','1','1','returned','1','new','pcs','','2020-08-20 11:08:57','4','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(628,'41597910947','6009627050034','1','120','retail','0','2020-08-20 11:09:07','','','','108','Cash',0.00,'120','','','4','','1','2020-08-20 08:20:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(629,'41597911654','6161100760387','1','70','retail','0','2020-08-20 11:20:54','','','','63','Cash',0.00,'70','','','4','','1','2020-08-20 08:35:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(630,'41597912790','6166000090213','1','35','retail','0','2020-08-20 11:39:50','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-20 08:40:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(631,'41597912808','18','1','15','retail','0','2020-08-20 11:40:09','','','','13.5','Cash',0.00,'15','','','4','','1','2020-08-20 09:18:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(632,'41597915112','6161101661713','1','25','retail','0','2020-08-20 12:18:32','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-20 10:41:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(633,'41597915112','169','1','5','retail','0','2020-08-20 13:38:55','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-20 10:41:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','37.00','36','Inclusive'),(635,'41597920590','6162006602771','1','150','retail','0','2020-08-20 14:08:40','','','','135','Cash',0.00,'150','','','4','','1','2020-08-20 11:22:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(636,'41597920590','6161101661232','1','220','retail','0','2020-08-20 14:17:09','','','','198','Cash',0.00,'220','','','4','','1','2020-08-20 11:22:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(637,'41597920590','25','1','50','retail','0','2020-08-20 14:17:20','','','','45','Cash',0.00,'50','','','4','','1','2020-08-20 11:22:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(638,'41597920590','104','1','130','retail','0','2020-08-20 14:17:26','','','','117','Cash',0.00,'130','','','4','','1','2020-08-20 11:22:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(639,'41597920590','126','2','30','retail','0','2020-08-20 14:17:36','','','','13.5','Cash',0.00,'15','','','4','','1','2020-08-20 11:22:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','18.00','16','Inclusive'),(640,'41597920590','6164004575903','1','250','retail','0','2020-08-20 14:17:52','','','','225','Cash',0.00,'250','','','4','','1','2020-08-20 11:22:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(641,'41597920590','114','1','95','retail','0','2020-08-20 14:18:02','','','','85.5','Cash',0.00,'95','','','4','','1','2020-08-20 11:22:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','594.00','593','Inclusive'),(642,'41597920590','8718951340664','1','100','retail','0','2020-08-20 14:18:19','','','','90','Cash',0.00,'100','','','4','','1','2020-08-20 11:22:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Inclusive'),(643,'41597920590','6161100760066','1','60','retail','0','2020-08-20 14:18:24','','','','54','Cash',0.00,'60','','','4','','1','2020-08-20 11:22:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(645,'41597920590','169','1','5','retail','0','2020-08-20 14:19:00','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-20 11:22:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','36.00','35','Inclusive'),(648,'41597923325','6161100760226','1','20','retail','0','2020-08-20 14:35:25','','','','18','Cash',0.00,'20','','','4','','1','2020-08-20 11:59:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','46.00','45','Inclusive'),(649,'41597923325','6164000033223','1','130','retail','0','2020-08-20 14:48:54','','','','117','Cash',0.00,'130','','','4','','1','2020-08-20 11:59:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(650,'41597925242','80','1','110','retail','0','2020-08-20 15:09:44','','','','99','Cash',0.00,'110','','','4','','1','2020-08-20 12:15:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(653,'41597928580','73','1','170','retail','0','2020-08-20 16:03:35','','','','153','Cash',0.00,'170','','','4','','1','2020-08-20 13:05:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(654,'41597928580','171','1','130','retail','0','2020-08-20 16:03:59','','','','117','Cash',0.00,'130','','','4','','1','2020-08-20 13:05:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(655,'41597934181','6009629720072','1','25','retail','0','2020-08-20 17:36:21','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-20 14:45:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(656,'41597934181','169','3','15','retail','0','2020-08-20 17:40:39','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-20 14:45:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','35.00','32','Inclusive'),(657,'41597934181','18','1','15','retail','0','2020-08-20 17:42:16','','','','13.5','Cash',0.00,'15','','','4','','1','2020-08-20 14:45:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(658,'41597934181','16','1','30','retail','0','2020-08-20 17:42:45','','','','27','Cash',0.00,'30','','','4','','1','2020-08-20 14:45:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(659,'41597934181','99','3','150','retail','0','2020-08-20 17:43:12','','','','45','Cash',0.00,'50','','','4','','1','2020-08-20 14:45:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','35.00','32','Inclusive'),(660,'41597934181','59','3','15','retail','0','2020-08-20 17:43:56','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-20 14:45:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','5.00','2','Inclusive'),(661,'41597939587','25','1','50','retail','0','2020-08-20 19:06:27','','','','45','Cash',0.00,'50','','','4','','1','2020-08-20 16:10:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(662,'41597939587','32','1','50','retail','0','2020-08-20 19:06:35','','','','45','Cash',0.00,'50','','','4','','1','2020-08-20 16:10:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(663,'41597939587','175','2','20','retail','0','2020-08-20 19:07:03','','','','9','Cash',0.00,'10','','','4','','1','2020-08-20 16:10:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','48.00','46','Inclusive'),(664,'41597939587','6161101661300','1','400','retail','0','2020-08-20 19:07:19','','','','360','Cash',0.00,'400','','','4','','1','2020-08-20 16:10:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(665,'41597939587','6161101680424','1','50','retail','0','2020-08-20 19:07:33','','','','45','Cash',0.00,'50','','','4','','1','2020-08-20 16:10:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(666,'41597939587','63','1','100','retail','0','2020-08-20 19:07:57','','','','90','Cash',0.00,'100','','','4','','1','2020-08-20 16:10:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(667,'41597939587','98','1','25','retail','0','2020-08-20 19:08:29','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-20 16:10:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','92.00','91','Inclusive'),(668,'41597939587','71','7','70','retail','0','2020-08-20 19:08:37','','','','9','Cash',0.00,'10','','','4','','1','2020-08-20 16:10:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','7','85.00','78','Inclusive'),(669,'41597939587','175','2','20','retail','0','2020-08-20 19:09:13','','','','9','Cash',0.00,'10','','','4','','1','2020-08-20 16:10:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','46.00','44','Inclusive'),(670,'41597939821','0792382445790','1','45','retail','0','2020-08-20 19:10:21','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-20 16:23:13','1','1','printed','1','new','pcs','','','','yes','','0','','','EXEMPTED','0','1','14.00','13','Exclusive'),(671,'41597939821','5449000180247','1','130','retail','0','2020-08-20 19:20:37','','','','117','Cash',0.00,'130','','','4','','1','2020-08-20 16:23:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(672,'41597939821','32','1','50','retail','0','2020-08-20 19:20:44','','','','45','Cash',0.00,'50','','','4','','1','2020-08-20 16:23:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(673,'41597940643','6161113440092','1','115','retail','0','2020-08-20 19:24:03','','','','103.5','Cash',0.00,'115','','','4','','1','2020-08-20 16:29:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(674,'41597940643','171','1','130','retail','0','2020-08-20 19:24:54','','','','117','Cash',0.00,'130','','','4','','1','2020-08-20 16:29:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(675,'41597940643','17','1','10','retail','0','2020-08-20 19:27:44','','','','9','Cash',0.00,'10','','','4','','1','2020-08-20 16:29:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(676,'41597942403','6161100100084','1','50','retail','0','2020-08-20 19:53:23','','','','45','Cash',0.00,'50','','','4','','1','2020-08-20 16:53:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(677,'41597988266','33','1','50','retail','0','2020-08-21 08:37:46','','','','45','Cash',0.00,'50','','','4','','1','2020-08-21 05:37:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(678,'41597988281','30','1','90','retail','0','2020-08-21 08:38:01','','','','81','Cash',0.00,'90','','','4','','1','2020-08-21 05:38:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(679,'41597988281','101','1','120','retail','0','2020-08-21 08:38:23','','','','108','Cash',0.00,'120','','','4','','1','2020-08-21 05:38:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(680,'41597988281','6161101661232','1','220','retail','0','2020-08-21 08:38:32','','','','198','Cash',0.00,'220','','','4','','1','2020-08-21 05:38:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(681,'41597988335','6009627050010','2','240','retail','0','2020-08-21 08:38:55','','','','108','Cash',0.00,'120','','','4','','1','2020-08-21 06:05:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','18.00','16','Inclusive'),(682,'41597989944','169','4','20','retail','0','2020-08-21 09:05:44','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-21 06:16:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','32.00','28','Inclusive'),(683,'41597990622','186','1','150','retail','0','2020-08-21 09:17:02','','','','135','Cash',0.00,'150','','','4','','1','2020-08-21 06:31:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(684,'41597990622','105','1','75','retail','0','2020-08-21 09:29:22','','','','67.5','Cash',0.00,'75','','','4','','1','2020-08-21 06:31:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(685,'41597991485','6166000090213','1','35','retail','0','2020-08-21 09:36:30','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-21 06:36:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Exclusive'),(686,'41597991809','52','3','165','retail','0','2020-08-21 09:36:49','','','','49.5','Cash',0.00,'55','','','4','','1','2020-08-21 06:39:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','5.00','2','Inclusive'),(687,'41597991809','6166000090213','1','35','retail','0','2020-08-21 09:37:06','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-21 06:39:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Exclusive'),(688,'41597991809','6161107151027','1','105','retail','0','2020-08-21 09:37:36','','','','94.5','Cash',0.00,'105','','','4','','1','2020-08-21 06:39:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(689,'41597991979','30','1','90','retail','0','2020-08-21 09:39:39','','','','81','Cash',0.00,'90','','','4','','1','2020-08-21 07:34:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(690,'41597995279','6161100760387','1','70','retail','0','2020-08-21 10:34:40','','','','63','Cash',0.00,'70','','','4','','1','2020-08-21 07:35:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(691,'41597995424','59','2','10','retail','0','2020-08-21 10:37:04','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-21 07:45:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(692,'41597995942','169','1','5','retail','0','2020-08-21 10:45:42','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-21 08:29:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(693,'41597995942','6164000009020','1','65','retail','0','2020-08-21 11:28:38','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-21 08:29:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(694,'41597998546','31','1','70','retail','0','2020-08-21 11:29:06','','','','63','Cash',0.00,'70','','','4','','1','2020-08-21 09:32:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(695,'41597998546','6161101000543','1','55','retail','0','2020-08-21 12:29:57','','','','49.5','Cash',0.00,'55','','','4','','1','2020-08-21 09:32:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(696,'41597998546','6161101000543','1','55','retail','0','2020-08-21 12:30:01','','','','49.5','Cash',0.00,'55','','','4','','1','2020-08-21 09:32:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(697,'41597998546','104','1','130','retail','0','2020-08-21 12:30:14','','','','117','Cash',0.00,'130','','','4','','1','2020-08-21 09:32:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(698,'41597998546','18','1','15','retail','0','2020-08-21 12:30:33','','','','13.5','Cash',0.00,'15','','','4','','1','2020-08-21 09:32:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(699,'41598002335','6009627050034','1','120','retail','0','2020-08-21 12:32:15','','','','108','Cash',0.00,'120','','','4','','1','2020-08-21 10:11:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(700,'41598002335','6161102170023','1','125','retail','0','2020-08-21 13:10:23','','','','121.5','Cash',0.00,'125','','','4','','1','2020-08-21 10:11:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(701,'41598002335','201','1','30','retail','0','2020-08-21 13:10:33','','','','20','Cash',0.00,'30','','','4','','1','2020-08-21 10:11:10','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Exclusive'),(702,'41598004673','155','1','60','retail','0','2020-08-21 14:19:56','','','','54','Cash',0.00,'60','','','4','','1','2020-08-21 11:21:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(703,'41598004673','224000497606','1','10','retail','0','2020-08-21 14:20:10','','','','7.50','Cash',0.00,'10','','','4','','1','2020-08-21 11:21:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(704,'41598004673','17','1','10','retail','0','2020-08-21 14:20:27','','','','9','Cash',0.00,'10','','','4','','1','2020-08-21 11:21:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(705,'41598008863','6164000184031','1','25','retail','0','2020-08-21 14:21:03','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-21 13:03:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(706,'41598014998','17','1','10','retail','0','2020-08-21 16:03:18','','','','9','Cash',0.00,'10','','','4','','1','2020-08-21 13:03:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(707,'41598015008','99','1','50','retail','0','2020-08-21 16:03:28','','','','45','Cash',0.00,'50','','','4','','1','2020-08-21 13:51:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Inclusive'),(708,'41598015008','6164000033209','1','130','retail','0','2020-08-21 16:48:56','','','','117','Cash',0.00,'130','','','4','','1','2020-08-21 13:51:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(709,'41598015008','99','1','50','retail','0','2020-08-21 16:49:07','','','','45','Cash',0.00,'50','','','4','','1','2020-08-21 13:51:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Inclusive'),(710,'41598017888','102','1','60','retail','0','2020-08-21 17:38:25','','','','54','Cash',0.00,'60','','','4','','1','2020-08-21 14:39:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(711,'41598020749','6009627050034','1','120','retail','0','2020-08-21 17:39:09','','','','108','Cash',0.00,'120','','','4','','1','2020-08-21 14:55:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(712,'41598020749','17','1','10','retail','0','2020-08-21 17:43:41','','','','9','Cash',0.00,'10','','','4','','1','2020-08-21 14:55:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(713,'41598027071','6161102794694','4','200','retail','0','2020-08-21 19:24:31','','','','45','Cash',0.00,'50','','','4','','1','2020-08-21 16:29:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','19.00','15','Inclusive'),(714,'41598027071','33','1','50','retail','0','2020-08-21 19:24:59','','','','45','Cash',0.00,'50','','','4','','1','2020-08-21 16:29:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(715,'41598027071','8901719903434','1','20','retail','0','2020-08-21 19:25:32','','','','18','Cash',0.00,'20','','','4','','1','2020-08-21 16:29:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(716,'41598027071','6161107772222','0.5','50','retail','0','2020-08-21 19:26:36','','','','90','Cash',0.00,'100','','','4','','1','2020-08-21 16:29:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','0.5','2.50','2','Inclusive'),(717,'41598027071','105','1','75','retail','0','2020-08-21 19:26:54','','','','67.5','Cash',0.00,'75','','','4','','1','2020-08-21 16:29:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(718,'41598027071','194','1','85','retail','0','2020-08-21 19:27:31','','','','76.5','Cash',0.00,'85','','','4','','1','2020-08-21 16:29:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(719,'41598027370','169','1','5','retail','0','2020-08-21 19:29:30','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-21 16:33:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(720,'41598027370','71','1','10','retail','0','2020-08-21 19:33:00','','','','9','Cash',0.00,'10','','','4','','1','2020-08-21 16:33:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','78.00','77','Inclusive'),(721,'41598027686','8718951340664','1','100','retail','0','2020-08-21 19:35:44','','','','90','Cash',0.00,'100','','','4','','1','2020-08-21 16:38:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Inclusive'),(722,'41598027686','108','1','50','retail','0','2020-08-21 19:37:43','','','','45','Cash',0.00,'50','','','4','','1','2020-08-21 16:38:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(723,'41598074679','169','4','20','retail','0','2020-08-22 08:37:59','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-22 05:51:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','26.00','22','Inclusive'),(724,'41598074679','32','1','50','retail','0','2020-08-22 08:50:05','','','','45','Cash',0.00,'50','','','4','','1','2020-08-22 05:51:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(725,'41598074679','101','1','120','retail','0','2020-08-22 08:50:23','','','','108','Cash',0.00,'120','','','4','','1','2020-08-22 05:51:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(726,'41598075508','6009627050010','3','360','retail','0','2020-08-22 08:51:48','','','','108','Cash',0.00,'120','','','4','','1','2020-08-22 06:28:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','16.00','13','Inclusive'),(727,'41598075508','144','2','130','retail','0','2020-08-22 08:56:59','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-22 06:28:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','39.00','37','Inclusive'),(728,'41598075508','6161100760387','1','70','retail','0','2020-08-22 08:57:40','','','','63','Cash',0.00,'70','','','4','','1','2020-08-22 06:28:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(730,'41598077713','32','1','50','retail','0','2020-08-22 09:28:33','','','','45','Cash',0.00,'50','','','4','','1','2020-08-22 06:35:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(731,'41598077713','6161100760387','1','70','retail','0','2020-08-22 09:30:21','','','','63','Cash',0.00,'70','','','4','','1','2020-08-22 06:35:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(732,'41598077713','161101680431','1','20','retail','0','2020-08-22 09:30:33','','','','16','Cash',0.00,'20','','','4','','1','2020-08-22 06:35:07','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(733,'41598078108','6161109510389','2','30','retail','0','2020-08-22 09:35:08','','','','13.5','Cash',0.00,'15','','','4','','1','2020-08-22 06:54:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Exclusive'),(734,'41598079249','6166000090213','1','35','retail','0','2020-08-22 09:54:09','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-22 07:23:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Exclusive'),(735,'41598087722','5410076189540','1','155','retail','0','2020-08-22 12:15:22','','','','139.5','Cash',0.00,'155','','','4','','1','2020-08-22 09:51:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(736,'41598087722','7622210304544','1','220','retail','0','2020-08-22 12:50:04','','','','198','Cash',0.00,'220','','','4','','1','2020-08-22 09:51:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(737,'41598087722','6161100760257','1','65','retail','0','2020-08-22 12:50:12','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-22 09:51:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(738,'41598087722','201','1','30','retail','0','2020-08-22 12:50:23','','','','20','Cash',0.00,'30','','','4','','1','2020-08-22 09:51:29','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Exclusive'),(739,'41598098285','6161102170023','3','375','retail','0','2020-08-22 15:11:25','','','','121.5','Cash',0.00,'125','','','4','','1','2020-08-22 12:13:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','19.00','16','Inclusive'),(740,'41598098285','201','1','30','retail','0','2020-08-22 15:11:37','','','','20','Cash',0.00,'30','','','4','','1','2020-08-22 12:13:15','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Exclusive'),(741,'41598098285','169','1','5','retail','0','2020-08-22 15:11:44','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-22 12:13:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(742,'41598098396','6164000072055','1','45','retail','0','2020-08-22 15:13:16','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-22 12:56:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(743,'41598098396','6920354817823','1','200','retail','0','2020-08-22 15:52:35','','','','180','Cash',0.00,'200','','','4','','1','2020-08-22 12:56:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','74.00','73','Inclusive'),(744,'41598098396','6009607673345','1','50','retail','0','2020-08-22 15:52:55','','','','45','Cash',0.00,'50','','','4','','1','2020-08-22 12:56:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Inclusive'),(746,'41598098396','6161113440092','1','115','retail','0','2020-08-22 15:53:23','','','','103.5','Cash',0.00,'115','','','4','','1','2020-08-22 12:56:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(747,'41598098396','82','1','65','retail','0','2020-08-22 15:53:53','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-22 12:56:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(748,'41598098396','6164000072048','1','45','retail','0','2020-08-22 15:54:06','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-22 12:56:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(749,'41598098396','84','1','65','retail','0','2020-08-22 15:54:16','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-22 12:56:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(750,'41598098396','82','1','65','retail','0','2020-08-22 15:55:04','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-22 12:56:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(751,'41598098396','192','2','10','retail','0','2020-08-22 15:55:22','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-22 12:56:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','29.00','27','Inclusive'),(752,'41598098396','169','5','25','retail','0','2020-08-22 15:56:14','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-22 12:56:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','5','21.00','16','Inclusive'),(753,'41598102344','31','1','70','retail','0','2020-08-22 16:19:04','','','','63','Cash',0.00,'70','','','4','','1','2020-08-22 13:20:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(754,'41598102344','6161102794694','1','50','retail','0','2020-08-22 16:19:45','','','','45','Cash',0.00,'50','','','4','','1','2020-08-22 13:20:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(755,'41598102408','6009627050034','1','120','retail','0','2020-08-22 16:20:08','','','','108','Cash',0.00,'120','','','4','','1','2020-08-22 13:40:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(756,'41598102408','6161102170023','1','125','retail','0','2020-08-22 16:37:10','','','','121.5','Cash',0.00,'125','','','4','','1','2020-08-22 13:40:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(758,'41598102408','6161113440016','1','65','retail','0','2020-08-22 16:38:32','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-22 13:40:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(759,'41598108407','6166000090213','1','35','retail','0','2020-08-22 18:00:07','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-22 15:02:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Exclusive'),(760,'41598108407','0792382445790','1','45','retail','0','2020-08-22 18:00:33','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-22 15:02:54','1','1','printed','1','new','pcs','','','','yes','','0','','','EXEMPTED','0','1','13.00','12','Exclusive'),(761,'41598108407','5449000180247','1','130','retail','0','2020-08-22 18:00:45','','','','117','Cash',0.00,'130','','','4','','1','2020-08-22 15:02:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(762,'41598108407','89','1','40','retail','0','2020-08-22 18:01:09','','','','36','Cash',0.00,'40','','','4','','1','2020-08-22 15:02:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(763,'41598108407','6161113440009','1','65','retail','0','2020-08-22 18:01:49','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-22 15:02:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(764,'41598108575','67','1','40','retail','0','2020-08-22 18:02:55','','','','36','Cash',0.00,'40','','','4','','1','2020-08-22 15:17:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(765,'41598109455','6009607673345','1','50','retail','0','2020-08-22 18:17:35','','','','45','Cash',0.00,'50','','','4','','1','2020-08-22 15:20:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Inclusive'),(766,'41598109647','6161100950825','2','70','retail','0','2020-08-22 18:20:47','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-22 15:32:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','7.00','5','Inclusive'),(767,'41598110533','155','1','60','retail','0','2020-08-22 18:35:33','','','','54','Cash',0.00,'60','','','4','','1','2020-08-22 15:37:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(768,'41598110665','6161100100084','1','50','retail','0','2020-08-22 18:37:45','','','','45','Cash',0.00,'50','','','4','','1','2020-08-22 15:44:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(769,'41598111088','224000497606','1','10','retail','0','2020-08-22 18:44:48','','','','7.50','Cash',0.00,'10','','','4','','1','2020-08-22 15:51:16','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Exclusive'),(770,'41598111539','31','1','70','retail','0','2020-08-22 18:52:19','','','','63','Cash',0.00,'70','','','4','','1','2020-08-22 16:09:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(771,'41598111539','6166000090213','1','35','retail','0','2020-08-22 19:09:32','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-22 16:09:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(772,'41598112585','63','1','100','retail','0','2020-08-22 19:15:29','','','','90','Cash',0.00,'100','','','4','','1','2020-08-22 16:22:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(773,'41598112585','4','1','90','retail','0','2020-08-22 19:20:31','','','','81','Cash',0.00,'90','','','4','','1','2020-08-22 16:22:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(774,'41598113367','30','1','90','retail','0','2020-08-22 19:22:47','','','','81','Cash',0.00,'90','','','4','','1','2020-08-22 16:33:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(775,'41598114029','6161101000543','1','55','retail','0','2020-08-22 19:33:49','','','','49.5','Cash',0.00,'55','','','4','','1','2020-08-22 16:34:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(776,'41598114099','6164001166272','1','50','retail','0','2020-08-22 19:34:59','','','','45','Cash',0.00,'50','','','4','','1','2020-08-22 16:37:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(777,'41598114247','31','1','70','retail','0','2020-08-22 19:37:27','','','','63','Cash',0.00,'70','','','4','','1','2020-08-22 16:39:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(778,'41598114247','118','1','200','retail','0','2020-08-22 19:37:58','','','','180','Cash',0.00,'200','','','4','','1','2020-08-22 16:39:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','64.00','63','Inclusive'),(779,'41598114247','104','1','130','retail','0','2020-08-22 19:38:45','','','','117','Cash',0.00,'130','','','4','','1','2020-08-22 16:39:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(780,'41598114247','75','1','170','retail','0','2020-08-22 19:38:54','','','','153','Cash',0.00,'170','','','4','','1','2020-08-22 16:39:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(781,'41598114378','30','2','180','retail','0','2020-08-22 19:39:38','','','','81','Cash',0.00,'90','','','4','','1','2020-08-22 16:40:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Inclusive'),(782,'41598114826','141','1','160','retail','0','2020-08-22 19:47:06','','','','144','Cash',0.00,'160','','','4','','1','2020-08-22 16:55:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(783,'41598115318','80','1','110','retail','0','2020-08-22 19:57:29','','','','99','Cash',0.00,'110','','','4','','1','2020-08-22 16:58:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(784,'41598246657','169','2','10','retail','0','2020-08-24 08:24:17','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-24 05:30:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','16.00','14','Inclusive'),(785,'41598247023','169','2','10','retail','0','2020-08-24 08:30:23','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-24 05:33:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','14.00','12','Inclusive'),(786,'41598247196','6161100760387','1','70','retail','0','2020-08-24 08:33:16','','','','63','Cash',0.00,'70','','','4','','1','2020-08-24 06:20:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(787,'41598250017','224000497606','4','40','retail','0','2020-08-24 09:20:17','','','','7.50','Cash',0.00,'10','','','4','','1','2020-08-24 06:46:20','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','4','12.00','8','Exclusive'),(788,'41598250017','191','2','10','retail','0','2020-08-24 09:36:00','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-24 06:46:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','17.00','15','Inclusive'),(789,'41598251581','6161102170023','4','500','retail','0','2020-08-24 09:46:21','','','','121.5','Cash',0.00,'125','','','4','','1','2020-08-24 06:48:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','15.00','11','Inclusive'),(790,'41598251581','33','1','50','retail','0','2020-08-24 09:46:34','','','','45','Cash',0.00,'50','','','4','','1','2020-08-24 06:48:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(791,'41598251581','6161100760387','1','70','retail','0','2020-08-24 09:47:18','','','','63','Cash',0.00,'70','','','4','','1','2020-08-24 06:48:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(792,'41598251581','167','1','30','retail','0','2020-08-24 09:47:34','','','','27','Cash',0.00,'30','','','4','','1','2020-08-24 06:48:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(794,'41598258372','6161102170023','2','250','retail','0','2020-08-24 11:39:32','','','','121.5','Cash',0.00,'125','','','4','','1','2020-08-24 09:13:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','11.00','9','Inclusive'),(795,'41598258372','30','1','90','retail','0','2020-08-24 12:08:30','','','','81','Cash',0.00,'90','','','4','','1','2020-08-24 09:13:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(796,'41598258372','104','1','130','retail','0','2020-08-24 12:09:05','','','','117','Cash',0.00,'130','','','4','','1','2020-08-24 09:13:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(797,'41598258372','101','1','120','retail','0','2020-08-24 12:10:34','','','','108','Cash',0.00,'120','','','4','','1','2020-08-24 09:13:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(798,'41598258372','6009614480462','1','25','retail','0','2020-08-24 12:12:01','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-24 09:13:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','63.00','62','Exclusive'),(799,'41598260443','6009627050034','1','120','retail','0','2020-08-24 12:14:04','','','','108','Cash',0.00,'120','','','4','','1','2020-08-24 09:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(800,'41598262867','189','4','20','retail','0','2020-08-24 12:54:27','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-24 09:56:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','89.00','85','Inclusive'),(801,'41598267599','6161102170030','1','65','retail','0','2020-08-24 14:32:24','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-24 12:41:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(802,'41598277690','6161113440054','1','55','retail','0','2020-08-24 17:01:30','','','','49.5','Cash',0.00,'55','','','4','','1','2020-08-24 14:02:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(803,'41598282738','6161102794694','1','50','retail','0','2020-08-24 18:25:38','','','','45','Cash',0.00,'50','','','4','','1','2020-08-24 15:27:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(804,'41598282738','31','1','70','retail','0','2020-08-24 18:25:53','','','','63','Cash',0.00,'70','','','4','','1','2020-08-24 15:27:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(805,'41598282738','184','1','100','retail','0','2020-08-24 18:26:04','','','','90','Cash',0.00,'100','','','4','','1','2020-08-24 15:27:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(806,'41598282738','87','1','65','retail','0','2020-08-24 18:26:16','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-24 15:27:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(807,'41598282738','182','1','40','retail','0','2020-08-24 18:26:28','','','','36','Cash',0.00,'40','','','4','','1','2020-08-24 15:27:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(808,'41598282738','88','1','40','retail','0','2020-08-24 18:26:42','','','','36','Cash',0.00,'40','','','4','','1','2020-08-24 15:27:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(809,'41598282834','31','1','70','retail','0','2020-08-24 18:27:14','','','','63','Cash',0.00,'70','','','4','','1','2020-08-24 15:29:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(810,'41598282834','5449000180247','1','130','retail','0','2020-08-24 18:27:32','','','','117','Cash',0.00,'130','','','4','','1','2020-08-24 15:29:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(811,'41598282834','0792382445790','1','45','retail','0','2020-08-24 18:27:41','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-24 15:29:06','1','1','printed','1','new','pcs','','','','yes','','0','','','EXEMPTED','0','1','12.00','11','Exclusive'),(812,'41598282948','30','1','90','retail','0','2020-08-24 18:29:08','','','','81','Cash',0.00,'90','','','4','','1','2020-08-24 15:31:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(814,'41598282948','33','1','50','retail','0','2020-08-24 18:29:35','','','','45','Cash',0.00,'50','','','4','','1','2020-08-24 15:31:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(815,'41598283074','427','1','70','retail','0','2020-08-24 18:31:14','','','','63','Cash',0.00,'70','','','4','','1','2020-08-24 15:51:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(816,'41598284400','6161101280020','1','40','retail','0','2020-08-24 19:05:16','','','','36','Cash',0.00,'40','','','4','','1','2020-08-24 16:07:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(818,'41598285554','186','1','150','retail','0','2020-08-24 19:12:34','','','','135','Cash',0.00,'150','','','4','','1','2020-08-24 16:15:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(819,'41598285734','66','2','120','retail','0','2020-08-24 19:15:34','','','','54','Cash',0.00,'60','','','4','','1','2020-08-24 16:15:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Inclusive'),(820,'41598285762','1','1','50','retail','0','2020-08-24 19:16:02','','','','45','Cash',0.00,'50','','','4','','1','2020-08-24 16:23:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(821,'41598285762','24','1','450','retail','0','2020-08-24 19:18:24','','','','405','Cash',0.00,'450','','','4','','1','2020-08-24 16:23:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(822,'41598286216','224000497606','5','50','retail','0','2020-08-24 19:25:21','','','','7.50','Cash',0.00,'10','','','4','','1','2020-08-24 16:25:45','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','5','8.00','3','Exclusive'),(823,'41598286346','175','5','50','retail','0','2020-08-24 19:25:46','','','','9','Cash',0.00,'10','','','4','','1','2020-08-24 16:27:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','5','44.00','39','Inclusive'),(824,'41598286346','6161102170900','2','480','retail','0','2020-08-24 19:26:03','','','','216','Cash',0.00,'240','','','4','','1','2020-08-24 16:27:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','94.00','92','Inclusive'),(825,'41598286474','7622210304537','1','135','retail','0','2020-08-24 19:27:54','','','','121.5','Cash',0.00,'135','','','4','','1','2020-08-24 16:29:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(826,'41598286722','6164000033179','1','130','retail','0','2020-08-24 19:38:08','','','','117','Cash',0.00,'130','','','4','','1','2020-08-24 16:42:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(828,'41598286722','17','1','10','retail','0','2020-08-24 19:40:05','','','','9','Cash',0.00,'10','','','4','','1','2020-08-24 16:42:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(829,'41598335718','169','4','20','retail','0','2020-08-25 09:09:48','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-25 06:10:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','12.00','8','Inclusive'),(830,'41598335833','32','1','50','retail','0','2020-08-25 09:10:33','','','','45','Cash',0.00,'50','','','4','','1','2020-08-25 06:16:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(831,'41598335833','6161102170023','3','375','retail','0','2020-08-25 09:15:35','','','','121.5','Cash',0.00,'125','','','4','','1','2020-08-25 06:16:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','9.00','6','Inclusive'),(832,'41598336206','30','1','90','retail','0','2020-08-25 09:16:46','','','','81','Cash',0.00,'90','','','4','','1','2020-08-25 06:23:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(833,'41598336600','57','1','230','retail','0','2020-08-25 10:24:03','','','','207','Cash',28.25,'230','','','4','','1','2020-08-25 07:24:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','201.75','1','4.00','3','Inclusive'),(834,'41598336600','18','1','15','retail','0','2020-08-25 10:24:14','','','','13.5','Cash',0.00,'15','','','4','','1','2020-08-25 07:24:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(835,'41598341097','6009627050027','1','60','retail','0','2020-08-25 10:38:17','','','','54','Cash',0.00,'60','','','4','','1','2020-08-25 08:12:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(836,'41598341097','616400033506','1','70','retail','0','2020-08-25 11:11:55','','','','60','Cash',0.00,'70','','','4','','1','2020-08-25 08:12:36','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(837,'41598341097','32','1','50','retail','0','2020-08-25 11:12:25','','','','45','Cash',0.00,'50','','','4','','1','2020-08-25 08:12:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(838,'41598343158','161102794700','3','60','retail','0','2020-08-25 11:41:52','','','','16','Cash',0.00,'20','','','4','','1','2020-08-25 08:42:26','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','18.00','15','Exclusive'),(839,'41598343158','6166000090213','1','35','retail','0','2020-08-25 11:42:06','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-25 08:42:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Exclusive'),(840,'41598344949','80','1','110','retail','0','2020-08-25 11:42:29','','','','99','Cash',0.00,'110','','','4','','1','2020-08-25 09:05:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(841,'41598346315','178','1','125','retail','0','2020-08-25 12:07:22','','','','112.5','Cash',0.00,'125','','','4','','1','2020-08-25 09:10:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(842,'41598346315','104','1','130','retail','0','2020-08-25 12:08:23','','','','117','Cash',0.00,'130','','','4','','1','2020-08-25 09:10:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(843,'41598346315','6161106610235','1','350','retail','0','2020-08-25 12:08:31','','','','315.83','Cash',0.00,'350','','','4','','1','2020-08-25 09:10:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(844,'41598346621','6009614480462','1','25','retail','0','2020-08-25 12:10:21','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-25 09:10:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','62.00','61','Exclusive'),(845,'41598346644','141','1','160','retail','0','2020-08-25 12:10:44','','','','144','Cash',0.00,'160','','','4','','1','2020-08-25 09:29:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(846,'41598347859','31','1','70','retail','0','2020-08-25 12:30:59','','','','63','Cash',0.00,'70','','','4','','1','2020-08-25 10:29:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(847,'41598351380','6164000993008','1','85','retail','0','2020-08-25 13:29:41','','','','76.5','Cash',0.00,'85','','','4','','1','2020-08-25 11:02:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(848,'41598353378','196','1','55','retail','0','2020-08-25 14:02:58','','','','49.5','Cash',0.00,'55','','','4','','1','2020-08-25 11:47:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(849,'41598356047','169','4','20','retail','0','2020-08-25 14:47:27','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-25 11:53:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','8.00','4','Inclusive'),(850,'41598356395','6166000090213','1','35','retail','0','2020-08-25 14:53:15','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-25 12:10:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(851,'41598370265','67','1','40','retail','0','2020-08-25 18:44:25','','','','36','Cash',0.00,'40','','','4','','1','2020-08-25 15:46:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(852,'41598370265','6166000090213','1','35','retail','0','2020-08-25 18:44:40','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-25 15:46:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(853,'41598370265','6161100100084','1','50','retail','0','2020-08-25 18:45:00','','','','45','Cash',0.00,'50','','','4','','1','2020-08-25 15:46:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(854,'41598370265','16','1','30','retail','0','2020-08-25 18:45:28','','','','27','Cash',0.00,'30','','','4','','1','2020-08-25 15:46:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(855,'41598370398','18','1','15','retail','0','2020-08-25 18:46:38','','','','13.5','Cash',0.00,'15','','','4','','1','2020-08-25 15:47:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(856,'41598370428','6161102794694','1','50','retail','0','2020-08-25 18:47:08','','','','45','Cash',0.00,'50','','','4','','1','2020-08-25 15:48:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(857,'41598371036','6161101000901','1','105','retail','0','2020-08-25 18:57:16','','','','94.5','Cash',0.00,'105','','','4','','1','2020-08-25 16:12:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(859,'41598371967','6161104110225','1','60','retail','0','2020-08-25 19:12:47','','','','54','Cash',0.00,'60','','','4','','1','2020-08-25 16:35:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(860,'41598419583','32','1','50','retail','0','2020-08-26 08:26:24','','','','45','Cash',0.00,'50','','','4','','1','2020-08-26 05:29:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(861,'41598419583','0000616003174','1','45','retail','0','2020-08-26 08:27:35','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-26 05:29:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(862,'41598419583','173','1','25','retail','0','2020-08-26 08:27:49','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-26 05:29:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(863,'41598419768','102','2','120','retail','0','2020-08-26 08:29:28','','','','47','Cash',0.00,'60','','','4','','1','2020-08-26 05:46:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','39.00','37','Inclusive'),(864,'41598419768','89','1','40','retail','0','2020-08-26 08:34:07','','','','36','Cash',0.00,'40','','','4','','1','2020-08-26 05:46:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(865,'41598420791','6161102170023','3','375','retail','0','2020-08-26 08:46:31','','','','121.5','Cash',0.00,'125','','','4','','1','2020-08-26 05:47:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','6.00','3','Inclusive'),(866,'41598420878','6161102170023','1','125','retail','0','2020-08-26 08:47:58','','','','121.5','Cash',0.00,'125','','','4','','1','2020-08-26 07:44:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(867,'41598420878','33','1','50','retail','0','2020-08-26 10:41:50','','','','45','Cash',0.00,'50','','','4','','1','2020-08-26 07:44:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(868,'41598420878','32','1','50','retail','0','2020-08-26 10:42:06','','','','45','Cash',0.00,'50','','','4','','1','2020-08-26 07:44:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(869,'41598430110','6920354817823','1','200','retail','0','2020-08-26 11:21:50','','','','180','Cash',0.00,'200','','','4','','1','2020-08-26 08:25:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','73.00','72','Inclusive'),(870,'41598430110','6161101280020','1','40','retail','0','2020-08-26 11:23:30','','','','36','Cash',0.00,'40','','','4','','1','2020-08-26 08:25:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(871,'41598430110','6161101280020','1','40','retail','0','2020-08-26 11:23:39','','','','36','Cash',0.00,'40','','','4','','1','2020-08-26 08:25:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(872,'41598430110','6161102170023','1','125','retail','0','2020-08-26 11:23:46','','','','121.5','Cash',0.00,'125','','','4','','1','2020-08-26 08:25:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(873,'41598430110','178','1','125','retail','0','2020-08-26 11:24:00','','','','112.5','Cash',0.00,'125','','','4','','1','2020-08-26 08:25:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(874,'41598430110','101','1','120','retail','0','2020-08-26 11:24:14','','','','93','Cash',0.00,'120','','','4','','1','2020-08-26 08:25:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','44.00','43','Inclusive'),(875,'41598430110','102','2','120','retail','0','2020-08-26 11:24:34','','','','47','Cash',0.00,'60','','','4','','1','2020-08-26 08:25:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','37.00','35','Inclusive'),(876,'41598430110','201','1','30','retail','0','2020-08-26 11:24:57','','','','20','Cash',0.00,'30','','','4','','1','2020-08-26 08:25:37','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(877,'41598452225','6166000090213','1','35','retail','0','2020-08-26 17:34:05','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-26 14:40:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(878,'41598452225','68','1','50','retail','0','2020-08-26 17:34:13','','','','45','Cash',0.00,'50','','','4','','1','2020-08-26 14:40:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(879,'41598452225','6009614480462','1','25','retail','0','2020-08-26 17:34:41','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-26 14:40:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','61.00','60','Exclusive'),(880,'41598452225','68','1','50','retail','0','2020-08-26 17:34:52','','','','45','Cash',0.00,'50','','','4','','1','2020-08-26 14:40:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(881,'41598452225','192','2','10','retail','0','2020-08-26 17:35:06','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-26 14:40:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','27.00','25','Inclusive'),(882,'41598452225','139','1','55','retail','0','2020-08-26 17:35:34','','','','49.5','Cash',0.00,'55','','','4','','1','2020-08-26 14:40:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(883,'41598452225','36','1','5','retail','0','2020-08-26 17:35:41','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-26 14:40:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(884,'41598452225','6161100911598','1','85','retail','0','2020-08-26 17:36:03','','','','80','Cash',0.00,'85','','','4','','1','2020-08-26 14:40:41','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(885,'41598452225','146','1','100','retail','0','2020-08-26 17:36:11','','','','90','Cash',0.00,'100','','','4','','1','2020-08-26 14:40:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(886,'41598452225','196','2','110','retail','0','2020-08-26 17:36:19','','','','49.5','Cash',0.00,'55','','','4','','1','2020-08-26 14:40:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','22.00','20','Inclusive'),(887,'41598452225','85','1','65','retail','0','2020-08-26 17:36:41','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-26 14:40:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(888,'41598452225','16','2','60','retail','0','2020-08-26 17:36:55','','','','27','Cash',0.00,'30','','','4','','1','2020-08-26 14:40:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','10.00','8','Inclusive'),(889,'41598452225','169','1','5','retail','0','2020-08-26 17:37:05','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-26 14:40:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(890,'41598452225','6166000090213','1','35','retail','0','2020-08-26 17:37:14','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-26 14:40:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(891,'41598452225','191','1','5','retail','0','2020-08-26 17:37:20','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-26 14:40:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(892,'41598452225','191','1','5','retail','0','2020-08-26 17:38:15','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-26 14:40:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(893,'41598452225','6164000072000','1','45','retail','0','2020-08-26 17:38:29','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-26 14:40:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(894,'41598452225','6164000072055','1','45','retail','0','2020-08-26 17:38:36','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-26 14:40:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(895,'41598452225','6009614480462','1','25','retail','0','2020-08-26 17:38:46','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-26 14:40:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','60.00','59','Exclusive'),(896,'41598452225','90','1','40','retail','0','2020-08-26 17:39:13','','','','36','Cash',0.00,'40','','','4','','1','2020-08-26 14:40:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(897,'41598452225','89','1','40','retail','0','2020-08-26 17:39:29','','','','36','Cash',0.00,'40','','','4','','1','2020-08-26 14:40:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(898,'41598452225','147','1','250','retail','0','2020-08-26 17:39:37','','','','225','Cash',0.00,'250','','','4','','1','2020-08-26 14:40:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(899,'41598453013','6164000242533','1','25','retail','0','2020-08-26 17:43:33','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-26 14:48:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(900,'41598453336','201','1','30','retail','0','2020-08-26 17:48:56','','','','20','Cash',0.00,'30','','','4','','1','2020-08-26 14:58:55','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Exclusive'),(901,'41598453336','175','1','10','retail','0','2020-08-26 17:58:30','','','','9','Cash',0.00,'10','','','4','','1','2020-08-26 14:58:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','39.00','38','Inclusive'),(902,'41598453937','6161113440023','1','85','retail','0','2020-08-26 17:58:57','','','','76.5','Cash',0.00,'85','','','4','','1','2020-08-26 15:03:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(903,'41598453937','16','1','30','retail','0','2020-08-26 18:02:35','','','','27','Cash',0.00,'30','','','4','','1','2020-08-26 15:03:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(904,'41598453937','169','1','5','retail','0','2020-08-26 18:02:50','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-26 15:03:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(905,'41598454193','79','1','110','retail','0','2020-08-26 18:03:13','','','','99','Cash',0.00,'110','','','4','','1','2020-08-26 15:12:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(906,'41598454750','6164000184048','2','10','retail','0','2020-08-26 18:12:30','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-26 15:15:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','30.00','28','Inclusive'),(907,'41598454750','128','1','25','retail','0','2020-08-26 18:14:48','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-26 15:15:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(908,'41598454905','30','1','90','retail','0','2020-08-26 18:15:05','','','','81','Cash',0.00,'90','','','4','','1','2020-08-26 15:16:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(909,'41598454905','57','1','230','retail','0','2020-08-26 18:15:20','','','','207','Cash',28.25,'230','','','4','','1','2020-08-26 15:16:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','201.75','1','3.00','2','Inclusive'),(910,'41598455336','6161100450127','1','65','retail','0','2020-08-26 18:22:16','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-26 15:26:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(911,'41598455336','187','1','5','retail','0','2020-08-26 18:25:21','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-26 15:26:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Inclusive'),(912,'41598462283','85','1','65','retail','0','2020-08-26 20:18:03','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-26 17:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(913,'41598462283','89','1','40','retail','0','2020-08-26 20:19:06','','','','36','Cash',0.00,'40','','','4','','1','2020-08-26 17:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(914,'41598462283','88','1','40','retail','0','2020-08-26 20:19:19','','','','36','Cash',0.00,'40','','','4','','1','2020-08-26 17:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(915,'41598462283','268','5','60','retail','0','2020-08-26 20:19:33','','','','10.8','Cash',0.00,'12','','','4','','1','2020-08-26 17:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','5','64.00','59','Inclusive'),(916,'41598462283','6164000072055','2','90','retail','0','2020-08-26 20:20:11','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-26 17:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Inclusive'),(917,'41598462283','6161102794694','1','50','retail','0','2020-08-26 20:20:28','','','','45','Cash',0.00,'50','','','4','','1','2020-08-26 17:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(918,'41598462283','0792382472789','1','50','retail','0','2020-08-26 20:20:46','','','','45','Cash',0.00,'50','','','4','','1','2020-08-26 17:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(919,'41598462283','32','1','50','retail','0','2020-08-26 20:21:09','','','','45','Cash',0.00,'50','','','4','','1','2020-08-26 17:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(920,'41598462283','110','1','80','retail','0','2020-08-26 20:22:23','','','','72','Cash',0.00,'80','','','4','','1','2020-08-26 17:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(921,'41598462283','6161101280013','1','20','retail','0','2020-08-26 20:22:37','','','','18','Cash',0.00,'20','','','4','','1','2020-08-26 17:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(922,'41598462283','8901719903427','1','20','retail','0','2020-08-26 20:22:51','','','','18','Cash',0.00,'20','','','4','','1','2020-08-26 17:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(923,'41598506416','101','1','120','retail','0','2020-08-27 08:33:36','','','','93','Cash',0.00,'120','','','4','','1','2020-08-27 05:34:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','43.00','42','Inclusive'),(924,'41598506416','30','1','90','retail','0','2020-08-27 08:33:44','','','','81','Cash',0.00,'90','','','4','','1','2020-08-27 05:34:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(925,'41598506416','6009627050027','1','60','retail','0','2020-08-27 08:33:52','','','','54','Cash',0.00,'60','','','4','','1','2020-08-27 05:34:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(926,'41598506416','187','1','5','retail','0','2020-08-27 08:34:03','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-27 05:34:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Inclusive'),(927,'41598506466','169','1','5','retail','0','2020-08-27 08:34:26','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-27 06:02:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(928,'41598506466','169','1','5','retail','0','2020-08-27 09:02:24','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-27 06:02:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(929,'41598508165','268','10','120','retail','0','2020-08-27 09:02:45','','','','10.8','Cash',0.00,'12','','','4','','1','2020-08-27 06:14:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','10','59.00','49','Inclusive'),(930,'41598512643','6161113440054','1','55','retail','0','2020-08-27 10:17:23','','','','49.5','Cash',0.00,'55','','','4','','1','2020-08-27 07:17:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(931,'41598523097','68','1','50','retail','0','2020-08-27 13:11:37','','','','45','Cash',0.00,'50','','','4','','1','2020-08-27 10:16:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(932,'41598523097','175','3','30','retail','0','2020-08-27 13:11:57','','','','9','Cash',0.00,'10','','','4','','1','2020-08-27 10:16:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','38.00','35','Inclusive'),(933,'41598523097','101','1','120','retail','0','2020-08-27 13:12:21','','','','93','Cash',0.00,'120','','','4','','1','2020-08-27 10:16:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','42.00','41','Inclusive'),(934,'41598523097','6161101661713','1','25','retail','0','2020-08-27 13:12:59','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-27 10:16:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(935,'41598523097','6164000033070','1','70','retail','0','2020-08-27 13:13:35','','','','63','Cash',0.00,'70','','','4','','1','2020-08-27 10:16:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(936,'41598523097','68','1','50','retail','0','2020-08-27 13:13:52','','','','45','Cash',0.00,'50','','','4','','1','2020-08-27 10:16:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(937,'41598523097','79','1','110','retail','0','2020-08-27 13:14:07','','','','99','Cash',0.00,'110','','','4','','1','2020-08-27 10:16:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(938,'41598523097','202','2','80','retail','0','2020-08-27 13:14:34','','','','30','Cash',0.00,'40','','','4','','1','2020-08-27 10:16:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','15.00','13','Exclusive'),(939,'41598523384','101','1','120','retail','0','2020-08-27 13:16:24','','','','93','Cash',0.00,'120','','','4','','1','2020-08-27 10:16:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','41.00','40','Inclusive'),(940,'41598523400','16','1','30','retail','0','2020-08-27 13:16:40','','','','27','Cash',0.00,'30','','','4','','1','2020-08-27 10:35:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(941,'41598524823','191','1','5','retail','0','2020-08-27 13:48:33','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-27 10:50:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(942,'41598524823','191','1','5','retail','0','2020-08-27 13:48:46','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-27 10:50:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(943,'41598525419','189','1','5','retail','0','2020-08-27 13:50:19','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-27 11:37:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','85.00','84','Inclusive'),(944,'41598525419','187','1','5','retail','0','2020-08-27 14:36:11','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-27 11:37:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Inclusive'),(945,'41598528247','6166000090213','1','35','retail','0','2020-08-27 14:37:27','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-27 11:47:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(946,'41598528833','6164000072017','1','45','retail','0','2020-08-27 14:47:13','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-27 11:48:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(947,'41598528833','6161101000833','1','60','retail','0','2020-08-27 14:47:24','','','','54','Cash',0.00,'60','','','4','','1','2020-08-27 11:48:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(948,'41598531973','77','1','110','retail','0','2020-08-27 15:39:33','','','','99','Cash',0.00,'110','','','4','','1','2020-08-27 12:40:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(949,'41598531973','6161100760226','1','20','retail','0','2020-08-27 15:39:43','','','','18','Cash',0.00,'20','','','4','','1','2020-08-27 12:40:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','45.00','44','Inclusive'),(950,'41598533111','6161106610242','1','510','retail','0','2020-08-27 15:58:31','','','','452.5','Cash',0.00,'510','','','4','','1','2020-08-27 13:02:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Exclusive'),(951,'41598533111','6164003153256','1','190','retail','0','2020-08-27 15:59:54','','','','171','Cash',0.00,'190','','','4','','1','2020-08-27 13:02:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(952,'41598533111','75','1','170','retail','0','2020-08-27 16:00:08','','','','153','Cash',0.00,'170','','','4','','1','2020-08-27 13:02:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(953,'41598533111','18','1','15','retail','0','2020-08-27 16:00:15','','','','13.5','Cash',0.00,'15','','','4','','1','2020-08-27 13:02:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(954,'41598534873','6166000090213','1','35','retail','0','2020-08-27 16:27:53','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-27 13:53:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Exclusive'),(955,'41598534873','6164001166272','1','50','retail','0','2020-08-27 16:45:11','','','','45','Cash',0.00,'50','','','4','','1','2020-08-27 13:53:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(956,'41598536430','106','1','275','retail','0','2020-08-27 16:53:50','','','','247.5','Cash',0.00,'275','','','4','','1','2020-08-27 14:24:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(957,'41598536430','6161101280020','1','40','retail','0','2020-08-27 17:22:12','','','','36','Cash',0.00,'40','','','4','','1','2020-08-27 14:24:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(958,'41598536430','6161109510389','1','15','retail','0','2020-08-27 17:22:27','','','','13.5','Cash',0.00,'15','','','4','','1','2020-08-27 14:24:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(959,'41598536430','103','1','250','retail','0','2020-08-27 17:22:45','','','','225','Cash',0.00,'250','','','4','','1','2020-08-27 14:24:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Exclusive'),(960,'41598536430','7622210304544','1','220','retail','0','2020-08-27 17:23:10','','','','198','Cash',0.00,'220','','','4','','1','2020-08-27 14:24:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(961,'41598536430','201','1','30','retail','0','2020-08-27 17:23:17','','','','20','Cash',0.00,'30','','','4','','1','2020-08-27 14:24:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(962,'41598538648','175','1','10','retail','0','2020-08-27 17:30:48','','','','9','Cash',0.00,'10','','','4','','1','2020-08-27 14:31:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','35.00','34','Inclusive'),(963,'41598538663','745114762979','1','110','retail','0','2020-08-27 17:31:03','','','','98','Cash',0.00,'110','','','4','','1','2020-08-27 14:40:22','1','1','returned','1','new','pc','','2020-08-27 17:40:22','4','yes','','0','','','ZERO RATED','0','1','24.00','23','Exclusive'),(964,'41598538663','85','1','65','retail','0','2020-08-27 17:35:37','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-27 14:35:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(965,'41598539331','745114762979','1','110','retail','0','2020-08-27 17:42:11','','','','98','Cash',0.00,'110','','','4','','1','2020-08-27 14:42:29','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Exclusive'),(966,'41598539986','6161106610235','1','350','retail','0','2020-08-27 17:53:06','','','','315.83','Cash',0.00,'350','','','4','','1','2020-08-27 14:54:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(967,'41598539986','17','1','10','retail','0','2020-08-27 17:53:15','','','','9','Cash',0.00,'10','','','4','','1','2020-08-27 14:54:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(968,'41598540983','31','1','70','retail','0','2020-08-27 18:09:43','','','','63','Cash',0.00,'70','','','4','','1','2020-08-27 15:11:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(969,'41598540983','8718951340664','2','200','retail','0','2020-08-27 18:10:34','','','','90','Cash',0.00,'100','','','4','','1','2020-08-27 15:11:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','30.00','28','Inclusive'),(970,'41598542275','124','1','115','retail','0','2020-08-27 18:31:15','','','','103.5','Cash',0.00,'115','','','4','','1','2020-08-27 15:36:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','121.00','120','Inclusive'),(971,'41598542275','6164001166272','3','150','retail','0','2020-08-27 18:32:46','','','','45','Cash',0.00,'50','','','4','','1','2020-08-27 15:36:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','16.00','13','Inclusive'),(972,'41598542275','6161109724106','1','250','retail','0','2020-08-27 18:32:59','','','','225','Cash',0.00,'250','','','4','','1','2020-08-27 15:36:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(973,'41598542275','178','2','250','retail','0','2020-08-27 18:33:17','','','','112.5','Cash',0.00,'125','','','4','','1','2020-08-27 15:36:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(974,'41598542275','104','1','130','retail','0','2020-08-27 18:33:49','','','','117','Cash',0.00,'130','','','4','','1','2020-08-27 15:36:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Exclusive'),(975,'41598542275','113','2','190','retail','0','2020-08-27 18:33:58','','','','85.5','Cash',0.00,'95','','','4','','1','2020-08-27 15:36:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','11.00','9','Inclusive'),(976,'41598542275','201','1','30','retail','0','2020-08-27 18:34:12','','','','20','Cash',0.00,'30','','','4','','1','2020-08-27 15:36:42','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(977,'41598542275','6164000072031','1','45','retail','0','2020-08-27 18:34:25','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-27 15:36:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(978,'41598542275','30','1','90','retail','0','2020-08-27 18:34:57','','','','81','Cash',0.00,'90','','','4','','1','2020-08-27 15:36:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(979,'41598542275','5010029204780','1','170','retail','0','2020-08-27 18:35:05','','','','153','Cash',0.00,'170','','','4','','1','2020-08-27 15:36:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(980,'41598542638','17','1','10','retail','0','2020-08-27 18:37:29','','','','9','Cash',0.00,'10','','','4','','1','2020-08-27 15:48:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(981,'41598543306','9','1','590','retail','0','2020-08-27 18:48:26','','','','531','Cash',0.00,'590','','','4','','1','2020-08-27 15:50:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(982,'41598543416','7','1','195','retail','0','2020-08-27 18:50:16','','','','175.5','Cash',0.00,'195','','','4','','1','2020-08-27 15:51:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(983,'41598543416','77','1','110','retail','0','2020-08-27 18:50:27','','','','99','Cash',0.00,'110','','','4','','1','2020-08-27 15:51:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(984,'41598544021','6164000009815','1','45','retail','0','2020-08-27 19:00:21','','','','35','Cash',0.00,'45','','','4','','1','2020-08-27 16:02:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(985,'41598544132','191','1','5','retail','0','2020-08-27 19:02:12','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-27 16:02:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(986,'41598544173','39','1','50','retail','0','2020-08-27 19:12:26','','','','45','Cash',0.00,'50','','','4','','1','2020-08-27 16:12:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(987,'41598544760','187','1','5','retail','0','2020-08-27 19:13:50','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-27 16:15:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Inclusive'),(988,'41598591893','6009614480462','1','25','retail','0','2020-08-28 08:18:13','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-28 05:47:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','59.00','58','Exclusive'),(989,'41598593638','101','1','120','retail','0','2020-08-28 08:47:18','','','','93','Cash',0.00,'120','','','4','','1','2020-08-28 06:00:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','40.00','39','Inclusive'),(992,'41598594430','6164000993008','1','85','retail','0','2020-08-28 09:00:30','','','','76.5','Cash',0.00,'85','','','4','','1','2020-08-28 06:02:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(993,'41598600172','0792382445790','9','405','retail','0','2020-08-28 10:36:12','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-28 07:43:24','1','1','printed','1','new','pcs','','','','yes','','0','','','EXEMPTED','0','9','11.00','2','Exclusive'),(994,'41598600172','157','1','500','retail','0','2020-08-28 10:36:39','','','','450','Cash',0.00,'500','','','4','','1','2020-08-28 07:43:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(995,'41598600172','6161102794694','4','200','retail','0','2020-08-28 10:41:49','','','','45','Cash',0.00,'50','','','4','','1','2020-08-28 07:43:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','11.00','7','Inclusive'),(996,'41598600172','6009627050034','1','120','retail','0','2020-08-28 10:42:14','','','','108','Cash',0.00,'120','','','4','','1','2020-08-28 07:43:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(997,'41598600172','6166000090213','1','35','retail','0','2020-08-28 10:42:40','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-28 07:43:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Exclusive'),(998,'41598600172','32','1','50','retail','0','2020-08-28 10:42:56','','','','45','Cash',0.00,'50','','','4','','1','2020-08-28 07:43:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(999,'41598600172','6164000033490','1','70','retail','0','2020-08-28 10:43:07','','','','63','Cash',0.00,'70','','','4','','1','2020-08-28 07:43:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1000,'41598602986','6161101661232','1','220','retail','0','2020-08-28 11:23:06','','','','198','Cash',0.00,'220','','','4','','1','2020-08-28 11:47:34','1','1','returned','1','new','pcs','','2020-08-28 14:47:34','4','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(1001,'41598602986','6161102170030','1','65','retail','0','2020-08-28 11:23:24','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-28 08:24:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(1002,'41598602986','99','2','100','retail','0','2020-08-28 11:23:46','','','','45','Cash',0.00,'50','','','4','','1','2020-08-28 08:34:42','1','1','returned','1','new','pcs','','2020-08-28 11:34:42','4','yes','','0','','','ZERO RATED','0','2','30.00','28','Inclusive'),(1003,'41598603690','99','2','100','retail','0','2020-08-28 11:34:50','','','','45','Cash',0.00,'50','','','4','','1','2020-08-28 08:35:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','30.00','28','Inclusive'),(1004,'41598604990','68','1','50','retail','0','2020-08-28 11:56:30','','','','45','Cash',0.00,'50','','','4','','1','2020-08-28 08:57:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(1005,'41598605026','8901719903434','1','20','retail','0','2020-08-28 11:57:06','','','','18','Cash',0.00,'20','','','4','','1','2020-08-28 09:15:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(1006,'41598614811','6161113440009','1','65','retail','0','2020-08-28 14:40:11','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-28 11:43:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(1008,'41598614811','68','1','50','retail','0','2020-08-28 14:41:49','','','','45','Cash',0.00,'50','','','4','','1','2020-08-28 11:43:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1009,'41598614811','745114762979','1','110','retail','0','2020-08-28 14:42:09','','','','98','Cash',0.00,'110','','','4','','1','2020-08-28 11:43:37','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Exclusive'),(1010,'41598614811','175','1','10','retail','0','2020-08-28 14:42:47','','','','9','Cash',0.00,'10','','','4','','1','2020-08-28 11:43:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(1011,'41598615260','6161101661218','1','120','retail','0','2020-08-28 14:47:40','','','','97.5','Cash',0.00,'120','','','4','','1','2020-08-28 11:47:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(1012,'41598619203','6009627050027','1','60','retail','0','2020-08-28 15:53:23','','','','54','Cash',0.00,'60','','','4','','1','2020-08-28 12:56:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1013,'41598619203','99','1','50','retail','0','2020-08-28 15:55:58','','','','45','Cash',0.00,'50','','','4','','1','2020-08-28 12:56:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(1014,'41598619203','99','1','50','retail','0','2020-08-28 15:55:58','','','','45','Cash',0.00,'50','','','4','','1','2020-08-28 12:56:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(1015,'41598624413','175','1','10','retail','0','2020-08-28 17:20:13','','','','9','Cash',0.00,'10','','','4','','1','2020-08-28 14:22:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Inclusive'),(1016,'41598624413','171','1','130','retail','0','2020-08-28 17:20:53','','','','117','Cash',0.00,'130','','','4','','1','2020-08-28 14:22:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1017,'41598624413','101','2','240','retail','0','2020-08-28 17:21:13','','','','93','Cash',0.00,'120','','','4','','1','2020-08-28 14:22:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','39.00','37','Inclusive'),(1018,'41598624413','16','1','30','retail','0','2020-08-28 17:21:25','','','','27','Cash',0.00,'30','','','4','','1','2020-08-28 14:22:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Inclusive'),(1019,'41598624413','270','1','45','retail','0','2020-08-28 17:21:40','','','','35','Cash',0.00,'45','','','4','','1','2020-08-28 14:22:15','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(1021,'41598625752','268','4','48','retail','0','2020-08-28 17:42:32','','','','10.8','Cash',0.00,'12','','','4','','1','2020-08-28 14:46:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','49.00','45','Inclusive'),(1022,'41598626018','18','1','15','retail','0','2020-08-28 17:46:58','','','','13.5','Cash',0.00,'15','','','4','','1','2020-08-28 14:47:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(1023,'41598626040','196','1','55','retail','0','2020-08-28 17:47:20','','','','49.5','Cash',0.00,'55','','','4','','1','2020-08-28 14:56:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(1024,'41598626678','6009627050027','1','60','retail','0','2020-08-28 17:57:58','','','','54','Cash',0.00,'60','','','4','','1','2020-08-28 15:13:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1025,'41598627591','6161102794694','1','50','retail','0','2020-08-28 18:13:11','','','','45','Cash',0.00,'50','','','4','','1','2020-08-28 15:25:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(1027,'41598627591','33','1','50','retail','0','2020-08-28 18:24:34','','','','45','Cash',0.00,'50','','','4','','1','2020-08-28 15:25:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1028,'41598627591','175','1','10','retail','0','2020-08-28 18:24:41','','','','9','Cash',0.00,'10','','','4','','1','2020-08-28 15:25:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Inclusive'),(1029,'41598627591','175','1','10','retail','0','2020-08-28 18:25:41','','','','9','Cash',0.00,'10','','','4','','1','2020-08-28 15:25:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Inclusive'),(1030,'41598628448','6161100100084','1','50','retail','0','2020-08-28 18:27:28','','','','45','Cash',0.00,'50','','','4','','1','2020-08-28 15:51:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(1031,'41598629897','101','1','120','retail','0','2020-08-28 18:51:37','','','','93','Cash',0.00,'120','','','4','','1','2020-08-28 15:56:06','1','1','returned','1','new','pcs','','2020-08-28 18:56:06','4','yes','','0','','','ZERO RATED','0','1','37.00','36','Inclusive'),(1032,'41598630174','0792382445790','1','45','retail','0','2020-08-28 18:56:14','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-28 15:56:34','1','1','printed','1','new','pcs','','','','yes','','0','','','EXEMPTED','0','1','2.00','1','Exclusive'),(1033,'41598630381','6164000072024','1','45','retail','0','2020-08-28 18:59:42','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-28 16:31:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(1034,'41598630381','6164000072024','1','45','retail','0','2020-08-28 19:29:59','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-28 16:31:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(1035,'41598630381','6164000072024','1','45','retail','0','2020-08-28 19:30:04','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-28 16:31:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(1036,'41598630381','6164000072000','1','45','retail','0','2020-08-28 19:30:07','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-28 16:31:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(1037,'41598632279','171','1','130','retail','0','2020-08-28 19:31:19','','','','117','Cash',0.00,'130','','','4','','1','2020-08-28 16:35:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1038,'41598632279','5449000180247','1','130','retail','0','2020-08-28 19:34:03','','','','117','Cash',0.00,'130','','','4','','1','2020-08-28 16:35:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1039,'41598632279','99','1','50','retail','0','2020-08-28 19:34:19','','','','45','Cash',0.00,'50','','','4','','1','2020-08-28 16:35:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(1040,'41598632534','192','1','5','retail','0','2020-08-28 19:35:34','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-28 16:52:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(1041,'41598633616','6161101000901','1','105','retail','0','2020-08-28 19:53:36','','','','94.5','Cash',0.00,'105','','','4','','1','2020-08-28 16:53:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1042,'41598679601','101','1','120','retail','0','2020-08-29 08:40:01','','','','93','Cash',0.00,'120','','','4','','1','2020-08-29 05:54:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','37.00','36','Inclusive'),(1043,'41598679601','30','1','90','retail','0','2020-08-29 08:53:22','','','','81','Cash',0.00,'90','','','4','','1','2020-08-29 05:54:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1044,'41598679601','6161100602267','1','90','retail','0','2020-08-29 08:53:29','','','','81','Cash',0.00,'90','','','4','','1','2020-08-29 05:54:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1045,'41598680445','6164001166272','1','50','retail','0','2020-08-29 08:54:05','','','','45','Cash',0.00,'50','','','4','','1','2020-08-29 06:05:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(1046,'41598681136','101','1','120','retail','0','2020-08-29 09:06:40','','','','93','Cash',0.00,'120','','','4','','1','2020-08-29 06:08:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','36.00','35','Inclusive'),(1047,'41598681339','268','2','24','retail','0','2020-08-29 09:08:59','','','','10.8','Cash',0.00,'12','','','4','','1','2020-08-29 06:09:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','45.00','43','Inclusive'),(1048,'41598693278','6166000090213','1','35','retail','0','2020-08-29 12:27:58','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-29 09:30:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Exclusive'),(1049,'41598693278','161101680431','1','20','retail','0','2020-08-29 12:28:11','','','','16','Cash',0.00,'20','','','4','','1','2020-08-29 09:30:16','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(1050,'41598693278','8901719903434','1','20','retail','0','2020-08-29 12:29:06','','','','18','Cash',0.00,'20','','','4','','1','2020-08-29 09:30:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(1051,'41598693417','66','1','60','retail','0','2020-08-29 12:30:17','','','','54','Cash',0.00,'60','','','4','','1','2020-08-29 09:37:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(1052,'41598693417','8901719903427','1','20','retail','0','2020-08-29 12:30:57','','','','18','Cash',0.00,'20','','','4','','1','2020-08-29 09:37:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(1053,'41598693417','68','1','50','retail','0','2020-08-29 12:32:26','','','','45','Cash',0.00,'50','','','4','','1','2020-08-29 09:37:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1054,'41598693417','268','4','48','retail','0','2020-08-29 12:33:16','','','','10.8','Cash',0.00,'12','','','4','','1','2020-08-29 09:37:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','43.00','39','Inclusive'),(1055,'41598693417','161101680431','2','40','retail','0','2020-08-29 12:33:35','','','','16','Cash',0.00,'20','','','4','','1','2020-08-29 09:37:16','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','8.00','6','Exclusive'),(1056,'41598693417','6166000090213','1','35','retail','0','2020-08-29 12:35:23','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-29 09:37:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Exclusive'),(1057,'41598693417','191','1','5','retail','0','2020-08-29 12:35:45','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-29 09:37:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(1058,'41598693417','6161101661713','1','25','retail','0','2020-08-29 12:36:06','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-29 09:37:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1059,'41598693837','6161101661218','1','120','retail','0','2020-08-29 12:37:17','','','','97.5','Cash',0.00,'120','','','4','','1','2020-08-29 09:37:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(1060,'41598696477','30','2','180','retail','0','2020-08-29 13:21:17','','','','81','Cash',0.00,'90','','','4','','1','2020-08-29 10:23:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Inclusive'),(1061,'41598696477','31','1','70','retail','0','2020-08-29 13:21:40','','','','63','Cash',0.00,'70','','','4','','1','2020-08-29 10:23:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1062,'41598696477','6164001166272','1','50','retail','0','2020-08-29 13:21:55','','','','45','Cash',0.00,'50','','','4','','1','2020-08-29 10:23:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(1063,'41598696477','175','2','20','retail','0','2020-08-29 13:22:08','','','','9','Cash',0.00,'10','','','4','','1','2020-08-29 10:23:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','30.00','28','Inclusive'),(1064,'41598696477','90','1','40','retail','0','2020-08-29 13:22:26','','','','36','Cash',0.00,'40','','','4','','1','2020-08-29 10:23:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(1065,'41598696477','8888','2','80','retail','0','2020-08-29 13:22:44','','','','36','Cash',0.00,'40','','','4','','1','2020-08-29 10:23:14','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(1066,'41598696748','6161101661300','1','400','retail','0','2020-08-29 13:25:48','','','','317.5','Cash',0.00,'400','','','4','','1','2020-08-29 10:26:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(1067,'41598696780','6164000033223','1','130','retail','0','2020-08-29 13:26:20','','','','117','Cash',0.00,'130','','','4','','1','2020-08-29 10:39:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1068,'41598697683','39','1','50','retail','0','2020-08-29 13:41:23','','','','45','Cash',0.00,'50','','','4','','1','2020-08-29 10:43:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(1069,'41598697788','90','3','120','retail','0','2020-08-29 14:09:36','','','','36','Cash',0.00,'40','','','4','','1','2020-08-29 11:09:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','21.00','18','Inclusive'),(1070,'41598700007','6161102794694','2','100','retail','0','2020-08-29 14:20:07','','','','45','Cash',0.00,'50','','','4','','1','2020-08-29 11:30:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','18.00','16','Inclusive'),(1071,'41598700007','6161100100084','3','150','retail','0','2020-08-29 14:29:43','','','','45','Cash',0.00,'50','','','4','','1','2020-08-29 11:30:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','8.00','5','Inclusive'),(1072,'41598700007','6164001166272','1','50','retail','0','2020-08-29 14:29:55','','','','45','Cash',0.00,'50','','','4','','1','2020-08-29 11:30:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(1073,'41598700007','33','2','100','retail','0','2020-08-29 14:30:03','','','','45','Cash',0.00,'50','','','4','','1','2020-08-29 11:30:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(1074,'41598700007','32','1','50','retail','0','2020-08-29 14:30:13','','','','45','Cash',0.00,'50','','','4','','1','2020-08-29 11:30:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1075,'41598700711','86','1','65','retail','0','2020-08-29 14:31:51','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-29 11:33:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(1076,'41598700817','99','2','100','retail','0','2020-08-29 14:33:37','','','','45','Cash',0.00,'50','','','4','','1','2020-08-29 12:40:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','25.00','23','Inclusive'),(1077,'41598700817','16','1','30','retail','0','2020-08-29 15:40:33','','','','27','Cash',0.00,'30','','','4','','1','2020-08-29 12:40:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','29.00','28','Inclusive'),(1078,'41598704859','139','1','55','retail','0','2020-08-29 15:40:59','','','','49.5','Cash',0.00,'55','','','4','','1','2020-08-29 12:52:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(1079,'41598705696','66','1','60','retail','0','2020-08-29 15:54:56','','','','54','Cash',0.00,'60','','','4','','1','2020-08-29 13:30:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(1081,'41598710447','175','1','10','retail','0','2020-08-29 17:14:07','','','','9','Cash',0.00,'10','','','4','','1','2020-08-29 14:14:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(1082,'41598711819','6161101000895','1','105','retail','0','2020-08-29 17:38:55','','','','94.5','Cash',0.00,'105','','','4','','1','2020-08-29 14:39:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1084,'41598712748','16','1','30','retail','0','2020-08-29 17:52:28','','','','27','Cash',0.00,'30','','','4','','1','2020-08-29 15:05:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(1085,'41598713551','186','1','150','retail','0','2020-08-29 18:05:51','','','','135','Cash',0.00,'150','','','4','','1','2020-08-29 15:35:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(1086,'41598715320','104','1','130','retail','0','2020-08-29 18:35:20','','','','117','Cash',0.00,'130','','','4','','1','2020-08-29 15:42:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Exclusive'),(1087,'41598715320','17','1','10','retail','0','2020-08-29 18:42:26','','','','9','Cash',0.00,'10','','','4','','1','2020-08-29 15:42:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(1088,'41598715851','6161100950139','1','100','retail','0','2020-08-29 18:44:11','','','','90','Cash',0.00,'100','','','4','','1','2020-08-29 15:53:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1089,'41598715851','6923564532289','1','30','retail','0','2020-08-29 18:49:30','','','','27','Cash',0.00,'30','','','4','','1','2020-08-29 15:53:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(1090,'41598715851','6161106610235','1','350','retail','0','2020-08-29 18:49:43','','','','315.83','Cash',0.00,'350','','','4','','1','2020-08-29 15:53:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(1091,'41598715851','8718951340664','1','100','retail','0','2020-08-29 18:50:49','','','','90','Cash',0.00,'100','','','4','','1','2020-08-29 15:53:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(1092,'41598715851','6923564532289','1','30','retail','0','2020-08-29 18:51:08','','','','27','Cash',0.00,'30','','','4','','1','2020-08-29 15:53:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(1093,'41598715851','7622210304476','1','290','retail','0','2020-08-29 18:51:37','','','','261','Cash',0.00,'290','','','4','','1','2020-08-29 15:53:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(1094,'41598716398','39','1','50','retail','0','2020-08-29 18:53:18','','','','45','Cash',0.00,'50','','','4','','1','2020-08-29 15:57:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(1095,'41598716398','6164000009075','1','75','retail','0','2020-08-29 18:55:00','','','','67.5','Cash',0.00,'75','','','4','','1','2020-08-29 15:57:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(1096,'41598716398','194','1','85','retail','0','2020-08-29 18:55:11','','','','76.5','Cash',0.00,'85','','','4','','1','2020-08-29 15:57:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(1097,'41598716398','6164000009556','1','45','retail','0','2020-08-29 18:55:18','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-29 15:57:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(1098,'41598716770','102','1','60','retail','0','2020-08-29 18:59:30','','','','47','Cash',0.00,'60','','','4','','1','2020-08-29 16:08:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','35.00','34','Inclusive'),(1099,'41598716770','6164004575910','1','140','retail','0','2020-08-29 19:33:49','','','','126','Cash',0.00,'140','','','4','','1','2020-08-29 16:34:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(1100,'41598719510','6161106610235','1','350','retail','0','2020-08-29 19:45:10','','','','315.83','Cash',0.00,'350','','','4','','1','2020-08-29 16:52:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(1101,'41598719510','6161102170023','1','125','retail','0','2020-08-29 19:45:16','','','','107.5','Cash',0.00,'125','','','4','','1','2020-08-29 16:52:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(1102,'41598719510','7622210304544','1','220','retail','0','2020-08-29 19:45:24','','','','198','Cash',0.00,'220','','','4','','1','2020-08-29 16:52:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(1103,'41598719510','6161109724106','1','250','retail','0','2020-08-29 19:46:32','','','','225','Cash',0.00,'250','','','4','','1','2020-08-29 16:52:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1104,'41598719953','201','1','30','retail','0','2020-08-29 19:52:33','','','','20','Cash',0.00,'30','','','4','','1','2020-08-29 16:52:58','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(1105,'41598719953','0792382429769','1','120','retail','0','2020-08-29 19:52:43','','','','108','Cash',0.00,'120','','','4','','1','2020-08-29 16:52:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1106,'41598719979','158','4','200','retail','0','2020-08-29 19:52:59','','','','45','Cash',0.00,'50','','','4','','1','2020-08-29 17:15:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','8.00','4','Inclusive'),(1107,'41598775921','6161100912281','1','85','retail','0','2020-08-30 11:25:21','','','','76.5','Cash',0.00,'85','','','4','','1','2020-08-30 08:25:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(1108,'41598775921','71','4','40','retail','0','2020-08-30 11:25:38','','','','9','Cash',0.00,'10','','','4','','1','2020-08-30 08:25:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','77.00','73','Inclusive'),(1109,'41598775961','745114762979','1','110','retail','0','2020-08-30 11:26:01','','','','98','Cash',0.00,'110','','','4','','1','2020-08-30 08:29:29','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Exclusive'),(1110,'41598775961','6161106610594','1','120','retail','0','2020-08-30 11:26:15','','','','108','Cash',0.00,'120','','','4','','1','2020-08-30 08:29:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1111,'41598775961','6164001166272','1','50','retail','0','2020-08-30 11:26:30','','','','45','Cash',0.00,'50','','','4','','1','2020-08-30 08:29:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(1112,'41598776269','76','1','170','retail','0','2020-08-30 11:31:09','','','','153','Cash',0.00,'170','','','4','','1','2020-08-30 08:58:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1113,'41598777908','68','1','50','retail','0','2020-08-30 11:58:28','','','','45','Cash',0.00,'50','','','4','','1','2020-08-30 09:08:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1114,'41598778526','6164004597103','1','125','retail','0','2020-08-30 12:08:46','','','','112.5','Cash',0.00,'125','','','4','','1','2020-08-30 09:20:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(1115,'41598778526','6161106610716','1','45','retail','0','2020-08-30 12:18:46','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-30 09:20:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1116,'41598778526','6161106610716','1','45','retail','0','2020-08-30 12:18:51','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-30 09:20:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1117,'41598779220','7622210304537','1','135','retail','0','2020-08-30 12:20:20','','','','121.5','Cash',0.00,'135','','','4','','1','2020-08-30 11:16:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(1118,'41598786239','6164000009020','3','195','retail','0','2020-08-30 14:17:19','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-30 11:19:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','5.00','2','Inclusive'),(1119,'41598786239','6161101000901','1','105','retail','0','2020-08-30 14:17:35','','','','94.5','Cash',0.00,'105','','','4','','1','2020-08-30 11:19:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1120,'41598786239','268','10','120','retail','0','2020-08-30 14:17:59','','','','10.8','Cash',0.00,'12','','','4','','1','2020-08-30 11:19:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','10','39.00','29','Inclusive'),(1121,'41598786239','16','1','30','retail','0','2020-08-30 14:18:23','','','','27','Cash',0.00,'30','','','4','','1','2020-08-30 11:19:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(1122,'41598786239','101','1','120','retail','0','2020-08-30 14:18:32','','','','93','Cash',0.00,'120','','','4','','1','2020-08-30 11:19:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','35.00','34','Inclusive'),(1123,'41598786239','6164000072055','1','45','retail','0','2020-08-30 14:18:40','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-30 11:19:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1124,'41598786239','6164000072000','1','45','retail','0','2020-08-30 14:18:47','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-30 11:19:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1125,'41598786239','76','1','170','retail','0','2020-08-30 14:18:57','','','','153','Cash',0.00,'170','','','4','','1','2020-08-30 11:19:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1126,'41598786389','16','1','30','retail','0','2020-08-30 14:19:49','','','','27','Cash',0.00,'30','','','4','','1','2020-08-30 11:21:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(1127,'41598786389','269','1','45','retail','0','2020-08-30 14:20:14','','','','35','Cash',0.00,'45','','','4','','1','2020-08-30 11:21:26','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(1128,'41598786389','6161101280013','1','20','retail','0','2020-08-30 14:20:32','','','','18','Cash',0.00,'20','','','4','','1','2020-08-30 11:21:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(1129,'41598786389','16','2','60','retail','0','2020-08-30 14:20:42','','','','27','Cash',0.00,'30','','','4','','1','2020-08-30 11:21:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','25.00','23','Inclusive'),(1130,'41598786605','83','1','65','retail','0','2020-08-30 14:23:25','','','','58.5','Cash',0.00,'65','','','4','','1','2020-08-30 11:47:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1131,'41598786605','6164000009556','1','45','retail','0','2020-08-30 14:46:51','','','','40.5','Cash',0.00,'45','','','4','','1','2020-08-30 11:47:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(1132,'41598788271','6164000009372','1','50','retail','0','2020-08-30 14:51:11','','','','45','Cash',0.00,'50','','','4','','1','2020-08-30 11:52:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(1133,'41598788271','39','1','50','retail','0','2020-08-30 14:51:49','','','','45','Cash',0.00,'50','','','4','','1','2020-08-30 11:52:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(1134,'41598788349','39','1','50','retail','0','2020-08-30 14:52:29','','','','45','Cash',0.00,'50','','','4','','1','2020-08-30 12:00:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(1135,'41598789539','6161101000833','1','60','retail','0','2020-08-30 15:12:19','','','','54','Cash',0.00,'60','','','4','','1','2020-08-30 12:22:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1136,'41598789539','192','3','15','retail','0','2020-08-30 15:19:53','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-30 12:22:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','24.00','21','Inclusive'),(1137,'41598789539','17','1','10','retail','0','2020-08-30 15:22:09','','','','9','Cash',0.00,'10','','','4','','1','2020-08-30 12:22:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(1138,'41598790139','8901719908576','1','120','retail','0','2020-08-30 15:22:19','','','','108','Cash',0.00,'120','','','4','','1','2020-08-30 12:55:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1139,'41598792151','6164000033230','1','70','retail','0','2020-08-30 15:55:51','','','','63','Cash',0.00,'70','','','4','','1','2020-08-30 13:19:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1140,'41598793599','67','1','40','retail','0','2020-08-30 16:19:59','','','','36','Cash',0.00,'40','','','4','','1','2020-08-30 13:46:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(1141,'41598795214','6164000009006','1','160','retail','0','2020-08-30 16:46:54','','','','144','Cash',0.00,'160','','','4','','1','2020-08-30 14:13:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1142,'41598795214','16','2','60','retail','0','2020-08-30 17:03:10','','','','27','Cash',0.00,'30','','','4','','1','2020-08-30 14:13:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','23.00','21','Inclusive'),(1143,'41598801747','52','2','110','retail','0','2020-08-30 18:36:18','','','','49.5','Cash',0.00,'55','','','4','','1','2020-08-30 15:39:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(1144,'41598801747','201','1','30','retail','0','2020-08-30 18:36:59','','','','20','Cash',0.00,'30','','','4','','1','2020-08-30 15:39:31','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(1145,'41598803768','6161102794694','1','50','retail','0','2020-08-30 19:27:55','','','','45','Cash',0.00,'50','','','4','','1','2020-08-30 16:29:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(1146,'41598803768','6161107772222','1','100','retail','0','2020-08-30 19:28:09','','','','90','Cash',0.00,'100','','','4','','1','2020-08-30 16:29:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1147,'41598803768','192','2','10','retail','0','2020-08-30 19:29:20','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-30 16:29:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','21.00','19','Inclusive'),(1148,'41598804987','6164001166272','1','50','retail','0','2020-08-30 19:29:47','','','','45','Cash',0.00,'50','','','4','','1','2020-08-30 16:31:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(1149,'41598853164','268','9','108','retail','0','2020-08-31 08:52:44','','','','10.8','Cash',0.00,'12','','','4','','1','2020-08-31 05:56:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','9','29.00','20','Inclusive'),(1150,'41598853164','6164003349239','1','170','retail','0','2020-08-31 08:54:20','','','','153','Cash',0.00,'170','','','4','','1','2020-08-31 05:56:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1151,'41598877080','6009614480462','2','50','retail','0','2020-08-31 15:31:49','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-31 12:38:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','58.00','56','Exclusive'),(1152,'41598877080','6164000033490','1','70','retail','0','2020-08-31 15:32:14','','','','63','Cash',0.00,'70','','','4','','1','2020-08-31 12:38:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1153,'41598877080','68','1','50','retail','0','2020-08-31 15:32:29','','','','45','Cash',0.00,'50','','','4','','1','2020-08-31 12:38:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1154,'41598877080','141','1','160','retail','0','2020-08-31 15:32:41','','','','144','Cash',0.00,'160','','','4','','1','2020-08-31 12:38:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1155,'41598877080','185','1','5','retail','0','2020-08-31 15:33:09','','','','4.33','Cash',0.00,'5','','','4','','1','2020-08-31 12:38:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','121.00','120','Exclusive'),(1156,'41598877080','6166000090213','2','70','retail','0','2020-08-31 15:33:20','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-31 12:38:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','18.00','16','Exclusive'),(1157,'41598877080','161101680431','2','40','retail','0','2020-08-31 15:33:35','','','','16','Cash',0.00,'20','','','4','','1','2020-08-31 12:38:02','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','6.00','4','Exclusive'),(1158,'41598877080','16','2','60','retail','0','2020-08-31 15:33:59','','','','27','Cash',0.00,'30','','','4','','1','2020-08-31 12:38:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','21.00','19','Inclusive'),(1159,'41598877080','194','1','85','retail','0','2020-08-31 15:34:10','','','','76.5','Cash',0.00,'85','','','4','','1','2020-08-31 12:38:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(1161,'41598877080','6161113440030','1','85','retail','0','2020-08-31 15:34:40','','','','76.5','Cash',0.00,'85','','','4','','1','2020-08-31 12:38:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(1162,'41598877080','89','1','40','retail','0','2020-08-31 15:36:20','','','','36','Cash',0.00,'40','','','4','','1','2020-08-31 12:38:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(1163,'41598877080','16','1','30','retail','0','2020-08-31 15:36:32','','','','27','Cash',0.00,'30','','','4','','1','2020-08-31 12:38:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(1164,'41598877080','8901719903427','1','20','retail','0','2020-08-31 15:36:42','','','','18','Cash',0.00,'20','','','4','','1','2020-08-31 12:38:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(1165,'41598877080','8901719903434','1','20','retail','0','2020-08-31 15:36:55','','','','18','Cash',0.00,'20','','','4','','1','2020-08-31 12:38:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(1166,'41598877080','6001067000419','1','145','retail','0','2020-08-31 15:37:09','','','','130.5','Cash',0.00,'145','','','4','','1','2020-08-31 12:38:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(1167,'41598877080','160','2','20','retail','0','2020-08-31 15:37:37','','','','9','Cash',0.00,'10','','','4','','1','2020-08-31 12:38:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(1168,'41598877080','16','1','30','retail','0','2020-08-31 15:37:49','','','','27','Cash',0.00,'30','','','4','','1','2020-08-31 12:38:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(1169,'41598878071','5449000180247','1','130','retail','0','2020-08-31 15:47:51','','','','117','Cash',0.00,'130','','','4','','1','2020-08-31 12:49:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1170,'41598878071','6166000090213','2','70','retail','0','2020-08-31 15:48:33','','','','31.5','Cash',0.00,'35','','','4','','1','2020-08-31 12:49:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','16.00','14','Exclusive'),(1171,'41598879461','39','1','50','retail','0','2020-08-31 16:11:01','','','','45','Cash',0.00,'50','','','4','','1','2020-08-31 13:27:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(1172,'41598880463','192','3','15','retail','0','2020-08-31 16:27:43','','','','4.5','Cash',0.00,'5','','','4','','1','2020-08-31 13:38:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','19.00','16','Inclusive'),(1173,'41598881138','89','1','40','retail','0','2020-08-31 16:38:58','','','','36','Cash',0.00,'40','','','4','','1','2020-08-31 13:46:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(1174,'41598881573','18','1','15','retail','0','2020-08-31 17:16:21','','','','13.5','Cash',0.00,'15','','','4','','1','2020-08-31 14:17:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(1175,'41598881573','175','1','10','retail','0','2020-08-31 17:17:18','','','','9','Cash',0.00,'10','','','4','','1','2020-08-31 14:17:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(1176,'41598883454','6009614480462','1','25','retail','0','2020-08-31 17:17:34','','','','22.5','Cash',0.00,'25','','','4','','1','2020-08-31 14:31:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','56.00','55','Exclusive'),(1177,'41598885520','201','1','30','retail','0','2020-08-31 17:52:00','','','','20','Cash',0.00,'30','','','4','','1','2020-08-31 15:19:23','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(1178,'41598885520','32','1','50','retail','0','2020-08-31 18:18:56','','','','45','Cash',0.00,'50','','','4','','1','2020-08-31 15:19:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1179,'41598887654','745114762979','1','110','retail','0','2020-08-31 18:27:34','','','','98','Cash',0.00,'110','','','4','','1','2020-08-31 15:28:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Exclusive'),(1180,'41598887703','745114762979','3','330','retail','0','2020-08-31 18:28:23','','','','98','Cash',0.00,'110','','','4','','1','2020-08-31 15:28:52','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','20.00','17','Exclusive'),(1181,'41598887913','79','1','110','retail','0','2020-08-31 18:31:53','','','','99','Cash',0.00,'110','','','4','','1','2020-08-31 16:00:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1182,'41598889604','6164001015372','1','135','retail','0','2020-08-31 19:00:04','','','','121.5','Cash',0.00,'135','','','4','','1','2020-08-31 16:13:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1183,'41598889604','6164000033186','1','130','retail','0','2020-08-31 19:11:50','','','','117','Cash',0.00,'130','','','4','','1','2020-08-31 16:13:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1184,'41598890648','102','1','60','retail','0','2020-08-31 19:17:28','','','','47','Cash',0.00,'60','','','4','','1','2020-08-31 16:32:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(1185,'41598938641','30','1','90','retail','0','2020-09-01 08:37:21','','','','81','Cash',0.00,'90','','','4','','1','2020-09-01 05:38:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1186,'41598938641','101','1','120','retail','0','2020-09-01 08:38:04','','','','93','Cash',0.00,'120','','','4','','1','2020-09-01 05:38:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(1187,'41598938697','6164001166272','1','50','retail','0','2020-09-01 08:38:17','','','','45','Cash',0.00,'50','','','4','','1','2020-09-01 06:07:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(1188,'41598940455','745114762979','3','330','retail','0','2020-09-01 09:07:35','','','','98','Cash',0.00,'110','','','4','','1','2020-09-01 06:08:38','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','17.00','14','Exclusive'),(1189,'41598940455','32','1','50','retail','0','2020-09-01 09:07:59','','','','45','Cash',0.00,'50','','','4','','1','2020-09-01 06:08:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1190,'41598940521','71','2','20','retail','0','2020-09-01 09:08:41','','','','9','Cash',0.00,'10','','','4','','1','2020-09-01 06:14:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','73.00','71','Inclusive'),(1194,'41598942074','745114762979','1','110','retail','0','2020-09-01 09:34:59','','','','98','Cash',0.00,'110','','','4','','1','2020-09-01 06:50:24','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(1195,'41598942074','6009629720072','1','25','retail','0','2020-09-01 09:48:56','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-01 06:50:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(1196,'41598942074','102','1','60','retail','0','2020-09-01 09:49:19','','','','47','Cash',0.00,'60','','','4','','1','2020-09-01 06:50:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Inclusive'),(1197,'41598943027','6166000090213','1','35','retail','0','2020-09-01 09:50:27','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-01 07:59:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(1198,'41598943027','175','2','20','retail','0','2020-09-01 10:23:30','','','','9','Cash',0.00,'10','','','4','','1','2020-09-01 07:59:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','26.00','24','Inclusive'),(1199,'41598943027','81','1','110','retail','0','2020-09-01 10:40:09','','','','99','Cash',0.00,'110','','','4','','1','2020-09-01 07:59:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1200,'41598947191','83','1','65','retail','0','2020-09-01 10:59:51','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-01 08:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1201,'41598947191','6164000072000','1','45','retail','0','2020-09-01 11:00:07','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-01 08:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1202,'41598947191','6164000072017','1','45','retail','0','2020-09-01 11:00:16','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-01 08:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1203,'41598947191','6164000009327','1','90','retail','0','2020-09-01 11:00:21','','','','81','Cash',0.00,'90','','','4','','1','2020-09-01 08:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1204,'41598947191','6164000072000','1','45','retail','0','2020-09-01 11:00:26','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-01 08:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1205,'41598947191','39','1','50','retail','0','2020-09-01 11:01:58','','','','45','Cash',0.00,'50','','','4','','1','2020-09-01 08:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1206,'41598947191','6164000072017','1','45','retail','0','2020-09-01 11:02:33','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-01 08:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1207,'41598947191','6164000009570','1','45','retail','0','2020-09-01 11:03:17','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-01 08:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1208,'41598947191','18','1','15','retail','0','2020-09-01 11:03:47','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-01 08:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(1209,'41598947582','32','1','50','retail','0','2020-09-01 11:06:22','','','','45','Cash',0.00,'50','','','4','','1','2020-09-01 08:07:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1210,'41598947660','6164001166272','1','50','retail','0','2020-09-01 11:07:40','','','','45','Cash',0.00,'50','','','4','','1','2020-09-01 08:39:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(1211,'41598949586','74','1','170','retail','0','2020-09-01 11:39:46','','','','153','Cash',0.00,'170','','','4','','1','2020-09-01 09:02:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1212,'41598950923','6161100041240','1','20','retail','0','2020-09-01 12:02:03','','','','18','Cash',0.00,'20','','','4','','1','2020-09-01 09:54:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1213,'41598954054','172','1','70','retail','0','2020-09-01 12:54:14','','','','63','Cash',0.00,'70','','','4','','1','2020-09-01 10:03:31','1','1','returned','1','new','pcs','','2020-09-01 13:03:31','4','yes','','0','','','ZERO RATED','0','1','35.00','34','Inclusive'),(1214,'41598954618','194','1','85','retail','0','2020-09-01 13:03:38','','','','76.5','Cash',0.00,'85','','','4','','1','2020-09-01 10:06:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1216,'41598954795','6161102170023','1','125','retail','0','2020-09-01 13:11:09','','','','107.5','Cash',0.00,'125','','','4','','1','2020-09-01 10:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(1217,'41598954795','6164000009068','1','100','retail','0','2020-09-01 13:11:20','','','','90','Cash',0.00,'100','','','4','','1','2020-09-01 10:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(1218,'41598954795','172','1','70','retail','0','2020-09-01 13:11:34','','','','63','Cash',0.00,'70','','','4','','1','2020-09-01 10:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','35.00','34','Inclusive'),(1219,'41598954795','73','1','170','retail','0','2020-09-01 13:11:46','','','','153','Cash',0.00,'170','','','4','','1','2020-09-01 10:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1220,'41598954795','101','1','120','retail','0','2020-09-01 13:11:56','','','','93','Cash',0.00,'120','','','4','','1','2020-09-01 10:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Inclusive'),(1221,'41598954795','201','1','30','retail','0','2020-09-01 13:12:06','','','','20','Cash',0.00,'30','','','4','','1','2020-09-01 10:13:08','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(1222,'41598955191','76','1','170','retail','0','2020-09-01 13:13:11','','','','153','Cash',0.00,'170','','','4','','1','2020-09-01 10:14:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1223,'41598955247','39','1','50','retail','0','2020-09-01 13:14:07','','','','45','Cash',0.00,'50','','','4','','1','2020-09-01 10:17:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1224,'41598955444','16','1','30','retail','0','2020-09-01 13:17:24','','','','27','Cash',0.00,'30','','','4','','1','2020-09-01 10:29:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','41.00','40','Inclusive'),(1225,'41598956158','175','1','10','retail','0','2020-09-01 13:29:19','','','','9','Cash',0.00,'10','','','4','','1','2020-09-01 10:40:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(1226,'41598956836','16','1','30','retail','0','2020-09-01 13:40:36','','','','27','Cash',0.00,'30','','','4','','1','2020-09-01 10:44:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','40.00','39','Inclusive'),(1227,'41598957079','6166000090213','1','35','retail','0','2020-09-01 13:44:39','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-01 10:45:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Exclusive'),(1228,'41598957145','6009614480462','1','25','retail','0','2020-09-01 13:45:46','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-01 10:49:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','55.00','54','Exclusive'),(1229,'41598957368','171','1','130','retail','0','2020-09-01 13:49:28','','','','117','Cash',0.00,'130','','','4','','1','2020-09-01 10:55:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1230,'41598957747','99','1','50','retail','0','2020-09-01 13:55:47','','','','45','Cash',0.00,'50','','','4','','1','2020-09-01 11:05:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(1231,'41598958351','16','1','30','retail','0','2020-09-01 14:05:51','','','','27','Cash',0.00,'30','','','4','','1','2020-09-01 11:22:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','39.00','38','Inclusive'),(1232,'41598959325','104','1','130','retail','0','2020-09-01 14:22:05','','','','117','Cash',0.00,'130','','','4','','1','2020-09-01 11:26:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Exclusive'),(1233,'41598959325','6009629720072','1','25','retail','0','2020-09-01 14:24:01','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-01 11:26:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(1234,'41598959596','139','1','55','retail','0','2020-09-01 14:27:24','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-01 11:55:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(1235,'41598964408','185','10','50','retail','0','2020-09-01 15:46:48','','','','4.33','Cash',0.00,'5','','','4','','1','2020-09-01 12:47:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','10','120.00','110','Exclusive'),(1236,'41598964454','105','1','75','retail','0','2020-09-01 15:47:34','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-01 13:32:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(1237,'41598964454','116','1','100','retail','0','2020-09-01 16:07:38','','','','90','Cash',0.00,'100','','','4','','1','2020-09-01 13:32:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1238,'41598967264','6161100760066','1','60','retail','0','2020-09-01 16:34:24','','','','54','Cash',0.00,'60','','','4','','1','2020-09-01 13:38:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(1239,'41598967264','433','1','6','retail','0','2020-09-01 16:36:21','','','','4.6','Cash',0.00,'6','','','4','','1','2020-09-01 13:38:05','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','50.00','49','Exclusive'),(1240,'41598967264','431','1','6','retail','0','2020-09-01 16:36:58','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-01 13:38:05','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','50.00','49','Exclusive'),(1241,'41598967264','432','1','6','retail','0','2020-09-01 16:37:11','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-01 13:38:05','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','50.00','49','Exclusive'),(1242,'41598967264','169','1','5','retail','0','2020-09-01 16:37:19','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-01 13:38:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','75.00','74','Inclusive'),(1243,'41598967655','6164000033186','1','130','retail','0','2020-09-01 16:40:56','','','','117','Cash',0.00,'130','','','4','','1','2020-09-01 13:45:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1244,'41598967655','6164000033186','1','130','retail','0','2020-09-01 16:44:14','','','','117','Cash',0.00,'130','','','4','','1','2020-09-01 13:45:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1245,'41598967655','17','1','10','retail','0','2020-09-01 16:44:22','','','','9','Cash',0.00,'10','','','4','','1','2020-09-01 13:45:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(1246,'41598967919','6164000009372','1','50','retail','0','2020-09-01 16:45:19','','','','45','Cash',0.00,'50','','','4','','1','2020-09-01 13:53:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1247,'41598967919','71','4','40','retail','0','2020-09-01 16:51:40','','','','9','Cash',0.00,'10','','','4','','1','2020-09-01 13:53:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','71.00','67','Inclusive'),(1248,'41598968407','6009627050027','1','60','retail','0','2020-09-01 16:53:27','','','','54','Cash',0.00,'60','','','4','','1','2020-09-01 15:10:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1249,'41598973025','18','1','15','retail','0','2020-09-01 18:10:25','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-01 15:17:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(1250,'41598973471','18','1','15','retail','0','2020-09-01 18:17:51','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-01 15:31:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(1251,'41598973471','6164000072048','1','45','retail','0','2020-09-01 18:29:51','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-01 15:31:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(1252,'41598974318','6164000033179','1','130','retail','0','2020-09-01 18:31:58','','','','117','Cash',0.00,'130','','','4','','1','2020-09-01 15:41:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1253,'41598974885','9','1','590','retail','0','2020-09-01 18:41:25','','','','531','Cash',0.00,'590','','','4','','1','2020-09-01 15:45:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1254,'41598975132','6161100860155','10','50','retail','0','2020-09-01 18:45:32','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-01 16:08:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','10','55.00','45','Inclusive'),(1255,'41598976531','6161100860155','2','10','retail','0','2020-09-01 19:08:51','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-01 16:13:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','45.00','43','Inclusive'),(1257,'41598976531','6161102794694','1','50','retail','0','2020-09-01 19:12:38','','','','45','Cash',0.00,'50','','','4','','1','2020-09-01 16:13:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(1258,'41598976800','59','4','20','retail','0','2020-09-01 19:13:20','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-01 16:23:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','50.00','46','Inclusive'),(1259,'41598977438','6161106610235','1','350','retail','0','2020-09-01 19:23:58','','','','315.83','Cash',0.00,'350','','','4','','1','2020-09-01 16:34:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(1260,'41598977438','57','1','230','retail','0','2020-09-01 19:32:39','','','','207','Cash',28.25,'230','','','4','','1','2020-09-01 16:34:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','201.75','1','2.00','1','Inclusive'),(1261,'41598978041','92','1','40','retail','0','2020-09-01 19:34:01','','','','36','Cash',0.00,'40','','','4','','1','2020-09-01 16:38:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(1262,'41599025115','616400033506','1','70','retail','0','2020-09-02 08:38:35','','','','60','Cash',0.00,'70','','','4','','1','2020-09-02 05:40:06','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(1263,'41599025115','101','1','120','retail','0','2020-09-02 08:39:06','','','','93','Cash',0.00,'120','','','4','','1','2020-09-02 05:40:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Inclusive'),(1264,'41599025207','745114762979','3','330','retail','0','2020-09-02 08:40:07','','','','98','Cash',0.00,'110','','','4','','1','2020-09-02 05:49:52','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','13.00','10','Exclusive'),(1265,'41599025207','172','1','70','retail','0','2020-09-02 08:45:03','','','','63','Cash',0.00,'70','','','4','','1','2020-09-02 05:51:04','1','1','returned','1','new','pcs','','2020-09-02 08:51:04','4','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(1266,'41599025207','10000905','1','70','retail','0','2020-09-02 08:45:45','','','','57','Cash',0.00,'70','','','4','','1','2020-09-02 05:49:52','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(1267,'41599025903','71','1','10','retail','0','2020-09-02 08:51:43','','','','9','Cash',0.00,'10','','','4','','1','2020-09-02 07:09:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','67.00','66','Inclusive'),(1268,'41599025903','6164000025990','1','85','retail','0','2020-09-02 09:00:56','','','','76.5','Cash',0.00,'85','','','4','','1','2020-09-02 07:09:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(1269,'41599025903','6164000184048','2','10','retail','0','2020-09-02 10:08:32','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-02 07:09:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','28.00','26','Inclusive'),(1270,'41599030550','6161100913011','1','100','retail','0','2020-09-02 10:09:10','','','','90','Cash',0.00,'100','','','4','','1','2020-09-02 07:17:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1271,'41599031033','6164004597103','1','125','retail','0','2020-09-02 10:17:13','','','','112.5','Cash',0.00,'125','','','4','','1','2020-09-02 07:40:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(1272,'41599031033','6009627050034','1','120','retail','0','2020-09-02 10:40:08','','','','104.58','Cash',0.00,'120','','','4','','1','2020-09-02 07:40:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(1273,'41599032458','98','1','25','retail','0','2020-09-02 10:40:58','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-02 07:57:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','91.00','90','Inclusive'),(1274,'41599033425','6008677000532','1','25','retail','0','2020-09-02 10:57:05','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-02 08:11:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1275,'41599033425','6009614480462','1','25','retail','0','2020-09-02 11:10:30','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-02 08:11:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','54.00','53','Exclusive'),(1276,'41599034305','6009607673345','1','50','retail','0','2020-09-02 11:11:45','','','','34','Cash',0.00,'50','','','4','','1','2020-09-02 09:42:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Inclusive'),(1277,'41599034305','33','1','50','retail','0','2020-09-02 12:40:23','','','','45','Cash',0.00,'50','','','4','','1','2020-09-02 09:42:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1278,'41599039735','186','1','150','retail','0','2020-09-02 12:42:15','','','','135','Cash',0.00,'150','','','4','','1','2020-09-02 10:24:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(1279,'41599042252','175','2','20','retail','0','2020-09-02 13:24:12','','','','9','Cash',0.00,'10','','','4','','1','2020-09-02 10:43:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','23.00','21','Inclusive'),(1280,'41599043412','33','1','50','retail','0','2020-09-02 13:43:32','','','','45','Cash',0.00,'50','','','4','','1','2020-09-02 10:43:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1281,'41599043430','16','1','30','retail','0','2020-09-02 13:43:51','','','','27','Cash',0.00,'30','','','4','','1','2020-09-02 11:01:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','38.00','37','Inclusive'),(1282,'41599044644','16','1','30','retail','0','2020-09-02 14:04:04','','','','27','Cash',0.00,'30','','','4','','1','2020-09-02 11:07:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','37.00','36','Inclusive'),(1283,'41599044644','428','1','5','retail','0','2020-09-02 14:06:29','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-02 11:07:23','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(1284,'41599046836','87','1','65','retail','0','2020-09-02 14:40:36','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-02 11:40:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(1285,'41599046856','175','1','10','retail','0','2020-09-02 14:40:56','','','','9','Cash',0.00,'10','','','4','','1','2020-09-02 11:47:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(1286,'41599047232','39','1','50','retail','0','2020-09-02 14:47:12','','','','45','Cash',0.00,'50','','','4','','1','2020-09-02 12:36:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1287,'41599050183','83','1','65','retail','0','2020-09-02 15:36:23','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-02 13:12:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1288,'41599050183','77','1','110','retail','0','2020-09-02 15:41:06','','','','99','Cash',0.00,'110','','','4','','1','2020-09-02 14:36:37','1','1','returned','1','new','pcs','','2020-09-02 17:36:37','4','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1289,'41599050183','91','1','40','retail','0','2020-09-02 15:45:15','','','','36','Cash',0.00,'40','','','4','','1','2020-09-02 13:12:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1290,'41599052338','429','1','5','retail','0','2020-09-02 16:12:18','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-02 13:17:42','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','50.00','49','Exclusive'),(1291,'41599052662','6162006602771','1','150','retail','0','2020-09-02 16:17:42','','','','135','Cash',0.00,'150','','','4','','1','2020-09-02 13:36:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1292,'41599053807','32','1','50','retail','0','2020-09-02 16:36:47','','','','45','Cash',0.00,'50','','','4','','1','2020-09-02 13:58:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1293,'41599055107','6161100860155','4','20','retail','0','2020-09-02 16:58:27','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-02 14:02:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','43.00','39','Inclusive'),(1294,'41599055340','32','1','50','retail','0','2020-09-02 17:02:20','','','','45','Cash',0.00,'50','','','4','','1','2020-09-02 14:34:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1295,'41599057407','4','2','180','retail','0','2020-09-02 17:36:47','','','','81','Cash',0.00,'90','','','4','','1','2020-09-02 14:55:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Exclusive'),(1296,'41599057407','201','1','30','retail','0','2020-09-02 17:54:49','','','','20','Cash',0.00,'30','','','4','','1','2020-09-02 14:55:26','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(1297,'41599058527','6164001166272','1','50','retail','0','2020-09-02 17:55:27','','','','45','Cash',0.00,'50','','','4','','1','2020-09-02 14:58:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1298,'41599058698','101','1','120','retail','0','2020-09-02 17:58:18','','','','93','Cash',0.00,'120','','','4','','1','2020-09-02 15:03:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Inclusive'),(1299,'41599059892','16','1','30','retail','0','2020-09-02 18:18:12','','','','27','Cash',0.00,'30','','','4','','1','2020-09-02 15:19:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','36.00','35','Inclusive'),(1300,'41599061922','32','1','50','retail','0','2020-09-02 18:52:02','','','','45','Cash',0.00,'50','','','4','','1','2020-09-02 15:52:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1301,'41599061935','6161102794694','1','50','retail','0','2020-09-02 18:52:15','','','','45','Cash',0.00,'50','','','4','','1','2020-09-02 15:56:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(1302,'41599062179','32','1','50','retail','0','2020-09-02 18:56:19','','','','45','Cash',0.00,'50','','','4','','1','2020-09-02 16:04:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1303,'41599062179','6164001166272','1','50','retail','0','2020-09-02 19:04:10','','','','45','Cash',0.00,'50','','','4','','1','2020-09-02 16:04:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1304,'41599062660','6161102170023','1','125','retail','0','2020-09-02 19:04:20','','','','107.5','Cash',0.00,'125','','','4','','1','2020-09-02 16:12:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(1305,'41599064242','103','1','250','retail','0','2020-09-02 19:30:42','','','','225','Cash',0.00,'250','','','4','','1','2020-09-02 16:44:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Exclusive'),(1306,'41599065243','8901719903434','1','20','retail','0','2020-09-02 19:47:23','','','','18','Cash',0.00,'20','','','4','','1','2020-09-02 16:47:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(1308,'41599111863','431','1','6','retail','0','2020-09-03 08:44:23','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-03 05:53:35','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','49.00','48','Exclusive'),(1309,'41599111863','101','1','120','retail','0','2020-09-03 08:52:57','','','','93','Cash',0.00,'120','','','4','','1','2020-09-03 05:53:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Inclusive'),(1310,'41599112415','745114762979','2','220','retail','0','2020-09-03 08:53:35','','','','98','Cash',0.00,'110','','','4','','1','2020-09-03 06:01:17','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','10.00','8','Exclusive'),(1311,'41599112415','6164001166272','1','50','retail','0','2020-09-03 09:00:54','','','','45','Cash',0.00,'50','','','4','','1','2020-09-03 06:01:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1312,'41599112879','169','1','5','retail','0','2020-09-03 09:01:19','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-03 06:15:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','74.00','73','Inclusive'),(1313,'41599112879','616400033506','1','70','retail','0','2020-09-03 09:14:21','','','','60','Cash',0.00,'70','','','4','','1','2020-09-03 06:15:03','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(1314,'41599113704','6164000009358','1','35','retail','0','2020-09-03 09:15:04','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-03 06:30:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(1315,'41599114615','101','1','120','retail','0','2020-09-03 09:30:15','','','','93','Cash',0.00,'120','','','4','','1','2020-09-03 06:31:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','29.00','28','Inclusive'),(1316,'41599122910','30','1','90','retail','0','2020-09-03 11:48:30','','','','81','Cash',0.00,'90','','','4','','1','2020-09-03 08:53:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1317,'41599122910','104','1','130','retail','0','2020-09-03 11:48:47','','','','117','Cash',0.00,'130','','','4','','1','2020-09-03 08:53:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Exclusive'),(1318,'41599122910','6164001166272','1','50','retail','0','2020-09-03 11:49:01','','','','45','Cash',0.00,'50','','','4','','1','2020-09-03 08:53:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1319,'41599122910','45','1','50','retail','0','2020-09-03 11:49:34','','','','45','Cash',0.00,'50','','','4','','1','2020-09-03 08:53:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(1320,'41599122910','18','1','15','retail','0','2020-09-03 11:50:53','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-03 08:53:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Inclusive'),(1321,'41599122910','102','1','60','retail','0','2020-09-03 11:52:22','','','','47','Cash',0.00,'60','','','4','','1','2020-09-03 08:53:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Inclusive'),(1322,'41599122910','105','1','75','retail','0','2020-09-03 11:52:42','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-03 08:53:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(1323,'41599123186','268','2','24','retail','0','2020-09-03 11:53:06','','','','10','Cash',0.00,'12','','','4','','1','2020-09-03 08:56:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','60.00','58','Inclusive'),(1325,'41599123376','185','4','20','retail','0','2020-09-03 11:56:16','','','','4.33','Cash',0.00,'5','','','4','','1','2020-09-03 08:57:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','110.00','106','Exclusive'),(1326,'41599123457','79','1','110','retail','0','2020-09-03 11:57:38','','','','99','Cash',0.00,'110','','','4','','1','2020-09-03 09:08:42','1','1','returned','1','new','pcs','','2020-09-03 12:08:42','4','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1327,'41599124222','17','1','10','retail','0','2020-09-03 12:42:49','','','','9','Cash',0.00,'10','','','4','','1','2020-09-03 09:45:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(1328,'41599126343','6161101661218','1','120','retail','0','2020-09-03 12:45:43','','','','97.5','Cash',0.00,'120','','','4','','1','2020-09-03 09:50:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(1329,'41599126615','0792382472789','1','50','retail','0','2020-09-03 12:54:10','','','','45','Cash',0.00,'50','','','4','','1','2020-09-03 09:55:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1330,'41599126615','34','1','10','retail','0','2020-09-03 12:55:05','','','','9','Cash',0.00,'10','','','4','','1','2020-09-03 09:55:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1331,'41599126924','6008459000453','1','70','retail','0','2020-09-03 12:55:24','','','','57.5','Cash',0.00,'70','','','4','','1','2020-09-03 10:58:36','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Exclusive'),(1332,'41599126924','33','1','50','retail','0','2020-09-03 13:57:01','','','','45','Cash',0.00,'50','','','4','','1','2020-09-03 10:58:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1333,'41599126924','6166000090213','1','35','retail','0','2020-09-03 13:57:55','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-03 10:58:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(1334,'41599130717','194','1','85','retail','0','2020-09-03 13:58:37','','','','76.5','Cash',0.00,'85','','','4','','1','2020-09-03 10:59:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1335,'41599130783','169','1','5','retail','0','2020-09-03 13:59:43','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-03 11:02:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','73.00','72','Inclusive'),(1336,'41599130783','1','1','50','retail','0','2020-09-03 14:01:33','','','','45','Cash',0.00,'50','','','4','','1','2020-09-03 11:02:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(1337,'41599130783','6164000033223','1','130','retail','0','2020-09-03 14:02:21','','','','117','Cash',0.00,'130','','','4','','1','2020-09-03 11:02:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1338,'41599131023','105','1','75','retail','0','2020-09-03 14:03:43','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-03 11:21:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1339,'41599132089','432','1','6','retail','0','2020-09-03 14:21:30','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-03 11:31:02','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','49.00','48','Exclusive'),(1340,'41599133731','268','14','168','retail','0','2020-09-03 14:48:51','','','','10','Cash',0.00,'12','','','4','','1','2020-09-03 11:55:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','14','58.00','44','Inclusive'),(1341,'41599133731','17','1','10','retail','0','2020-09-03 14:55:12','','','','9','Cash',0.00,'10','','','4','','1','2020-09-03 11:55:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(1342,'41599134132','6161101000901','1','105','retail','0','2020-09-03 14:55:32','','','','94.5','Cash',0.00,'105','','','4','','1','2020-09-03 11:56:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1343,'41599134211','172','1','70','retail','0','2020-09-03 14:56:51','','','','63','Cash',0.00,'70','','','4','','1','2020-09-03 12:01:06','1','1','returned','1','new','pcs','','2020-09-03 15:01:06','4','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(1344,'41599134211','194','1','85','retail','0','2020-09-03 14:59:51','','','','76.5','Cash',0.00,'85','','','4','','1','2020-09-03 12:00:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1345,'41599134486','6161100860155','4','20','retail','0','2020-09-03 15:01:26','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-03 12:09:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','39.00','35','Inclusive'),(1346,'41599134984','78','1','110','retail','0','2020-09-03 15:09:44','','','','99','Cash',0.00,'110','','','4','','1','2020-09-03 12:16:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1347,'41599134984','92','1','40','retail','0','2020-09-03 15:15:39','','','','36','Cash',0.00,'40','','','4','','1','2020-09-03 12:16:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(1348,'41599135362','6161103620077','1','60','retail','0','2020-09-03 15:16:02','','','','54','Cash',0.00,'60','','','4','','1','2020-09-03 12:28:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(1349,'41599136085','431','4','24','retail','0','2020-09-03 15:28:06','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-03 13:04:49','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','4','48.00','44','Exclusive'),(1350,'41599136085','192','1','5','retail','0','2020-09-03 15:53:57','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-03 13:04:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(1351,'41599138290','192','1','5','retail','0','2020-09-03 16:04:50','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-03 13:31:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(1352,'41599138290','169','2','10','retail','0','2020-09-03 16:14:42','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-03 13:31:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','72.00','70','Inclusive'),(1353,'41599138290','101','1','120','retail','0','2020-09-03 16:20:44','','','','93','Cash',0.00,'120','','','4','','1','2020-09-03 13:31:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(1354,'41599139862','169','1','5','retail','0','2020-09-03 16:31:02','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-03 14:23:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','70.00','69','Inclusive'),(1355,'41599139862','429','6','30','retail','0','2020-09-03 17:15:00','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-03 14:23:58','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','6','49.00','43','Exclusive'),(1356,'41599143039','88','1','40','retail','0','2020-09-03 17:23:59','','','','36','Cash',0.00,'40','','','4','','1','2020-09-03 14:30:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(1357,'41599143039','92','2','80','retail','0','2020-09-03 17:30:25','','','','36','Cash',0.00,'40','','','4','','1','2020-09-03 14:30:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','15.00','13','Inclusive'),(1358,'41599144763','6164000033483','3','210','retail','0','2020-09-03 17:52:43','','','','63','Cash',0.00,'70','','','4','','1','2020-09-03 14:59:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','3.00','0','Inclusive'),(1359,'41599145854','6164000009372','1','50','retail','0','2020-09-03 18:10:54','','','','45','Cash',0.00,'50','','','4','','1','2020-09-03 15:11:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1360,'41599145873','429','1','5','retail','0','2020-09-03 18:11:13','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-03 15:16:08','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','43.00','42','Exclusive'),(1361,'41599145873','429','1','5','retail','0','2020-09-03 18:15:53','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-03 15:16:08','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','42.00','41','Exclusive'),(1362,'41599146168','429','2','10','retail','0','2020-09-03 18:16:08','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-03 15:24:30','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','41.00','39','Exclusive'),(1363,'41599146670','31','1','70','retail','0','2020-09-03 18:24:30','','','','63','Cash',0.00,'70','','','4','','1','2020-09-03 15:27:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1364,'41599146670','73','1','170','retail','0','2020-09-03 18:25:50','','','','153','Cash',0.00,'170','','','4','','1','2020-09-03 15:27:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1365,'41599146670','6161102794694','1','50','retail','0','2020-09-03 18:26:00','','','','45','Cash',0.00,'50','','','4','','1','2020-09-03 15:27:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(1366,'41599146878','6161102794694','2','100','retail','0','2020-09-03 18:27:58','','','','45','Cash',0.00,'50','','','4','','1','2020-09-03 15:28:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','12.00','10','Inclusive'),(1367,'41599147037','185','10','50','retail','0','2020-09-03 18:30:37','','','','4.33','Cash',0.00,'5','','','4','','1','2020-09-03 15:31:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','10','106.00','96','Exclusive'),(1368,'41599147080','31','1','70','retail','0','2020-09-03 18:31:20','','','','63','Cash',0.00,'70','','','4','','1','2020-09-03 15:34:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1369,'41599147080','6164000033193','1','130','retail','0','2020-09-03 18:33:41','','','','117','Cash',0.00,'130','','','4','','1','2020-09-03 15:34:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1370,'41599147080','6164000033070','1','70','retail','0','2020-09-03 18:33:46','','','','63','Cash',0.00,'70','','','4','','1','2020-09-03 15:34:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1371,'41599147281','268','7','84','retail','0','2020-09-03 18:34:42','','','','10','Cash',0.00,'12','','','4','','1','2020-09-03 15:54:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','7','44.00','37','Inclusive'),(1372,'41599147281','71','1','10','retail','0','2020-09-03 18:41:33','','','','9','Cash',0.00,'10','','','4','','1','2020-09-03 15:54:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','66.00','65','Inclusive'),(1373,'41599147281','92','1','40','retail','0','2020-09-03 18:47:00','','','','36','Cash',0.00,'40','','','4','','1','2020-09-03 15:54:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(1374,'41599147281','66','1','60','retail','0','2020-09-03 18:47:39','','','','54','Cash',0.00,'60','','','4','','1','2020-09-03 15:54:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(1375,'41599147281','85','1','65','retail','0','2020-09-03 18:49:37','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-03 15:54:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1376,'41599148470','6164000009068','1','100','retail','0','2020-09-03 18:54:30','','','','90','Cash',0.00,'100','','','4','','1','2020-09-03 16:35:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(1377,'41599148470','6166000090213','2','70','retail','0','2020-09-03 19:05:15','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-03 16:35:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','26.00','24','Exclusive'),(1378,'41599148470','6164000009006','1','160','retail','0','2020-09-03 19:05:28','','','','144','Cash',0.00,'160','','','4','','1','2020-09-03 16:35:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1379,'41599148470','6920354817823','1','200','retail','0','2020-09-03 19:05:35','','','','180','Cash',0.00,'200','','','4','','1','2020-09-03 16:35:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','72.00','71','Inclusive'),(1380,'41599148470','184','2','200','retail','0','2020-09-03 19:05:42','','','','90','Cash',0.00,'100','','','4','','1','2020-09-03 16:35:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','6.00','4','Inclusive'),(1381,'41599150958','39','1','50','retail','0','2020-09-03 19:35:58','','','','45','Cash',0.00,'50','','','4','','1','2020-09-03 16:39:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1382,'41599151283','22','1','120','retail','0','2020-09-03 19:55:07','','','','108','Cash',0.00,'120','','','4','','1','2020-09-03 16:58:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(1383,'41599151283','202','1','40','retail','0','2020-09-03 19:56:16','','','','30','Cash',0.00,'40','','','4','','1','2020-09-03 16:58:08','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Exclusive'),(1384,'41599151283','6166000090213','1','35','retail','0','2020-09-03 19:56:26','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-03 16:58:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Exclusive'),(1385,'41599152520','745114762979','1','110','retail','0','2020-09-03 20:02:00','','','','98','Cash',0.00,'110','','','4','','1','2020-09-03 17:04:13','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(1386,'41599152520','105','1','75','retail','0','2020-09-03 20:03:05','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-03 17:04:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1387,'41599152654','6161106610242','1','510','retail','0','2020-09-03 20:04:14','','','','452.5','Cash',0.00,'510','','','4','','1','2020-09-03 17:08:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Exclusive'),(1388,'41599152654','141','1','160','retail','0','2020-09-03 20:04:52','','','','144','Cash',0.00,'160','','','4','','1','2020-09-03 17:08:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1389,'41599152654','201','1','30','retail','0','2020-09-03 20:08:13','','','','20','Cash',0.00,'30','','','4','','1','2020-09-03 17:08:47','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(1390,'41599152654','7622210304537','1','135','retail','0','2020-09-03 20:08:21','','','','121.5','Cash',0.00,'135','','','4','','1','2020-09-03 17:08:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1391,'41599152654','22','1','120','retail','0','2020-09-03 20:08:29','','','','108','Cash',0.00,'120','','','4','','1','2020-09-03 17:08:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(1392,'41599198908','745114762979','3','330','retail','0','2020-09-04 08:55:08','','','','98','Cash',0.00,'110','','','4','','1','2020-09-04 05:56:14','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','7.00','4','Exclusive'),(1393,'41599198908','101','1','120','retail','0','2020-09-04 08:55:21','','','','93','Cash',0.00,'120','','','4','','1','2020-09-04 05:56:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(1394,'41599198908','6164001166272','1','50','retail','0','2020-09-04 08:55:31','','','','45','Cash',0.00,'50','','','4','','1','2020-09-04 05:56:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1395,'41599198908','172','1','70','retail','0','2020-09-04 08:55:47','','','','63','Cash',0.00,'70','','','4','','1','2020-09-04 06:06:28','1','1','returned','1','new','pcs','','2020-09-04 09:06:28','4','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(1396,'41599199603','6009627050010','2','240','retail','0','2020-09-04 09:06:43','','','','107.08','Cash',0.00,'120','','','4','','1','2020-09-04 06:08:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','25.00','23','Inclusive'),(1397,'41599199603','18','1','15','retail','0','2020-09-04 09:06:59','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-04 06:08:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','29.00','28','Inclusive'),(1398,'41599199705','6161100860155','8','40','retail','0','2020-09-04 09:08:25','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-04 06:27:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','8','35.00','27','Inclusive'),(1399,'41599200826','6008459000453','1','70','retail','0','2020-09-04 09:27:06','','','','57.5','Cash',0.00,'70','','','4','','1','2020-09-04 06:47:54','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Exclusive'),(1400,'41599202074','745114762979','1','110','retail','0','2020-09-04 09:47:54','','','','98','Cash',0.00,'110','','','4','','1','2020-09-04 06:48:26','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(1401,'41599202107','6164000009075','1','75','retail','0','2020-09-04 09:48:27','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-04 06:48:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1402,'41599202124','103','1','250','retail','0','2020-09-04 09:48:45','','','','225','Cash',0.00,'250','','','4','','1','2020-09-04 07:02:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Exclusive'),(1403,'41599202955','430','1','105','retail','0','2020-09-04 10:02:35','','','','85','Cash',0.00,'105','','','4','','1','2020-09-04 07:04:13','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(1404,'41599203054','6161100760226','1','20','retail','0','2020-09-04 10:04:14','','','','18','Cash',0.00,'20','','','4','','1','2020-09-04 07:34:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','44.00','43','Inclusive'),(1405,'41599204893','101','1','120','retail','0','2020-09-04 10:34:53','','','','93','Cash',0.00,'120','','','4','','1','2020-09-04 07:47:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(1407,'41599205790','6164000033070','1','70','retail','0','2020-09-04 10:49:50','','','','63','Cash',0.00,'70','','','4','','1','2020-09-04 07:57:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1408,'41599205790','175','2','20','retail','0','2020-09-04 10:57:41','','','','9','Cash',0.00,'10','','','4','','1','2020-09-04 07:57:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','20.00','18','Inclusive'),(1409,'41599206278','266','1','170','retail','0','2020-09-04 10:57:58','','','','151','Cash',0.00,'170','','','4','','1','2020-09-04 08:05:17','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(1410,'41599206278','6161100860155','10','50','retail','0','2020-09-04 11:04:30','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-04 08:05:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','10','27.00','17','Inclusive'),(1411,'41599206718','13','2','80','retail','0','2020-09-04 11:05:18','','','','36','Cash',0.00,'40','','','4','','1','2020-09-04 08:05:50','1','1','returned','1','new','pcs','','2020-09-04 11:05:50','4','yes','','0','','','ZERO RATED','0','2','22.00','20','Inclusive'),(1412,'41599206887','101','1','120','retail','0','2020-09-04 11:08:07','','','','93','Cash',0.00,'120','','','4','','1','2020-09-04 08:09:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(1413,'41599206956','6161100860155','1','5','retail','0','2020-09-04 11:09:16','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-04 08:38:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(1414,'41599208726','266','1','170','retail','0','2020-09-04 11:38:46','','','','151','Cash',0.00,'170','','','4','','1','2020-09-04 08:41:20','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(1415,'41599208880','6008459000507','1','55','retail','0','2020-09-04 11:41:21','','','','40.83','Cash',0.00,'55','','','4','','1','2020-09-04 09:23:10','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Exclusive'),(1416,'41599211391','16','1','30','retail','0','2020-09-04 12:23:11','','','','27','Cash',0.00,'30','','','4','','1','2020-09-04 09:41:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','59.00','58','Inclusive'),(1417,'41599212515','68','1','50','retail','0','2020-09-04 12:41:55','','','','45','Cash',0.00,'50','','','4','','1','2020-09-04 09:47:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(1418,'41599213041','6009614480462','1','25','retail','0','2020-09-04 12:50:41','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-04 09:50:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','53.00','52','Exclusive'),(1419,'41599213057','6161103620077','1','60','retail','0','2020-09-04 12:50:57','','','','54','Cash',0.00,'60','','','4','','1','2020-09-04 09:52:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(1420,'41599213146','6164000033070','2','140','retail','0','2020-09-04 12:52:26','','','','63','Cash',0.00,'70','','','4','','1','2020-09-04 10:03:28','1','1','returned','1','new','pcs','','2020-09-04 13:03:28','4','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(1421,'41599213146','80','1','110','retail','0','2020-09-04 12:56:21','','','','99','Cash',0.00,'110','','','4','','1','2020-09-04 10:02:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1422,'41599213811','17','1','10','retail','0','2020-09-04 13:03:31','','','','9','Cash',0.00,'10','','','4','','1','2020-09-04 10:20:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1423,'41599213811','6009614480462','2','50','retail','0','2020-09-04 13:45:01','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-04 10:49:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','52.00','50','Exclusive'),(1424,'41599213811','169','3','15','retail','0','2020-09-04 13:45:21','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-04 10:49:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','69.00','66','Inclusive'),(1425,'41599213811','169','3','15','retail','0','2020-09-04 13:45:45','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-04 10:49:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','66.00','63','Inclusive'),(1426,'41599213811','6164000033483','1','70','retail','0','2020-09-04 13:47:01','','','','63','Cash',0.00,'70','','','4','','1','2020-09-04 10:49:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1427,'41599213811','6164000033230','1','70','retail','0','2020-09-04 13:47:19','','','','63','Cash',0.00,'70','','','4','','1','2020-09-04 10:49:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1428,'41599213811','6164000072017','1','45','retail','0','2020-09-04 13:47:39','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-04 10:49:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1429,'41599213811','6164000072024','1','45','retail','0','2020-09-04 13:47:52','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-04 10:49:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(1430,'41599213811','32','1','50','retail','0','2020-09-04 13:48:06','','','','45','Cash',0.00,'50','','','4','','1','2020-09-04 10:49:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1431,'41599213811','201','1','30','retail','0','2020-09-04 13:48:20','','','','20','Cash',0.00,'30','','','4','','1','2020-09-04 10:49:03','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(1432,'41599213811','0792382429769','1','120','retail','0','2020-09-04 13:48:31','','','','108','Cash',0.00,'120','','','4','','1','2020-09-04 10:49:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1434,'41599219661','201','1','30','retail','0','2020-09-04 14:41:02','','','','20','Cash',0.00,'30','','','4','','1','2020-09-04 11:41:27','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(1435,'41599219661','17','2','20','retail','0','2020-09-04 14:41:15','','','','9','Cash',0.00,'10','','','4','','1','2020-09-04 11:41:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','5.00','3','Inclusive'),(1436,'41599219689','6164000009082','1','100','retail','0','2020-09-04 14:41:29','','','','90','Cash',0.00,'100','','','4','','1','2020-09-04 11:43:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(1437,'41599219969','6164000025990','1','85','retail','0','2020-09-04 14:46:09','','','','76.5','Cash',0.00,'85','','','4','','1','2020-09-04 12:33:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(1438,'41599222811','66','1','60','retail','0','2020-09-04 15:33:31','','','','54','Cash',0.00,'60','','','4','','1','2020-09-04 12:42:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(1439,'41599222811','433','1','6','retail','0','2020-09-04 15:41:55','','','','4.6','Cash',0.00,'6','','','4','','1','2020-09-04 12:42:34','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','49.00','48','Exclusive'),(1440,'41599223355','175','1','10','retail','0','2020-09-04 15:42:35','','','','9','Cash',0.00,'10','','','4','','1','2020-09-04 13:00:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(1441,'41599223355','169','2','10','retail','0','2020-09-04 15:59:27','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-04 13:00:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','63.00','61','Inclusive'),(1442,'41599224482','32','1','50','retail','0','2020-09-04 16:01:22','','','','45','Cash',0.00,'50','','','4','','1','2020-09-04 13:43:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1443,'41599224482','185','4','20','retail','0','2020-09-04 16:41:52','','','','4.33','Cash',0.00,'5','','','4','','1','2020-09-04 13:43:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','96.00','92','Exclusive'),(1444,'41599226981','6161102170023','1','125','retail','0','2020-09-04 16:43:01','','','','107.5','Cash',0.00,'125','','','4','','1','2020-09-04 14:08:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(1445,'41599226981','18','1','15','retail','0','2020-09-04 16:56:05','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-04 14:08:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(1446,'41599226981','6164000072017','1','45','retail','0','2020-09-04 16:56:14','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-04 14:08:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1447,'41599228495','171','1','130','retail','0','2020-09-04 17:08:15','','','','117','Cash',0.00,'130','','','4','','1','2020-09-04 14:11:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1448,'41599228673','6164000009013','1','115','retail','0','2020-09-04 17:13:34','','','','103.5','Cash',0.00,'115','','','4','','1','2020-09-04 14:14:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1449,'41599228673','113','1','95','retail','0','2020-09-04 17:13:39','','','','85.5','Cash',0.00,'95','','','4','','1','2020-09-04 14:14:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(1450,'41599228879','169','3','15','retail','0','2020-09-04 17:14:39','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-04 14:18:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','61.00','58','Inclusive'),(1451,'41599228879','6161101000543','2','110','retail','0','2020-09-04 17:16:10','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-04 14:18:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','12.00','10','Inclusive'),(1452,'41599228879','6164000072000','2','90','retail','0','2020-09-04 17:16:31','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-04 14:18:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Inclusive'),(1453,'41599229110','6164000009556','1','45','retail','0','2020-09-04 17:18:30','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-04 14:26:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(1454,'41599229576','185','6','30','retail','0','2020-09-04 17:26:16','','','','4.33','Cash',0.00,'5','','','4','','1','2020-09-04 14:34:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','6','92.00','86','Exclusive'),(1455,'41599230093','161102794700','1','20','retail','0','2020-09-04 17:34:53','','','','16','Cash',0.00,'20','','','4','','1','2020-09-04 14:42:17','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Exclusive'),(1456,'41599230093','429','1','5','retail','0','2020-09-04 17:38:27','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-04 14:42:17','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','39.00','38','Exclusive'),(1457,'41599230538','266','1','170','retail','0','2020-09-04 17:42:18','','','','151','Cash',0.00,'170','','','4','','1','2020-09-04 15:00:24','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(1458,'41599230538','429','2','10','retail','0','2020-09-04 17:46:09','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-04 15:00:24','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','38.00','36','Exclusive'),(1459,'41599230538','17','1','10','retail','0','2020-09-04 17:53:22','','','','9','Cash',0.00,'10','','','4','','1','2020-09-04 15:00:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1460,'41599231921','169','1','5','retail','0','2020-09-04 18:05:21','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-04 15:15:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','58.00','57','Inclusive'),(1461,'41599232502','6164000072031','1','45','retail','0','2020-09-04 18:15:02','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-04 15:24:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(1462,'41599232502','6164000072031','1','45','retail','0','2020-09-04 18:22:28','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-04 15:24:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(1463,'41599232502','31','1','70','retail','0','2020-09-04 18:22:33','','','','63','Cash',0.00,'70','','','4','','1','2020-09-04 15:24:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1464,'41599232502','32','1','50','retail','0','2020-09-04 18:22:55','','','','45','Cash',0.00,'50','','','4','','1','2020-09-04 15:24:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1465,'41599232502','6164000072031','1','45','retail','0','2020-09-04 18:23:09','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-04 15:24:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(1466,'41599233117','429','1','5','retail','0','2020-09-04 18:43:12','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-04 15:52:17','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','36.00','35','Exclusive'),(1467,'41599233117','18','1','15','retail','0','2020-09-04 18:50:25','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-04 15:52:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(1468,'41599234738','88','1','40','retail','0','2020-09-04 18:52:18','','','','36','Cash',0.00,'40','','','4','','1','2020-09-04 15:55:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(1469,'41599234948','175','2','20','retail','0','2020-09-04 18:55:48','','','','9','Cash',0.00,'10','','','4','','1','2020-09-04 16:03:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','17.00','15','Inclusive'),(1472,'41599236043','427','1','70','retail','0','2020-09-04 19:14:03','','','','63','Cash',0.00,'70','','','4','','1','2020-09-04 16:22:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(1473,'41599236043','6161101000543','1','55','retail','0','2020-09-04 19:14:29','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-04 16:22:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(1474,'41599236855','122','1','125','retail','0','2020-09-04 19:27:35','','','','110','Cash',0.00,'125','','','4','','1','2020-09-04 16:27:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(1475,'41599238031','47','1','195','retail','0','2020-09-04 19:47:11','','','','175.5','Cash',0.00,'195','','','4','','1','2020-09-04 16:47:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1477,'41599306539','172','1','70','retail','0','2020-09-05 14:48:59','','','','63','Cash',0.00,'70','','','4','','1','2020-09-05 11:59:24','1','1','returned','1','new','pcs','','2020-09-05 14:59:24','4','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(1478,'41599306539','745114762979','3','330','retail','0','2020-09-05 14:58:15','','','','98','Cash',0.00,'110','','','4','','1','2020-09-05 11:58:33','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','3.00','0','Exclusive'),(1479,'41599307172','91','2','80','retail','0','2020-09-05 14:59:32','','','','36','Cash',0.00,'40','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','8.00','6','Inclusive'),(1480,'41599307172','5449000180292','1','130','retail','0','2020-09-05 15:00:08','','','','108.33','Cash',0.00,'130','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(1481,'41599307172','616400033506','1','70','retail','0','2020-09-05 15:00:46','','','','60','Cash',0.00,'70','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(1482,'41599307172','268','10','120','retail','0','2020-09-05 15:01:03','','','','10','Cash',0.00,'12','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','10','37.00','27','Inclusive'),(1483,'41599307172','18','1','15','retail','0','2020-09-05 15:01:15','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(1484,'41599307172','169','1','5','retail','0','2020-09-05 15:01:23','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','57.00','56','Inclusive'),(1485,'41599307172','129','1','25','retail','0','2020-09-05 15:01:37','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1486,'41599307172','6164000184048','1','5','retail','0','2020-09-05 15:01:52','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(1487,'41599307172','32','1','50','retail','0','2020-09-05 15:02:02','','','','45','Cash',0.00,'50','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1488,'41599307172','69','2','100','retail','0','2020-09-05 15:02:14','','','','45','Cash',0.00,'50','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','10.00','8','Inclusive'),(1489,'41599307172','6161102794694','2','100','retail','0','2020-09-05 15:02:31','','','','45','Cash',0.00,'50','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','22.00','20','Inclusive'),(1490,'41599307172','6161102170023','1','125','retail','0','2020-09-05 15:02:53','','','','107.5','Cash',0.00,'125','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(1491,'41599307172','429','4','20','retail','0','2020-09-05 15:03:23','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','4','35.00','31','Exclusive'),(1492,'41599307172','16','1','30','retail','0','2020-09-05 15:03:45','','','','27','Cash',0.00,'30','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','58.00','57','Inclusive'),(1493,'41599307172','78','1','110','retail','0','2020-09-05 15:03:55','','','','99','Cash',0.00,'110','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(1494,'41599307172','18','1','15','retail','0','2020-09-05 15:04:09','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(1495,'41599307172','6161106610259','1','750','retail','0','2020-09-05 15:04:23','','','','675','Cash',0.00,'750','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(1496,'41599307172','71','5','50','retail','0','2020-09-05 15:04:33','','','','9','Cash',0.00,'10','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','5','65.00','60','Inclusive'),(1497,'41599307172','266','1','170','retail','0','2020-09-05 15:04:46','','','','151','Cash',0.00,'170','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(1498,'41599307172','30','1','90','retail','0','2020-09-05 15:04:57','','','','81','Cash',0.00,'90','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1499,'41599307172','101','1','120','retail','0','2020-09-05 15:05:27','','','','93','Cash',0.00,'120','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(1500,'41599307172','71','1','10','retail','0','2020-09-05 15:05:42','','','','9','Cash',0.00,'10','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','60.00','59','Inclusive'),(1501,'41599307172','6161100760226','1','20','retail','0','2020-09-05 15:05:56','','','','18','Cash',0.00,'20','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','43.00','42','Inclusive'),(1502,'41599307172','17','1','10','retail','0','2020-09-05 15:06:06','','','','9','Cash',0.00,'10','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1503,'41599307172','45','1','50','retail','0','2020-09-05 15:06:19','','','','45','Cash',0.00,'50','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1504,'41599307172','6164000009075','1','75','retail','0','2020-09-05 15:06:35','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1505,'41599307172','90','4','160','retail','0','2020-09-05 15:06:43','','','','36','Cash',0.00,'40','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','22.00','18','Inclusive'),(1506,'41599307172','201','1','30','retail','0','2020-09-05 15:07:03','','','','20','Cash',0.00,'30','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(1507,'41599307172','433','2','12','retail','0','2020-09-05 15:07:55','','','','4.6','Cash',0.00,'6','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','48.00','46','Exclusive'),(1508,'41599307172','5449000180292','1','130','retail','0','2020-09-05 15:08:26','','','','108.33','Cash',0.00,'130','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(1509,'41599307172','66','1','60','retail','0','2020-09-05 15:08:39','','','','54','Cash',0.00,'60','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(1510,'41599307172','169','2','10','retail','0','2020-09-05 15:09:10','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','56.00','54','Inclusive'),(1511,'41599307172','6161102794694','3','150','retail','0','2020-09-05 15:09:27','','','','45','Cash',0.00,'50','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','20.00','17','Inclusive'),(1512,'41599307172','427','1','70','retail','0','2020-09-05 15:09:45','','','','63','Cash',0.00,'70','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(1513,'41599307172','31','1','70','retail','0','2020-09-05 15:09:57','','','','63','Cash',0.00,'70','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1514,'41599307172','27','1','50','retail','0','2020-09-05 15:10:12','','','','45','Cash',0.00,'50','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(1515,'41599307172','201','1','30','retail','0','2020-09-05 15:10:27','','','','20','Cash',0.00,'30','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(1516,'41599307172','6164001166272','1','50','retail','0','2020-09-05 15:10:38','','','','45','Cash',0.00,'50','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(1518,'41599307172','5449000180292','1','130','retail','0','2020-09-05 15:17:39','','','','108.33','Cash',0.00,'130','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(1519,'41599307172','18','1','15','retail','0','2020-09-05 15:23:02','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(1520,'41599307172','6161107150730','1','75','retail','0','2020-09-05 15:23:41','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1521,'41599307172','7622210304537','1','135','retail','0','2020-09-05 15:23:53','','','','121.5','Cash',0.00,'135','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1522,'41599307172','6166000090213','1','35','retail','0','2020-09-05 15:24:36','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Exclusive'),(1523,'41599307172','6161101280013','1','20','retail','0','2020-09-05 15:26:04','','','','18','Cash',0.00,'20','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(1524,'41599307172','16','1','30','retail','0','2020-09-05 15:26:23','','','','27','Cash',0.00,'30','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','57.00','56','Inclusive'),(1525,'41599307172','194','1','85','retail','0','2020-09-05 15:26:40','','','','76.5','Cash',0.00,'85','','','4','','1','2020-09-05 12:27:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1526,'41599308844','268','4','48','retail','0','2020-09-05 15:37:40','','','','10','Cash',0.00,'12','','','4','','1','2020-09-05 12:38:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','27.00','23','Inclusive'),(1527,'41599309496','76','1','170','retail','0','2020-09-05 15:44:46','','','','153','Cash',0.00,'170','','','4','','1','2020-09-05 12:50:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1528,'41599310240','30','1','90','retail','0','2020-09-05 15:50:40','','','','81','Cash',0.00,'90','','','4','','1','2020-09-05 12:53:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1529,'41599310571','10000905','1','70','retail','0','2020-09-05 15:56:11','','','','57','Cash',0.00,'70','','','4','','1','2020-09-05 12:58:20','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(1530,'41599310571','6009629720072','1','25','retail','0','2020-09-05 15:57:33','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-05 12:58:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(1531,'41599310702','6161101661300','1','400','retail','0','2020-09-05 15:58:22','','','','317.5','Cash',0.00,'400','','','4','','1','2020-09-05 13:02:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(1532,'41599310702','268','10','120','retail','0','2020-09-05 16:00:01','','','','10','Cash',0.00,'12','','','4','','1','2020-09-05 13:02:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','10','23.00','13','Inclusive'),(1533,'41599311269','18','1','15','retail','0','2020-09-05 16:07:49','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-05 13:11:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(1534,'41599311269','6161100860155','3','15','retail','0','2020-09-05 16:07:57','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-05 13:11:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','16.00','13','Inclusive'),(1535,'41599311269','202','1','40','retail','0','2020-09-05 16:08:26','','','','30','Cash',0.00,'40','','','4','','1','2020-09-05 13:11:09','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(1536,'41599311269','31','1','70','retail','0','2020-09-05 16:08:54','','','','63','Cash',0.00,'70','','','4','','1','2020-09-05 13:11:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1537,'41599311269','6161113440030','1','85','retail','0','2020-09-05 16:09:21','','','','76.5','Cash',0.00,'85','','','4','','1','2020-09-05 13:11:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(1538,'41599311269','6161106610242','1','510','retail','0','2020-09-05 16:09:40','','','','452.5','Cash',0.00,'510','','','4','','1','2020-09-05 13:11:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(1539,'41599311269','6161101000543','2','110','retail','0','2020-09-05 16:09:55','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-05 13:11:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','9.00','7','Inclusive'),(1540,'41599311269','103','1','250','retail','0','2020-09-05 16:10:38','','','','225','Cash',0.00,'250','','','4','','1','2020-09-05 13:11:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Exclusive'),(1541,'41599315154','105','3','225','retail','0','2020-09-05 17:12:34','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-05 14:15:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','4.00','1','Inclusive'),(1542,'41599315154','17','1','10','retail','0','2020-09-05 17:13:15','','','','9','Cash',0.00,'10','','','4','','1','2020-09-05 14:15:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1543,'41599315154','186','1','150','retail','0','2020-09-05 17:13:26','','','','135','Cash',0.00,'150','','','4','','1','2020-09-05 14:15:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(1544,'41599315154','6164000009020','1','65','retail','0','2020-09-05 17:13:39','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-05 14:15:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1545,'41599315154','105','1','75','retail','0','2020-09-05 17:13:51','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-05 14:15:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1546,'41599315154','6009614480462','1','25','retail','0','2020-09-05 17:14:55','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-05 14:15:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','50.00','49','Exclusive'),(1547,'41599315339','6009627050010','2','240','retail','0','2020-09-05 17:15:39','','','','107.08','Cash',0.00,'120','','','4','','1','2020-09-05 14:30:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','23.00','21','Inclusive'),(1548,'41599315339','103','1','250','retail','0','2020-09-05 17:25:48','','','','225','Cash',0.00,'250','','','4','','1','2020-09-05 14:30:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Exclusive'),(1549,'41599315339','6009627050034','1','120','retail','0','2020-09-05 17:25:58','','','','104.58','Cash',0.00,'120','','','4','','1','2020-09-05 14:31:39','1','1','returned','1','new','pcs','','2020-09-05 17:31:39','4','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(1550,'41599315339','202','1','40','retail','0','2020-09-05 17:26:06','','','','30','Cash',0.00,'40','','','4','','1','2020-09-05 14:30:25','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(1551,'41599315339','0792382472796','1','100','retail','0','2020-09-05 17:26:27','','','','90','Cash',0.00,'100','','','4','','1','2020-09-05 14:30:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1552,'41599316226','31','1','70','retail','0','2020-09-05 17:30:26','','','','63','Cash',0.00,'70','','','4','','1','2020-09-05 14:31:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1553,'41599316226','6009627050034','1','120','retail','0','2020-09-05 17:30:39','','','','104.58','Cash',0.00,'120','','','4','','1','2020-09-05 14:31:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(1554,'41599316226','6009627050010','2','240','retail','0','2020-09-05 17:30:48','','','','107.08','Cash',0.00,'120','','','4','','1','2020-09-05 14:31:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','21.00','19','Inclusive'),(1555,'41599316322','169','2','10','retail','0','2020-09-05 17:32:02','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-05 14:33:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','54.00','52','Inclusive'),(1556,'41599316730','106','2','550','retail','0','2020-09-05 17:38:50','','','','247.5','Cash',0.00,'275','','','4','','1','2020-09-05 14:57:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','4.00','2','Inclusive'),(1557,'41599316730','6161100450127','1','65','retail','0','2020-09-05 17:55:47','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-05 14:57:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(1558,'41599317841','185','6','30','retail','0','2020-09-05 17:57:21','','','','4.33','Cash',0.00,'5','','','4','','1','2020-09-05 15:07:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','6','86.00','80','Exclusive'),(1559,'41599318440','6164000009068','1','100','retail','0','2020-09-05 18:07:20','','','','90','Cash',0.00,'100','','','4','','1','2020-09-05 15:08:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(1560,'41599318440','8901719903434','1','20','retail','0','2020-09-05 18:07:46','','','','18','Cash',0.00,'20','','','4','','1','2020-09-05 15:08:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(1561,'41599320419','202','1','40','retail','0','2020-09-05 18:40:19','','','','30','Cash',0.00,'40','','','4','','1','2020-09-05 15:41:26','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(1562,'41599320419','18','1','15','retail','0','2020-09-05 18:40:26','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-05 15:41:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(1563,'41599320486','6164001166272','2','100','retail','0','2020-09-05 18:41:26','','','','45','Cash',0.00,'50','','','4','','1','2020-09-05 15:50:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','12.00','10','Inclusive'),(1564,'41599321019','71','5','50','retail','0','2020-09-05 18:50:19','','','','9','Cash',0.00,'10','','','4','','1','2020-09-05 15:56:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','5','59.00','54','Inclusive'),(1565,'41599321400','169','1','5','retail','0','2020-09-05 18:56:40','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-05 15:57:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','52.00','51','Inclusive'),(1566,'41599321595','18','1','15','retail','0','2020-09-05 18:59:55','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-05 16:02:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(1567,'41599321595','6164001166272','2','100','retail','0','2020-09-05 19:01:36','','','','45','Cash',0.00,'50','','','4','','1','2020-09-05 16:02:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','10.00','8','Inclusive'),(1568,'41599321731','16','1','30','retail','0','2020-09-05 19:02:11','','','','27','Cash',0.00,'30','','','4','','1','2020-09-05 16:10:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','56.00','55','Inclusive'),(1569,'41599322269','18','1','15','retail','0','2020-09-05 19:13:01','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-05 16:13:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(1570,'41599322269','7','1','195','retail','0','2020-09-05 19:13:08','','','','175.5','Cash',0.00,'195','','','4','','1','2020-09-05 16:13:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(1571,'41599322269','104','1','130','retail','0','2020-09-05 19:13:22','','','','117','Cash',0.00,'130','','','4','','1','2020-09-05 16:13:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Exclusive'),(1572,'41599322449','18','1','15','retail','0','2020-09-05 19:14:09','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-05 16:23:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(1573,'41599323030','6161101661713','1','25','retail','0','2020-09-05 19:23:50','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-05 16:45:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1574,'41599325069','6008459000453','1','70','retail','0','2020-09-05 19:57:49','','','','57.5','Cash',0.00,'70','','','4','','1','2020-09-05 16:58:27','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Exclusive'),(1575,'41599325069','30','1','90','retail','0','2020-09-05 19:57:58','','','','81','Cash',0.00,'90','','','4','','1','2020-09-05 16:58:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1576,'41599325069','6008459000507','3','165','retail','0','2020-09-05 19:58:10','','','','40.83','Cash',0.00,'55','','','4','','1','2020-09-05 16:58:27','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','23.00','20','Exclusive'),(1577,'41599380088','6161102170023','3','375','retail','0','2020-09-06 11:14:48','','','','107.5','Cash',0.00,'125','','','4','','1','2020-09-06 08:15:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','8.00','5','Inclusive'),(1578,'41599380088','6164001166272','1','50','retail','0','2020-09-06 11:15:00','','','','45','Cash',0.00,'50','','','4','','1','2020-09-06 08:15:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(1579,'41599380088','172','1','70','retail','0','2020-09-06 11:15:09','','','','63','Cash',0.00,'70','','','4','','1','2020-09-06 08:17:07','1','1','returned','1','new','pcs','','2020-09-06 11:17:07','4','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(1580,'41599380088','27','1','50','retail','0','2020-09-06 11:15:25','','','','45','Cash',0.00,'50','','','4','','1','2020-09-06 08:15:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(1581,'41599380248','68','1','50','retail','0','2020-09-06 11:17:28','','','','45','Cash',0.00,'50','','','4','','1','2020-09-06 08:18:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(1582,'41599380248','429','1','5','retail','0','2020-09-06 11:17:42','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-06 08:18:45','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Exclusive'),(1583,'41599380326','102','1','60','retail','0','2020-09-06 11:18:46','','','','47','Cash',0.00,'60','','','4','','1','2020-09-06 08:32:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Inclusive'),(1584,'41599380326','110','1','80','retail','0','2020-09-06 11:32:16','','','','72','Cash',0.00,'80','','','4','','1','2020-09-06 08:32:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1585,'41599381176','6164000009006','1','160','retail','0','2020-09-06 11:32:56','','','','144','Cash',0.00,'160','','','4','','1','2020-09-06 09:21:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1586,'41599384114','16','1','30','retail','0','2020-09-06 12:21:54','','','','27','Cash',0.00,'30','','','4','','1','2020-09-06 10:02:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','55.00','54','Inclusive'),(1587,'41599384114','169','1','5','retail','0','2020-09-06 13:01:44','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-06 10:02:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','51.00','50','Inclusive'),(1588,'41599384114','429','1','5','retail','0','2020-09-06 13:01:54','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-06 10:02:41','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Exclusive'),(1589,'41599388013','169','1','5','retail','0','2020-09-06 13:26:53','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-06 10:27:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','50.00','49','Inclusive'),(1590,'41599388013','101','1','120','retail','0','2020-09-06 13:27:14','','','','93','Cash',0.00,'120','','','4','','1','2020-09-06 10:27:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(1591,'41599388013','169','1','5','retail','0','2020-09-06 13:27:35','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-06 10:27:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','49.00','48','Inclusive'),(1592,'41599388077','6161106610242','1','510','retail','0','2020-09-06 13:27:57','','','','452.5','Cash',0.00,'510','','','4','','1','2020-09-06 10:41:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Exclusive'),(1593,'41599388887','33','1','50','retail','0','2020-09-06 14:35:30','','','','45','Cash',0.00,'50','','','4','','1','2020-09-06 11:37:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1594,'41599392244','126','5','75','retail','0','2020-09-06 14:37:24','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-06 11:43:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','5','16.00','11','Inclusive'),(1595,'41599392628','129','1','25','retail','0','2020-09-06 14:43:48','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-06 11:48:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1596,'41599393858','169','4','20','retail','0','2020-09-06 15:04:18','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-06 12:17:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','48.00','44','Inclusive'),(1597,'41599394632','172','1','70','retail','0','2020-09-06 15:17:12','','','','63','Cash',0.00,'70','','','4','','1','2020-09-06 12:19:07','1','1','returned','1','new','pcs','','2020-09-06 15:19:07','4','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(1598,'41599394632','5449000180247','1','130','retail','0','2020-09-06 15:17:45','','','','117','Cash',0.00,'130','','','4','','1','2020-09-06 12:18:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1599,'41599394632','6161102794694','1','50','retail','0','2020-09-06 15:17:53','','','','45','Cash',0.00,'50','','','4','','1','2020-09-06 12:18:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(1600,'41599396195','6164001166272','1','50','retail','0','2020-09-06 15:43:15','','','','45','Cash',0.00,'50','','','4','','1','2020-09-06 12:43:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(1601,'41599396427','6164004575903','1','250','retail','0','2020-09-06 15:47:08','','','','225','Cash',0.00,'250','','','4','','1','2020-09-06 12:59:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1602,'41599396427','122','1','125','retail','0','2020-09-06 15:59:00','','','','110','Cash',0.00,'125','','','4','','1','2020-09-06 12:59:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(1603,'41599397154','189','1','5','retail','0','2020-09-06 15:59:14','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-06 13:00:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','184.00','183','Inclusive'),(1604,'41599397255','429','2','10','retail','0','2020-09-06 16:00:55','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-06 13:06:39','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','29.00','27','Exclusive'),(1605,'41599397599','6161102794694','1','50','retail','0','2020-09-06 16:06:39','','','','45','Cash',0.00,'50','','','4','','1','2020-09-06 13:07:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(1606,'41599397599','6161100860155','4','20','retail','0','2020-09-06 16:07:04','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-06 13:07:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','13.00','9','Inclusive'),(1607,'41599397648','169','2','10','retail','0','2020-09-06 16:07:28','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-06 13:09:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','44.00','42','Inclusive'),(1608,'41599397911','161102794700','1','20','retail','0','2020-09-06 16:11:51','','','','16','Cash',0.00,'20','','','4','','1','2020-09-06 13:24:59','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(1609,'41599399793','5449000180292','1','130','retail','0','2020-09-06 16:43:13','','','','108.33','Cash',0.00,'130','','','4','','1','2020-09-06 13:43:38','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(1611,'41599399923','185','10','50','retail','0','2020-09-06 16:45:23','','','','4.33','Cash',0.00,'5','','','4','','1','2020-09-06 13:47:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','10','80.00','70','Exclusive'),(1612,'41599456912','6161101000840','1','60','retail','0','2020-09-07 08:35:12','','','','54','Cash',0.00,'60','','','4','','1','2020-09-07 05:41:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1613,'41599456912','9','1','590','retail','0','2020-09-07 08:37:04','','','','531','Cash',0.00,'590','','','4','','1','2020-09-07 05:41:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1614,'41599456912','6161102794694','2','100','retail','0','2020-09-07 08:38:05','','','','45','Cash',0.00,'50','','','4','','1','2020-09-07 05:41:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','15.00','13','Inclusive'),(1615,'41599456912','31','1','70','retail','0','2020-09-07 08:38:14','','','','63','Cash',0.00,'70','','','4','','1','2020-09-07 05:41:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1616,'41599456912','6161100602267','1','90','retail','0','2020-09-07 08:38:23','','','','81','Cash',0.00,'90','','','4','','1','2020-09-07 05:41:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1617,'41599457265','6009627050010','1','120','retail','0','2020-09-07 08:41:05','','','','107.08','Cash',0.00,'120','','','4','','1','2020-09-07 06:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(1618,'41599457265','6161102170023','1','125','retail','0','2020-09-07 09:21:03','','','','107.5','Cash',0.00,'125','','','4','','1','2020-09-07 06:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1619,'41599457265','33','1','50','retail','0','2020-09-07 09:21:11','','','','45','Cash',0.00,'50','','','4','','1','2020-09-07 06:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1620,'41599457265','172','1','70','retail','0','2020-09-07 09:21:28','','','','63','Cash',0.00,'70','','','4','','1','2020-09-07 06:23:54','1','1','returned','1','new','pcs','','2020-09-07 09:23:54','4','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(1621,'41599457265','123','1','150','retail','0','2020-09-07 09:22:16','','','','136','Cash',0.00,'150','','','4','','1','2020-09-07 06:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(1622,'41599457265','6161102170023','1','125','retail','0','2020-09-07 09:22:25','','','','107.5','Cash',0.00,'125','','','4','','1','2020-09-07 06:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1623,'41599464387','429','2','10','retail','0','2020-09-07 10:39:47','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-07 07:41:02','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','27.00','25','Exclusive'),(1624,'41599464463','268','10','120','retail','0','2020-09-07 11:10:39','','','','10','Cash',0.00,'12','','','4','','1','2020-09-07 08:10:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','10','13.00','3','Inclusive'),(1625,'41599466250','92','1','40','retail','0','2020-09-07 11:10:50','','','','36','Cash',0.00,'40','','','4','','1','2020-09-07 08:17:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(1626,'41599466250','6166000090213','1','35','retail','0','2020-09-07 11:16:34','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-07 08:17:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Exclusive'),(1627,'41599466250','6166000090213','1','35','retail','0','2020-09-07 11:17:07','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-07 08:17:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Exclusive'),(1629,'41599466852','189','1','5','retail','0','2020-09-07 11:20:52','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-07 08:40:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','183.00','182','Inclusive'),(1630,'41599468043','6009614480462','1','25','retail','0','2020-09-07 11:40:43','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-07 08:48:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','49.00','48','Exclusive'),(1631,'41599468572','268','7','84','retail','0','2020-09-07 11:49:32','','','','10','Cash',0.00,'12','','','4','','1','2020-09-07 08:59:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','7','105.00','98','Inclusive'),(1632,'41599469168','102','1','60','retail','0','2020-09-07 11:59:28','','','','47','Cash',0.00,'60','','','4','','1','2020-09-07 09:08:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Inclusive'),(1633,'41599469690','429','1','5','retail','0','2020-09-07 12:08:10','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-07 09:24:39','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Exclusive'),(1634,'41599470680','6161101661218','1','120','retail','0','2020-09-07 12:24:40','','','','97.5','Cash',0.00,'120','','','4','','1','2020-09-07 09:40:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(1635,'41599470680','6161102170023','1','125','retail','0','2020-09-07 12:39:21','','','','107.5','Cash',0.00,'125','','','4','','1','2020-09-07 09:40:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1636,'41599470680','18','1','15','retail','0','2020-09-07 12:39:29','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-07 09:40:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(1637,'41599471685','6161106610259','1','750','retail','0','2020-09-07 13:05:18','','','','675','Cash',0.00,'750','','','4','','1','2020-09-07 14:39:02','1','1','returned','1','new','pcs','','2020-09-07 17:39:02','4','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(1638,'41599471685','101','1','120','retail','0','2020-09-07 13:14:55','','','','93','Cash',0.00,'120','','','4','','1','2020-09-07 10:26:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(1639,'41599471685','32','1','50','retail','0','2020-09-07 13:15:04','','','','45','Cash',0.00,'50','','','4','','1','2020-09-07 10:26:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1640,'41599474374','32','1','50','retail','0','2020-09-07 13:26:14','','','','45','Cash',0.00,'50','','','4','','1','2020-09-07 10:36:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1641,'41599475008','50','1','55','retail','0','2020-09-07 13:36:48','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-07 10:50:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1642,'41599475008','6166000090213','1','35','retail','0','2020-09-07 13:50:07','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-07 10:50:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Exclusive'),(1643,'41599475822','33','1','50','retail','0','2020-09-07 13:52:07','','','','45','Cash',0.00,'50','','','4','','1','2020-09-07 10:54:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1644,'41599479428','101','1','120','retail','0','2020-09-07 14:50:28','','','','93','Cash',0.00,'120','','','4','','1','2020-09-07 11:50:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(1647,'41599481003','139','1','55','retail','0','2020-09-07 15:32:38','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-07 13:06:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(1648,'41599481003','169','6','30','retail','0','2020-09-07 15:32:54','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-07 13:06:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','6','42.00','36','Inclusive'),(1649,'41599484250','429','1','5','retail','0','2020-09-07 16:10:50','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-07 13:11:05','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Exclusive'),(1650,'41599484266','81','1','110','retail','0','2020-09-07 16:11:06','','','','99','Cash',0.00,'110','','','4','','1','2020-09-07 13:19:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1651,'41599484751','30','1','90','retail','0','2020-09-07 16:19:11','','','','81','Cash',0.00,'90','','','4','','1','2020-09-07 14:00:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1652,'41599484751','6161100860155','2','10','retail','0','2020-09-07 16:27:54','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-07 14:00:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','9.00','7','Inclusive'),(1653,'41599484751','18','1','15','retail','0','2020-09-07 16:59:47','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-07 14:00:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(1654,'41599487215','17','1','10','retail','0','2020-09-07 17:00:15','','','','9','Cash',0.00,'10','','','4','','1','2020-09-07 14:05:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(1655,'41599487521','18','1','15','retail','0','2020-09-07 17:05:21','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-07 14:17:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(1656,'41599487521','6008677000549','1','40','retail','0','2020-09-07 17:14:07','','','','36','Cash',0.00,'40','','','4','','1','2020-09-07 14:17:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(1657,'41599488255','196','1','55','retail','0','2020-09-07 17:17:35','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-07 14:22:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(1658,'41599488255','17','1','10','retail','0','2020-09-07 17:21:57','','','','9','Cash',0.00,'10','','','4','','1','2020-09-07 14:22:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(1660,'41599488539','189','1','5','retail','0','2020-09-07 17:22:19','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-07 14:36:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','182.00','181','Inclusive'),(1661,'41599489474','6161102794694','2','100','retail','0','2020-09-07 17:37:54','','','','45','Cash',0.00,'50','','','4','','1','2020-09-07 14:38:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','13.00','11','Inclusive'),(1662,'41599489504','6161106610259','1','750','retail','0','2020-09-07 17:38:24','','','','675','Cash',0.00,'750','','','4','','1','2020-09-07 14:38:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(1663,'41599489554','9','1','590','retail','0','2020-09-07 17:39:14','','','','531','Cash',0.00,'590','','','4','','1','2020-09-07 14:39:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1664,'41599489678','31','1','70','retail','0','2020-09-07 17:41:18','','','','63','Cash',0.00,'70','','','4','','1','2020-09-07 14:46:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1665,'41599489678','268','5','60','retail','0','2020-09-07 17:46:09','','','','10','Cash',0.00,'12','','','4','','1','2020-09-07 14:46:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','5','123.00','118','Inclusive'),(1666,'41599490035','6164000033490','1','70','retail','0','2020-09-07 17:47:15','','','','63','Cash',0.00,'70','','','4','','1','2020-09-07 14:50:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1667,'41599490219','9','1','590','retail','0','2020-09-07 17:50:19','','','','531','Cash',0.00,'590','','','4','','1','2020-09-07 15:08:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1668,'41599490219','18','1','15','retail','0','2020-09-07 18:08:10','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-07 15:08:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(1669,'41599493062','6164001166272','2','100','retail','0','2020-09-07 18:37:42','','','','45','Cash',0.00,'50','','','4','','1','2020-09-07 15:38:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','6.00','4','Inclusive'),(1670,'41599493084','123','1','150','retail','0','2020-09-07 18:40:34','','','','136','Cash',0.00,'150','','','4','','1','2020-09-07 15:48:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(1671,'41599493084','8718951340664','1','100','retail','0','2020-09-07 18:41:11','','','','90','Cash',0.00,'100','','','4','','1','2020-09-07 15:48:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(1672,'41599493084','6009627050010','1','120','retail','0','2020-09-07 18:41:26','','','','107.08','Cash',0.00,'120','','','4','','1','2020-09-07 15:48:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(1673,'41599493084','161','7','175','retail','0','2020-09-07 18:41:45','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-07 15:48:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','7','21.00','14','Inclusive'),(1674,'41599493084','6161101661218','1','120','retail','0','2020-09-07 18:42:02','','','','97.5','Cash',0.00,'120','','','4','','1','2020-09-07 15:48:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(1675,'41599493084','6164000072031','2','90','retail','0','2020-09-07 18:42:38','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-07 15:48:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','15.00','13','Inclusive'),(1676,'41599493084','6161102170900','1','240','retail','0','2020-09-07 18:43:12','','','','216','Cash',0.00,'240','','','4','','1','2020-09-07 15:48:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','92.00','91','Inclusive'),(1677,'41599493689','104','1','130','retail','0','2020-09-07 18:48:09','','','','117','Cash',0.00,'130','','','4','','1','2020-09-07 16:06:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Exclusive'),(1678,'41599493689','6009627050010','1','120','retail','0','2020-09-07 19:05:39','','','','107.08','Cash',0.00,'120','','','4','','1','2020-09-07 16:06:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(1679,'41599493689','17','1','10','retail','0','2020-09-07 19:05:47','','','','9','Cash',0.00,'10','','','4','','1','2020-09-07 16:06:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(1680,'41599494796','32','1','50','retail','0','2020-09-07 19:06:36','','','','45','Cash',0.00,'50','','','4','','1','2020-09-07 16:15:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1681,'41599494796','6009614480462','1','25','retail','0','2020-09-07 19:11:56','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-07 16:15:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','48.00','47','Exclusive'),(1682,'41599495407','194','1','85','retail','0','2020-09-07 19:16:47','','','','76.5','Cash',0.00,'85','','','4','','1','2020-09-07 16:17:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1683,'41599495442','430','1','105','retail','0','2020-09-07 19:17:22','','','','85','Cash',0.00,'105','','','4','','1','2020-09-07 16:49:17','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(1684,'41599497561','161101680431','1','20','retail','0','2020-09-07 19:52:41','','','','16','Cash',0.00,'20','','','4','','1','2020-09-07 16:52:56','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Exclusive'),(1685,'41599497606','31','1','70','retail','0','2020-09-07 19:53:26','','','','63','Cash',0.00,'70','','','4','','1','2020-09-07 16:53:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1686,'41599544233','6009627050010','1','120','retail','0','2020-09-08 08:50:33','','','','107.08','Cash',0.00,'120','','','4','','1','2020-09-08 06:05:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(1687,'41599544233','6161102170023','1','125','retail','0','2020-09-08 08:50:56','','','','107.5','Cash',0.00,'125','','','4','','1','2020-09-08 06:05:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1688,'41599544233','101','1','120','retail','0','2020-09-08 08:51:08','','','','93','Cash',0.00,'120','','','4','','1','2020-09-08 06:05:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(1689,'41599544233','6009627050010','1','120','retail','0','2020-09-08 08:51:17','','','','107.08','Cash',0.00,'120','','','4','','1','2020-09-08 06:05:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(1690,'41599545138','169','2','10','retail','0','2020-09-08 09:05:38','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-08 06:05:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','36.00','34','Inclusive'),(1691,'41599548001','31','1','70','retail','0','2020-09-08 09:53:21','','','','63','Cash',0.00,'70','','','4','','1','2020-09-08 06:54:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1692,'41599548001','101','1','120','retail','0','2020-09-08 09:53:37','','','','93','Cash',0.00,'120','','','4','','1','2020-09-08 06:54:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(1693,'41599548068','161','1','25','retail','0','2020-09-08 09:54:28','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-08 07:27:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(1694,'41599551791','101','1','120','retail','0','2020-09-08 10:56:31','','','','93','Cash',0.00,'120','','','4','','1','2020-09-08 08:05:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(1695,'41599552336','6161113940134','1','65','retail','0','2020-09-08 11:05:36','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-08 08:05:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(1697,'41599553450','6164000009082','1','100','retail','0','2020-09-08 11:24:10','','','','90','Cash',0.00,'100','','','4','','1','2020-09-08 08:37:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(1698,'41599554272','189','1','5','retail','0','2020-09-08 11:37:52','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-08 09:17:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','181.00','180','Inclusive'),(1699,'41599554272','432','1','6','retail','0','2020-09-08 12:17:13','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-08 09:17:27','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','48.00','47','Exclusive'),(1700,'41599556648','6161100860155','2','10','retail','0','2020-09-08 12:17:28','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-08 09:30:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','7.00','5','Inclusive'),(1701,'41599558950','6164000033230','1','70','retail','0','2020-09-08 12:55:50','','','','63','Cash',0.00,'70','','','4','','1','2020-09-08 09:56:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1702,'41599558977','32','1','50','retail','0','2020-09-08 12:56:17','','','','45','Cash',0.00,'50','','','4','','1','2020-09-08 10:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1703,'41599559700','169','2','10','retail','0','2020-09-08 13:08:20','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-08 10:20:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','34.00','32','Inclusive'),(1704,'41599560402','66','1','60','retail','0','2020-09-08 13:20:02','','','','54','Cash',0.00,'60','','','4','','1','2020-09-08 11:02:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(1705,'41599560402','6008459000453','1','70','retail','0','2020-09-08 14:00:44','','','','57.5','Cash',0.00,'70','','','4','','1','2020-09-08 11:02:06','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Exclusive'),(1706,'41599562927','429','1','5','retail','0','2020-09-08 14:02:07','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-08 11:21:41','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Exclusive'),(1707,'41599564102','169','2','10','retail','0','2020-09-08 14:21:42','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-08 11:36:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','32.00','30','Inclusive'),(1708,'41599564997','6161102170030','1','65','retail','0','2020-09-08 14:36:37','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-08 11:47:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(1709,'41599565641','154','1','45','retail','0','2020-09-08 14:47:21','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-08 11:49:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1710,'41599565779','112','2','90','retail','0','2020-09-08 14:49:39','','','','38.33','Cash',0.00,'45','','','4','','1','2020-09-08 13:26:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','33.00','31','Inclusive'),(1711,'41599571610','429','1','5','retail','0','2020-09-08 16:26:50','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-08 13:33:10','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Exclusive'),(1712,'41599571610','169','2','10','retail','0','2020-09-08 16:32:51','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-08 13:33:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','30.00','28','Inclusive'),(1713,'41599571990','31','1','70','retail','0','2020-09-08 16:33:10','','','','63','Cash',0.00,'70','','','4','','1','2020-09-08 13:43:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1714,'41599571990','30','1','90','retail','0','2020-09-08 16:43:04','','','','81','Cash',0.00,'90','','','4','','1','2020-09-08 13:43:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1715,'41599572607','268','1','12','retail','0','2020-09-08 16:43:27','','','','10','Cash',0.00,'12','','','4','','1','2020-09-08 13:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','118.00','117','Inclusive'),(1716,'41599573120','6164001166272','4','200','retail','0','2020-09-08 16:52:00','','','','45','Cash',0.00,'50','','','4','','1','2020-09-08 14:05:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','4.00','0','Inclusive'),(1717,'41599573908','6161101000543','2','110','retail','0','2020-09-08 17:05:08','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-08 14:15:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','7.00','5','Inclusive'),(1718,'41599573908','31','1','70','retail','0','2020-09-08 17:14:43','','','','63','Cash',0.00,'70','','','4','','1','2020-09-08 14:15:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1719,'41599574511','6161113940134','1','65','retail','0','2020-09-08 17:15:11','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-08 14:33:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(1720,'41599575600','6009614480462','1','25','retail','0','2020-09-08 17:33:20','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-08 14:41:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','47.00','46','Exclusive'),(1721,'41599575600','161101680431','1','20','retail','0','2020-09-08 17:40:18','','','','16','Cash',0.00,'20','','','4','','1','2020-09-08 14:41:46','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Exclusive'),(1722,'41599576887','6161101000543','1','55','retail','0','2020-09-08 17:54:47','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-08 15:12:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1723,'41599577946','32','1','50','retail','0','2020-09-08 18:12:26','','','','45','Cash',0.00,'50','','','4','','1','2020-09-08 15:23:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1724,'41599578692','6161101661232','1','220','retail','0','2020-09-08 18:24:52','','','','198','Cash',0.00,'220','','','4','','1','2020-09-08 15:43:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(1725,'41599578692','32','1','50','retail','0','2020-09-08 18:40:48','','','','45','Cash',0.00,'50','','','4','','1','2020-09-08 15:43:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1726,'41599579782','71','2','20','retail','0','2020-09-08 18:43:02','','','','9','Cash',0.00,'10','','','4','','1','2020-09-08 15:56:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','54.00','52','Inclusive'),(1727,'41599582888','33','1','50','retail','0','2020-09-08 19:34:48','','','','45','Cash',0.00,'50','','','4','','1','2020-09-08 16:35:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1728,'41599582902','161101680431','1','20','retail','0','2020-09-08 19:35:02','','','','16','Cash',0.00,'20','','','4','','1','2020-09-08 16:36:51','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Exclusive'),(1729,'41599583011','32','1','50','retail','0','2020-09-08 19:36:51','','','','45','Cash',0.00,'50','','','4','','1','2020-09-08 16:41:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1730,'41599647162','6161101661218','1','120','retail','0','2020-09-09 13:26:02','','','','97.5','Cash',0.00,'120','','','4','','1','2020-09-09 10:31:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(1731,'41599647162','101','2','240','retail','0','2020-09-09 13:26:24','','','','93','Cash',0.00,'120','','','4','','1','2020-09-09 10:31:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','17.00','15','Inclusive'),(1732,'41599647162','6161102170023','1','125','retail','0','2020-09-09 13:26:56','','','','107.5','Cash',0.00,'125','','','4','','1','2020-09-09 10:31:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(1733,'41599647162','6009614480462','1','25','retail','0','2020-09-09 13:27:18','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-09 10:31:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','46.00','45','Exclusive'),(1734,'41599647162','16','1','30','retail','0','2020-09-09 13:27:38','','','','27','Cash',0.00,'30','','','4','','1','2020-09-09 10:31:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','54.00','53','Inclusive'),(1735,'41599647162','431','1','6','retail','0','2020-09-09 13:27:51','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-09 10:31:31','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','44.00','43','Exclusive'),(1736,'41599647162','169','1','5','retail','0','2020-09-09 13:28:01','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-09 10:31:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(1737,'41599647162','169','6','30','retail','0','2020-09-09 13:28:13','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-09 10:31:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','6','27.00','21','Inclusive'),(1738,'41599647162','185','10','50','retail','0','2020-09-09 13:28:32','','','','4.33','Cash',0.00,'5','','','4','','1','2020-09-09 10:31:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','10','70.00','60','Exclusive'),(1739,'41599647162','6166000090213','2','70','retail','0','2020-09-09 13:28:54','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-09 10:31:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','19.00','17','Exclusive'),(1740,'41599647162','67','1','40','retail','0','2020-09-09 13:29:45','','','','36','Cash',0.00,'40','','','4','','1','2020-09-09 10:31:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(1741,'41599647162','71','7','70','retail','0','2020-09-09 13:29:57','','','','9','Cash',0.00,'10','','','4','','1','2020-09-09 10:31:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','7','52.00','45','Inclusive'),(1742,'41599647162','92','1','40','retail','0','2020-09-09 13:30:17','','','','36','Cash',0.00,'40','','','4','','1','2020-09-09 10:31:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(1743,'41599647492','68','1','50','retail','0','2020-09-09 13:31:32','','','','45','Cash',0.00,'50','','','4','','1','2020-09-09 11:29:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(1744,'41599650977','6162006602771','1','150','retail','0','2020-09-09 14:29:37','','','','135','Cash',0.00,'150','','','4','','1','2020-09-09 11:45:50','1','1','returned','1','new','pcs','','2020-09-09 14:45:50','4','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1745,'41599651824','124','1','115','retail','0','2020-09-09 14:43:44','','','','103.5','Cash',0.00,'115','','','4','','1','2020-09-09 11:45:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','120.00','119','Inclusive'),(1746,'41599651824','139','1','55','retail','0','2020-09-09 14:45:03','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-09 11:45:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(1747,'41599651962','68','1','50','retail','0','2020-09-09 14:46:02','','','','45','Cash',0.00,'50','','','4','','1','2020-09-09 11:46:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(1749,'41599652550','431','8','48','retail','0','2020-09-09 14:55:50','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-09 11:56:55','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','8','43.00','35','Exclusive'),(1750,'41599652615','161','1','25','retail','0','2020-09-09 14:56:55','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-09 14:11:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(1751,'41599652615','185','4','20','retail','0','2020-09-09 17:10:49','','','','4.33','Cash',0.00,'5','','','4','','1','2020-09-09 14:11:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','60.00','56','Exclusive'),(1752,'41599660685','6161101000543','1','55','retail','0','2020-09-09 17:11:25','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-09 15:04:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1753,'41599665156','8901719903434','1','20','retail','0','2020-09-09 18:25:56','','','','18','Cash',0.00,'20','','','4','','1','2020-09-09 15:26:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1754,'41599665156','71','5','50','retail','0','2020-09-09 18:26:06','','','','9','Cash',0.00,'10','','','4','','1','2020-09-09 15:26:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','5','45.00','40','Inclusive'),(1755,'41599665198','6161101280037','1','10','retail','0','2020-09-09 18:26:38','','','','9','Cash',0.00,'10','','','4','','1','2020-09-09 15:32:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1756,'41599665198','6161102170030','1','65','retail','0','2020-09-09 18:31:42','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-09 15:32:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(1757,'41599665550','6009627050010','1','120','retail','0','2020-09-09 18:32:30','','','','107.08','Cash',0.00,'120','','','4','','1','2020-09-09 15:39:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(1758,'41599665550','123','0.5','75','retail','0','2020-09-09 18:33:34','','','','136','Cash',0.00,'150','','','4','','1','2020-09-09 15:39:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','0.5','19.00','18.5','Inclusive'),(1759,'41599665550','77','1','110','retail','0','2020-09-09 18:37:10','','','','99','Cash',0.00,'110','','','4','','1','2020-09-09 15:39:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(1760,'41599665550','18','1','15','retail','0','2020-09-09 18:38:29','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-09 15:39:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(1762,'41599665992','171','1','130','retail','0','2020-09-09 18:58:07','','','','117','Cash',0.00,'130','','','4','','1','2020-09-09 15:59:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1763,'41599665992','161','1','25','retail','0','2020-09-09 18:58:16','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-09 15:59:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(1765,'41599667315','266','2','340','retail','0','2020-09-09 19:01:55','','','','151','Cash',0.00,'170','','','4','','1','2020-09-09 16:02:31','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','8.00','6','Exclusive'),(1766,'41599667444','6166000090213','1','35','retail','0','2020-09-09 19:04:04','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-09 16:12:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Exclusive'),(1767,'41599667444','6164000009020','1','65','retail','0','2020-09-09 19:11:32','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-09 16:12:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1768,'41599667444','6164000009327','1','90','retail','0','2020-09-09 19:11:41','','','','81','Cash',0.00,'90','','','4','','1','2020-09-09 16:12:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1769,'41599667444','427','1','70','retail','0','2020-09-09 19:11:49','','','','63','Cash',0.00,'70','','','4','','1','2020-09-09 16:12:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(1770,'41599667444','427','1','70','retail','0','2020-09-09 19:12:06','','','','63','Cash',0.00,'70','','','4','','1','2020-09-09 16:12:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(1771,'41599668059','6161101000543','1','55','retail','0','2020-09-09 19:14:19','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-09 16:17:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1772,'41599668059','6161101000543','1','55','retail','0','2020-09-09 19:15:36','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-09 16:17:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1773,'41599668059','6164000033193','1','130','retail','0','2020-09-09 19:15:43','','','','117','Cash',0.00,'130','','','4','','1','2020-09-09 16:17:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1774,'41599668059','6164000033186','1','130','retail','0','2020-09-09 19:15:49','','','','117','Cash',0.00,'130','','','4','','1','2020-09-09 16:17:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1775,'41599668059','6161101668293','1','100','retail','0','2020-09-09 19:15:53','','','','90','Cash',0.00,'100','','','4','','1','2020-09-09 16:17:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(1776,'41599668059','18','1','15','retail','0','2020-09-09 19:15:57','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-09 16:17:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(1777,'41599669009','6161101000543','1','55','retail','0','2020-09-09 19:30:09','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-09 16:36:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1779,'41599669593','33','1','50','retail','0','2020-09-09 19:39:53','','','','45','Cash',0.00,'50','','','4','','1','2020-09-09 16:40:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1780,'41599669652','188','1','450','retail','0','2020-09-09 19:40:52','','','','405','Cash',0.00,'450','','','4','','1','2020-09-09 16:41:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(1781,'41599669652','169','1','5','retail','0','2020-09-09 19:41:23','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-09 16:41:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(1782,'41599670179','6161101000895','1','105','retail','0','2020-09-09 19:49:39','','','','94.5','Cash',0.00,'105','','','4','','1','2020-09-09 16:50:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1783,'41599670275','33','1','50','retail','0','2020-09-09 19:51:15','','','','45','Cash',0.00,'50','','','4','','1','2020-09-09 16:59:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1784,'41599721431','71','1','10','retail','0','2020-09-10 10:03:51','','','','9','Cash',0.00,'10','','','4','','1','2020-09-10 07:05:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','40.00','39','Inclusive'),(1785,'41599721431','6161113940134','1','65','retail','0','2020-09-10 10:03:58','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-10 07:05:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(1786,'41599721510','433','1','6','retail','0','2020-09-10 10:05:10','','','','4.6','Cash',0.00,'6','','','4','','1','2020-09-10 07:35:47','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','46.00','45','Exclusive'),(1787,'41599723348','6166000090213','1','35','retail','0','2020-09-10 10:35:48','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-10 07:38:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Exclusive'),(1788,'41599723348','429','1','5','retail','0','2020-09-10 10:38:08','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-10 07:38:21','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Exclusive'),(1789,'41599723502','6166000090213','1','35','retail','0','2020-09-10 10:38:22','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-10 07:38:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Exclusive'),(1790,'41599725497','6161106610242','1','510','retail','0','2020-09-10 11:11:37','','','','452.5','Cash',0.00,'510','','','4','','1','2020-09-10 08:15:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(1791,'41599725711','32','1','50','retail','0','2020-09-10 11:15:11','','','','45','Cash',0.00,'50','','','4','','1','2020-09-10 08:15:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1792,'41599725735','71','5','50','retail','0','2020-09-10 11:15:35','','','','9','Cash',0.00,'10','','','4','','1','2020-09-10 08:54:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','5','39.00','34','Inclusive'),(1793,'41599728070','185','4','20','retail','0','2020-09-10 13:26:19','','','','4.33','Cash',0.00,'5','','','4','','1','2020-09-10 10:47:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','56.00','52','Exclusive'),(1794,'41599736760','185','6','30','retail','0','2020-09-10 14:21:40','','','','4.33','Cash',0.00,'5','','','4','','1','2020-09-10 11:21:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','6','52.00','46','Exclusive'),(1795,'41599736915','6166000090213','3','105','retail','0','2020-09-10 14:21:55','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-10 11:38:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','29.00','26','Exclusive'),(1796,'41599736915','17','1','10','retail','0','2020-09-10 14:38:03','','','','9','Cash',0.00,'10','','','4','','1','2020-09-10 11:38:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(1797,'41599736915','18','1','15','retail','0','2020-09-10 14:38:11','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-10 11:38:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(1798,'41599737918','427','1','70','retail','0','2020-09-10 14:38:38','','','','63','Cash',0.00,'70','','','4','','1','2020-09-10 11:57:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(1799,'41599737918','103','1','250','retail','0','2020-09-10 14:57:06','','','','225','Cash',0.00,'250','','','4','','1','2020-09-10 11:57:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Exclusive'),(1800,'41599739078','85','1','65','retail','0','2020-09-10 14:57:58','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-10 12:00:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1801,'41599739078','83','1','65','retail','0','2020-09-10 14:58:27','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-10 12:00:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1802,'41599739078','87','1','65','retail','0','2020-09-10 14:58:35','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-10 12:00:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(1804,'41599739213','33','1','50','retail','0','2020-09-10 15:00:13','','','','45','Cash',0.00,'50','','','4','','1','2020-09-10 12:12:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1806,'41599739213','161101680431','2','40','retail','0','2020-09-10 15:06:41','','','','16','Cash',0.00,'20','','','4','','1','2020-09-10 12:12:27','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','22.00','20','Exclusive'),(1808,'41599739213','124','1','115','retail','0','2020-09-10 15:07:49','','','','103.5','Cash',0.00,'115','','','4','','1','2020-09-10 12:12:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','119.00','118','Inclusive'),(1809,'41599739213','30','1','90','retail','0','2020-09-10 15:07:56','','','','81','Cash',0.00,'90','','','4','','1','2020-09-10 12:12:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(1810,'41599739948','6161100913011','1','100','retail','0','2020-09-10 15:12:28','','','','90','Cash',0.00,'100','','','4','','1','2020-09-10 13:07:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1811,'41599743244','31','1','70','retail','0','2020-09-10 16:28:44','','','','63','Cash',0.00,'70','','','4','','1','2020-09-10 13:29:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1812,'41599743244','6164000009082','1','100','retail','0','2020-09-10 16:28:52','','','','90','Cash',0.00,'100','','','4','','1','2020-09-10 13:29:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(1813,'41599744592','427','1','70','retail','0','2020-09-10 16:29:52','','','','63','Cash',0.00,'70','','','4','','1','2020-09-10 13:46:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(1814,'41599744592','6164000184048','5','25','retail','0','2020-09-10 16:45:51','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-10 13:46:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','5','25.00','20','Inclusive'),(1815,'41599744592','0000616009978','1','100','retail','0','2020-09-10 16:46:10','','','','90','Cash',0.00,'100','','','4','','1','2020-09-10 13:46:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1816,'41599745667','6161113440023','1','85','retail','0','2020-09-10 16:47:47','','','','76.5','Cash',0.00,'85','','','4','','1','2020-09-10 13:57:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(1817,'41599746243','101','1','120','retail','0','2020-09-10 16:57:23','','','','93','Cash',0.00,'120','','','4','','1','2020-09-10 14:07:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(1818,'41599746243','6161113940134','1','65','retail','0','2020-09-10 17:07:45','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-10 14:07:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(1819,'41599751152','6164000072048','1','45','retail','0','2020-09-10 18:19:12','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-10 15:19:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(1820,'41599751152','6164000072031','1','45','retail','0','2020-09-10 18:19:27','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-10 15:19:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(1821,'41599751212','16','2','60','retail','0','2020-09-10 18:20:13','','','','27','Cash',0.00,'30','','','4','','1','2020-09-10 15:21:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','53.00','51','Inclusive'),(1822,'41599751315','8718951340664','1','100','retail','0','2020-09-10 18:21:55','','','','90','Cash',0.00,'100','','','4','','1','2020-09-10 15:23:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(1823,'41599751434','92','1','40','retail','0','2020-09-10 18:23:54','','','','36','Cash',0.00,'40','','','4','','1','2020-09-10 15:46:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(1824,'41599752804','6009607673345','1','50','retail','0','2020-09-10 18:46:44','','','','34','Cash',0.00,'50','','','4','','1','2020-09-10 16:03:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Inclusive'),(1825,'41599754008','433','1','6','retail','0','2020-09-10 19:06:48','','','','4.6','Cash',0.00,'6','','','4','','1','2020-09-10 16:07:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','45.00','44','Exclusive'),(1826,'41599754008','18','1','15','retail','0','2020-09-10 19:15:47','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-10 16:21:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(1827,'41599754879','32','1','50','retail','0','2020-09-10 19:21:19','','','','45','Cash',0.00,'50','','','4','','1','2020-09-10 16:57:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1828,'41599757052','185','1','5','retail','0','2020-09-10 19:57:32','','','','4.33','Cash',0.00,'5','','','4','','1','2020-09-10 17:02:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','46.00','45','Exclusive'),(1829,'41599804555','30','1','90','retail','0','2020-09-11 09:09:15','','','','81','Cash',0.00,'90','','','4','','1','2020-09-11 06:25:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1830,'41599804555','433','1','6','retail','0','2020-09-11 09:25:27','','','','4.6','Cash',0.00,'6','','','4','','1','2020-09-11 06:25:37','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','44.00','43','Exclusive'),(1831,'41599805538','268','8','96','retail','0','2020-09-11 09:25:38','','','','10','Cash',0.00,'12','','','4','','1','2020-09-11 06:55:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','8','117.00','109','Inclusive'),(1832,'41599805538','6009614480462','1','25','retail','0','2020-09-11 09:55:10','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-11 06:55:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','45.00','44','Exclusive'),(1833,'41599805538','429','1','5','retail','0','2020-09-11 09:55:24','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-11 06:55:34','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Exclusive'),(1834,'41599809419','6008459000453','1','70','retail','0','2020-09-11 10:30:19','','','','57.5','Cash',0.00,'70','','','4','','1','2020-09-11 07:31:32','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Exclusive'),(1835,'41599809419','429','1','5','retail','0','2020-09-11 10:30:31','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-11 07:31:32','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Exclusive'),(1836,'41599809419','6164000072048','1','45','retail','0','2020-09-11 10:30:41','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-11 07:31:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(1837,'41599810440','429','2','10','retail','0','2020-09-11 10:47:20','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-11 08:29:31','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','18.00','16','Exclusive'),(1838,'41599810440','6164004575910','1','140','retail','0','2020-09-11 11:28:48','','','','126','Cash',0.00,'140','','','4','','1','2020-09-11 08:29:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(1839,'41599810440','430','1','105','retail','0','2020-09-11 11:29:15','','','','85','Cash',0.00,'105','','','4','','1','2020-09-11 08:29:31','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(1840,'41599812971','47','1','195','retail','0','2020-09-11 12:06:56','','','','175.5','Cash',0.00,'195','','','4','','1','2020-09-11 09:07:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1841,'41599812971','6164000033186','1','130','retail','0','2020-09-11 12:07:07','','','','117','Cash',0.00,'130','','','4','','1','2020-09-11 09:07:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1842,'41599812971','6161101000543','1','55','retail','0','2020-09-11 12:07:10','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-11 09:07:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(1843,'41599812971','17','1','10','retail','0','2020-09-11 12:07:14','','','','9','Cash',0.00,'10','','','4','','1','2020-09-11 09:07:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1844,'41599815275','185','3','15','retail','0','2020-09-11 12:07:55','','','','4.33','Cash',0.00,'5','','','4','','1','2020-09-11 09:11:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','45.00','42','Exclusive'),(1845,'41599815507','6161113940134','1','65','retail','0','2020-09-11 12:11:47','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-11 09:33:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(1846,'41599816804','68','1','50','retail','0','2020-09-11 12:33:24','','','','45','Cash',0.00,'50','','','4','','1','2020-09-11 09:58:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(1847,'41599816804','268','17','204','retail','0','2020-09-11 12:57:58','','','','10','Cash',0.00,'12','','','4','','1','2020-09-11 09:58:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','17','109.00','92','Inclusive'),(1849,'41599819011','6161100760226','1','20','retail','0','2020-09-11 13:10:42','','','','18','Cash',0.00,'20','','','4','','1','2020-09-11 10:18:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','42.00','41','Inclusive'),(1850,'41599819520','101','1','120','retail','0','2020-09-11 13:18:40','','','','93','Cash',0.00,'120','','','4','','1','2020-09-11 10:52:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(1851,'41599821531','6161113940134','1','65','retail','0','2020-09-11 13:52:11','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-11 11:07:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(1852,'41599821531','6161101280013','1','20','retail','0','2020-09-11 14:03:00','','','','18','Cash',0.00,'20','','','4','','1','2020-09-11 11:07:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(1853,'41599821531','106','1','275','retail','0','2020-09-11 14:06:23','','','','247.5','Cash',0.00,'275','','','4','','1','2020-09-11 11:07:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1854,'41599821531','161102794700','1','20','retail','0','2020-09-11 14:06:31','','','','16','Cash',0.00,'20','','','4','','1','2020-09-11 11:07:50','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Exclusive'),(1855,'41599821531','8901719903427','1','20','retail','0','2020-09-11 14:07:17','','','','18','Cash',0.00,'20','','','4','','1','2020-09-11 11:07:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(1856,'41599821531','161102794700','1','20','retail','0','2020-09-11 14:07:27','','','','16','Cash',0.00,'20','','','4','','1','2020-09-11 11:07:50','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(1857,'41599822685','6161101000543','4','220','retail','0','2020-09-11 14:11:25','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-11 12:39:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','11.00','7','Inclusive'),(1858,'41599828598','433','1','6','retail','0','2020-09-11 15:49:58','','','','4.6','Cash',0.00,'6','','','4','','1','2020-09-11 13:02:47','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','43.00','42','Exclusive'),(1859,'41599829367','429','1','5','retail','0','2020-09-11 16:02:48','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-11 13:05:46','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Exclusive'),(1860,'41599829547','169','1','5','retail','0','2020-09-11 16:15:07','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-11 13:16:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(1861,'41599829547','6166000090213','1','35','retail','0','2020-09-11 16:16:19','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-11 13:16:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Exclusive'),(1862,'41599830281','202','1','40','retail','0','2020-09-11 16:18:01','','','','30','Cash',0.00,'40','','','4','','1','2020-09-11 13:18:20','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(1863,'41599831960','120','1','110','retail','0','2020-09-11 16:46:00','','','','99','Cash',0.00,'110','','','4','','1','2020-09-11 13:49:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1864,'41599831960','88','2','80','retail','0','2020-09-11 16:46:23','','','','36','Cash',0.00,'40','','','4','','1','2020-09-11 13:49:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','11.00','9','Inclusive'),(1865,'41599832178','139','1','55','retail','0','2020-09-11 16:49:38','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-11 13:49:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(1866,'41599832229','7622210304520','3','180','retail','0','2020-09-11 16:50:29','','','','54','Cash',0.00,'60','','','4','','1','2020-09-11 13:54:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','11.00','8','Inclusive'),(1867,'41599832229','32','1','50','retail','0','2020-09-11 16:53:55','','','','45','Cash',0.00,'50','','','4','','1','2020-09-11 13:54:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1868,'41599832449','102','1','60','retail','0','2020-09-11 16:54:09','','','','47','Cash',0.00,'60','','','4','','1','2020-09-11 14:13:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','29.00','28','Inclusive'),(1869,'41599835796','32','1','50','retail','0','2020-09-11 17:52:19','','','','45','Cash',0.00,'50','','','4','','1','2020-09-11 14:53:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1870,'41599835796','268','3','36','retail','0','2020-09-11 17:52:28','','','','10','Cash',0.00,'12','','','4','','1','2020-09-11 14:53:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','92.00','89','Inclusive'),(1871,'41599836019','32','1','50','retail','0','2020-09-11 17:53:39','','','','45','Cash',0.00,'50','','','4','','1','2020-09-11 15:00:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1872,'41599836019','0792382429769','1','120','retail','0','2020-09-11 17:59:42','','','','108','Cash',0.00,'120','','','4','','1','2020-09-11 15:00:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1873,'41599836442','161101680431','4','80','retail','0','2020-09-11 18:00:42','','','','16','Cash',0.00,'20','','','4','','1','2020-09-11 15:10:49','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','4','20.00','16','Exclusive'),(1874,'41599837049','18','1','15','retail','0','2020-09-11 18:10:49','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-11 15:22:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(1875,'41599837049','6166000090213','1','35','retail','0','2020-09-11 18:21:55','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-11 15:22:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Exclusive'),(1877,'41599837946','16','2','60','retail','0','2020-09-11 18:25:46','','','','27','Cash',0.00,'30','','','4','','1','2020-09-11 15:31:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','51.00','49','Inclusive'),(1878,'41599839387','268','2','24','retail','0','2020-09-11 18:49:47','','','','10','Cash',0.00,'12','','','4','','1','2020-09-11 15:50:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','89.00','87','Inclusive'),(1879,'41599839457','429','2','10','retail','0','2020-09-11 19:12:04','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-11 16:12:37','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','15.00','13','Exclusive'),(1880,'41599839457','431','1','6','retail','0','2020-09-11 19:12:22','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-11 16:12:37','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','35.00','34','Exclusive'),(1884,'41599841826','4005900527950','1','260','retail','0','2020-09-11 19:30:26','','','','234','Cash',0.00,'260','','','4','','1','2020-09-11 16:37:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1885,'41599841826','6164000009068','1','100','retail','0','2020-09-11 19:32:23','','','','90','Cash',0.00,'100','','','4','','1','2020-09-11 16:37:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(1886,'41599841826','18','1','15','retail','0','2020-09-11 19:33:48','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-11 16:37:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(1887,'41599841826','6164000033186','1','130','retail','0','2020-09-11 19:35:00','','','','117','Cash',0.00,'130','','','4','','1','2020-09-11 16:37:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1888,'41599841826','6164000033223','1','130','retail','0','2020-09-11 19:35:28','','','','117','Cash',0.00,'130','','','4','','1','2020-09-11 16:37:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1889,'41599841826','6161113440009','1','65','retail','0','2020-09-11 19:35:43','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-11 16:37:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(1890,'41599841826','17','1','10','retail','0','2020-09-11 19:36:37','','','','9','Cash',0.00,'10','','','4','','1','2020-09-11 16:37:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1891,'41599842270','6161113440009','1','65','retail','0','2020-09-11 19:37:50','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-11 16:38:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(1892,'41599842298','161','2','50','retail','0','2020-09-11 19:38:18','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-11 16:41:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','11.00','9','Inclusive'),(1894,'41599889258','268','15','180','retail','0','2020-09-12 08:40:58','','','','10','Cash',0.00,'12','','','4','','1','2020-09-12 05:41:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','15','87.00','72','Inclusive'),(1895,'41599889258','30','1','90','retail','0','2020-09-12 08:41:08','','','','81','Cash',0.00,'90','','','4','','1','2020-09-12 05:41:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1896,'41599889278','6161113940141','1','125','retail','0','2020-09-12 08:41:18','','','','112.5','Cash',0.00,'125','','','4','','1','2020-09-12 06:14:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(1897,'41599889278','161101680431','1','20','retail','0','2020-09-12 09:02:50','','','','16','Cash',0.00,'20','','','4','','1','2020-09-12 06:14:20','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Exclusive'),(1898,'41599889278','268','4','48','retail','0','2020-09-12 09:13:39','','','','10','Cash',0.00,'12','','','4','','1','2020-09-12 06:14:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','72.00','68','Inclusive'),(1900,'41599901236','68','1','50','retail','0','2020-09-12 12:00:36','','','','45','Cash',0.00,'50','','','4','','1','2020-09-12 09:00:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(1901,'41599901250','99','1','50','retail','0','2020-09-12 12:15:49','','','','45','Cash',0.00,'50','','','4','','1','2020-09-12 09:19:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(1902,'41599902366','86','1','65','retail','0','2020-09-12 12:19:26','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-12 09:25:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1903,'41599902366','30','1','90','retail','0','2020-09-12 12:25:03','','','','81','Cash',0.00,'90','','','4','','1','2020-09-12 09:25:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1904,'41599902713','429','1','5','retail','0','2020-09-12 12:25:13','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-12 09:32:18','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Exclusive'),(1905,'41599903139','32','1','50','retail','0','2020-09-12 12:32:19','','','','45','Cash',0.00,'50','','','4','','1','2020-09-12 09:43:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1906,'41599903808','202','1','40','retail','0','2020-09-12 12:43:28','','','','30','Cash',0.00,'40','','','4','','1','2020-09-12 09:47:28','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(1907,'41599904049','101','1','120','retail','0','2020-09-12 12:47:29','','','','93','Cash',0.00,'120','','','4','','1','2020-09-12 10:13:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(1908,'41599904049','268','6','72','retail','0','2020-09-12 13:12:46','','','','10','Cash',0.00,'12','','','4','','1','2020-09-12 10:13:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','6','68.00','62','Inclusive'),(1909,'41599906587','66','1','60','retail','0','2020-09-12 13:29:47','','','','54','Cash',0.00,'60','','','4','','1','2020-09-12 10:32:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(1910,'41599906766','68','1','50','retail','0','2020-09-12 13:32:46','','','','45','Cash',0.00,'50','','','4','','1','2020-09-12 10:33:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(1911,'41599906820','8901719903434','1','20','retail','0','2020-09-12 13:33:40','','','','18','Cash',0.00,'20','','','4','','1','2020-09-12 10:35:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1912,'41599907520','86','1','65','retail','0','2020-09-12 13:45:21','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-12 10:45:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1913,'41599907532','83','1','65','retail','0','2020-09-12 13:45:32','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-12 10:47:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1914,'41599907628','6161101280013','1','20','retail','0','2020-09-12 13:47:08','','','','18','Cash',0.00,'20','','','4','','1','2020-09-12 11:02:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1915,'41599908530','6008459000453','1','70','retail','0','2020-09-12 14:02:10','','','','57.5','Cash',0.00,'70','','','4','','1','2020-09-12 11:02:59','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Exclusive'),(1916,'41599908530','89','1','40','retail','0','2020-09-12 14:02:37','','','','36','Cash',0.00,'40','','','4','','1','2020-09-12 11:02:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Inclusive'),(1917,'41599908579','170','1','170','retail','0','2020-09-12 14:02:59','','','','153','Cash',0.00,'170','','','4','','1','2020-09-12 11:08:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1918,'41599909047','103','1','250','retail','0','2020-09-12 14:10:47','','','','225','Cash',0.00,'250','','','4','','1','2020-09-12 11:17:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(1919,'41599909047','103','1','250','retail','0','2020-09-12 14:12:01','','','','225','Cash',0.00,'250','','','4','','1','2020-09-12 11:17:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Exclusive'),(1920,'41599909047','126','11','165','retail','0','2020-09-12 14:12:27','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-12 11:17:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','11','11.00','0','Inclusive'),(1921,'41599909047','6161106002146','1','15','retail','0','2020-09-12 14:12:44','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-12 12:38:33','1','1','returned','1','new','pcs','','2020-09-12 15:38:33','4','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1922,'41599909047','73','1','170','retail','0','2020-09-12 14:12:49','','','','153','Cash',0.00,'170','','','4','','1','2020-09-12 11:17:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1923,'41599909047','75','1','170','retail','0','2020-09-12 14:13:09','','','','153','Cash',0.00,'170','','','4','','1','2020-09-12 11:17:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1924,'41599909047','131','2','80','retail','0','2020-09-12 14:13:15','','','','36','Cash',0.00,'40','','','4','','1','2020-09-12 11:17:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Inclusive'),(1925,'41599909047','6164000025235','2','340','retail','0','2020-09-12 14:13:26','','','','153','Cash',0.00,'170','','','4','','1','2020-09-12 11:17:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(1926,'41599909047','6161101661249','1','525','retail','0','2020-09-12 14:13:40','','','','441.66','Cash',0.00,'525','','','4','','1','2020-09-12 11:17:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(1927,'41599909047','124','2','230','retail','0','2020-09-12 14:13:58','','','','103.5','Cash',0.00,'115','','','4','','1','2020-09-12 11:17:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','118.00','116','Inclusive'),(1928,'41599909047','133','4','160','retail','0','2020-09-12 14:14:06','','','','36','Cash',0.00,'40','','','4','','1','2020-09-12 11:17:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','10.00','6','Inclusive'),(1929,'41599909047','6161109724038','1','250','retail','0','2020-09-12 14:14:18','','','','225','Cash',0.00,'250','','','4','','1','2020-09-12 12:38:40','1','1','returned','1','new','pcs','','2020-09-12 15:38:40','4','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1930,'41599909047','6161113940530','2','240','retail','0','2020-09-12 14:15:13','','','','108','Cash',0.00,'120','','','4','','1','2020-09-12 11:17:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','6.00','4','Inclusive'),(1931,'41599909047','10000905','1','70','retail','0','2020-09-12 14:15:22','','','','57','Cash',0.00,'70','','','4','','1','2020-09-12 11:17:05','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(1932,'41599909047','31','2','140','retail','0','2020-09-12 14:15:29','','','','63','Cash',0.00,'70','','','4','','1','2020-09-12 12:38:27','1','1','returned','1','new','pcs','','2020-09-12 15:38:27','4','yes','','0','','','ZERO RATED','0','2','3.00','1','Inclusive'),(1933,'41599909426','6161102170030','1','65','retail','0','2020-09-12 14:17:06','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-12 11:23:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(1934,'41599909793','6164000184048','1','5','retail','0','2020-09-12 14:23:13','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-12 11:30:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(1935,'41599909793','429','1','5','retail','0','2020-09-12 14:28:04','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-12 11:30:10','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(1936,'41599909793','429','2','10','retail','0','2020-09-12 14:28:28','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-12 11:30:10','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','11.00','9','Exclusive'),(1937,'41599909793','6161107150709','1','80','retail','0','2020-09-12 14:29:12','','','','72','Cash',0.00,'80','','','4','','1','2020-09-12 11:30:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1938,'41599910211','268','3','36','retail','0','2020-09-12 14:30:43','','','','10','Cash',0.00,'12','','','4','','1','2020-09-12 11:31:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','62.00','59','Inclusive'),(1939,'41599910263','169','1','5','retail','0','2020-09-12 14:31:03','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-12 11:31:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','74.00','73','Inclusive'),(1940,'41599910286','6161101661218','1','120','retail','0','2020-09-12 14:31:26','','','','97.5','Cash',0.00,'120','','','4','','1','2020-09-12 11:53:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(1941,'41599911595','429','1','5','retail','0','2020-09-12 14:53:15','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-12 12:06:15','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(1942,'41599911595','189','2','10','retail','0','2020-09-12 15:05:54','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-12 12:06:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','180.00','178','Inclusive'),(1943,'41599912375','6166000090213','1','35','retail','0','2020-09-12 15:06:15','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-12 12:18:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Exclusive'),(1944,'41599912375','6161101000833','1','60','retail','0','2020-09-12 15:18:00','','','','54','Cash',0.00,'60','','','4','','1','2020-09-12 12:18:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1945,'41599913121','6008459000453','1','70','retail','0','2020-09-12 15:18:41','','','','57.5','Cash',0.00,'70','','','4','','1','2020-09-12 12:20:53','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Exclusive'),(1946,'41599913121','6166000090213','1','35','retail','0','2020-09-12 15:20:20','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-12 12:20:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Exclusive'),(1947,'41599914329','427','2','140','retail','0','2020-09-12 15:38:49','','','','63','Cash',0.00,'70','','','4','','1','2020-09-12 12:54:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Exclusive'),(1949,'41599917778','6161107770297','1','620','retail','0','2020-09-12 16:36:18','','','','558','Cash',0.00,'620','','','4','','1','2020-09-12 13:44:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(1950,'41599917778','86','1','65','retail','0','2020-09-12 16:40:50','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-12 13:44:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1951,'41599918261','6161113940141','1','125','retail','0','2020-09-12 16:44:21','','','','112.5','Cash',0.00,'125','','','4','','1','2020-09-12 14:26:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(1952,'41599918261','6009614480462','2','50','retail','0','2020-09-12 17:19:56','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-12 14:26:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','44.00','42','Exclusive'),(1953,'41599918261','6161101661218','1','120','retail','0','2020-09-12 17:20:08','','','','97.5','Cash',0.00,'120','','','4','','1','2020-09-12 14:26:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(1954,'41599918261','6161107772222','1','100','retail','0','2020-09-12 17:20:15','','','','90','Cash',0.00,'100','','','4','','1','2020-09-12 14:26:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(1955,'41599918261','0792382472796','1','100','retail','0','2020-09-12 17:21:10','','','','90','Cash',0.00,'100','','','4','','1','2020-09-12 14:26:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1956,'41599918261','81','1','110','retail','0','2020-09-12 17:22:57','','','','99','Cash',0.00,'110','','','4','','1','2020-09-12 14:26:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1957,'41599918261','6164000009075','1','75','retail','0','2020-09-12 17:23:15','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-12 14:26:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1958,'41599918261','201','1','30','retail','0','2020-09-12 17:23:28','','','','20','Cash',0.00,'30','','','4','','1','2020-09-12 14:26:18','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(1959,'41599918261','129','1','25','retail','0','2020-09-12 17:23:33','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-12 14:26:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1960,'41599918261','101','1','120','retail','0','2020-09-12 17:23:46','','','','93','Cash',0.00,'120','','','4','','1','2020-09-12 14:26:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(1961,'41599918261','144','2','130','retail','0','2020-09-12 17:24:52','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-12 14:26:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','37.00','35','Inclusive'),(1962,'41599920780','429','1','5','retail','0','2020-09-12 17:26:20','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-12 14:27:09','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(1963,'41599920780','169','1','5','retail','0','2020-09-12 17:26:50','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-12 14:27:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','73.00','72','Inclusive'),(1964,'41599920829','80','1','110','retail','0','2020-09-12 17:27:09','','','','99','Cash',0.00,'110','','','4','','1','2020-09-12 14:44:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(1965,'41599921871','6009627050034','2','240','retail','0','2020-09-12 17:44:31','','','','104.58','Cash',0.00,'120','','','4','','1','2020-09-12 15:06:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','18.00','16','Inclusive'),(1966,'41599921871','6009627050010','1','120','retail','0','2020-09-12 18:03:16','','','','107.08','Cash',0.00,'120','','','4','','1','2020-09-12 15:06:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(1967,'41599921871','6161101280013','1','20','retail','0','2020-09-12 18:03:23','','','','18','Cash',0.00,'20','','','4','','1','2020-09-12 15:06:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1968,'41599921871','33','1','50','retail','0','2020-09-12 18:03:31','','','','45','Cash',0.00,'50','','','4','','1','2020-09-12 15:06:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1969,'41599923190','6166000090213','1','35','retail','0','2020-09-12 18:06:30','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-12 15:39:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Exclusive'),(1970,'41599925197','32','1','50','retail','0','2020-09-12 18:39:57','','','','45','Cash',0.00,'50','','','4','','1','2020-09-12 15:40:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1971,'41599925197','433','1','6','retail','0','2020-09-12 18:40:08','','','','4.6','Cash',0.00,'6','','','4','','1','2020-09-12 15:40:53','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','42.00','41','Exclusive'),(1972,'41599925197','429','1','5','retail','0','2020-09-12 18:40:36','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-12 15:40:53','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(1973,'41599925253','429','1','5','retail','0','2020-09-12 18:40:53','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-12 15:42:07','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(1974,'41599925327','429','1','5','retail','0','2020-09-12 18:42:07','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-12 15:50:45','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(1975,'41599925845','6161102794694','3','150','retail','0','2020-09-12 18:50:45','','','','45','Cash',0.00,'50','','','4','','1','2020-09-12 16:13:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','23.00','20','Inclusive'),(1976,'41599925845','23','1','250','retail','0','2020-09-12 19:07:39','','','','225','Cash',0.00,'250','','','4','','1','2020-09-12 16:13:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1977,'41599925845','24','1','450','retail','0','2020-09-12 19:11:56','','','','405','Cash',0.00,'450','','','4','','1','2020-09-12 16:13:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1978,'41599925845','86','1','65','retail','0','2020-09-12 19:13:10','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-12 16:13:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(1979,'41599925845','6166000090213','1','35','retail','0','2020-09-12 19:13:17','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-12 16:13:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Exclusive'),(1980,'41599927204','98','1','25','retail','0','2020-09-12 19:13:24','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-12 16:15:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','90.00','89','Inclusive'),(1981,'41599927336','6161101680424','1','50','retail','0','2020-09-12 19:15:36','','','','45','Cash',0.00,'50','','','4','','1','2020-09-12 16:40:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(1982,'41599927336','6161102794694','1','50','retail','0','2020-09-12 19:39:09','','','','45','Cash',0.00,'50','','','4','','1','2020-09-12 16:40:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(1983,'41599927336','32','1','50','retail','0','2020-09-12 19:39:43','','','','45','Cash',0.00,'50','','','4','','1','2020-09-12 16:40:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1984,'41599927336','185','1','5','retail','0','2020-09-12 19:39:56','','','','4.33','Cash',0.00,'5','','','4','','1','2020-09-12 16:40:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','42.00','41','Exclusive'),(1985,'41599927336','185','3','15','retail','0','2020-09-12 19:40:03','','','','4.33','Cash',0.00,'5','','','4','','1','2020-09-12 16:40:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','41.00','38','Exclusive'),(1986,'41599928834','169','2','10','retail','0','2020-09-12 19:40:34','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-12 16:52:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','72.00','70','Inclusive'),(1988,'41599984659','6164000033070','1','70','retail','0','2020-09-13 11:10:59','','','','63','Cash',0.00,'70','','','4','','1','2020-09-13 08:13:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(1989,'41599984824','66','1','60','retail','0','2020-09-13 11:13:44','','','','54','Cash',0.00,'60','','','4','','1','2020-09-13 08:36:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(1990,'41599986162','169','2','10','retail','0','2020-09-13 11:36:02','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-13 08:57:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','70.00','68','Inclusive'),(1991,'41599987441','16','1','30','retail','0','2020-09-13 11:57:21','','','','27','Cash',0.00,'30','','','4','','1','2020-09-13 09:04:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','49.00','48','Inclusive'),(1992,'41599987886','66','1','60','retail','0','2020-09-13 12:04:46','','','','54','Cash',0.00,'60','','','4','','1','2020-09-13 09:07:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(1993,'41599987886','6166000090213','1','35','retail','0','2020-09-13 12:05:48','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-13 09:07:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Exclusive'),(1994,'41599987886','92','1','40','retail','0','2020-09-13 12:05:55','','','','36','Cash',0.00,'40','','','4','','1','2020-09-13 09:07:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(1995,'41599988038','30','2','180','retail','0','2020-09-13 12:07:18','','','','81','Cash',0.00,'90','','','4','','1','2020-09-13 09:11:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','6.00','4','Inclusive'),(1996,'41599988038','31','2','140','retail','0','2020-09-13 12:07:33','','','','63','Cash',0.00,'70','','','4','','1','2020-09-13 09:11:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Inclusive'),(1997,'41599988038','6009627050010','2','240','retail','0','2020-09-13 12:07:42','','','','107.08','Cash',0.00,'120','','','4','','1','2020-09-13 09:11:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','25.00','23','Inclusive'),(1998,'41599988038','6161113940141','2','250','retail','0','2020-09-13 12:08:16','','','','112.5','Cash',0.00,'125','','','4','','1','2020-09-13 09:11:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','16.00','14','Inclusive'),(1999,'41599988038','6161101280013','2','40','retail','0','2020-09-13 12:08:26','','','','18','Cash',0.00,'20','','','4','','1','2020-09-13 09:11:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','4.00','2','Inclusive'),(2000,'41599988038','6161101661454','1','375','retail','0','2020-09-13 12:08:55','','','','337.5','Cash',0.00,'375','','','4','','1','2020-09-13 09:11:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','43.00','42','Inclusive'),(2001,'41599988038','172','1','70','retail','0','2020-09-13 12:09:16','','','','63','Cash',0.00,'70','','','4','','1','2020-09-13 09:20:32','1','1','returned','1','new','pcs','','2020-09-13 12:20:32','4','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(2002,'41599988038','137','4','960','retail','0','2020-09-13 12:09:33','','','','216','Cash',0.00,'240','','','4','','1','2020-09-13 09:20:27','1','1','returned','1','new','pcs','','2020-09-13 12:20:27','4','yes','','0','','','ZERO RATED','0','4','5.00','1','Inclusive'),(2003,'41599988038','123','1','150','retail','0','2020-09-13 12:10:00','','','','136','Cash',0.00,'150','','','4','','1','2020-09-13 09:20:13','1','1','returned','1','new','pcs','','2020-09-13 12:20:13','4','yes','','0','','','ZERO RATED','0','1','18.50','17.5','Inclusive'),(2004,'41599988263','6161107770150','1','1435','retail','0','2020-09-13 12:11:03','','','','1291.5','Cash',0.00,'1435','','','4','','1','2020-09-13 09:17:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2005,'41599988263','202','1','40','retail','0','2020-09-13 12:17:12','','','','30','Cash',0.00,'40','','','4','','1','2020-09-13 09:17:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(2006,'41599988860','99','1','50','retail','0','2020-09-13 12:21:00','','','','45','Cash',0.00,'50','','','4','','1','2020-09-13 09:22:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(2007,'41599988923','6161107150709','1','80','retail','0','2020-09-13 12:22:03','','','','72','Cash',0.00,'80','','','4','','1','2020-09-13 09:28:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2008,'41599989335','101','1','120','retail','0','2020-09-13 12:28:55','','','','93','Cash',0.00,'120','','','4','','1','2020-09-13 09:35:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(2009,'41599989717','68','1','50','retail','0','2020-09-13 12:35:17','','','','45','Cash',0.00,'50','','','4','','1','2020-09-13 09:50:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2011,'41599990650','8718951340664','1','100','retail','0','2020-09-13 13:09:49','','','','90','Cash',0.00,'100','','','4','','1','2020-09-13 10:11:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(2012,'41599991866','36','1','5','retail','0','2020-09-13 13:11:06','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-13 10:16:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2014,'41599993491','77','1','110','retail','0','2020-09-13 13:38:11','','','','99','Cash',0.00,'110','','','4','','1','2020-09-13 10:43:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2015,'41599993789','6161107150730','1','75','retail','0','2020-09-13 13:43:09','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-13 10:53:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2016,'41599994402','17','1','10','retail','0','2020-09-13 13:53:22','','','','9','Cash',0.00,'10','','','4','','1','2020-09-13 10:55:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2017,'41599994402','433','1','6','retail','0','2020-09-13 13:54:34','','','','4.6','Cash',0.00,'6','','','4','','1','2020-09-13 10:55:51','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','41.00','40','Exclusive'),(2018,'41599994402','431','1','6','retail','0','2020-09-13 13:55:27','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-13 10:55:51','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Exclusive'),(2019,'41599994551','6161101680424','1','50','retail','0','2020-09-13 13:55:51','','','','45','Cash',0.00,'50','','','4','','1','2020-09-13 11:02:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(2020,'41599994551','6166000090213','1','35','retail','0','2020-09-13 14:01:58','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-13 11:02:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Exclusive'),(2022,'41599994953','86','1','65','retail','0','2020-09-13 14:02:33','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-13 11:12:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2023,'41599994953','91','3','120','retail','0','2020-09-13 14:12:17','','','','36','Cash',0.00,'40','','','4','','1','2020-09-13 11:12:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','6.00','3','Inclusive'),(2024,'41599996133','122','1','125','retail','0','2020-09-13 14:22:13','','','','110','Cash',0.00,'125','','','4','','1','2020-09-13 11:22:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(2025,'41599996142','6164000072031','3','135','retail','0','2020-09-13 14:22:22','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-13 11:28:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','12.00','9','Inclusive'),(2027,'41599996142','8901719908262','1','120','retail','0','2020-09-13 14:26:42','','','','108','Cash',0.00,'120','','','4','','1','2020-09-13 11:28:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2028,'41599996142','88','2','80','retail','0','2020-09-13 14:26:50','','','','36','Cash',0.00,'40','','','4','','1','2020-09-13 11:28:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','9.00','7','Inclusive'),(2029,'41599996142','89','2','80','retail','0','2020-09-13 14:27:22','','','','36','Cash',0.00,'40','','','4','','1','2020-09-13 11:28:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','32.00','30','Inclusive'),(2031,'41599996142','201','1','30','retail','0','2020-09-13 14:28:43','','','','20','Cash',0.00,'30','','','4','','1','2020-09-13 11:28:50','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(2032,'41599996530','6161101680424','1','50','retail','0','2020-09-13 14:28:50','','','','45','Cash',0.00,'50','','','4','','1','2020-09-13 11:44:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(2033,'41599996530','6166000090213','1','35','retail','0','2020-09-13 14:42:06','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-13 11:44:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Exclusive'),(2034,'41599996530','169','1','5','retail','0','2020-09-13 14:42:36','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-13 11:44:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','68.00','67','Inclusive'),(2035,'41599997469','6008459000453','1','70','retail','0','2020-09-13 14:44:29','','','','57.5','Cash',0.00,'70','','','4','','1','2020-09-13 11:48:03','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Exclusive'),(2036,'41599997683','145','1','380','retail','0','2020-09-13 14:48:03','','','','342','Cash',0.00,'380','','','4','','1','2020-09-13 11:54:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2037,'41599998054','8901719903427','2','40','retail','0','2020-09-13 14:54:14','','','','18','Cash',0.00,'20','','','4','','1','2020-09-13 11:55:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','8.00','6','Inclusive'),(2038,'41599998110','85','1','65','retail','0','2020-09-13 14:55:10','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-13 12:03:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2040,'41599998610','6161113940141','1','125','retail','0','2020-09-13 15:03:30','','','','112.5','Cash',0.00,'125','','','4','','1','2020-09-13 12:49:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(2041,'41599998610','104','1','130','retail','0','2020-09-13 15:49:19','','','','117','Cash',0.00,'130','','','4','','1','2020-09-13 12:49:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Exclusive'),(2042,'41599998610','6161102170023','1','125','retail','0','2020-09-13 15:49:26','','','','107.5','Cash',0.00,'125','','','4','','1','2020-09-13 12:49:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(2043,'41599998610','18','1','15','retail','0','2020-09-13 15:49:35','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-13 12:49:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(2044,'41600001390','6008459000453','1','70','retail','0','2020-09-13 15:49:50','','','','57.5','Cash',0.00,'70','','','4','','1','2020-09-13 12:54:25','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Exclusive'),(2045,'41600001665','6161113440078','1','65','retail','0','2020-09-13 15:54:25','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-13 12:57:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2046,'41600001869','6161106002146','1','15','retail','0','2020-09-13 15:57:49','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-13 13:23:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2047,'41600003427','6008459000453','1','70','retail','0','2020-09-13 16:23:47','','','','57.5','Cash',0.00,'70','','','4','','1','2020-09-13 13:37:58','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Exclusive'),(2048,'41600003427','68','1','50','retail','0','2020-09-13 16:37:03','','','','45','Cash',0.00,'50','','','4','','1','2020-09-13 13:37:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2050,'41600004278','6161113440085','1','115','retail','0','2020-09-13 16:42:16','','','','103.5','Cash',0.00,'115','','','4','','1','2020-09-13 13:46:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2051,'41600004778','91','1','40','retail','0','2020-09-13 16:46:18','','','','36','Cash',0.00,'40','','','4','','1','2020-09-13 13:58:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2052,'41600005506','16','1','30','retail','0','2020-09-13 16:58:26','','','','27','Cash',0.00,'30','','','4','','1','2020-09-13 14:15:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','48.00','47','Inclusive'),(2053,'41600005506','74','1','170','retail','0','2020-09-13 17:15:15','','','','153','Cash',0.00,'170','','','4','','1','2020-09-13 14:15:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2054,'41600006534','6009627050010','1','120','retail','0','2020-09-13 17:15:34','','','','107.08','Cash',0.00,'120','','','4','','1','2020-09-13 14:19:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(2055,'41600006995','6161101680424','1','50','retail','0','2020-09-13 17:23:15','','','','45','Cash',0.00,'50','','','4','','1','2020-09-13 14:42:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(2056,'41600009355','169','4','20','retail','0','2020-09-13 18:02:35','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-13 15:03:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','67.00','63','Inclusive'),(2057,'41600009434','31','1','70','retail','0','2020-09-13 18:03:54','','','','63','Cash',0.00,'70','','','4','','1','2020-09-13 15:16:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2058,'41600009434','32','1','50','retail','0','2020-09-13 18:15:08','','','','45','Cash',0.00,'50','','','4','','1','2020-09-13 15:16:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2059,'41600010164','6166000090213','1','35','retail','0','2020-09-13 18:16:04','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-13 15:23:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Exclusive'),(2060,'41600010642','169','1','5','retail','0','2020-09-13 18:24:02','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-13 15:24:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','63.00','62','Inclusive'),(2061,'41600010687','169','1','5','retail','0','2020-09-13 18:24:47','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-13 15:24:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','62.00','61','Inclusive'),(2062,'41600011375','101','1','120','retail','0','2020-09-13 18:36:15','','','','93','Cash',0.00,'120','','','4','','1','2020-09-13 15:36:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(2063,'41600011981','6161113940134','1','65','retail','0','2020-09-13 18:46:21','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-13 15:48:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(2064,'41600063357','16','1','30','retail','0','2020-09-14 09:02:37','','','','27','Cash',0.00,'30','','','4','','1','2020-09-14 06:29:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','47.00','46','Inclusive'),(2065,'41600063357','6008459000507','1','55','retail','0','2020-09-14 09:28:28','','','','40.83','Cash',0.00,'55','','','4','','1','2020-09-14 06:29:03','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Exclusive'),(2066,'41600066945','6166000090213','2','70','retail','0','2020-09-14 10:02:25','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-14 07:19:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','16.00','14','Exclusive'),(2067,'41600066945','161','2','50','retail','0','2020-09-14 10:19:33','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-14 07:19:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','9.00','7','Inclusive'),(2068,'41600067994','6161101680424','1','50','retail','0','2020-09-14 10:19:54','','','','45','Cash',0.00,'50','','','4','','1','2020-09-14 08:01:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(2069,'41600067994','32','1','50','retail','0','2020-09-14 11:01:31','','','','45','Cash',0.00,'50','','','4','','1','2020-09-14 08:01:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(2070,'41600070515','32','1','50','retail','0','2020-09-14 11:01:55','','','','45','Cash',0.00,'50','','','4','','1','2020-09-14 08:02:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2072,'41600070887','268','1','12','retail','0','2020-09-14 11:08:07','','','','10','Cash',0.00,'12','','','4','','1','2020-09-14 08:16:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','59.00','58','Inclusive'),(2073,'41600071384','6161113940141','1','125','retail','0','2020-09-14 11:16:24','','','','112.5','Cash',0.00,'125','','','4','','1','2020-09-14 08:34:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(2074,'41600072481','101','1','120','retail','0','2020-09-14 11:34:41','','','','93','Cash',0.00,'120','','','4','','1','2020-09-14 08:45:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(2075,'41600073141','68','1','50','retail','0','2020-09-14 11:45:41','','','','45','Cash',0.00,'50','','','4','','1','2020-09-14 09:02:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(2076,'41600074131','6161101661218','1','120','retail','0','2020-09-14 12:02:11','','','','97.5','Cash',0.00,'120','','','4','','1','2020-09-14 09:10:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(2077,'41600074620','6164004575910','1','140','retail','0','2020-09-14 12:10:20','','','','126','Cash',0.00,'140','','','4','','1','2020-09-14 09:30:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(2078,'41600075826','6166000090213','2','70','retail','0','2020-09-14 12:30:26','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-14 09:47:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','14.00','12','Exclusive'),(2079,'41600075826','86','1','65','retail','0','2020-09-14 12:45:12','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-14 09:47:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2080,'41600076876','433','1','6','retail','0','2020-09-14 12:47:56','','','','4.6','Cash',0.00,'6','','','4','','1','2020-09-14 09:48:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','40.00','39','Exclusive'),(2081,'41600076891','99','1','50','retail','0','2020-09-14 12:48:11','','','','45','Cash',0.00,'50','','','4','','1','2020-09-14 10:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(2083,'41600076891','6161113440016','1','65','retail','0','2020-09-14 13:00:25','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-14 10:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(2084,'41600076891','169','4','20','retail','0','2020-09-14 13:02:05','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-14 10:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','61.00','57','Inclusive'),(2085,'41600076891','89','1','40','retail','0','2020-09-14 13:03:15','','','','36','Cash',0.00,'40','','','4','','1','2020-09-14 10:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Inclusive'),(2086,'41600077895','6161101000895','1','105','retail','0','2020-09-14 14:10:23','','','','94.5','Cash',0.00,'105','','','4','','1','2020-09-14 11:10:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2087,'41600081842','6161102794694','1','50','retail','0','2020-09-14 14:10:42','','','','45','Cash',0.00,'50','','','4','','1','2020-09-14 11:45:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(2088,'41600081842','33','1','50','retail','0','2020-09-14 14:44:57','','','','45','Cash',0.00,'50','','','4','','1','2020-09-14 11:45:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2089,'41600084419','6161107150730','1','75','retail','0','2020-09-14 14:53:39','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-14 12:32:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2090,'41600086772','67','1','40','retail','0','2020-09-14 15:32:52','','','','36','Cash',0.00,'40','','','4','','1','2020-09-14 12:38:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(2091,'41600088414','66','1','60','retail','0','2020-09-14 16:00:14','','','','54','Cash',0.00,'60','','','4','','1','2020-09-14 13:08:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2092,'41600088414','6161101000543','1','55','retail','0','2020-09-14 16:06:55','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-14 13:08:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(2093,'41600088934','39','1','50','retail','0','2020-09-14 16:08:54','','','','45','Cash',0.00,'50','','','4','','1','2020-09-14 13:10:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(2094,'41600088934','6164000033490','1','70','retail','0','2020-09-14 16:09:55','','','','63','Cash',0.00,'70','','','4','','1','2020-09-14 13:10:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2095,'41600089012','39','1','50','retail','0','2020-09-14 16:10:12','','','','45','Cash',0.00,'50','','','4','','1','2020-09-14 13:34:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(2096,'41600090489','101','1','120','retail','0','2020-09-14 16:46:49','','','','93','Cash',0.00,'120','','','4','','1','2020-09-14 14:07:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Inclusive'),(2098,'41600095501','68','1','50','retail','0','2020-09-14 17:58:21','','','','45','Cash',0.00,'50','','','4','','1','2020-09-14 14:58:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(2099,'41600095531','92','1','40','retail','0','2020-09-14 17:58:51','','','','36','Cash',0.00,'40','','','4','','1','2020-09-14 14:59:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(2100,'41600095717','102','1','60','retail','0','2020-09-14 18:01:57','','','','47','Cash',0.00,'60','','','4','','1','2020-09-14 15:06:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(2101,'41600095994','67','1','40','retail','0','2020-09-14 18:06:34','','','','36','Cash',0.00,'40','','','4','','1','2020-09-14 15:12:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(2102,'41600096368','6161101661218','1','120','retail','0','2020-09-14 18:12:48','','','','97.5','Cash',0.00,'120','','','4','','1','2020-09-14 15:21:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(2103,'41600096368','6161101280013','1','20','retail','0','2020-09-14 18:21:03','','','','18','Cash',0.00,'20','','','4','','1','2020-09-14 15:21:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2104,'41600096368','6161102170030','1','65','retail','0','2020-09-14 18:21:13','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-14 15:21:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(2105,'41600096368','101','1','120','retail','0','2020-09-14 18:21:22','','','','93','Cash',0.00,'120','','','4','','1','2020-09-14 15:21:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Inclusive'),(2106,'41600096368','18','1','15','retail','0','2020-09-14 18:21:29','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-14 15:21:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(2107,'41600097792','6164000033179','1','130','retail','0','2020-09-14 18:36:32','','','','117','Cash',0.00,'130','','','4','','1','2020-09-14 15:38:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2108,'41600097792','6164000033230','1','70','retail','0','2020-09-14 18:37:11','','','','63','Cash',0.00,'70','','','4','','1','2020-09-14 15:38:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2109,'41600097792','17','1','10','retail','0','2020-09-14 18:37:19','','','','9','Cash',0.00,'10','','','4','','1','2020-09-14 15:38:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(2110,'41600097900','68','1','50','retail','0','2020-09-14 18:38:20','','','','45','Cash',0.00,'50','','','4','','1','2020-09-14 15:39:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(2111,'41600097953','6161101680424','1','50','retail','0','2020-09-14 18:39:13','','','','45','Cash',0.00,'50','','','4','','1','2020-09-14 15:43:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(2112,'41600098230','6161100860155','4','20','retail','0','2020-09-14 18:43:50','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-14 16:10:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','5.00','1','Inclusive'),(2113,'41600099812','6161101000543','2','110','retail','0','2020-09-14 19:10:12','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-14 16:24:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','23.00','21','Inclusive'),(2114,'41600100671','16','1','30','retail','0','2020-09-14 19:24:31','','','','27','Cash',0.00,'30','','','4','','1','2020-09-14 16:32:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','46.00','45','Inclusive'),(2115,'41600101171','6161102170023','1','125','retail','0','2020-09-14 19:32:51','','','','107.5','Cash',0.00,'125','','','4','','1','2020-09-14 16:41:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(2116,'41600101171','144','2','130','retail','0','2020-09-14 19:36:20','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-14 16:41:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','35.00','33','Inclusive'),(2117,'41600101171','6161100760226','2','40','retail','0','2020-09-14 19:40:36','','','','18','Cash',0.00,'20','','','4','','1','2020-09-14 16:41:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','41.00','39','Inclusive'),(2118,'41600101171','101','1','120','retail','0','2020-09-14 19:40:56','','','','93','Cash',0.00,'120','','','4','','1','2020-09-14 16:41:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Inclusive'),(2119,'41600101171','77','1','110','retail','0','2020-09-14 19:41:06','','','','99','Cash',0.00,'110','','','4','','1','2020-09-14 16:41:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2120,'41600101171','6161101661218','1','120','retail','0','2020-09-14 19:41:17','','','','97.5','Cash',0.00,'120','','','4','','1','2020-09-14 16:41:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(2121,'41600102644','6164000033223','1','130','retail','0','2020-09-14 19:57:24','','','','117','Cash',0.00,'130','','','4','','1','2020-09-14 16:57:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2122,'41600148983','6161113440016','1','65','retail','0','2020-09-15 08:49:43','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-15 06:10:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(2123,'41600148983','161','2','50','retail','0','2020-09-15 09:09:39','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-15 06:10:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','7.00','5','Inclusive'),(2124,'41600150220','6009614480462','1','25','retail','0','2020-09-15 09:10:20','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-15 06:31:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','42.00','41','Exclusive'),(2125,'41600151512','6161100760226','1','20','retail','0','2020-09-15 09:31:52','','','','18','Cash',0.00,'20','','','4','','1','2020-09-15 06:35:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','39.00','38','Inclusive'),(2126,'41600151741','18','1','15','retail','0','2020-09-15 09:35:41','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-15 06:38:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(2127,'41600151920','169','4','20','retail','0','2020-09-15 09:38:40','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-15 06:41:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','57.00','53','Inclusive'),(2128,'41600152118','8001090702500','1','30','retail','0','2020-09-15 09:41:58','','','','27','Cash',0.00,'30','','','4','','1','2020-09-15 06:50:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2129,'41600152646','68','1','50','retail','0','2020-09-15 10:03:22','','','','45','Cash',0.00,'50','','','4','','1','2020-09-15 07:19:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(2130,'41600154355','32','1','50','retail','0','2020-09-15 10:19:15','','','','45','Cash',0.00,'50','','','4','','1','2020-09-15 07:55:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2131,'41600154355','268','3','36','retail','0','2020-09-15 10:53:36','','','','10','Cash',0.00,'12','','','4','','1','2020-09-15 07:55:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','58.00','55','Inclusive'),(2132,'41600156532','17','1','10','retail','0','2020-09-15 10:55:32','','','','9','Cash',0.00,'10','','','4','','1','2020-09-15 07:56:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(2133,'41600156532','268','4','48','retail','0','2020-09-15 10:55:46','','','','10','Cash',0.00,'12','','','4','','1','2020-09-15 07:56:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','55.00','51','Inclusive'),(2134,'41600156532','101','1','120','retail','0','2020-09-15 10:55:57','','','','93','Cash',0.00,'120','','','4','','1','2020-09-15 07:56:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Inclusive'),(2135,'41600156573','6161101661300','1','400','retail','0','2020-09-15 10:56:13','','','','317.5','Cash',0.00,'400','','','4','','1','2020-09-15 07:57:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(2136,'41600156662','102','1','60','retail','0','2020-09-15 10:57:42','','','','47','Cash',0.00,'60','','','4','','1','2020-09-15 08:05:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(2137,'41600157853','268','5','60','retail','0','2020-09-15 11:17:33','','','','10','Cash',0.00,'12','','','4','','1','2020-09-15 08:17:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','5','51.00','46','Inclusive'),(2138,'41600157864','68','1','50','retail','0','2020-09-15 11:17:44','','','','45','Cash',0.00,'50','','','4','','1','2020-09-15 08:18:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(2139,'41600157940','268','5','60','retail','0','2020-09-15 11:41:54','','','','10','Cash',0.00,'12','','','4','','1','2020-09-15 08:42:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','5','46.00','41','Inclusive'),(2140,'41600159369','6161102170023','1','125','retail','0','2020-09-15 11:42:49','','','','107.5','Cash',0.00,'125','','','4','','1','2020-09-15 09:14:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(2141,'41600159369','18','1','15','retail','0','2020-09-15 12:14:07','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-15 09:14:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(2142,'41600161278','169','1','5','retail','0','2020-09-15 12:14:38','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-15 09:18:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','53.00','52','Inclusive'),(2143,'41600161278','429','1','5','retail','0','2020-09-15 12:16:53','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-15 09:18:29','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(2144,'41600161510','39','1','50','retail','0','2020-09-15 12:18:30','','','','45','Cash',0.00,'50','','','4','','1','2020-09-15 09:19:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(2145,'41600161583','101','1','120','retail','0','2020-09-15 12:19:43','','','','93','Cash',0.00,'120','','','4','','1','2020-09-15 09:21:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','29.00','28','Inclusive'),(2146,'41600161583','185','6','30','retail','0','2020-09-15 12:20:57','','','','4.33','Cash',0.00,'5','','','4','','1','2020-09-15 09:21:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','6','38.00','32','Exclusive'),(2147,'41600161688','8901719903427','1','20','retail','0','2020-09-15 12:21:28','','','','18','Cash',0.00,'20','','','4','','1','2020-09-15 10:05:42','1','1','returned','1','new','pcs','','2020-09-15 13:05:42','4','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2148,'41600162098','185','2','10','retail','0','2020-09-15 12:28:18','','','','4.33','Cash',0.00,'5','','','4','','1','2020-09-15 09:33:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','32.00','30','Exclusive'),(2149,'41600162406','74','1','170','retail','0','2020-09-15 12:33:26','','','','153','Cash',0.00,'170','','','4','','1','2020-09-15 10:05:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2150,'41600164344','6161106610594','0.5','60','retail','0','2020-09-15 13:05:44','','','','108','Cash',0.00,'120','','','4','','1','2020-09-15 10:06:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','0.5','4.00','3.5','Inclusive'),(2151,'41600164366','6164001166272','1','50','retail','0','2020-09-15 13:06:06','','','','45','Cash',0.00,'50','','','4','','1','2020-09-15 10:21:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(2152,'41600166844','169','3','15','retail','0','2020-09-15 13:47:24','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-15 10:47:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','52.00','49','Inclusive'),(2153,'41600166910','161101680431','1','20','retail','0','2020-09-15 13:48:31','','','','16','Cash',0.00,'20','','','4','','1','2020-09-15 10:48:42','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Exclusive'),(2154,'41600170165','39','1','50','retail','0','2020-09-15 14:42:45','','','','45','Cash',0.00,'50','','','4','','1','2020-09-15 11:43:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(2155,'41600170182','268','16','192','retail','0','2020-09-15 14:43:02','','','','10','Cash',0.00,'12','','','4','','1','2020-09-15 11:45:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','16','41.00','25','Inclusive'),(2156,'41600170342','16','2','60','retail','0','2020-09-15 14:45:42','','','','27','Cash',0.00,'30','','','4','','1','2020-09-15 11:52:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','45.00','43','Inclusive'),(2157,'41600170763','99','1','50','retail','0','2020-09-15 14:52:43','','','','45','Cash',0.00,'50','','','4','','1','2020-09-15 11:56:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(2158,'41600173760','16','3','90','retail','0','2020-09-15 15:42:40','','','','27','Cash',0.00,'30','','','4','','1','2020-09-15 12:44:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','43.00','40','Inclusive'),(2159,'41600173883','88','1','40','retail','0','2020-09-15 15:44:43','','','','36','Cash',0.00,'40','','','4','','1','2020-09-15 12:52:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2160,'41600174376','194','1','85','retail','0','2020-09-15 15:52:56','','','','76.5','Cash',0.00,'85','','','4','','1','2020-09-15 12:53:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2161,'41600174410','30','2','180','retail','0','2020-09-15 15:53:30','','','','81','Cash',0.00,'90','','','4','','1','2020-09-15 13:03:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','8.00','6','Inclusive'),(2162,'41600174410','189','1','5','retail','0','2020-09-15 16:01:13','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-15 13:03:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','178.00','177','Inclusive'),(2163,'41600174410','6164000184031','1','25','retail','0','2020-09-15 16:01:21','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-15 13:03:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(2164,'41600174993','89','1','40','retail','0','2020-09-15 16:03:13','','','','36','Cash',0.00,'40','','','4','','1','2020-09-15 13:25:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','29.00','28','Inclusive'),(2165,'41600176323','6164000033490','1','70','retail','0','2020-09-15 16:25:23','','','','63','Cash',0.00,'70','','','4','','1','2020-09-15 13:27:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2166,'41600176323','6164000033230','1','70','retail','0','2020-09-15 16:25:30','','','','63','Cash',0.00,'70','','','4','','1','2020-09-15 13:27:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2167,'41600176323','616400033506','1','70','retail','0','2020-09-15 16:25:38','','','','60','Cash',0.00,'70','','','4','','1','2020-09-15 13:27:52','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(2168,'41600176473','16','2','60','retail','0','2020-09-15 16:27:53','','','','27','Cash',0.00,'30','','','4','','1','2020-09-15 13:45:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','40.00','38','Inclusive'),(2169,'41600177528','6161101680424','1','50','retail','0','2020-09-15 16:45:28','','','','45','Cash',0.00,'50','','','4','','1','2020-09-15 14:02:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(2170,'41600178559','427','1','70','retail','0','2020-09-15 17:02:39','','','','63','Cash',0.00,'70','','','4','','1','2020-09-15 14:20:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(2171,'41600179629','30','1','90','retail','0','2020-09-15 17:20:29','','','','81','Cash',0.00,'90','','','4','','1','2020-09-15 14:36:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2172,'41600180565','108','1','50','retail','0','2020-09-15 18:43:37','','','','45','Cash',0.00,'50','','','4','','1','2020-09-15 15:44:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(2173,'41600184663','92','1','40','retail','0','2020-09-15 18:44:23','','','','36','Cash',0.00,'40','','','4','','1','2020-09-15 16:06:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(2174,'41600186127','6164000033223','1','130','retail','0','2020-09-15 19:10:43','','','','117','Cash',0.00,'130','','','4','','1','2020-09-15 16:14:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2175,'41600186127','33','1','50','retail','0','2020-09-15 19:13:35','','','','45','Cash',0.00,'50','','','4','','1','2020-09-15 16:14:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2176,'41600186127','75','1','170','retail','0','2020-09-15 19:14:29','','','','153','Cash',0.00,'170','','','4','','1','2020-09-15 16:14:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2177,'41600186485','79','1','110','retail','0','2020-09-15 19:14:45','','','','99','Cash',0.00,'110','','','4','','1','2020-09-15 16:16:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2178,'41600186614','103','1','250','retail','0','2020-09-15 19:16:54','','','','225','Cash',0.00,'250','','','4','','1','2020-09-15 16:17:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(2179,'41600186614','122','3','375','retail','0','2020-09-15 19:17:12','','','','110','Cash',0.00,'125','','','4','','1','2020-09-15 16:17:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','9.00','6','Inclusive'),(2180,'41600186767','99','1','50','retail','0','2020-09-15 19:19:27','','','','45','Cash',0.00,'50','','','4','','1','2020-09-15 16:19:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(2181,'41600186795','429','1','5','retail','0','2020-09-15 19:19:55','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-15 16:33:12','1','1','returned','1','new','pc','','2020-09-15 19:33:12','4','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(2182,'41600187091','429','1','5','retail','0','2020-09-15 19:24:51','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-15 16:33:31','1','1','returned','1','new','pc','','2020-09-15 19:33:31','4','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(2183,'41600187128','6161103620077','1','60','retail','0','2020-09-15 19:25:28','','','','54','Cash',0.00,'60','','','4','','1','2020-09-15 16:25:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(2184,'41600187157','6164004575910','1','140','retail','0','2020-09-15 19:25:57','','','','126','Cash',0.00,'140','','','4','','1','2020-09-15 16:31:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(2185,'41600187157','6008677000532','1','25','retail','0','2020-09-15 19:27:34','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-15 16:31:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2186,'41600187157','184','1','100','retail','0','2020-09-15 19:27:51','','','','90','Cash',0.00,'100','','','4','','1','2020-09-15 16:31:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2187,'41600187157','6001067000624','1','75','retail','0','2020-09-15 19:28:01','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-15 16:31:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2188,'41600187157','6161101280013','1','20','retail','0','2020-09-15 19:28:05','','','','18','Cash',0.00,'20','','','4','','1','2020-09-15 16:33:02','1','1','returned','1','new','pcs','','2020-09-15 19:33:02','4','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2189,'41600187157','122','1','125','retail','0','2020-09-15 19:29:07','','','','110','Cash',0.00,'125','','','4','','1','2020-09-15 16:31:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2190,'41600187157','6164001166272','2','100','retail','0','2020-09-15 19:29:14','','','','45','Cash',0.00,'50','','','4','','1','2020-09-15 16:31:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','11.00','9','Inclusive'),(2191,'41600187921','68','1','50','retail','0','2020-09-15 19:38:41','','','','45','Cash',0.00,'50','','','4','','1','2020-09-15 16:46:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(2192,'41600188395','266','1','170','retail','0','2020-09-15 19:46:35','','','','151','Cash',0.00,'170','','','4','','1','2020-09-15 16:53:23','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(2193,'41600188803','32','1','50','retail','0','2020-09-15 19:53:23','','','','45','Cash',0.00,'50','','','4','','1','2020-09-15 16:55:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2194,'41600188803','268','2','24','retail','0','2020-09-15 19:54:32','','','','10','Cash',0.00,'12','','','4','','1','2020-09-15 16:55:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','25.00','23','Inclusive'),(2195,'41600188920','161101680431','1','20','retail','0','2020-09-15 19:55:20','','','','16','Cash',0.00,'20','','','4','','1','2020-09-15 16:58:45','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(2196,'41600234397','66','2','120','retail','0','2020-09-16 08:33:17','','','','54','Cash',0.00,'60','','','4','','1','2020-09-16 05:41:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Inclusive'),(2197,'41600236694','6161101000543','1','55','retail','0','2020-09-16 09:11:34','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-16 06:28:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(2198,'41600236694','68','1','50','retail','0','2020-09-16 09:11:44','','','','45','Cash',0.00,'50','','','4','','1','2020-09-16 06:28:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(2199,'41600236694','169','2','10','retail','0','2020-09-16 09:11:49','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-16 06:28:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','49.00','47','Inclusive'),(2200,'41600237713','427','1','70','retail','0','2020-09-16 09:28:33','','','','63','Cash',0.00,'70','','','4','','1','2020-09-16 06:30:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(2201,'41600237713','31','4','280','retail','0','2020-09-16 09:29:01','','','','63','Cash',0.00,'70','','','4','','1','2020-09-16 06:30:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','4.00','0','Inclusive'),(2202,'41600237834','33','1','50','retail','0','2020-09-16 09:30:34','','','','45','Cash',0.00,'50','','','4','','1','2020-09-16 06:36:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2203,'41600237834','32','2','100','retail','0','2020-09-16 09:35:54','','','','45','Cash',0.00,'50','','','4','','1','2020-09-16 06:36:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','4.00','2','Inclusive'),(2204,'41600238219','172','1','70','retail','0','2020-09-16 09:36:59','','','','63','Cash',0.00,'70','','','4','','1','2020-09-16 06:45:49','1','1','returned','1','new','pcs','','2020-09-16 09:45:49','4','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(2205,'41600238219','6164003349239','1','170','retail','0','2020-09-16 09:43:04','','','','153','Cash',0.00,'170','','','4','','1','2020-09-16 06:43:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2206,'41600238752','6161113940134','1','65','retail','0','2020-09-16 09:45:52','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-16 06:46:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(2207,'41600238766','189','4','20','retail','0','2020-09-16 09:46:07','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-16 06:52:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','177.00','173','Inclusive'),(2208,'41600239128','8924122012340','2','20','retail','0','2020-09-16 09:52:08','','','','9','Cash',0.00,'10','','','4','','1','2020-09-16 06:56:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','29.00','27','Inclusive'),(2209,'41600239362','99','1','50','retail','0','2020-09-16 09:56:02','','','','45','Cash',0.00,'50','','','4','','1','2020-09-16 07:15:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(2211,'41600241374','6164001166272','1','50','retail','0','2020-09-16 10:29:34','','','','45','Cash',0.00,'50','','','4','','1','2020-09-16 07:29:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(2212,'41600241394','268','9','108','retail','0','2020-09-16 10:29:54','','','','10','Cash',0.00,'12','','','4','','1','2020-09-16 07:41:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','9','23.00','14','Inclusive'),(2213,'41600242081','161','2','50','retail','0','2020-09-16 10:41:21','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-16 07:46:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','5.00','3','Inclusive'),(2214,'41600242364','6161101661300','1','400','retail','0','2020-09-16 10:46:04','','','','317.5','Cash',0.00,'400','','','4','','1','2020-09-16 07:46:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(2215,'41600242385','432','3','18','retail','0','2020-09-16 10:46:25','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-16 07:49:31','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','47.00','44','Exclusive'),(2217,'41600242571','67','1','40','retail','0','2020-09-16 10:49:56','','','','36','Cash',0.00,'40','','','4','','1','2020-09-16 07:51:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(2218,'41600242664','189','1','5','retail','0','2020-09-16 10:51:11','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-16 08:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','173.00','172','Inclusive'),(2219,'41600242664','68','1','50','retail','0','2020-09-16 11:12:42','','','','45','Cash',0.00,'50','','','4','','1','2020-09-16 08:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(2220,'41600242664','39','1','50','retail','0','2020-09-16 11:12:49','','','','45','Cash',0.00,'50','','','4','','1','2020-09-16 08:13:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(2221,'41600243989','6009627050034','1','120','retail','0','2020-09-16 11:13:09','','','','104.58','Cash',0.00,'120','','','4','','1','2020-09-16 08:20:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(2222,'41600243989','106','1','275','retail','0','2020-09-16 11:18:44','','','','247.5','Cash',0.00,'275','','','4','','1','2020-09-16 08:20:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2223,'41600244496','39','1','50','retail','0','2020-09-16 11:21:36','','','','45','Cash',0.00,'50','','','4','','1','2020-09-16 08:34:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(2224,'41600244496','6164004554182','1','25','retail','0','2020-09-16 11:33:47','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-16 08:34:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(2225,'41600246485','39','1','50','retail','0','2020-09-16 11:54:45','','','','45','Cash',0.00,'50','','','4','','1','2020-09-16 09:25:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(2226,'41600248326','6009614480462','1','25','retail','0','2020-09-16 12:25:26','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-16 09:27:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','41.00','40','Exclusive'),(2227,'41600248523','68','1','50','retail','0','2020-09-16 12:28:43','','','','45','Cash',0.00,'50','','','4','','1','2020-09-16 09:29:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(2228,'41600248523','39','1','50','retail','0','2020-09-16 12:28:52','','','','45','Cash',0.00,'50','','','4','','1','2020-09-16 09:29:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2229,'41600251549','6161101661232','1','220','retail','0','2020-09-16 13:19:09','','','','198','Cash',0.00,'220','','','4','','1','2020-09-16 10:20:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(2230,'41600251549','6161100860247','1','140','retail','0','2020-09-16 13:19:18','','','','126','Cash',0.00,'140','','','4','','1','2020-09-16 10:20:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','105.00','104','Inclusive'),(2231,'41600251549','174','1','20','retail','0','2020-09-16 13:19:33','','','','15','Cash',0.00,'20','','','4','','1','2020-09-16 10:20:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','46.00','45','Inclusive'),(2232,'41600251549','268','6','72','retail','0','2020-09-16 13:19:42','','','','10','Cash',0.00,'12','','','4','','1','2020-09-16 10:20:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','6','153.00','147','Inclusive'),(2233,'41600252605','99','3','150','retail','0','2020-09-16 13:36:45','','','','45','Cash',0.00,'50','','','4','','1','2020-09-16 10:43:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','16.00','13','Inclusive'),(2234,'41600253019','91','2','80','retail','0','2020-09-16 13:43:40','','','','36','Cash',0.00,'40','','','4','','1','2020-09-16 11:19:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(2235,'41600253019','89','1','40','retail','0','2020-09-16 14:19:18','','','','36','Cash',0.00,'40','','','4','','1','2020-09-16 11:19:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(2236,'41600255168','99','1','50','retail','0','2020-09-16 14:19:28','','','','45','Cash',0.00,'50','','','4','','1','2020-09-16 11:21:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(2237,'41600255265','79','1','110','retail','0','2020-09-16 14:21:05','','','','99','Cash',0.00,'110','','','4','','1','2020-09-16 11:27:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2238,'41600255643','68','1','50','retail','0','2020-09-16 14:27:23','','','','45','Cash',0.00,'50','','','4','','1','2020-09-16 12:18:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(2240,'41600255643','68','1','50','retail','0','2020-09-16 15:17:47','','','','45','Cash',0.00,'50','','','4','','1','2020-09-16 12:18:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2241,'41600255643','6164000033483','1','70','retail','0','2020-09-16 15:17:56','','','','63','Cash',0.00,'70','','','4','','1','2020-09-16 12:18:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2242,'41600258687','169','4','20','retail','0','2020-09-16 15:18:07','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-16 12:18:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','47.00','43','Inclusive'),(2243,'41600259506','266','1','170','retail','0','2020-09-16 15:31:46','','','','151','Cash',0.00,'170','','','4','','1','2020-09-16 12:32:49','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(2244,'41600259506','6161102170023','1','125','retail','0','2020-09-16 15:31:54','','','','107.5','Cash',0.00,'125','','','4','','1','2020-09-16 12:32:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(2245,'41600259506','30','1','90','retail','0','2020-09-16 15:32:02','','','','81','Cash',0.00,'90','','','4','','1','2020-09-16 12:32:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2246,'41600259506','33','1','50','retail','0','2020-09-16 15:32:17','','','','45','Cash',0.00,'50','','','4','','1','2020-09-16 12:32:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2247,'41600259596','6161107150730','1','75','retail','0','2020-09-16 15:33:16','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-16 13:06:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2249,'41600265112','73','1','170','retail','0','2020-09-16 17:05:12','','','','153','Cash',0.00,'170','','','4','','1','2020-09-16 14:05:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2250,'41600265362','6161101000543','2','110','retail','0','2020-09-16 17:09:22','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-16 14:11:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','20.00','18','Inclusive'),(2251,'41600265362','6161101000543','1','55','retail','0','2020-09-16 17:09:34','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-16 14:11:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(2252,'41600265362','17','1','10','retail','0','2020-09-16 17:10:55','','','','9','Cash',0.00,'10','','','4','','1','2020-09-16 14:11:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(2253,'41600265362','6161101280013','1','20','retail','0','2020-09-16 17:11:01','','','','18','Cash',0.00,'20','','','4','','1','2020-09-16 14:11:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2254,'41600265639','6001067000372','1','220','retail','0','2020-09-16 17:13:59','','','','198','Cash',0.00,'220','','','4','','1','2020-09-16 14:21:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2255,'41600265639','6161109724038','1','250','retail','0','2020-09-16 17:16:13','','','','225','Cash',0.00,'250','','','4','','1','2020-09-16 14:21:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2256,'41600265639','7622210304476','1','290','retail','0','2020-09-16 17:17:36','','','','261','Cash',0.00,'290','','','4','','1','2020-09-16 14:21:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(2257,'41600265639','6161113440061','1','75','retail','0','2020-09-16 17:17:41','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-16 14:21:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2258,'41600265639','6161113440061','1','75','retail','0','2020-09-16 17:17:48','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-16 14:21:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2259,'41600265639','123','2','300','retail','0','2020-09-16 17:17:51','','','','136','Cash',0.00,'150','','','4','','1','2020-09-16 14:21:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','18.50','16.5','Inclusive'),(2260,'41600265639','184','2','200','retail','0','2020-09-16 17:18:10','','','','90','Cash',0.00,'100','','','4','','1','2020-09-16 14:21:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Inclusive'),(2261,'41600265639','8718951340664','1','100','retail','0','2020-09-16 17:18:30','','','','90','Cash',0.00,'100','','','4','','1','2020-09-16 14:21:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(2262,'41600265639','18','1','15','retail','0','2020-09-16 17:18:41','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-16 14:21:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(2263,'41600266225','6164001166272','1','50','retail','0','2020-09-16 17:23:45','','','','45','Cash',0.00,'50','','','4','','1','2020-09-16 14:39:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(2264,'41600267170','102','1','60','retail','0','2020-09-16 17:39:30','','','','47','Cash',0.00,'60','','','4','','1','2020-09-16 14:44:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(2265,'41600267469','46','1','330','retail','0','2020-09-16 17:44:29','','','','297','Cash',0.00,'330','','','4','','1','2020-09-16 15:41:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2266,'41600271351','98','1','25','retail','0','2020-09-16 18:49:11','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-16 15:50:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','89.00','88','Inclusive'),(2267,'41600271455','185','4','20','retail','0','2020-09-16 18:50:55','','','','4.33','Cash',0.00,'5','','','4','','1','2020-09-16 15:56:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','30.00','26','Exclusive'),(2268,'41600271817','185','6','30','retail','0','2020-09-16 18:56:57','','','','4.33','Cash',0.00,'5','','','4','','1','2020-09-16 16:26:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','6','26.00','20','Exclusive'),(2269,'41600273592','108','1','50','retail','0','2020-09-16 19:26:32','','','','45','Cash',0.00,'50','','','4','','1','2020-09-16 16:28:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(2270,'41600273592','6161102170030','1','65','retail','0','2020-09-16 19:28:14','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-16 16:28:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(2271,'41600273716','7','1','195','retail','0','2020-09-16 19:48:32','','','','175.5','Cash',0.00,'195','','','4','','1','2020-09-16 16:48:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(2272,'41600274932','6164000242595','1','90','retail','0','2020-09-16 19:48:52','','','','78','Cash',0.00,'90','','','4','','1','2020-09-16 17:12:46','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(2273,'41600274932','6161101668309','1','180','retail','0','2020-09-16 20:01:43','','','','162','Cash',0.00,'180','','','4','','1','2020-09-16 17:12:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(2274,'41600274932','6161102170023','1','125','retail','0','2020-09-16 20:02:10','','','','107.5','Cash',0.00,'125','','','4','','1','2020-09-16 17:12:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2275,'41600274932','6161102170023','1','125','retail','0','2020-09-16 20:02:28','','','','107.5','Cash',0.00,'125','','','4','','1','2020-09-16 17:12:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2276,'41600274932','6161106610259','1','750','retail','0','2020-09-16 20:02:42','','','','675','Cash',0.00,'750','','','4','','1','2020-09-16 17:12:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(2277,'41600274932','137','5','1200','retail','0','2020-09-16 20:03:02','','','','216','Cash',0.00,'240','','','4','','1','2020-09-16 17:12:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','5','5.00','0','Inclusive'),(2278,'41600274932','78','1','110','retail','0','2020-09-16 20:04:09','','','','99','Cash',0.00,'110','','','4','','1','2020-09-16 17:12:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2279,'41600274932','123','2','300','retail','0','2020-09-16 20:07:19','','','','136','Cash',0.00,'150','','','4','','1','2020-09-16 17:12:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','16.50','14.5','Inclusive'),(2280,'41600274932','6001067000372','1','220','retail','0','2020-09-16 20:07:40','','','','198','Cash',0.00,'220','','','4','','1','2020-09-16 17:12:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2281,'41600274932','6161107772208','1','50','retail','0','2020-09-16 20:07:51','','','','45','Cash',0.00,'50','','','4','','1','2020-09-16 17:12:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2283,'41600274932','6009607673345','1','50','retail','0','2020-09-16 20:08:51','','','','34','Cash',0.00,'50','','','4','','1','2020-09-16 17:12:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','29.00','28','Inclusive'),(2284,'41600274932','6164001166272','1','50','retail','0','2020-09-16 20:09:06','','','','45','Cash',0.00,'50','','','4','','1','2020-09-16 17:12:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2285,'41600274932','616400033506','1','70','retail','0','2020-09-16 20:09:20','','','','60','Cash',0.00,'70','','','4','','1','2020-09-16 17:12:46','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(2286,'41600274932','179','1','590','retail','0','2020-09-16 20:09:28','','','','531','Cash',0.00,'590','','','4','','1','2020-09-16 17:12:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2287,'41600276903','68','1','50','retail','0','2020-09-16 20:21:43','','','','45','Cash',0.00,'50','','','4','','1','2020-09-16 17:27:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2288,'41600276903','161101680431','1','20','retail','0','2020-09-16 20:24:24','','','','16','Cash',0.00,'20','','','4','','1','2020-09-16 17:27:24','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Exclusive'),(2289,'41600276903','16','1','30','retail','0','2020-09-16 20:25:04','','','','27','Cash',0.00,'30','','','4','','1','2020-09-16 17:27:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','38.00','37','Inclusive'),(2290,'41600320264','268','2','24','retail','0','2020-09-17 08:24:24','','','','10','Cash',0.00,'12','','','4','','1','2020-09-17 05:25:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','64.00','62','Inclusive'),(2291,'41600320264','161101680431','1','20','retail','0','2020-09-17 08:24:32','','','','16','Cash',0.00,'20','','','4','','1','2020-09-17 05:25:09','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(2292,'41600320264','101','1','120','retail','0','2020-09-17 08:24:43','','','','93','Cash',0.00,'120','','','4','','1','2020-09-17 05:25:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(2293,'41600320309','16','2','60','retail','0','2020-09-17 08:25:09','','','','27','Cash',0.00,'30','','','4','','1','2020-09-17 07:02:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','37.00','35','Inclusive'),(2294,'41600326152','99','1','50','retail','0','2020-09-17 10:02:32','','','','45','Cash',0.00,'50','','','4','','1','2020-09-17 07:23:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(2295,'41600327436','6161113940141','1','125','retail','0','2020-09-17 10:23:57','','','','112.5','Cash',0.00,'125','','','4','','1','2020-09-17 07:32:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(2297,'41600330470','169','3','15','retail','0','2020-09-17 11:24:53','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-17 08:25:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','43.00','40','Inclusive'),(2298,'41600330470','169','1','5','retail','0','2020-09-17 11:25:15','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-17 08:25:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','40.00','39','Inclusive'),(2299,'41600331128','32','1','50','retail','0','2020-09-17 11:25:28','','','','45','Cash',0.00,'50','','','4','','1','2020-09-17 08:39:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2300,'41600331998','6009627050010','1','120','retail','0','2020-09-17 11:39:58','','','','107.08','Cash',0.00,'120','','','4','','1','2020-09-17 08:58:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(2301,'41600331998','6161101661218','1','120','retail','0','2020-09-17 11:57:42','','','','97.5','Cash',0.00,'120','','','4','','1','2020-09-17 08:58:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(2302,'41600333140','34','1','10','retail','0','2020-09-17 11:59:00','','','','9','Cash',0.00,'10','','','4','','1','2020-09-17 09:50:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2303,'41600337547','30','1','90','retail','0','2020-09-17 13:12:27','','','','81','Cash',0.00,'90','','','4','','1','2020-09-17 10:13:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(2304,'41600337547','6161106610235','1','350','retail','0','2020-09-17 13:12:36','','','','315.83','Cash',0.00,'350','','','4','','1','2020-09-17 10:13:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(2305,'41600337586','433','1','6','retail','0','2020-09-17 13:13:06','','','','4.6','Cash',0.00,'6','','','4','','1','2020-09-17 10:20:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','39.00','38','Exclusive'),(2306,'41600337586','161102794700','1','20','retail','0','2020-09-17 13:19:46','','','','16','Cash',0.00,'20','','','4','','1','2020-09-17 10:20:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(2307,'41600337586','6164000009556','1','45','retail','0','2020-09-17 13:20:01','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-17 10:20:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(2308,'41600338477','6164000033179','1','130','retail','0','2020-09-17 13:27:57','','','','117','Cash',0.00,'130','','','4','','1','2020-09-17 10:33:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2309,'41600338477','79','1','110','retail','0','2020-09-17 13:32:55','','','','99','Cash',0.00,'110','','','4','','1','2020-09-17 10:33:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2310,'41600339127','268','2','24','retail','0','2020-09-17 13:38:47','','','','10','Cash',0.00,'12','','','4','','1','2020-09-17 10:39:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','62.00','60','Inclusive'),(2311,'41600339146','6008459000507','1','55','retail','0','2020-09-17 13:39:06','','','','40.83','Cash',0.00,'55','','','4','','1','2020-09-17 10:42:09','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Exclusive'),(2312,'41600339146','6009627050010','1','120','retail','0','2020-09-17 13:40:29','','','','107.08','Cash',0.00,'120','','','4','','1','2020-09-17 10:42:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(2313,'41600339146','432','4','24','retail','0','2020-09-17 13:41:17','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-17 10:42:25','1','1','returned','1','new','pc','','2020-09-17 13:42:25','4','yes','','0','','','ZERO RATED','0','4','44.00','40','Exclusive'),(2314,'41600339351','432','4','24','retail','0','2020-09-17 13:42:31','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-17 10:42:43','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','4','44.00','40','Exclusive'),(2315,'41600339365','102','1','60','retail','0','2020-09-17 13:42:45','','','','47','Cash',0.00,'60','','','4','','1','2020-09-17 10:44:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(2316,'41600339441','6164000009549','1','60','retail','0','2020-09-17 13:44:01','','','','54','Cash',0.00,'60','','','4','','1','2020-09-17 11:14:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2317,'41600339441','6164001166272','1','50','retail','0','2020-09-17 14:13:22','','','','45','Cash',0.00,'50','','','4','','1','2020-09-17 11:14:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2318,'41600341273','169','1','5','retail','0','2020-09-17 14:14:33','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-17 11:25:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','39.00','38','Inclusive'),(2319,'41600341907','6161101000543','2','110','retail','0','2020-09-17 14:25:07','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-17 11:42:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','17.00','15','Inclusive'),(2321,'41600341907','32','1','50','retail','0','2020-09-17 14:36:20','','','','45','Cash',0.00,'50','','','4','','1','2020-09-17 11:42:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2322,'41600341907','6164000009013','1','115','retail','0','2020-09-17 14:36:27','','','','103.5','Cash',0.00,'115','','','4','','1','2020-09-17 11:42:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2323,'41600341907','25','1','50','retail','0','2020-09-17 14:37:33','','','','45','Cash',0.00,'50','','','4','','1','2020-09-17 11:42:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(2324,'41600341907','6161101000895','1','105','retail','0','2020-09-17 14:37:53','','','','94.5','Cash',0.00,'105','','','4','','1','2020-09-17 11:42:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2325,'41600341907','6164000033193','1','130','retail','0','2020-09-17 14:37:59','','','','117','Cash',0.00,'130','','','4','','1','2020-09-17 11:42:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2326,'41600341907','201','1','30','retail','0','2020-09-17 14:38:03','','','','20','Cash',0.00,'30','','','4','','1','2020-09-17 11:42:01','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(2327,'41600342922','99','1','50','retail','0','2020-09-17 14:42:02','','','','45','Cash',0.00,'50','','','4','','1','2020-09-17 12:00:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(2329,'41600345415','77','1','110','retail','0','2020-09-17 15:23:35','','','','99','Cash',0.00,'110','','','4','','1','2020-09-17 12:33:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2330,'41600346005','67','1','40','retail','0','2020-09-17 15:33:25','','','','36','Cash',0.00,'40','','','4','','1','2020-09-17 12:38:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(2331,'41600346293','99','1','50','retail','0','2020-09-17 15:38:13','','','','45','Cash',0.00,'50','','','4','','1','2020-09-17 13:03:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(2332,'41600346293','169','2','10','retail','0','2020-09-17 17:10:05','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-17 14:10:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','38.00','36','Inclusive'),(2333,'41600351827','6164000033179','1','130','retail','0','2020-09-17 17:10:27','','','','117','Cash',0.00,'130','','','4','','1','2020-09-17 14:10:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2334,'41600351827','16','1','30','retail','0','2020-09-17 17:10:42','','','','27','Cash',0.00,'30','','','4','','1','2020-09-17 14:10:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','35.00','34','Inclusive'),(2335,'41600351856','101','1','120','retail','0','2020-09-17 17:10:56','','','','93','Cash',0.00,'120','','','4','','1','2020-09-17 14:17:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(2336,'41600354335','30','1','90','retail','0','2020-09-17 17:52:15','','','','81','Cash',0.00,'90','','','4','','1','2020-09-17 14:53:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2337,'41600354335','6166000090213','1','35','retail','0','2020-09-17 17:52:23','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-17 14:53:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(2338,'41600354414','6166000090213','1','35','retail','0','2020-09-17 17:53:34','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-17 14:53:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(2339,'41600354427','6161113940134','1','65','retail','0','2020-09-17 17:53:47','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-17 14:56:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(2340,'41600354605','6164001166272','1','50','retail','0','2020-09-17 17:56:45','','','','45','Cash',0.00,'50','','','4','','1','2020-09-17 14:58:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2341,'41600354605','6164000009020','1','65','retail','0','2020-09-17 17:58:05','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-17 14:58:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2342,'41600354703','6008677000532','1','25','retail','0','2020-09-17 17:58:24','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-17 15:10:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(2343,'41600355724','6164001166272','1','50','retail','0','2020-09-17 18:15:24','','','','45','Cash',0.00,'50','','','4','','1','2020-09-17 15:15:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2344,'41600355724','6008677000532','1','25','retail','0','2020-09-17 18:15:32','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-17 15:15:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(2345,'41600355744','30','1','90','retail','0','2020-09-17 18:15:44','','','','81','Cash',0.00,'90','','','4','','1','2020-09-17 15:18:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2346,'41600355744','427','1','70','retail','0','2020-09-17 18:17:41','','','','63','Cash',0.00,'70','','','4','','1','2020-09-17 15:18:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(2347,'41600355936','6164001166272','1','50','retail','0','2020-09-17 18:18:56','','','','45','Cash',0.00,'50','','','4','','1','2020-09-17 15:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2348,'41600356186','32','1','50','retail','0','2020-09-17 18:27:16','','','','45','Cash',0.00,'50','','','4','','1','2020-09-17 15:31:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2349,'41600356186','8901719903427','1','20','retail','0','2020-09-17 18:29:57','','','','18','Cash',0.00,'20','','','4','','1','2020-09-17 15:57:55','1','1','returned','1','new','pcs','','2020-09-17 18:57:55','4','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2350,'41600356186','8901719903434','1','20','retail','0','2020-09-17 18:30:35','','','','18','Cash',0.00,'20','','','4','','1','2020-09-17 15:57:58','1','1','returned','1','new','pcs','','2020-09-17 18:57:58','4','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2351,'41600356675','6161102794694','4','200','retail','0','2020-09-17 18:31:16','','','','45','Cash',0.00,'50','','','4','','1','2020-09-17 15:43:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','18.00','14','Inclusive'),(2352,'41600356675','123','1','150','retail','0','2020-09-17 18:40:11','','','','136','Cash',0.00,'150','','','4','','1','2020-09-17 15:43:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.50','13.5','Inclusive'),(2353,'41600356675','114','2','190','retail','0','2020-09-17 18:40:35','','','','85.5','Cash',0.00,'95','','','4','','1','2020-09-17 15:43:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','593.00','591','Inclusive'),(2354,'41600356675','154','1','45','retail','0','2020-09-17 18:42:03','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-17 15:43:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2355,'41600356675','174','3','60','retail','0','2020-09-17 18:42:11','','','','15','Cash',0.00,'20','','','4','','1','2020-09-17 15:43:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','45.00','42','Inclusive'),(2356,'41600356675','31','1','70','retail','0','2020-09-17 18:42:22','','','','63','Cash',0.00,'70','','','4','','1','2020-09-17 15:43:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2357,'41600356675','18','1','15','retail','0','2020-09-17 18:42:34','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-17 15:43:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(2358,'41600358199','39','1','50','retail','0','2020-09-17 18:56:40','','','','45','Cash',0.00,'50','','','4','','1','2020-09-17 15:57:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2359,'41600358282','6161102170023','1','125','retail','0','2020-09-17 18:58:02','','','','107.5','Cash',0.00,'125','','','4','','1','2020-09-17 15:59:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2360,'41600358400','186','1','150','retail','0','2020-09-17 19:00:00','','','','135','Cash',0.00,'150','','','4','','1','2020-09-17 16:15:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(2361,'41600359345','45','1','50','retail','0','2020-09-17 19:15:45','','','','45','Cash',0.00,'50','','','4','','1','2020-09-17 16:16:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2362,'41600359345','6162006602740','1','170','retail','0','2020-09-17 19:16:17','','','','153','Cash',0.00,'170','','','4','','1','2020-09-17 16:16:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(2363,'41600359418','6161101000543','1','55','retail','0','2020-09-17 19:16:58','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-17 16:22:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(2365,'41600407418','6161106610594','0.5','60','retail','0','2020-09-18 08:37:13','','','','108','Cash',0.00,'120','','','4','','1','2020-09-18 05:37:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','0.5','2.50','2','Inclusive'),(2366,'41600407456','186','1','150','retail','0','2020-09-18 08:37:36','','','','135','Cash',0.00,'150','','','4','','1','2020-09-18 05:38:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(2367,'41600407456','106','2','550','retail','0','2020-09-18 08:37:50','','','','247.5','Cash',0.00,'275','','','4','','1','2020-09-18 05:38:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','5.00','3','Inclusive'),(2368,'41600407505','6161102794694','1','50','retail','0','2020-09-18 08:38:25','','','','45','Cash',0.00,'50','','','4','','1','2020-09-18 05:47:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(2369,'41600408038','268','2','24','retail','0','2020-09-18 08:47:18','','','','10','Cash',0.00,'12','','','4','','1','2020-09-18 07:11:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','60.00','58','Inclusive'),(2370,'41600413099','32','1','50','retail','0','2020-09-18 10:11:39','','','','45','Cash',0.00,'50','','','4','','1','2020-09-18 07:42:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2371,'41600414933','6009614480462','1','25','retail','0','2020-09-18 10:42:13','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-18 07:47:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','40.00','39','Exclusive'),(2372,'41600415222','76','1','170','retail','0','2020-09-18 10:47:02','','','','153','Cash',0.00,'170','','','4','','1','2020-09-18 08:09:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2373,'41600415222','31','1','70','retail','0','2020-09-18 11:09:23','','','','63','Cash',0.00,'70','','','4','','1','2020-09-18 08:09:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2374,'41600415222','30','1','90','retail','0','2020-09-18 11:09:34','','','','81','Cash',0.00,'90','','','4','','1','2020-09-18 08:09:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2375,'41600416595','169','1','5','retail','0','2020-09-18 11:09:55','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-18 08:29:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','36.00','35','Inclusive'),(2376,'41600417753','6161100760226','1','20','retail','0','2020-09-18 11:29:13','','','','18','Cash',0.00,'20','','','4','','1','2020-09-18 09:48:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','38.00','37','Inclusive'),(2377,'41600423513','6161106610235','1','350','retail','0','2020-09-18 13:05:13','','','','315.83','Cash',0.00,'350','','','4','','1','2020-09-18 10:57:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(2378,'41600423513','6164004575910','1','140','retail','0','2020-09-18 13:55:08','','','','126','Cash',0.00,'140','','','4','','1','2020-09-18 10:57:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(2379,'41600423513','101','1','120','retail','0','2020-09-18 13:55:35','','','','93','Cash',0.00,'120','','','4','','1','2020-09-18 10:57:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(2380,'41600423513','123','1','150','retail','0','2020-09-18 13:55:55','','','','136','Cash',0.00,'150','','','4','','1','2020-09-18 10:57:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.50','12.5','Inclusive'),(2381,'41600426623','6008677000549','1','40','retail','0','2020-09-18 13:57:03','','','','36','Cash',0.00,'40','','','4','','1','2020-09-18 10:58:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(2382,'41600426704','88','1','40','retail','0','2020-09-18 13:58:24','','','','36','Cash',0.00,'40','','','4','','1','2020-09-18 11:25:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2383,'41600426704','88','1','40','retail','0','2020-09-18 14:25:05','','','','36','Cash',0.00,'40','','','4','','1','2020-09-18 11:25:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2384,'41600428346','99','1','50','retail','0','2020-09-18 14:25:46','','','','45','Cash',0.00,'50','','','4','','1','2020-09-18 11:32:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(2385,'41600428747','16','1','30','retail','0','2020-09-18 14:32:27','','','','27','Cash',0.00,'30','','','4','','1','2020-09-18 11:39:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(2386,'41600429198','66','1','60','retail','0','2020-09-18 14:39:58','','','','54','Cash',0.00,'60','','','4','','1','2020-09-18 11:56:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2387,'41600430180','6161101000543','5','275','retail','0','2020-09-18 14:56:20','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-18 12:03:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','5','14.00','9','Inclusive'),(2388,'41600430180','77','1','110','retail','0','2020-09-18 15:02:24','','','','99','Cash',0.00,'110','','','4','','1','2020-09-18 12:03:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2389,'41600430703','77','1','110','retail','0','2020-09-18 15:05:03','','','','99','Cash',0.00,'110','','','4','','1','2020-09-18 12:06:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2390,'41600430820','16','1','30','retail','0','2020-09-18 15:07:00','','','','27','Cash',0.00,'30','','','4','','1','2020-09-18 12:12:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Inclusive'),(2391,'41600431161','101','1','120','retail','0','2020-09-18 15:12:41','','','','93','Cash',0.00,'120','','','4','','1','2020-09-18 12:26:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(2392,'41600431962','99','2','100','retail','0','2020-09-18 15:26:02','','','','45','Cash',0.00,'50','','','4','','1','2020-09-18 13:13:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','8.00','6','Inclusive'),(2393,'41600434808','99','2','100','retail','0','2020-09-18 16:13:28','','','','45','Cash',0.00,'50','','','4','','1','2020-09-18 13:15:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','6.00','4','Inclusive'),(2394,'41600434902','429','2','10','retail','0','2020-09-18 16:15:17','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-18 13:15:44','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Exclusive'),(2395,'41600434966','16','1','30','retail','0','2020-09-18 16:16:06','','','','27','Cash',0.00,'30','','','4','','1','2020-09-18 13:29:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Inclusive'),(2396,'41600435770','104','1','130','retail','0','2020-09-18 16:29:30','','','','117','Cash',0.00,'130','','','4','','1','2020-09-18 13:36:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Exclusive'),(2397,'41600435770','6161113940141','1','125','retail','0','2020-09-18 16:34:35','','','','112.5','Cash',0.00,'125','','','4','','1','2020-09-18 14:32:16','1','1','returned','1','new','pcs','','2020-09-18 17:32:16','4','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(2398,'41600435770','122','1','125','retail','0','2020-09-18 16:35:16','','','','110','Cash',0.00,'125','','','4','','1','2020-09-18 13:36:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2399,'41600435770','6164000009570','1','45','retail','0','2020-09-18 16:35:28','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-18 13:36:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2400,'41600435770','6161101661300','1','400','retail','0','2020-09-18 16:36:06','','','','317.5','Cash',0.00,'400','','','4','','1','2020-09-18 13:36:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(2401,'41600435770','6164004597103','1','125','retail','0','2020-09-18 16:36:14','','','','112.5','Cash',0.00,'125','','','4','','1','2020-09-18 13:36:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2402,'41600436657','39','1','50','retail','0','2020-09-18 16:44:17','','','','45','Cash',0.00,'50','','','4','','1','2020-09-18 13:44:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2403,'41600436669','6161100760226','1','20','retail','0','2020-09-18 16:44:29','','','','18','Cash',0.00,'20','','','4','','1','2020-09-18 14:04:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','37.00','36','Inclusive'),(2405,'41600438675','201','1','30','retail','0','2020-09-18 17:17:55','','','','20','Cash',0.00,'30','','','4','','1','2020-09-18 14:18:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(2406,'41600438699','6164001166272','1','50','retail','0','2020-09-18 17:18:19','','','','45','Cash',0.00,'50','','','4','','1','2020-09-18 14:32:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2407,'41600439545','6166000090213','1','35','retail','0','2020-09-18 17:32:25','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-18 14:33:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(2408,'41600439600','46','1','330','retail','0','2020-09-18 17:33:20','','','','297','Cash',0.00,'330','','','4','','1','2020-09-18 14:37:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2409,'41600441541','174','1','20','retail','0','2020-09-18 18:05:41','','','','15','Cash',0.00,'20','','','4','','1','2020-09-18 15:07:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','42.00','41','Inclusive'),(2410,'41600442094','101','1','120','retail','0','2020-09-18 18:14:54','','','','93','Cash',0.00,'120','','','4','','1','2020-09-18 15:15:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(2411,'41600442380','6161101680424','1','50','retail','0','2020-09-18 18:38:02','','','','45','Cash',0.00,'50','','','4','','1','2020-09-18 15:38:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(2412,'41600442380','6164001166272','1','50','retail','0','2020-09-18 18:38:15','','','','45','Cash',0.00,'50','','','4','','1','2020-09-18 15:38:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2413,'41600443682','6164000033070','1','70','retail','0','2020-09-18 18:41:22','','','','63','Cash',0.00,'70','','','4','','1','2020-09-18 16:09:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2414,'41600445383','202','1','40','retail','0','2020-09-18 19:09:43','','','','30','Cash',0.00,'40','','','4','','1','2020-09-18 16:11:54','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(2415,'41600446245','433','1','6','retail','0','2020-09-18 19:24:05','','','','4.6','Cash',0.00,'6','','','4','','1','2020-09-18 16:25:23','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','38.00','37','Exclusive'),(2417,'41600446245','169','1','5','retail','0','2020-09-18 19:24:53','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-18 16:25:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','35.00','34','Inclusive'),(2418,'41600446245','169','1','5','retail','0','2020-09-18 19:25:05','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-18 16:25:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(2419,'41600446324','39','1','50','retail','0','2020-09-18 19:25:24','','','','45','Cash',0.00,'50','','','4','','1','2020-09-18 16:32:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2420,'41600446770','429','1','5','retail','0','2020-09-18 19:32:50','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-18 16:35:47','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(2421,'41600446948','6161101000543','1','55','retail','0','2020-09-18 19:35:48','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-18 16:43:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(2422,'41600446948','6164000009075','1','75','retail','0','2020-09-18 19:42:37','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-18 16:43:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2424,'41600447793','32','1','50','retail','0','2020-09-18 19:49:53','','','','45','Cash',0.00,'50','','','4','','1','2020-09-18 16:50:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2425,'41600447793','268','5','60','retail','0','2020-09-18 19:50:08','','','','10','Cash',0.00,'12','','','4','','1','2020-09-18 16:50:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','5','58.00','53','Inclusive'),(2426,'41600447793','6161101680424','1','50','retail','0','2020-09-18 19:50:32','','','','45','Cash',0.00,'50','','','4','','1','2020-09-18 16:50:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(2427,'41600448510','6161101000543','1','55','retail','0','2020-09-18 20:01:50','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-18 17:02:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(2428,'41600448651','161101680431','1','20','retail','0','2020-09-18 20:04:11','','','','16','Cash',0.00,'20','','','4','','1','2020-09-18 17:04:37','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(2429,'41600499096','169','1','5','retail','0','2020-09-19 10:04:56','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-19 07:05:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Inclusive'),(2430,'41600499108','186','1','150','retail','0','2020-09-19 10:05:08','','','','135','Cash',0.00,'150','','','4','','1','2020-09-19 07:23:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(2431,'41600499108','169','1','5','retail','0','2020-09-19 10:22:11','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-19 07:23:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Inclusive'),(2432,'41600499108','169','3','15','retail','0','2020-09-19 10:22:36','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-19 07:23:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','31.00','28','Inclusive'),(2433,'41600500188','68','1','50','retail','0','2020-09-19 10:23:08','','','','45','Cash',0.00,'50','','','4','','1','2020-09-19 07:26:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2434,'41600500390','146','1','100','retail','0','2020-09-19 10:26:30','','','','90','Cash',0.00,'100','','','4','','1','2020-09-19 07:26:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(2435,'41600500420','123','1','150','retail','0','2020-09-19 10:27:00','','','','136','Cash',0.00,'150','','','4','','1','2020-09-19 07:51:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.50','11.5','Inclusive'),(2436,'41600500420','6161102170900','2','480','retail','0','2020-09-19 10:49:42','','','','216','Cash',0.00,'240','','','4','','1','2020-09-19 07:51:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','91.00','89','Inclusive'),(2437,'41600500420','202','1','40','retail','0','2020-09-19 10:49:55','','','','30','Cash',0.00,'40','','','4','','1','2020-09-19 07:51:37','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(2438,'41600500420','104','1','130','retail','0','2020-09-19 10:50:04','','','','117','Cash',0.00,'130','','','4','','1','2020-09-19 07:51:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(2439,'41600500420','180','1','125','retail','0','2020-09-19 10:50:13','','','','112.5','Cash',0.00,'125','','','4','','1','2020-09-19 07:51:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2440,'41600500420','6009627050034','1','120','retail','0','2020-09-19 10:50:21','','','','104.58','Cash',0.00,'120','','','4','','1','2020-09-19 07:51:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(2441,'41600500420','6009627050010','2','240','retail','0','2020-09-19 10:50:30','','','','107.08','Cash',0.00,'120','','','4','','1','2020-09-19 07:51:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','20.00','18','Inclusive'),(2442,'41600501898','101','1','120','retail','0','2020-09-19 10:51:38','','','','93','Cash',0.00,'120','','','4','','1','2020-09-19 08:09:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(2443,'41600502994','6164000009013','1','115','retail','0','2020-09-19 11:16:23','','','','103.5','Cash',0.00,'115','','','4','','1','2020-09-19 08:16:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2444,'41600503417','31','1','70','retail','0','2020-09-19 11:35:44','','','','63','Cash',0.00,'70','','','4','','1','2020-09-19 08:44:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2445,'41600503417','6161101680424','1','50','retail','0','2020-09-19 11:43:40','','','','45','Cash',0.00,'50','','','4','','1','2020-09-19 08:44:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(2446,'41600503417','17','1','10','retail','0','2020-09-19 11:44:03','','','','9','Cash',0.00,'10','','','4','','1','2020-09-19 08:44:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(2447,'41600507912','173','1','25','retail','0','2020-09-19 13:01:23','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-19 10:14:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(2448,'41600510496','6164000072048','1','45','retail','0','2020-09-19 13:14:56','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-19 10:18:27','1','1','returned','1','new','pcs','','2020-09-19 13:18:27','4','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2449,'41600510496','94','1','70','retail','0','2020-09-19 13:15:44','','','','63','Cash',0.00,'70','','','4','','1','2020-09-19 10:18:24','1','1','returned','1','new','pcs','','2020-09-19 13:18:24','4','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(2450,'41600510496','6164000072048','1','45','retail','0','2020-09-19 13:16:20','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-19 10:18:20','1','1','returned','1','new','pcs','','2020-09-19 13:18:20','4','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2451,'41600510608','6164000072048','2','90','retail','0','2020-09-19 13:16:48','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-19 10:18:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','4.00','2','Inclusive'),(2452,'41600510608','5449000180247','1','130','retail','0','2020-09-19 13:17:20','','','','117','Cash',0.00,'130','','','4','','1','2020-09-19 10:18:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2453,'41600510854','155','1','60','retail','0','2020-09-19 13:20:54','','','','54','Cash',0.00,'60','','','4','','1','2020-09-19 10:35:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(2454,'41600511725','433','2','12','retail','0','2020-09-19 13:54:37','','','','4.6','Cash',0.00,'6','','','4','','1','2020-09-19 10:55:10','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','37.00','35','Exclusive'),(2456,'41600516880','6161101661300','1','400','retail','0','2020-09-19 15:01:20','','','','317.5','Cash',0.00,'400','','','4','','1','2020-09-19 12:34:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(2457,'41600516880','6161101661300','1','400','retail','0','2020-09-19 15:25:13','','','','317.5','Cash',0.00,'400','','','4','','1','2020-09-19 12:34:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(2458,'41600516880','6161103941608','2','90','retail','0','2020-09-19 15:25:19','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-19 12:34:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','19.00','17','Inclusive'),(2461,'41600516880','6164000184048','1','5','retail','0','2020-09-19 15:30:06','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-19 12:34:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(2462,'41600516880','6162006602771','1','150','retail','0','2020-09-19 15:30:19','','','','135','Cash',0.00,'150','','','4','','1','2020-09-19 12:34:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2463,'41600518873','6161102170900','1','240','retail','0','2020-09-19 15:34:33','','','','216','Cash',0.00,'240','','','4','','1','2020-09-19 12:55:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','89.00','88','Inclusive'),(2464,'41600518873','6009627050034','1','120','retail','0','2020-09-19 15:52:56','','','','104.58','Cash',0.00,'120','','','4','','1','2020-09-19 12:55:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(2466,'41600518873','31','1','70','retail','0','2020-09-19 15:53:21','','','','63','Cash',0.00,'70','','','4','','1','2020-09-19 12:55:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2467,'41600518873','6009627050034','1','120','retail','0','2020-09-19 15:53:30','','','','104.58','Cash',0.00,'120','','','4','','1','2020-09-19 12:55:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(2468,'41600518873','6009627050010','1','120','retail','0','2020-09-19 15:54:41','','','','107.08','Cash',0.00,'120','','','4','','1','2020-09-19 12:55:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(2469,'41600518873','98','1','25','retail','0','2020-09-19 15:54:48','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-19 12:55:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','88.00','87','Inclusive'),(2470,'41600520116','169','1','5','retail','0','2020-09-19 15:55:16','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-19 13:15:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(2472,'41600520116','6164000009020','1','65','retail','0','2020-09-19 16:15:13','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-19 13:15:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2473,'41600521329','89','1','40','retail','0','2020-09-19 16:15:29','','','','36','Cash',0.00,'40','','','4','','1','2020-09-19 13:48:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(2474,'41600523297','101','1','120','retail','0','2020-09-19 16:48:17','','','','93','Cash',0.00,'120','','','4','','1','2020-09-19 13:58:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(2475,'41600523901','6161113940134','1','65','retail','0','2020-09-19 16:58:21','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-19 14:18:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(2477,'41600526342','6161101680424','5','250','retail','0','2020-09-19 17:39:16','','','','45','Cash',0.00,'50','','','4','','1','2020-09-19 14:43:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','5','13.00','8','Inclusive'),(2478,'41600526342','6161113940141','1','125','retail','0','2020-09-19 17:39:33','','','','112.5','Cash',0.00,'125','','','4','','1','2020-09-19 14:43:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(2479,'41600526342','103','1','250','retail','0','2020-09-19 17:39:42','','','','225','Cash',0.00,'250','','','4','','1','2020-09-19 14:43:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(2480,'41600526342','25','1','50','retail','0','2020-09-19 17:39:49','','','','45','Cash',0.00,'50','','','4','','1','2020-09-19 14:43:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(2481,'41600526342','32','1','50','retail','0','2020-09-19 17:39:57','','','','45','Cash',0.00,'50','','','4','','1','2020-09-19 14:43:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2482,'41600526342','33','1','50','retail','0','2020-09-19 17:40:07','','','','45','Cash',0.00,'50','','','4','','1','2020-09-19 14:43:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2484,'41600526342','18','1','15','retail','0','2020-09-19 17:41:07','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-19 14:43:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','55.00','54','Inclusive'),(2485,'41600526342','73','1','170','retail','0','2020-09-19 17:41:22','','','','153','Cash',0.00,'170','','','4','','1','2020-09-19 14:43:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2486,'41600526342','6164000009013','1','115','retail','0','2020-09-19 17:41:59','','','','103.5','Cash',0.00,'115','','','4','','1','2020-09-19 14:43:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2487,'41600526704','32','1','50','retail','0','2020-09-19 17:45:04','','','','45','Cash',0.00,'50','','','4','','1','2020-09-19 14:55:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2488,'41600527328','169','2','10','retail','0','2020-09-19 17:55:28','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-19 15:20:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','27.00','25','Inclusive'),(2489,'41600528800','98','1','25','retail','0','2020-09-19 18:20:00','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-19 15:32:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','87.00','86','Inclusive'),(2490,'41600529575','33','1','50','retail','0','2020-09-19 18:32:55','','','','45','Cash',0.00,'50','','','4','','1','2020-09-19 15:38:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2491,'41600529575','7622210304520','1','60','retail','0','2020-09-19 18:37:32','','','','54','Cash',0.00,'60','','','4','','1','2020-09-19 15:38:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(2492,'41600529575','186','1','150','retail','0','2020-09-19 18:37:43','','','','135','Cash',0.00,'150','','','4','','1','2020-09-19 15:38:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(2493,'41600529931','6009607673345','1','50','retail','0','2020-09-19 18:38:51','','','','34','Cash',0.00,'50','','','4','','1','2020-09-19 15:43:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(2494,'41600530237','6161101000543','3','165','retail','0','2020-09-19 18:43:57','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-19 15:54:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','7.00','4','Inclusive'),(2495,'41600530877','89','1','40','retail','0','2020-09-19 18:54:37','','','','36','Cash',0.00,'40','','','4','','1','2020-09-19 16:22:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(2496,'41600533995','161102794700','1','20','retail','0','2020-09-19 19:46:35','','','','16','Cash',0.00,'20','','','4','','1','2020-09-19 16:47:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(2497,'41600534043','6009614480462','1','25','retail','0','2020-09-19 19:47:23','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-19 16:55:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','39.00','38','Exclusive'),(2498,'41600534043','1','1','50','retail','0','2020-09-19 19:52:15','','','','45','Cash',0.00,'50','','','4','','1','2020-09-19 16:55:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(2499,'41600535786','158','2','100','retail','0','2020-09-19 20:16:26','','','','45','Cash',0.00,'50','','','4','','1','2020-09-19 17:17:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','4.00','2','Inclusive'),(2500,'41600535786','119','1','30','retail','0','2020-09-19 20:16:48','','','','27','Cash',0.00,'30','','','4','','1','2020-09-19 17:17:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(2501,'41600535786','6161102794694','1','50','retail','0','2020-09-19 20:17:03','','','','45','Cash',0.00,'50','','','4','','1','2020-09-19 17:17:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(2506,'41600536705','6161100950139','1','100','retail','0','2020-09-19 20:31:45','','','','90','Cash',0.00,'100','','','4','','1','2020-09-19 17:34:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2507,'41600536705','18','1','15','retail','0','2020-09-19 20:31:55','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-19 17:34:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','54.00','53','Inclusive'),(2508,'41600536705','6161101000543','1','55','retail','0','2020-09-19 20:32:03','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-19 17:34:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2509,'41600536705','6161100760226','1','20','retail','0','2020-09-19 20:32:28','','','','18','Cash',0.00,'20','','','4','','1','2020-09-19 17:34:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','36.00','35','Inclusive'),(2510,'41600584616','39','1','50','retail','0','2020-09-20 09:50:16','','','','45','Cash',0.00,'50','','','4','','1','2020-09-20 06:50:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(2511,'41600584643','33','1','50','retail','0','2020-09-20 09:50:43','','','','45','Cash',0.00,'50','','','4','','1','2020-09-20 07:14:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2512,'41600584643','6164000009068','1','100','retail','0','2020-09-20 10:13:39','','','','90','Cash',0.00,'100','','','4','','1','2020-09-20 07:14:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(2513,'41600586054','101','1','120','retail','0','2020-09-20 10:14:14','','','','93','Cash',0.00,'120','','','4','','1','2020-09-20 07:15:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(2514,'41600586159','32','1','50','retail','0','2020-09-20 10:15:59','','','','45','Cash',0.00,'50','','','4','','1','2020-09-20 07:37:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2516,'41600586159','268','4','48','retail','0','2020-09-20 10:36:10','','','','10','Cash',0.00,'12','','','4','','1','2020-09-20 07:37:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','53.00','49','Inclusive'),(2517,'41600587465','107','1','330','retail','0','2020-09-20 10:37:45','','','','297','Cash',0.00,'330','','','4','','1','2020-09-20 07:55:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','176.00','175','Inclusive'),(2518,'41600587465','6161100950139','1','100','retail','0','2020-09-20 10:54:30','','','','90','Cash',0.00,'100','','','4','','1','2020-09-20 07:55:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2519,'41600588507','18','1','15','retail','0','2020-09-20 10:56:12','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-20 07:57:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','53.00','52','Inclusive'),(2520,'41600588651','173','1','25','retail','0','2020-09-20 11:09:09','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-20 08:12:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(2521,'41600589563','101','1','120','retail','0','2020-09-20 11:13:56','','','','93','Cash',0.00,'120','','','4','','1','2020-09-20 08:16:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(2522,'41600589563','122','2','250','retail','0','2020-09-20 11:14:11','','','','110','Cash',0.00,'125','','','4','','1','2020-09-20 08:16:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','4.00','2','Inclusive'),(2523,'41600589563','0000616009978','1','100','retail','0','2020-09-20 11:14:47','','','','90','Cash',0.00,'100','','','4','','1','2020-09-20 08:16:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2524,'41600592751','6161101661232','1','220','retail','0','2020-09-20 12:05:51','','','','198','Cash',0.00,'220','','','4','','1','2020-09-20 09:07:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(2525,'41600592751','68','1','50','retail','0','2020-09-20 12:06:18','','','','45','Cash',0.00,'50','','','4','','1','2020-09-20 09:07:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(2526,'41600595758','73','1','170','retail','0','2020-09-20 12:55:59','','','','153','Cash',0.00,'170','','','4','','1','2020-09-20 09:56:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2527,'41600595758','45','2','100','retail','0','2020-09-20 12:56:18','','','','45','Cash',0.00,'50','','','4','','1','2020-09-20 09:56:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','4.00','2','Inclusive'),(2528,'41600596633','6164001166272','1','50','retail','0','2020-09-20 13:10:33','','','','45','Cash',0.00,'50','','','4','','1','2020-09-20 10:11:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(2529,'41600596633','32','1','50','retail','0','2020-09-20 13:11:16','','','','45','Cash',0.00,'50','','','4','','1','2020-09-20 10:11:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2530,'41600596694','6164001166272','1','50','retail','0','2020-09-20 13:22:24','','','','45','Cash',0.00,'50','','','4','','1','2020-09-20 10:23:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(2531,'41600596694','16','1','30','retail','0','2020-09-20 13:22:34','','','','27','Cash',0.00,'30','','','4','','1','2020-09-20 10:23:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Inclusive'),(2532,'41600596694','6166000090213','1','35','retail','0','2020-09-20 13:22:48','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-20 10:23:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(2533,'41600597394','6164001166272','3','150','retail','0','2020-09-20 13:23:14','','','','45','Cash',0.00,'50','','','4','','1','2020-09-20 10:36:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','10.00','7','Inclusive'),(2534,'41600598163','6164004611175','','0','retail','0','2020-09-20 13:36:03','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-20 11:02:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','','0.00','0','Exclusive'),(2535,'41600598163','43','2','100','retail','0','2020-09-20 13:59:11','','','','45','Cash',0.00,'50','','','4','','1','2020-09-20 11:02:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','9.00','7','Inclusive'),(2536,'41600598163','67','3','120','retail','0','2020-09-20 13:59:51','','','','36','Cash',0.00,'40','','','4','','1','2020-09-20 11:02:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','7.00','4','Inclusive'),(2537,'41600598163','88','4','160','retail','0','2020-09-20 14:00:21','','','','36','Cash',0.00,'40','','','4','','1','2020-09-20 11:02:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','16.00','12','Inclusive'),(2538,'41600598163','66','1','60','retail','0','2020-09-20 14:00:52','','','','54','Cash',0.00,'60','','','4','','1','2020-09-20 11:02:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(2539,'41600598163','432','5','30','retail','0','2020-09-20 14:01:19','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-20 11:02:20','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','5','40.00','35','Exclusive'),(2540,'41600598163','174','2','40','retail','0','2020-09-20 14:01:40','','','','15','Cash',0.00,'20','','','4','','1','2020-09-20 11:02:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','41.00','39','Inclusive'),(2541,'41600599741','161101680431','5','100','retail','0','2020-09-20 14:04:05','','','','16','Cash',0.00,'20','','','4','','1','2020-09-20 11:05:45','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','5','10.00','5','Exclusive'),(2542,'41600599741','22','1','120','retail','0','2020-09-20 14:04:36','','','','108','Cash',0.00,'120','','','4','','1','2020-09-20 11:05:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(2543,'41600599741','18','1','15','retail','0','2020-09-20 14:05:00','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-20 11:05:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','52.00','51','Inclusive'),(2544,'41600599946','89','2','80','retail','0','2020-09-20 14:05:46','','','','36','Cash',0.00,'40','','','4','','1','2020-09-20 11:07:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','37.00','35','Inclusive'),(2545,'71600600117','18','1','15','retail','0','2020-09-20 14:08:37','','','','13.5','Cash',0.00,'15','','','7','','1','2020-09-20 11:08:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','51.00','50','Inclusive'),(2546,'71600601833','60','1','6','retail','0','2020-09-20 14:37:13','','','','5.4','Cash',0.00,'6','','','7','','1','2020-09-20 11:39:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(2547,'71600601833','189','1','5','retail','0','2020-09-20 14:38:46','','','','3.4','Cash',0.00,'5','','','7','','1','2020-09-20 11:39:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','172.00','171','Inclusive'),(2548,'41600602229','6161113940134','1','65','retail','0','2020-09-20 14:43:49','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-20 11:45:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(2549,'41600602229','6161113940134','1','65','retail','0','2020-09-20 14:43:58','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-20 11:45:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(2550,'41600603631','16','2','60','retail','0','2020-09-20 15:07:11','','','','27','Cash',0.00,'30','','','4','','1','2020-09-20 12:07:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','30.00','28','Inclusive'),(2551,'41600604389','39','1','50','retail','0','2020-09-20 15:19:49','','','','45','Cash',0.00,'50','','','4','','1','2020-09-20 12:20:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(2552,'71600604462','169','2','10','retail','0','2020-09-20 15:21:02','','','','3.33','Cash',0.00,'5','','','7','','1','2020-09-20 12:21:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','15.00','13','Inclusive'),(2553,'41600605354','6920354817823','1','200','retail','0','2020-09-20 15:35:54','','','','180','Cash',0.00,'200','','','4','','1','2020-09-20 12:36:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','71.00','70','Inclusive'),(2554,'41600605468','66','1','60','retail','0','2020-09-20 15:37:48','','','','54','Cash',0.00,'60','','','4','','1','2020-09-20 12:39:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(2555,'41600606450','6161101000543','1','55','retail','0','2020-09-20 15:54:10','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-20 12:57:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2556,'41600606450','5449000180247','1','130','retail','0','2020-09-20 15:54:30','','','','117','Cash',0.00,'130','','','4','','1','2020-09-20 12:57:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2557,'41600606450','66','2','120','retail','0','2020-09-20 15:54:50','','','','54','Cash',0.00,'60','','','4','','1','2020-09-20 12:57:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','10.00','8','Inclusive'),(2558,'41600606654','6161113940141','2','250','retail','0','2020-09-20 15:57:34','','','','112.5','Cash',0.00,'125','','','4','','1','2020-09-20 12:59:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(2559,'41600606654','98','1','25','retail','0','2020-09-20 15:57:50','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-20 12:59:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','86.00','85','Inclusive'),(2561,'41600606792','6161101000901','2','210','retail','0','2020-09-20 15:59:52','','','','94.5','Cash',0.00,'105','','','4','','1','2020-09-20 13:00:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','4.00','2','Inclusive'),(2562,'41600606823','431','2','12','retail','0','2020-09-20 16:00:23','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-20 13:01:08','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','44.00','42','Exclusive'),(2563,'41600606823','433','2','12','retail','0','2020-09-20 16:00:47','','','','4.6','Cash',0.00,'6','','','4','','1','2020-09-20 13:01:08','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','35.00','33','Exclusive'),(2564,'41600608476','66','1','60','retail','0','2020-09-20 16:27:56','','','','54','Cash',0.00,'60','','','4','','1','2020-09-20 13:29:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(2565,'41600608476','171','1','130','retail','0','2020-09-20 16:28:07','','','','117','Cash',0.00,'130','','','4','','1','2020-09-20 13:29:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2566,'41600608476','39','2','100','retail','0','2020-09-20 16:28:33','','','','45','Cash',0.00,'50','','','4','','1','2020-09-20 13:29:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','13.00','11','Inclusive'),(2567,'41600609277','3','1','85','retail','0','2020-09-20 16:41:17','','','','76.5','Cash',0.00,'85','','','4','','1','2020-09-20 13:44:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2568,'41600609277','1','1','50','retail','0','2020-09-20 16:42:01','','','','45','Cash',0.00,'50','','','4','','1','2020-09-20 13:44:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','42.00','41','Exclusive'),(2569,'41600609457','155','2','120','retail','0','2020-09-20 16:44:18','','','','54','Cash',0.00,'60','','','4','','1','2020-09-20 13:45:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','7.00','5','Inclusive'),(2570,'41600609519','31','1','70','retail','0','2020-09-20 16:45:19','','','','63','Cash',0.00,'70','','','4','','1','2020-09-20 13:48:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2571,'41600609519','57','1','230','retail','0','2020-09-20 16:45:56','','','','207','Cash',0.00,'230','','','4','','1','2020-09-20 13:48:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(2572,'41600609519','63','1','100','retail','0','2020-09-20 16:46:21','','','','90','Cash',0.00,'100','','','4','','1','2020-09-20 13:48:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2573,'41600609519','104','2','260','retail','0','2020-09-20 16:46:57','','','','117','Cash',0.00,'130','','','4','','1','2020-09-20 13:48:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','11.00','9','Exclusive'),(2574,'41600609519','178','1','125','retail','0','2020-09-20 16:47:29','','','','112.5','Cash',0.00,'125','','','4','','1','2020-09-20 13:48:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2575,'41600609519','202','1','40','retail','0','2020-09-20 16:48:04','','','','30','Cash',0.00,'40','','','4','','1','2020-09-20 13:48:58','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(2576,'41600610363','68','1','50','retail','0','2020-09-20 16:59:23','','','','45','Cash',0.00,'50','','','4','','1','2020-09-20 13:59:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(2577,'41600610400','89','1','40','retail','0','2020-09-20 17:00:00','','','','36','Cash',0.00,'40','','','4','','1','2020-09-20 14:01:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','35.00','34','Inclusive'),(2578,'41600610400','6161113440016','1','65','retail','0','2020-09-20 17:00:32','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-20 14:01:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(2579,'41600610477','6164001166272','2','100','retail','0','2020-09-20 17:01:17','','','','45','Cash',0.00,'50','','','4','','1','2020-09-20 14:03:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','7.00','5','Inclusive'),(2580,'41600611881','89','1','40','retail','0','2020-09-20 17:24:41','','','','36','Cash',0.00,'40','','','4','','1','2020-09-20 14:25:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(2581,'41600611881','88','1','40','retail','0','2020-09-20 17:25:10','','','','36','Cash',0.00,'40','','','4','','1','2020-09-20 14:25:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(2582,'41600612881','6161101680424','1','50','retail','0','2020-09-20 17:41:21','','','','45','Cash',0.00,'50','','','4','','1','2020-09-20 14:43:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(2583,'41600613774','161102794700','1','20','retail','0','2020-09-20 17:56:14','','','','16','Cash',0.00,'20','','','4','','1','2020-09-20 14:57:37','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(2584,'41600613774','39','1','50','retail','0','2020-09-20 17:56:28','','','','45','Cash',0.00,'50','','','4','','1','2020-09-20 14:57:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(2585,'41600613774','153','1','40','retail','0','2020-09-20 17:56:54','','','','36','Cash',0.00,'40','','','4','','1','2020-09-20 14:57:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2586,'41600615264','792382330195','1','100','retail','0','2020-09-20 18:21:04','','','','85.5','Cash',0.00,'100','','','4','','1','2020-09-20 15:27:05','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','48.00','47','Exclusive'),(2587,'41600615264','792382330195','1','100','retail','0','2020-09-20 18:23:39','','','','85.5','Cash',0.00,'100','','','4','','1','2020-09-20 15:27:05','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','47.00','46','Exclusive'),(2588,'41600615264','427','1','70','retail','0','2020-09-20 18:23:44','','','','63','Cash',0.00,'70','','','4','','1','2020-09-20 15:27:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(2589,'41600615264','8901719908590','1','120','retail','0','2020-09-20 18:25:02','','','','108','Cash',0.00,'120','','','4','','1','2020-09-20 15:27:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(2590,'41600615264','8901719908590','1','120','retail','0','2020-09-20 18:25:34','','','','108','Cash',0.00,'120','','','4','','1','2020-09-20 15:27:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(2591,'41600615264','8901719908590','1','120','retail','0','2020-09-20 18:25:46','','','','108','Cash',0.00,'120','','','4','','1','2020-09-20 15:27:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(2592,'41600615264','0792382434152','2','200','retail','0','2020-09-20 18:25:58','','','','85','Cash',0.00,'100','','','4','','1','2020-09-20 15:27:05','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Exclusive'),(2593,'41600615264','6164000512018','1','230','retail','0','2020-09-20 18:26:26','','','','207','Cash',0.00,'230','','','4','','1','2020-09-20 15:27:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(2594,'41600615264','6164000009082','1','100','retail','0','2020-09-20 18:26:37','','','','90','Cash',0.00,'100','','','4','','1','2020-09-20 15:27:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(2595,'41600615264','6008677000532','1','25','retail','0','2020-09-20 18:26:44','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-20 15:27:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(2596,'41600675469','492','1','100','retail','0','2020-09-21 11:04:29','','','','95','Cash',0.00,'100','','','4','','1','2020-09-21 08:05:06','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(2597,'41600675507','6166000090213','1','35','retail','0','2020-09-21 11:05:07','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-21 08:07:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(2598,'41600675657','6164004554199','1','25','retail','0','2020-09-21 11:07:37','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-21 08:08:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(2599,'41600675710','6161113940134','1','65','retail','0','2020-09-21 11:08:30','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-21 08:45:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2600,'41600677917','497','1','50','retail','0','2020-09-21 11:45:17','','','','46','Cash',0.00,'50','','','4','','1','2020-09-21 08:54:23','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(2601,'41600678463','6161100041240','1','20','retail','0','2020-09-21 11:54:23','','','','18','Cash',0.00,'20','','','4','','1','2020-09-21 09:28:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(2602,'41600678463','492','1','100','retail','0','2020-09-21 12:28:20','','','','95','Cash',0.00,'100','','','4','','1','2020-09-21 09:28:49','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(2603,'41600680529','431','1','6','retail','0','2020-09-21 12:28:49','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-21 09:40:07','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','42.00','41','Exclusive'),(2604,'41600681973','6161107150730','1','75','retail','0','2020-09-21 12:52:53','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-21 09:53:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2605,'41600681973','6161100760226','1','20','retail','0','2020-09-21 13:09:55','','','','18','Cash',0.00,'20','','','4','','1','2020-09-21 10:10:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2606,'41600683029','496','1','100','retail','0','2020-09-21 13:10:30','','','','95','Cash',0.00,'100','','','4','','1','2020-09-21 10:14:16','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(2607,'41600683029','492','1','100','retail','0','2020-09-21 13:13:52','','','','95','Cash',0.00,'100','','','4','','1','2020-09-21 10:14:16','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(2608,'41600683404','6009627050010','1','120','retail','0','2020-09-21 13:16:44','','','','107.08','Cash',0.00,'120','','','4','','1','2020-09-21 10:17:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(2609,'41600683442','67','1','40','retail','0','2020-09-21 14:19:39','','','','36','Cash',0.00,'40','','','4','','1','2020-09-21 11:20:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2610,'41600687235','32','1','50','retail','0','2020-09-21 14:20:35','','','','45','Cash',0.00,'50','','','4','','1','2020-09-21 11:28:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2611,'41600687235','77','1','110','retail','0','2020-09-21 14:27:42','','','','99','Cash',0.00,'110','','','4','','1','2020-09-21 11:28:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2612,'41600687235','18','1','15','retail','0','2020-09-21 14:28:09','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-21 11:28:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','50.00','49','Inclusive'),(2613,'41600687729','173','1','25','retail','0','2020-09-21 14:28:49','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-21 11:32:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','36.00','35','Inclusive'),(2614,'41600687965','16','1','30','retail','0','2020-09-21 14:44:03','','','','27','Cash',3.68,'30','','','4','','1','2020-09-21 11:44:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','28.00','27','Inclusive'),(2615,'41600688914','68','1','50','retail','0','2020-09-21 14:48:34','','','','45','Cash',0.00,'50','','','4','','1','2020-09-21 12:03:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(2616,'41600688914','66','1','60','retail','0','2020-09-21 15:01:53','','','','54','Cash',0.00,'60','','','4','','1','2020-09-21 12:03:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2617,'41600688914','169','1','5','retail','0','2020-09-21 15:02:30','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-21 12:03:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(2618,'41600688914','499','1','10','retail','0','2020-09-21 15:02:57','','','','8','Cash',0.00,'10','','','4','','1','2020-09-21 12:03:31','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(2620,'41600689811','169','2','10','retail','0','2020-09-21 15:03:31','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-21 12:08:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','12.00','10','Inclusive'),(2621,'41600689811','5013405652717','1','20','retail','0','2020-09-21 15:08:20','','','','15','Cash',0.00,'20','','','4','','1','2020-09-21 12:08:43','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(2622,'41600690491','79','1','110','retail','0','2020-09-21 15:14:51','','','','99','Cash',0.00,'110','','','4','','1','2020-09-21 12:19:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2623,'41600690491','39','1','50','retail','0','2020-09-21 15:15:06','','','','45','Cash',0.00,'50','','','4','','1','2020-09-21 12:19:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2624,'41600690491','169','2','10','retail','0','2020-09-21 15:15:12','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-21 12:19:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','10.00','8','Inclusive'),(2625,'41600690491','7','1','195','retail','0','2020-09-21 15:17:51','','','','175.5','Cash',0.00,'195','','','4','','1','2020-09-21 12:19:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(2626,'41600690743','6161102170030','1','65','retail','0','2020-09-21 15:19:03','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-21 12:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(2627,'41600690998','6161101661713','1','25','retail','0','2020-09-21 15:23:18','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-21 12:31:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2628,'41600691468','68','1','50','retail','0','2020-09-21 15:44:13','','','','45','Cash',0.00,'50','','','4','','1','2020-09-21 12:44:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(2629,'41600692274','6161113440016','1','65','retail','0','2020-09-21 15:44:34','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-21 13:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(2630,'41600694164','6161113940134','1','65','retail','0','2020-09-21 16:16:04','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-21 13:16:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2631,'41600694174','6161101000901','1','105','retail','0','2020-09-21 16:16:14','','','','94.5','Cash',0.00,'105','','','4','','1','2020-09-21 13:28:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2633,'41600696371','6009614480462','1','25','retail','0','2020-09-21 16:52:51','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-21 14:15:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','74.00','73','Exclusive'),(2634,'41600699526','6009614480462','1','25','retail','0','2020-09-21 17:45:26','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-21 14:53:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','73.00','72','Exclusive'),(2635,'41600700004','169','1','5','retail','0','2020-09-21 17:53:25','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-21 14:55:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(2636,'41600700116','168','1','200','retail','0','2020-09-21 17:55:16','','','','180','Cash',0.00,'200','','','4','','1','2020-09-21 14:55:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(2637,'41600700306','101','1','120','retail','0','2020-09-21 17:58:26','','','','93','Cash',0.00,'120','','','4','','1','2020-09-21 15:00:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(2638,'41600700306','6161101680424','2','100','retail','0','2020-09-21 17:59:03','','','','45','Cash',0.00,'50','','','4','','1','2020-09-21 15:00:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','10.00','8','Inclusive'),(2639,'41600700306','8901719903427','1','20','retail','0','2020-09-21 17:59:37','','','','18','Cash',0.00,'20','','','4','','1','2020-09-21 15:00:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','41.00','40','Inclusive'),(2640,'41600700458','5013405652717','1','20','retail','0','2020-09-21 18:00:59','','','','15','Cash',0.00,'20','','','4','','1','2020-09-21 15:05:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(2641,'41600700458','8901719903434','1','20','retail','0','2020-09-21 18:03:48','','','','18','Cash',0.00,'20','','','4','','1','2020-09-21 15:05:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2642,'41600701990','6161101680424','1','50','retail','0','2020-09-21 18:26:30','','','','45','Cash',0.00,'50','','','4','','1','2020-09-21 15:26:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(2643,'41600702857','30','1','90','retail','0','2020-09-21 18:40:57','','','','81','Cash',0.00,'90','','','4','','1','2020-09-21 15:49:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2644,'41600703373','196','1','55','retail','0','2020-09-21 18:49:33','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-21 15:50:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','39.00','38','Inclusive'),(2645,'41600703430','34','2','20','retail','0','2020-09-21 18:50:30','','','','9','Cash',0.00,'10','','','4','','1','2020-09-21 15:54:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','71.00','69','Inclusive'),(2646,'41600703430','173','1','25','retail','0','2020-09-21 18:53:31','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-21 15:54:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','35.00','34','Inclusive'),(2647,'41600703646','3','1','85','retail','0','2020-09-21 18:57:20','','','','76.5','Cash',0.00,'85','','','4','','1','2020-09-21 15:58:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2648,'41600703646','4','1','90','retail','0','2020-09-21 18:57:48','','','','81','Cash',0.00,'90','','','4','','1','2020-09-21 15:58:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(2649,'41600703890','30','1','90','retail','0','2020-09-21 18:58:10','','','','81','Cash',0.00,'90','','','4','','1','2020-09-21 15:58:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2650,'41600704338','6161101680424','2','100','retail','0','2020-09-21 19:05:38','','','','45','Cash',0.00,'50','','','4','','1','2020-09-21 16:07:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','7.00','5','Inclusive'),(2651,'41600704470','10000905','1','70','retail','0','2020-09-21 19:07:50','','','','57','Cash',0.00,'70','','','4','','1','2020-09-21 16:32:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(2652,'41600705923','6161100761933','1','100','retail','0','2020-09-21 19:32:03','','','','90','Cash',0.00,'100','','','4','','1','2020-09-21 16:48:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','80.00','79','Exclusive'),(2653,'41600705923','101','1','120','retail','0','2020-09-21 19:47:45','','','','93','Cash',0.00,'120','','','4','','1','2020-09-21 16:48:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(2654,'41600706907','492','2','200','retail','0','2020-09-21 19:48:27','','','','95','Cash',0.00,'100','','','4','','1','2020-09-21 17:09:01','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Exclusive'),(2655,'41600708142','30','1','90','retail','0','2020-09-21 20:09:02','','','','81','Cash',0.00,'90','','','4','','1','2020-09-21 17:15:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2656,'41600708142','6161113440023','1','85','retail','0','2020-09-21 20:11:14','','','','76.5','Cash',0.00,'85','','','4','','1','2020-09-21 17:15:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(2657,'41600708142','6161106610242','1','510','retail','0','2020-09-21 20:11:55','','','','452.5','Cash',0.00,'510','','','4','','1','2020-09-21 17:15:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(2658,'41600708142','6161100762473','1','100','retail','0','2020-09-21 20:12:06','','','','90','Cash',0.00,'100','','','4','','1','2020-09-21 17:15:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2659,'41600708142','6009627050034','1','120','retail','0','2020-09-21 20:12:17','','','','104.58','Cash',0.00,'120','','','4','','1','2020-09-21 17:15:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2660,'41600708142','6161113440016','1','65','retail','0','2020-09-21 20:12:43','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-21 17:15:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(2661,'41600708142','104','2','260','retail','0','2020-09-21 20:12:54','','','','117','Cash',0.00,'130','','','4','','1','2020-09-21 17:15:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','9.00','7','Exclusive'),(2662,'41600708142','122','1','125','retail','0','2020-09-21 20:13:04','','','','110','Cash',0.00,'125','','','4','','1','2020-09-21 17:15:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2663,'41600708559','6161101000543','1','55','retail','0','2020-09-21 20:15:59','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-21 17:16:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2664,'41600708559','6164001166272','1','50','retail','0','2020-09-21 20:16:13','','','','45','Cash',0.00,'50','','','4','','1','2020-09-21 17:16:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2665,'41600708637','431','1','6','retail','0','2020-09-21 20:17:17','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-21 17:18:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','41.00','40','Exclusive'),(2666,'41600708637','431','2','12','retail','0','2020-09-21 20:18:29','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-21 17:18:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','40.00','38','Exclusive'),(2667,'41600709442','498','1','20','retail','0','2020-09-21 20:30:42','','','','17','Cash',0.00,'20','','','4','','1','2020-09-21 17:30:58','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(2668,'41600754445','30','1','90','retail','0','2020-09-22 09:00:45','','','','81','Cash',0.00,'90','','','4','','1','2020-09-22 06:02:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2669,'41600754445','6164000033483','1','70','retail','0','2020-09-22 09:02:31','','','','63','Cash',0.00,'70','','','4','','1','2020-09-22 06:02:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2670,'41600754566','186','1','150','retail','0','2020-09-22 09:02:46','','','','135','Cash',0.00,'150','','','4','','1','2020-09-22 06:03:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2671,'41600754589','6166000090213','1','35','retail','0','2020-09-22 09:03:09','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-22 06:39:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Exclusive'),(2672,'41600754589','492','1','100','retail','0','2020-09-22 09:39:29','','','','95','Cash',0.00,'100','','','4','','1','2020-09-22 06:39:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(2673,'41600756788','6161101280013','1','20','retail','0','2020-09-22 09:39:48','','','','18','Cash',0.00,'20','','','4','','1','2020-09-22 06:53:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(2674,'41600757631','30','1','90','retail','0','2020-09-22 09:53:51','','','','81','Cash',0.00,'90','','','4','','1','2020-09-22 08:06:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2675,'41600761997','105','1','75','retail','0','2020-09-22 11:06:38','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-22 08:21:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(2676,'41600761997','68','1','50','retail','0','2020-09-22 11:21:32','','','','45','Cash',0.00,'50','','','4','','1','2020-09-22 08:21:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(2677,'41600762914','498','1','20','retail','0','2020-09-22 11:49:44','','','','17','Cash',0.00,'20','','','4','','1','2020-09-22 08:51:56','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(2678,'41600764716','6161101661232','1','220','retail','0','2020-09-22 11:51:56','','','','198','Cash',0.00,'220','','','4','','1','2020-09-22 08:52:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(2679,'41600764731','8901719903434','1','20','retail','0','2020-09-22 11:52:12','','','','18','Cash',0.00,'20','','','4','','1','2020-09-22 09:22:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(2680,'41600764731','8901719903427','1','20','retail','0','2020-09-22 12:22:22','','','','18','Cash',0.00,'20','','','4','','1','2020-09-22 09:22:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(2681,'41600764731','73','1','170','retail','0','2020-09-22 12:22:31','','','','153','Cash',0.00,'170','','','4','','1','2020-09-22 09:22:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2682,'41600767900','498','1','20','retail','0','2020-09-22 12:45:00','','','','17','Cash',0.00,'20','','','4','','1','2020-09-22 10:29:09','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(2683,'41600770549','8924122012340','1','10','retail','0','2020-09-22 13:29:09','','','','9','Cash',0.00,'10','','','4','','1','2020-09-22 10:29:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(2684,'41600770597','6161113940134','1','65','retail','0','2020-09-22 13:29:57','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-22 10:56:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2685,'41600772165','6009614480462','1','25','retail','0','2020-09-22 13:56:05','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-22 11:01:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','72.00','71','Exclusive'),(2686,'41600772165','16','1','30','retail','0','2020-09-22 14:00:58','','','','27','Cash',3.68,'30','','','4','','1','2020-09-22 11:01:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','27.00','26','Inclusive'),(2687,'41600772465','77','1','110','retail','0','2020-09-22 14:01:05','','','','99','Cash',0.00,'110','','','4','','1','2020-09-22 11:11:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2688,'41600773069','16','1','30','retail','0','2020-09-22 14:34:52','','','','27','Cash',3.68,'30','','','4','','1','2020-09-22 11:35:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','26.00','25','Inclusive'),(2689,'41600774522','433','2','12','retail','0','2020-09-22 14:35:22','','','','4.6','Cash',0.00,'6','','','4','','1','2020-09-22 11:51:56','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','33.00','31','Exclusive'),(2690,'41600775516','6920354817823','1','200','retail','0','2020-09-22 14:51:56','','','','180','Cash',0.00,'200','','','4','','1','2020-09-22 11:54:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(2691,'41600775516','76','1','170','retail','0','2020-09-22 14:52:45','','','','153','Cash',0.00,'170','','','4','','1','2020-09-22 11:54:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2692,'41600775516','194','1','85','retail','0','2020-09-22 14:53:02','','','','76.5','Cash',0.00,'85','','','4','','1','2020-09-22 11:54:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(2693,'41600775658','497','1','50','retail','0','2020-09-22 14:54:18','','','','46','Cash',0.00,'50','','','4','','1','2020-09-22 12:04:59','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(2694,'41600776300','6161113440016','1','65','retail','0','2020-09-22 15:05:00','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-22 12:20:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(2695,'41600777221','6161101000895','1','105','retail','0','2020-09-22 15:20:21','','','','94.5','Cash',0.00,'105','','','4','','1','2020-09-22 12:29:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2696,'41600777770','6161101680424','3','150','retail','0','2020-09-22 15:29:30','','','','45','Cash',0.00,'50','','','4','','1','2020-09-22 12:34:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','29.00','26','Inclusive'),(2697,'41600778095','6164000009358','1','35','retail','0','2020-09-22 15:34:55','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-22 12:41:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2698,'41600778757','493','1','50','retail','0','2020-09-22 15:45:57','','','','45','Cash',0.00,'50','','','4','','1','2020-09-22 13:35:27','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(2699,'41600778757','6164000033483','1','70','retail','0','2020-09-22 16:34:36','','','','63','Cash',0.00,'70','','','4','','1','2020-09-22 13:35:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2700,'41600778757','502','11','11','retail','0','2020-09-22 16:35:02','','','','0.88','Cash',0.00,'1','','','4','','1','2020-09-22 13:35:27','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','11','80.00','69','Exclusive'),(2701,'41600778757','433','1','6','retail','0','2020-09-22 16:35:17','','','','4.6','Cash',0.00,'6','','','4','','1','2020-09-22 13:35:27','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Exclusive'),(2702,'41600781728','101','1','120','retail','0','2020-09-22 16:35:28','','','','93','Cash',0.00,'120','','','4','','1','2020-09-22 14:26:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(2703,'41600781728','6161101680424','2','100','retail','0','2020-09-22 17:25:41','','','','45','Cash',0.00,'50','','','4','','1','2020-09-22 14:26:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','26.00','24','Inclusive'),(2704,'41600781728','493','1','50','retail','0','2020-09-22 17:25:55','','','','45','Cash',0.00,'50','','','4','','1','2020-09-22 14:26:07','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(2705,'41600784767','6161102170900','1','240','retail','0','2020-09-22 17:29:56','','','','216','Cash',0.00,'240','','','4','','1','2020-09-22 14:32:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(2706,'41600784767','31','1','70','retail','0','2020-09-22 17:31:30','','','','63','Cash',0.00,'70','','','4','','1','2020-09-22 14:32:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2707,'41600785158','6161101680424','1','50','retail','0','2020-09-22 17:33:19','','','','45','Cash',0.00,'50','','','4','','1','2020-09-22 14:33:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(2708,'41600785261','6161106610228','1','180','retail','0','2020-09-22 17:34:21','','','','162','Cash',0.00,'180','','','4','','1','2020-09-22 14:40:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(2709,'41600785640','6164000033179','1','130','retail','0','2020-09-22 17:40:40','','','','117','Cash',0.00,'130','','','4','','1','2020-09-22 15:27:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2710,'41600790238','6164000033179','1','130','retail','0','2020-09-22 18:57:18','','','','117','Cash',0.00,'130','','','4','','1','2020-09-22 16:59:31','1','1','returned','1','new','pcs','','2020-09-22 19:59:31','4','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2711,'41600790332','169','1','5','retail','0','2020-09-22 19:04:35','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-22 16:04:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2712,'41600790691','6161101680424','1','50','retail','0','2020-09-22 19:04:51','','','','45','Cash',0.00,'50','','','4','','1','2020-09-22 16:26:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(2714,'41600792041','6161100040267','1','25','retail','0','2020-09-22 19:27:21','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-22 16:33:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(2715,'41600792397','6161102794694','1','50','retail','0','2020-09-22 19:33:17','','','','45','Cash',0.00,'50','','','4','','1','2020-09-22 16:34:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2716,'41600793060','6164000033193','1','130','retail','0','2020-09-22 19:44:20','','','','117','Cash',0.00,'130','','','4','','1','2020-09-22 16:45:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2717,'41600793158','30','1','90','retail','0','2020-09-22 19:45:58','','','','81','Cash',0.00,'90','','','4','','1','2020-09-22 16:55:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2718,'41600793158','6161113440023','1','85','retail','0','2020-09-22 19:53:05','','','','76.5','Cash',0.00,'85','','','4','','1','2020-09-22 16:55:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(2719,'41600793158','6164000009006','1','160','retail','0','2020-09-22 19:53:50','','','','144','Cash',0.00,'160','','','4','','1','2020-09-22 16:55:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2720,'41600793158','6161101680424','12','600','retail','0','2020-09-22 19:53:58','','','','45','Cash',0.00,'50','','','4','','1','2020-09-22 16:55:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','12','22.00','10','Inclusive'),(2721,'41600793703','6161113440061','1','75','retail','0','2020-09-22 19:55:03','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-22 16:56:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2722,'41600795194','161','2','50','retail','0','2020-09-22 20:19:54','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-22 17:20:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','24.00','22','Inclusive'),(2723,'41600838456','6161113940134','1','65','retail','0','2020-09-23 08:20:56','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-23 06:29:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2724,'41600842595','68','1','50','retail','0','2020-09-23 09:44:38','','','','45','Cash',0.00,'50','','','4','','1','2020-09-23 06:45:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2725,'41600843506','25','1','50','retail','0','2020-09-23 09:45:06','','','','45','Cash',0.00,'50','','','4','','1','2020-09-23 07:18:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(2726,'41600843506','8901719903434','1','20','retail','0','2020-09-23 10:15:30','','','','18','Cash',0.00,'20','','','4','','1','2020-09-23 07:18:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(2727,'41600845494','6161113940134','1','65','retail','0','2020-09-23 10:32:26','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-23 07:40:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2728,'41600845494','101','1','120','retail','0','2020-09-23 10:39:48','','','','93','Cash',0.00,'120','','','4','','1','2020-09-23 07:40:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(2729,'41600845494','34','3','30','retail','0','2020-09-23 10:40:14','','','','9','Cash',0.00,'10','','','4','','1','2020-09-23 07:40:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','69.00','66','Inclusive'),(2730,'41600847616','499','2','20','retail','0','2020-09-23 11:05:32','','','','8','Cash',0.00,'10','','','4','','1','2020-09-23 08:06:08','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','8.00','6','Exclusive'),(2731,'41600848369','6161100912380','1','70','retail','0','2020-09-23 11:06:09','','','','63','Cash',0.00,'70','','','4','','1','2020-09-23 08:13:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2732,'41600848369','6161100912281','1','85','retail','0','2020-09-23 11:11:11','','','','76.5','Cash',0.00,'85','','','4','','1','2020-09-23 08:13:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2733,'41600848369','6161100913080','1','65','retail','0','2020-09-23 11:11:20','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-23 08:13:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2734,'41600848824','196','1','55','retail','0','2020-09-23 11:13:44','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-23 08:21:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','38.00','37','Inclusive'),(2735,'41600849268','6164000009556','1','45','retail','0','2020-09-23 11:21:08','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-23 08:33:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(2736,'41600850000','169','4','20','retail','0','2020-09-23 11:33:20','','','','3.33','Cash',0.00,'5','','','4','','1','2020-09-23 08:56:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','6.00','2','Inclusive'),(2737,'41600851404','37','1','5','retail','0','2020-09-23 11:56:44','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-23 09:14:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','89.00','88','Inclusive'),(2738,'41600851404','144','1','65','retail','0','2020-09-23 12:14:23','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-23 09:14:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(2739,'41600852480','189','1','5','retail','0','2020-09-23 12:14:40','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-23 09:21:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2740,'41600852911','8901719903434','1','20','retail','0','2020-09-23 12:21:52','','','','18','Cash',0.00,'20','','','4','','1','2020-09-23 09:24:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(2741,'41600853067','65','1','30','retail','0','2020-09-23 12:24:27','','','','27','Cash',0.00,'30','','','4','','1','2020-09-23 10:29:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(2742,'41600856980','89','2','80','retail','0','2020-09-23 13:29:40','','','','36','Cash',0.00,'40','','','4','','1','2020-09-23 11:13:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','11.00','9','Inclusive'),(2743,'41600856980','493','1','50','retail','0','2020-09-23 14:05:15','','','','45','Cash',0.00,'50','','','4','','1','2020-09-23 11:13:43','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(2744,'41600856980','494','2','40','retail','0','2020-09-23 14:13:28','','','','15','Cash',0.00,'20','','','4','','1','2020-09-23 11:13:43','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','7.00','5','Exclusive'),(2745,'41600859624','493','1','50','retail','0','2020-09-23 14:13:44','','','','45','Cash',0.00,'50','','','4','','1','2020-09-23 11:14:35','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(2746,'41600859675','10000905','1','70','retail','0','2020-09-23 14:18:00','','','','57','Cash',0.00,'70','','','4','','1','2020-09-23 11:18:13','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(2747,'41600860119','74','1','170','retail','0','2020-09-23 14:21:59','','','','153','Cash',0.00,'170','','','4','','1','2020-09-23 11:31:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2748,'41600860119','6008459000453','1','70','retail','0','2020-09-23 14:28:26','','','','57.5','Cash',0.00,'70','','','4','','1','2020-09-23 11:31:41','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(2749,'41600860119','502','5','5','retail','0','2020-09-23 14:28:36','','','','0.88','Cash',0.00,'1','','','4','','1','2020-09-23 11:31:41','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','5','69.00','64','Exclusive'),(2750,'41600860702','6009614480462','1','25','retail','0','2020-09-23 14:31:42','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-23 11:38:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','71.00','70','Exclusive'),(2751,'41600861097','497','1','50','retail','0','2020-09-23 14:38:17','','','','46','Cash',0.00,'50','','','4','','1','2020-09-23 11:45:38','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(2752,'41600861580','494','1','20','retail','0','2020-09-23 14:46:20','','','','15','Cash',0.00,'20','','','4','','1','2020-09-23 11:47:47','1','1','returned','1','new','pc','','2020-09-23 14:47:47','4','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(2753,'41600861674','101','1','120','retail','0','2020-09-23 14:47:54','','','','93','Cash',0.00,'120','','','4','','1','2020-09-23 12:00:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(2754,'41600862408','499','1','10','retail','0','2020-09-23 15:00:08','','','','8','Cash',0.00,'10','','','4','','1','2020-09-23 12:05:10','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(2755,'41600862711','16','1','30','retail','0','2020-09-23 15:25:26','','','','27','Cash',3.68,'30','','','4','','1','2020-09-23 12:28:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','25.00','24','Inclusive'),(2756,'41600862711','6161100913080','1','65','retail','0','2020-09-23 15:25:54','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-23 12:28:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2757,'41600862711','119','1','30','retail','0','2020-09-23 15:27:24','','','','27','Cash',0.00,'30','','','4','','1','2020-09-23 12:28:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2758,'41600862711','6009614480462','1','25','retail','0','2020-09-23 15:27:41','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-23 12:28:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','70.00','69','Exclusive'),(2759,'41600864130','98','2','50','retail','0','2020-09-23 15:28:50','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-23 13:00:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','71.00','69','Inclusive'),(2760,'41600866021','89','1','40','retail','0','2020-09-23 16:00:21','','','','36','Cash',0.00,'40','','','4','','1','2020-09-23 13:04:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(2761,'41600866021','98','1','25','retail','0','2020-09-23 16:04:34','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-23 13:04:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','69.00','68','Inclusive'),(2762,'41600866291','98','1','25','retail','0','2020-09-23 16:04:51','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-23 13:12:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','68.00','67','Inclusive'),(2763,'41600866721','16','2','60','retail','0','2020-09-23 16:12:01','','','','27','Cash',7.37,'30','','','4','','1','2020-09-23 13:18:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','24.00','22','Inclusive'),(2764,'41600867092','6162006607998','2','100','retail','0','2020-09-23 16:24:42','','','','45','Cash',0.00,'50','','','4','','1','2020-09-23 13:25:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','14.00','12','Inclusive'),(2765,'41600867092','497','1','50','retail','0','2020-09-23 16:24:59','','','','46','Cash',0.00,'50','','','4','','1','2020-09-23 13:25:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(2766,'41600867092','498','1','20','retail','0','2020-09-23 16:25:10','','','','17','Cash',0.00,'20','','','4','','1','2020-09-23 13:25:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(2767,'41600867523','0792382429769','1','120','retail','0','2020-09-23 16:25:23','','','','108','Cash',0.00,'120','','','4','','1','2020-09-23 13:36:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2768,'41600868194','30','1','90','retail','0','2020-09-23 16:36:34','','','','81','Cash',0.00,'90','','','4','','1','2020-09-23 13:38:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2769,'41600868194','101','1','120','retail','0','2020-09-23 16:37:41','','','','93','Cash',0.00,'120','','','4','','1','2020-09-23 13:38:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(2770,'41600868284','6164000033490','1','70','retail','0','2020-09-23 16:38:04','','','','63','Cash',0.00,'70','','','4','','1','2020-09-23 13:43:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2771,'41600868284','6164000033490','1','70','retail','0','2020-09-23 16:41:03','','','','63','Cash',0.00,'70','','','4','','1','2020-09-23 13:43:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2772,'41600868284','6164000033070','1','70','retail','0','2020-09-23 16:41:09','','','','63','Cash',0.00,'70','','','4','','1','2020-09-23 13:43:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2773,'41600868284','6164000033483','1','70','retail','0','2020-09-23 16:41:16','','','','63','Cash',0.00,'70','','','4','','1','2020-09-23 13:43:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2774,'41600868284','6164000033070','1','70','retail','0','2020-09-23 16:41:38','','','','63','Cash',0.00,'70','','','4','','1','2020-09-23 13:43:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2775,'41600868284','616400033506','1','70','retail','0','2020-09-23 16:41:43','','','','60','Cash',0.00,'70','','','4','','1','2020-09-23 13:43:36','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(2776,'41600868284','18','1','15','retail','0','2020-09-23 16:41:51','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-23 13:43:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','49.00','48','Inclusive'),(2777,'41600868616','121','1','320','retail','0','2020-09-23 16:43:36','','','','288','Cash',0.00,'320','','','4','','1','2020-09-23 13:45:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2778,'41600868616','6161101668293','1','100','retail','0','2020-09-23 16:44:05','','','','90','Cash',0.00,'100','','','4','','1','2020-09-23 13:45:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(2779,'41600868775','494','1','20','retail','0','2020-09-23 16:46:15','','','','15','Cash',0.00,'20','','','4','','1','2020-09-23 13:48:36','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(2780,'41600868917','31','1','70','retail','0','2020-09-23 16:48:37','','','','63','Cash',0.00,'70','','','4','','1','2020-09-23 14:08:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2781,'41600868917','30','1','90','retail','0','2020-09-23 17:07:57','','','','81','Cash',0.00,'90','','','4','','1','2020-09-23 14:08:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2782,'41600870118','6161101000543','2','110','retail','0','2020-09-23 17:08:38','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-23 14:20:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','24.00','22','Inclusive'),(2783,'41600870118','5010029204780','1','170','retail','0','2020-09-23 17:19:12','','','','153','Cash',0.00,'170','','','4','','1','2020-09-23 14:20:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2784,'41600870118','6008677000549','1','40','retail','0','2020-09-23 17:19:35','','','','36','Cash',0.00,'40','','','4','','1','2020-09-23 14:20:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(2785,'41600870118','6166000090213','2','70','retail','0','2020-09-23 17:19:44','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-23 14:20:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','12.00','10','Exclusive'),(2786,'41600870118','51','2','70','retail','0','2020-09-23 17:19:57','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-23 14:20:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','6.00','4','Inclusive'),(2787,'41600870843','53','1','20','retail','0','2020-09-23 17:20:43','','','','18','Cash',0.00,'20','','','4','','1','2020-09-23 14:47:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(2788,'41600872437','6161106610242','1','510','retail','0','2020-09-23 18:06:14','','','','452.5','Cash',0.00,'510','','','4','','1','2020-09-23 15:07:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(2789,'41600873649','18','1','15','retail','0','2020-09-23 18:07:29','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-23 15:07:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','48.00','47','Inclusive'),(2790,'41600873667','57','1','230','retail','0','2020-09-23 18:07:47','','','','207','Cash',0.00,'230','','','4','','1','2020-09-23 15:27:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Inclusive'),(2791,'41600874903','6161106610594','1','120','retail','0','2020-09-23 18:28:23','','','','108','Cash',0.00,'120','','','4','','1','2020-09-23 15:36:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2792,'41600875393','161102794700','1','20','retail','0','2020-09-23 18:36:33','','','','16','Cash',0.00,'20','','','4','','1','2020-09-23 15:50:26','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(2793,'41600876227','32','1','50','retail','0','2020-09-23 18:50:27','','','','45','Cash',0.00,'50','','','4','','1','2020-09-23 15:57:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2794,'41600876227','6164000009556','1','45','retail','0','2020-09-23 18:54:45','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-23 15:57:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(2795,'41600876227','6161101000840','1','60','retail','0','2020-09-23 18:54:48','','','','54','Cash',0.00,'60','','','4','','1','2020-09-23 15:57:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2796,'41600876227','6161101000840','1','60','retail','0','2020-09-23 18:55:03','','','','54','Cash',0.00,'60','','','4','','1','2020-09-23 15:57:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2797,'41600876227','17','1','10','retail','0','2020-09-23 18:55:09','','','','9','Cash',0.00,'10','','','4','','1','2020-09-23 15:57:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(2798,'41600876227','6008677000549','1','40','retail','0','2020-09-23 18:57:08','','','','36','Cash',0.00,'40','','','4','','1','2020-09-23 15:57:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(2799,'41600876655','6161113940134','1','65','retail','0','2020-09-23 18:57:35','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-23 16:00:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2800,'41600876655','6161101680424','1','50','retail','0','2020-09-23 19:00:08','','','','45','Cash',0.00,'50','','','4','','1','2020-09-23 16:00:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(2801,'41600877023','174','1','20','retail','0','2020-09-23 19:03:43','','','','15','Cash',0.00,'20','','','4','','1','2020-09-23 16:04:29','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(2802,'41600877023','502','5','5','retail','0','2020-09-23 19:03:51','','','','0.88','Cash',0.00,'1','','','4','','1','2020-09-23 16:04:29','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','5','64.00','59','Exclusive'),(2803,'41600877023','8901719903465','1','20','retail','0','2020-09-23 19:04:04','','','','18','Cash',0.00,'20','','','4','','1','2020-09-23 16:04:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(2804,'41600877070','174','1','20','retail','0','2020-09-23 19:04:30','','','','15','Cash',0.00,'20','','','4','','1','2020-09-23 16:11:47','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(2805,'41600877507','33','1','50','retail','0','2020-09-23 19:11:47','','','','45','Cash',0.00,'50','','','4','','1','2020-09-23 16:16:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2806,'41600877800','6009627050027','1','60','retail','0','2020-09-23 19:16:40','','','','54','Cash',0.00,'60','','','4','','1','2020-09-23 16:23:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(2807,'41600878550','161102794700','1','20','retail','0','2020-09-23 19:29:10','','','','16','Cash',0.00,'20','','','4','','1','2020-09-23 16:29:26','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(2808,'41600878224','6166000090213','1','35','retail','0','2020-09-23 19:23:44','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-23 16:48:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(2809,'41600878224','6161101000543','1','55','retail','0','2020-09-23 19:47:21','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-23 16:48:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(2810,'41600878224','498','1','20','retail','0','2020-09-23 19:47:34','','','','17','Cash',0.00,'20','','','4','','1','2020-09-23 16:48:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(2812,'41600881004','6161113440030','1','85','retail','0','2020-09-23 20:10:04','','','','76.5','Cash',0.00,'85','','','4','','1','2020-09-23 17:21:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(2813,'41600881004','6161101680424','2','100','retail','0','2020-09-23 20:19:16','','','','45','Cash',0.00,'50','','','4','','1','2020-09-23 17:21:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','21.00','19','Inclusive'),(2814,'41600881004','6161101680424','1','50','retail','0','2020-09-23 20:19:38','','','','45','Cash',0.00,'50','','','4','','1','2020-09-23 17:21:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(2815,'41600881004','89','2','80','retail','0','2020-09-23 20:20:32','','','','36','Cash',0.00,'40','','','4','','1','2020-09-23 17:21:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','8.00','6','Inclusive'),(2816,'41600881004','6161102794694','1','50','retail','0','2020-09-23 20:21:19','','','','45','Cash',0.00,'50','','','4','','1','2020-09-23 17:21:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2817,'41600881004','492','1','100','retail','0','2020-09-23 20:23:53','','','','95','Cash',0.00,'100','','','4','','1','2020-09-23 17:25:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(2818,'41600924465','431','1','6','retail','0','2020-09-24 08:14:35','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-24 05:15:16','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','38.00','37','Exclusive'),(2819,'41600924465','502','1','1','retail','0','2020-09-24 08:14:42','','','','0.88','Cash',0.00,'1','','','4','','1','2020-09-24 05:15:16','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','59.00','58','Exclusive'),(2820,'41600924516','6164004554199','1','25','retail','0','2020-09-24 08:15:16','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-24 05:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(2821,'41600924888','497','1','50','retail','0','2020-09-24 08:21:28','','','','46','Cash',0.00,'50','','','4','','1','2020-09-24 05:23:01','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(2822,'41600924981','495','1','10','retail','0','2020-09-24 08:23:01','','','','5','Cash',0.00,'10','','','4','','1','2020-09-24 05:35:42','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(2823,'41600924981','494','1','20','retail','0','2020-09-24 08:35:26','','','','15','Cash',0.00,'20','','','4','','1','2020-09-24 05:35:42','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(2824,'41600925742','189','2','10','retail','0','2020-09-24 08:35:42','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-24 05:51:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Inclusive'),(2825,'41600926683','129','1','25','retail','0','2020-09-24 08:51:23','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-24 05:59:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(2826,'41600927149','6161101661713','2','50','retail','0','2020-09-24 08:59:09','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-24 05:59:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','24.00','22','Inclusive'),(2827,'41600927171','498','1','20','retail','0','2020-09-24 08:59:31','','','','17','Cash',0.00,'20','','','4','','1','2020-09-24 06:00:52','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(2828,'41600927253','492','2','200','retail','0','2020-09-24 09:20:25','','','','95','Cash',0.00,'100','','','4','','1','2020-09-24 06:31:21','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','6.00','4','Exclusive'),(2829,'41600929082','6920354817823','1','200','retail','0','2020-09-24 09:31:22','','','','180','Cash',0.00,'200','','','4','','1','2020-09-24 06:37:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(2830,'41600929449','6164003349239','1','170','retail','0','2020-09-24 09:37:58','','','','153','Cash',0.00,'170','','','4','','1','2020-09-24 06:43:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2831,'41600929791','31','1','70','retail','0','2020-09-24 09:43:12','','','','63','Cash',0.00,'70','','','4','','1','2020-09-24 06:44:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2832,'41600929909','189','2','10','retail','0','2020-09-24 09:45:09','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-24 06:55:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','11.00','9','Inclusive'),(2833,'41600930522','32','1','50','retail','0','2020-09-24 09:55:22','','','','45','Cash',0.00,'50','','','4','','1','2020-09-24 06:57:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2834,'41600930630','6161100760479','2','100','retail','0','2020-09-24 09:57:10','','','','45','Cash',0.00,'50','','','4','','1','2020-09-24 07:03:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','12.00','10','Inclusive'),(2835,'41600931036','6162006607998','2','100','retail','0','2020-09-24 10:03:56','','','','45','Cash',0.00,'50','','','4','','1','2020-09-24 07:15:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','12.00','10','Inclusive'),(2836,'41600931744','144','1','65','retail','0','2020-09-24 10:15:44','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-24 07:33:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(2837,'41600931744','37','1','5','retail','0','2020-09-24 10:32:34','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-24 07:33:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','88.00','87','Inclusive'),(2838,'41600932781','102','1','60','retail','0','2020-09-24 10:33:01','','','','47','Cash',0.00,'60','','','4','','1','2020-09-24 07:57:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(2839,'41600932781','492','1','100','retail','0','2020-09-24 10:56:58','','','','95','Cash',0.00,'100','','','4','','1','2020-09-24 07:57:06','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(2840,'41600934227','6009627050034','1','120','retail','0','2020-09-24 10:57:07','','','','104.58','Cash',0.00,'120','','','4','','1','2020-09-24 08:13:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2841,'41600936162','174','1','20','retail','0','2020-09-24 11:29:22','','','','15','Cash',0.00,'20','','','4','','1','2020-09-24 08:51:18','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(2842,'41600937479','8901719903434','3','60','retail','0','2020-09-24 11:51:19','','','','18','Cash',0.00,'20','','','4','','1','2020-09-24 08:58:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','16.00','13','Inclusive'),(2843,'41600937923','77','1','110','retail','0','2020-09-24 11:58:43','','','','99','Cash',0.00,'110','','','4','','1','2020-09-24 09:09:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2844,'41600937923','6164000033223','1','130','retail','0','2020-09-24 12:08:32','','','','117','Cash',0.00,'130','','','4','','1','2020-09-24 09:09:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2845,'41600937923','6164000009075','2','150','retail','0','2020-09-24 12:08:38','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-24 09:09:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(2846,'41600937923','18','1','15','retail','0','2020-09-24 12:08:56','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-24 09:09:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','47.00','46','Inclusive'),(2847,'41600938581','141','1','160','retail','0','2020-09-24 12:09:41','','','','144','Cash',0.00,'160','','','4','','1','2020-09-24 09:29:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(2848,'41600943505','6161113940134','1','65','retail','0','2020-09-24 13:31:45','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-24 10:36:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2849,'41600943780','502','5','5','retail','0','2020-09-24 13:36:20','','','','0.88','Cash',0.00,'1','','','4','','1','2020-09-24 10:40:05','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','5','58.00','53','Exclusive'),(2850,'41600944006','154','1','45','retail','0','2020-09-24 13:40:06','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-24 10:56:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2851,'41600944970','6008459000453','2','140','retail','0','2020-09-24 13:56:10','','','','57.5','Cash',0.00,'70','','','4','','1','2020-09-24 11:00:08','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','10.00','8','Exclusive'),(2852,'41600945209','88','1','40','retail','0','2020-09-24 14:21:17','','','','36','Cash',0.00,'40','','','4','','1','2020-09-24 11:22:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(2853,'41600946551','8901719908262','1','120','retail','0','2020-09-24 14:22:31','','','','108','Cash',0.00,'120','','','4','','1','2020-09-24 11:26:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','29.00','28','Inclusive'),(2854,'41600946804','195','3','90','retail','0','2020-09-24 14:26:44','','','','27','Cash',0.00,'30','','','4','','1','2020-09-24 11:27:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','12.00','9','Inclusive'),(2855,'41600946825','8901719903465','1','20','retail','0','2020-09-24 14:31:38','','','','18','Cash',0.00,'20','','','4','','1','2020-09-24 11:58:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(2856,'41600948709','495','1','10','retail','0','2020-09-24 14:58:29','','','','5','Cash',0.00,'10','','','4','','1','2020-09-24 12:12:32','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(2857,'41600949552','161101680431','1','20','retail','0','2020-09-24 15:12:32','','','','16','Cash',0.00,'20','','','4','','1','2020-09-24 12:50:43','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Exclusive'),(2858,'41600951843','502','10','10','retail','0','2020-09-24 15:50:43','','','','0.88','Cash',0.00,'1','','','4','','1','2020-09-24 12:55:03','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','10','53.00','43','Exclusive'),(2859,'41600952103','101','1','120','retail','0','2020-09-24 16:13:29','','','','93','Cash',0.00,'120','','','4','','1','2020-09-24 13:13:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2860,'41600953358','6164000009570','1','45','retail','0','2020-09-24 16:15:59','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-24 13:31:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2861,'41600953358','6161101000543','1','55','retail','0','2020-09-24 16:31:20','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-24 13:31:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(2862,'41600954298','6164000033193','1','130','retail','0','2020-09-24 16:31:38','','','','117','Cash',0.00,'130','','','4','','1','2020-09-24 13:32:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2863,'41600954298','6164000009570','1','45','retail','0','2020-09-24 16:31:45','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-24 13:32:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2864,'41600954298','6161113440061','1','75','retail','0','2020-09-24 16:31:52','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-24 13:32:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2865,'41600954362','6162006602740','1','170','retail','0','2020-09-24 16:32:42','','','','153','Cash',0.00,'170','','','4','','1','2020-09-24 13:33:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(2866,'41600954391','494','1','20','retail','0','2020-09-24 16:33:11','','','','15','Cash',0.00,'20','','','4','','1','2020-09-24 13:59:31','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(2867,'41600954391','495','1','10','retail','0','2020-09-24 16:59:22','','','','5','Cash',0.00,'10','','','4','','1','2020-09-24 13:59:31','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(2868,'41600955971','6162006607998','1','50','retail','0','2020-09-24 17:04:17','','','','45','Cash',0.00,'50','','','4','','1','2020-09-24 14:04:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(2869,'41600956275','502','8','8','retail','0','2020-09-24 17:04:35','','','','0.88','Cash',0.00,'1','','','4','','1','2020-09-24 14:20:43','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','8','43.00','35','Exclusive'),(2870,'41600956275','433','2','12','retail','0','2020-09-24 17:20:28','','','','4.6','Cash',0.00,'6','','','4','','1','2020-09-24 14:20:43','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','30.00','28','Exclusive'),(2871,'41600957244','502','1','1','retail','0','2020-09-24 17:20:44','','','','0.88','Cash',0.00,'1','','','4','','1','2020-09-24 14:21:01','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','35.00','34','Exclusive'),(2872,'41600957262','6161101661249','1','525','retail','0','2020-09-24 17:21:02','','','','441.66','Cash',0.00,'525','','','4','','1','2020-09-24 14:27:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(2873,'41600957262','25','1','50','retail','0','2020-09-24 17:25:20','','','','45','Cash',0.00,'50','','','4','','1','2020-09-24 14:27:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(2874,'41600957262','180','1','125','retail','0','2020-09-24 17:25:28','','','','112.5','Cash',0.00,'125','','','4','','1','2020-09-24 14:27:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(2875,'41600957262','792382330195','1','100','retail','0','2020-09-24 17:25:56','','','','85.5','Cash',0.00,'100','','','4','','1','2020-09-24 14:27:41','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','46.00','45','Exclusive'),(2876,'41600957262','6161101280020','1','40','retail','0','2020-09-24 17:26:04','','','','28.5','Cash',0.00,'40','','','4','','1','2020-09-24 14:27:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(2877,'41600957262','104','1','130','retail','0','2020-09-24 17:26:12','','','','117','Cash',0.00,'130','','','4','','1','2020-09-24 14:27:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(2878,'41600957661','427','1','70','retail','0','2020-09-24 17:27:41','','','','63','Cash',0.00,'70','','','4','','1','2020-09-24 14:29:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(2879,'41600957661','5410076189540','1','155','retail','0','2020-09-24 17:28:04','','','','139.5','Cash',0.00,'155','','','4','','1','2020-09-24 14:29:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(2880,'41600957747','67','1','40','retail','0','2020-09-24 17:29:07','','','','36','Cash',0.00,'40','','','4','','1','2020-09-24 14:48:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2881,'41600958913','32','1','50','retail','0','2020-09-24 17:48:33','','','','45','Cash',0.00,'50','','','4','','1','2020-09-24 14:51:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2882,'41600959061','8901719903465','1','20','retail','0','2020-09-24 17:51:01','','','','18','Cash',0.00,'20','','','4','','1','2020-09-24 14:54:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(2883,'41600959061','6164000009358','1','35','retail','0','2020-09-24 17:54:22','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-24 14:54:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2884,'41600959272','32','1','50','retail','0','2020-09-24 17:54:32','','','','45','Cash',0.00,'50','','','4','','1','2020-09-24 15:12:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2885,'41600960338','33','1','50','retail','0','2020-09-24 18:12:18','','','','45','Cash',0.00,'50','','','4','','1','2020-09-24 15:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2886,'41600960338','502','4','4','retail','0','2020-09-24 18:12:31','','','','0.88','Cash',0.00,'1','','','4','','1','2020-09-24 15:12:59','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','4','34.00','30','Exclusive'),(2887,'41600960379','196','1','55','retail','0','2020-09-24 18:14:48','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-24 15:25:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','37.00','36','Inclusive'),(2888,'41600961116','105','2','150','retail','0','2020-09-24 18:25:16','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-24 15:37:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','10.00','8','Inclusive'),(2889,'41600961832','6164004575910','1','140','retail','0','2020-09-24 18:37:12','','','','126','Cash',0.00,'140','','','4','','1','2020-09-24 16:32:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2890,'41600961832','6161101280020','1','40','retail','0','2020-09-24 19:20:04','','','','28.5','Cash',0.00,'40','','','4','','1','2020-09-24 16:32:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(2892,'41600961832','6161113440061','1','75','retail','0','2020-09-24 19:22:01','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-24 16:32:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2893,'41600961832','6920354820946','1','100','retail','0','2020-09-24 19:27:44','','','','90','Cash',0.00,'100','','','4','','1','2020-09-24 16:32:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(2895,'41600965179','6161101000543','1','55','retail','0','2020-09-24 19:32:59','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-24 16:40:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(2896,'41600965179','6166000090213','1','35','retail','0','2020-09-24 19:38:37','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-24 16:40:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(2897,'41600965179','6161102794694','5','250','retail','0','2020-09-24 19:38:53','','','','45','Cash',0.00,'50','','','4','','1','2020-09-24 16:40:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','5','12.00','7','Inclusive'),(2898,'41600965656','68','1','50','retail','0','2020-09-24 19:40:56','','','','45','Cash',0.00,'50','','','4','','1','2020-09-24 16:41:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2899,'41600965704','202','1','40','retail','0','2020-09-24 19:41:44','','','','30','Cash',0.00,'40','','','4','','1','2020-09-24 16:43:35','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(2900,'41600965816','161','2','50','retail','0','2020-09-24 19:43:36','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-24 16:52:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','22.00','20','Inclusive'),(2901,'41600966344','6161101661713','1','25','retail','0','2020-09-24 19:52:24','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-24 16:55:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(2902,'41600966344','502','5','5','retail','0','2020-09-24 19:52:52','','','','0.88','Cash',0.00,'1','','','4','','1','2020-09-24 16:55:43','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','5','30.00','25','Exclusive'),(2903,'41600966543','101','1','120','retail','0','2020-09-24 19:55:43','','','','93','Cash',0.00,'120','','','4','','1','2020-09-24 16:56:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2904,'41600966768','6009614480462','1','25','retail','0','2020-09-24 19:59:28','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-24 17:05:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','69.00','68','Exclusive'),(2905,'41600966768','173','1','25','retail','0','2020-09-24 20:04:26','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-24 17:05:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(2906,'41600967119','6164000033179','1','130','retail','0','2020-09-24 20:05:19','','','','117','Cash',0.00,'130','','','4','','1','2020-09-24 17:20:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2907,'41600967119','6164000009372','1','50','retail','0','2020-09-24 20:19:43','','','','45','Cash',0.00,'50','','','4','','1','2020-09-24 17:20:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2908,'41600967119','6161102794694','1','50','retail','0','2020-09-24 20:19:58','','','','45','Cash',0.00,'50','','','4','','1','2020-09-24 17:20:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(2912,'41600968183','6161101000833','1','60','retail','0','2020-09-24 20:23:03','','','','54','Cash',0.00,'60','','','4','','1','2020-09-24 17:23:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2913,'41600968194','6161113440054','1','55','retail','0','2020-09-24 20:23:14','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-24 17:24:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(2914,'41600968194','6164000009358','1','35','retail','0','2020-09-24 20:24:06','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-24 17:24:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2915,'41600968194','6008459000453','1','70','retail','0','2020-09-24 20:24:13','','','','57.5','Cash',0.00,'70','','','4','','1','2020-09-24 17:24:33','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(2916,'41600968295','502','4','4','retail','0','2020-09-24 20:24:55','','','','0.88','Cash',0.00,'1','','','4','','1','2020-09-24 17:26:26','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','4','25.00','21','Exclusive'),(2917,'41600968295','502','1','1','retail','0','2020-09-24 20:25:42','','','','0.88','Cash',0.00,'1','','','4','','1','2020-09-24 17:26:26','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Exclusive'),(2918,'41600968295','502','4','4','retail','0','2020-09-24 20:25:49','','','','0.88','Cash',0.00,'1','','','4','','1','2020-09-24 17:26:26','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','4','20.00','16','Exclusive'),(2919,'41600968295','433','1','6','retail','0','2020-09-24 20:26:09','','','','4.6','Cash',0.00,'6','','','4','','1','2020-09-24 17:26:26','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Exclusive'),(2920,'41601011489','268','12','144','retail','0','2020-09-25 08:24:49','','','','10','Cash',0.00,'12','','','4','','1','2020-09-25 05:25:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','12','47.00','35','Inclusive'),(2921,'41601011502','135','1','60','retail','0','2020-09-25 08:25:02','','','','54','Cash',0.00,'60','','','4','','1','2020-09-25 05:35:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(2922,'41601012157','492','1','100','retail','0','2020-09-25 09:32:30','','','','95','Cash',0.00,'100','','','4','','1','2020-09-25 06:32:50','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(2923,'41601015570','494','1','20','retail','0','2020-09-25 09:32:50','','','','15','Cash',0.00,'20','','','4','','1','2020-09-25 06:52:54','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(2924,'41601016775','68','1','50','retail','0','2020-09-25 09:52:55','','','','45','Cash',0.00,'50','','','4','','1','2020-09-25 07:05:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2925,'41601017555','6164000033490','1','70','retail','0','2020-09-25 10:05:55','','','','63','Cash',0.00,'70','','','4','','1','2020-09-25 07:18:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2926,'41601018303','494','2','40','retail','0','2020-09-25 10:18:23','','','','15','Cash',0.00,'20','','','4','','1','2020-09-25 07:32:41','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','9.00','7','Exclusive'),(2927,'41601018303','499','1','10','retail','0','2020-09-25 10:32:32','','','','8','Cash',0.00,'10','','','4','','1','2020-09-25 07:32:41','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(2928,'41601019162','6162006607998','1','50','retail','0','2020-09-25 10:32:42','','','','45','Cash',0.00,'50','','','4','','1','2020-09-25 07:53:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(2929,'41601019162','491','2','20','retail','0','2020-09-25 10:52:55','','','','8','Cash',0.00,'10','','','4','','1','2020-09-25 07:53:18','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','38.00','36','Exclusive'),(2930,'41601021570','32','1','50','retail','0','2020-09-25 11:12:50','','','','45','Cash',0.00,'50','','','4','','1','2020-09-25 08:38:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2931,'41601023095','498','1','20','retail','0','2020-09-25 11:38:15','','','','17','Cash',0.00,'20','','','4','','1','2020-09-25 09:20:07','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(2932,'41601023095','6161106610235','1','350','retail','0','2020-09-25 12:16:45','','','','315.83','Cash',0.00,'350','','','4','','1','2020-09-25 09:20:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(2933,'41601030263','6161101661713','1','25','retail','0','2020-09-25 13:37:43','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-25 10:38:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(2934,'41601030263','6164004554199','1','25','retail','0','2020-09-25 13:37:57','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-25 10:38:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(2935,'41601030299','6161106610594','1','120','retail','0','2020-09-25 13:38:19','','','','108','Cash',0.00,'120','','','4','','1','2020-09-25 11:27:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2936,'41601033224','104','2','260','retail','0','2020-09-25 14:27:04','','','','117','Cash',0.00,'130','','','4','','1','2020-09-25 11:35:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','6.00','4','Exclusive'),(2937,'41601033224','17','1','10','retail','0','2020-09-25 14:31:06','','','','9','Cash',0.00,'10','','','4','','1','2020-09-25 11:35:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(2938,'41601033713','5449000180292','1','130','retail','0','2020-09-25 14:35:13','','','','108.33','Cash',0.00,'130','','','4','','1','2020-09-25 11:37:20','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(2939,'41601033713','6161113440009','1','65','retail','0','2020-09-25 14:35:34','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-25 11:37:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(2940,'41601033713','18','1','15','retail','0','2020-09-25 14:35:46','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-25 11:37:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','46.00','45','Inclusive'),(2941,'41601034395','6161113440054','1','55','retail','0','2020-09-25 14:46:36','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-25 11:47:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(2942,'41601034395','174','1','20','retail','0','2020-09-25 14:46:51','','','','15','Cash',0.00,'20','','','4','','1','2020-09-25 11:47:39','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(2944,'41601036468','156','1','50','retail','0','2020-09-25 15:21:08','','','','40','Cash',0.00,'50','','','4','','1','2020-09-25 12:23:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2945,'41601036468','427','1','70','retail','0','2020-09-25 15:21:23','','','','63','Cash',0.00,'70','','','4','','1','2020-09-25 12:23:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(2946,'41601036468','6161107774240','1','210','retail','0','2020-09-25 15:21:34','','','','189','Cash',0.00,'210','','','4','','1','2020-09-25 12:23:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2947,'41601036468','6161113940530','2','240','retail','0','2020-09-25 15:21:46','','','','108','Cash',0.00,'120','','','4','','1','2020-09-25 12:23:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','4.00','2','Inclusive'),(2948,'41601036468','6161101661256','1','860','retail','0','2020-09-25 15:22:07','','','','768.75','Cash',0.00,'860','','','4','','1','2020-09-25 12:23:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(2949,'41601036468','132','4','160','retail','0','2020-09-25 15:22:29','','','','36','Cash',0.00,'40','','','4','','1','2020-09-25 12:23:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','10.00','6','Inclusive'),(2950,'41601036468','133','2','80','retail','0','2020-09-25 15:23:00','','','','36','Cash',0.00,'40','','','4','','1','2020-09-25 12:23:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','8.00','6','Inclusive'),(2951,'41601036624','504','4','20','retail','0','2020-09-25 15:23:44','','','','4.17','Cash',0.00,'5','','','4','','1','2020-09-25 12:25:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','4','120.00','116','Inclusive'),(2952,'41601036624','493','1','50','retail','0','2020-09-25 15:24:55','','','','45','Cash',0.00,'50','','','4','','1','2020-09-25 12:25:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(2953,'41601036624','497','1','50','retail','0','2020-09-25 15:25:06','','','','46','Cash',0.00,'50','','','4','','1','2020-09-25 12:25:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(2954,'41601036624','144','1','65','retail','0','2020-09-25 15:25:25','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-25 12:25:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(2956,'41601037099','60','6','36','retail','0','2020-09-25 15:59:44','','','','5.4','Cash',0.00,'6','','','4','','1','2020-09-25 13:02:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','6','21.00','15','Inclusive'),(2957,'41601037099','174','2','40','retail','0','2020-09-25 16:00:07','','','','15','Cash',0.00,'20','','','4','','1','2020-09-25 13:02:40','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','4.00','2','Exclusive'),(2958,'41601037099','76','1','170','retail','0','2020-09-25 16:00:36','','','','153','Cash',0.00,'170','','','4','','1','2020-09-25 13:02:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2959,'41601038961','170','1','170','retail','0','2020-09-25 16:02:41','','','','153','Cash',0.00,'170','','','4','','1','2020-09-25 13:15:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2960,'41601038961','60','3','18','retail','0','2020-09-25 16:14:55','','','','5.4','Cash',0.00,'6','','','4','','1','2020-09-25 13:15:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','15.00','12','Inclusive'),(2961,'41601039747','6161113440009','1','65','retail','0','2020-09-25 16:15:47','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-25 13:18:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(2962,'41601039906','25','1','50','retail','0','2020-09-25 16:18:26','','','','45','Cash',0.00,'50','','','4','','1','2020-09-25 13:51:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(2963,'41601039906','497','1','50','retail','0','2020-09-25 16:46:58','','','','46','Cash',0.00,'50','','','4','','1','2020-09-25 13:51:50','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(2964,'41601039906','268','10','120','retail','0','2020-09-25 16:47:11','','','','10','Cash',0.00,'12','','','4','','1','2020-09-25 13:51:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','10','35.00','25','Inclusive'),(2965,'41601041911','106','1','275','retail','0','2020-09-25 16:51:51','','','','247.5','Cash',0.00,'275','','','4','','1','2020-09-25 14:03:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2966,'41601042614','6161113440016','1','65','retail','0','2020-09-25 17:03:34','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-25 14:07:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(2967,'41601042892','502','1','1','retail','0','2020-09-25 17:08:12','','','','0.88','Cash',0.00,'1','','','4','','1','2020-09-25 14:33:15','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Exclusive'),(2968,'41601044396','502','4','4','retail','0','2020-09-25 17:33:16','','','','0.88','Cash',0.00,'1','','','4','','1','2020-09-25 14:36:18','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','4','15.00','11','Exclusive'),(2969,'41601044396','161101680431','1','20','retail','0','2020-09-25 17:35:50','','','','16','Cash',0.00,'20','','','4','','1','2020-09-25 14:36:18','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Exclusive'),(2970,'41601044396','498','1','20','retail','0','2020-09-25 17:36:09','','','','17','Cash',0.00,'20','','','4','','1','2020-09-25 14:36:18','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(2971,'41601044578','171','1','130','retail','0','2020-09-25 17:39:32','','','','117','Cash',0.00,'130','','','4','','1','2020-09-25 14:41:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(2972,'41601044578','6166000090213','1','35','retail','0','2020-09-25 17:39:44','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-25 14:41:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(2973,'41601044877','6164000033490','1','70','retail','0','2020-09-25 17:41:17','','','','63','Cash',0.00,'70','','','4','','1','2020-09-25 14:51:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(2974,'41601045499','32','1','50','retail','0','2020-09-25 17:51:39','','','','45','Cash',0.00,'50','','','4','','1','2020-09-25 14:55:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2975,'41601045722','65','2','60','retail','0','2020-09-25 17:55:22','','','','27','Cash',0.00,'30','','','4','','1','2020-09-25 15:08:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','9.00','7','Inclusive'),(2976,'41601045722','30','1','90','retail','0','2020-09-25 18:07:17','','','','81','Cash',0.00,'90','','','4','','1','2020-09-25 15:08:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(2977,'41601045722','160','3','30','retail','0','2020-09-25 18:07:24','','','','9','Cash',0.00,'10','','','4','','1','2020-09-25 15:08:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','39.00','36','Inclusive'),(2978,'41601046485','502','1','1','retail','0','2020-09-25 18:11:59','','','','0.88','Cash',0.00,'1','','','4','','1','2020-09-25 15:21:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(2979,'41601047280','39','1','50','retail','0','2020-09-25 18:21:20','','','','45','Cash',0.00,'50','','','4','','1','2020-09-25 15:39:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(2980,'41601048376','156','1','50','retail','0','2020-09-25 18:39:36','','','','40','Cash',0.00,'50','','','4','','1','2020-09-25 15:45:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2981,'41601048376','194','1','85','retail','0','2020-09-25 18:42:56','','','','76.5','Cash',0.00,'85','','','4','','1','2020-09-25 15:45:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(2982,'41601048376','110','1','80','retail','0','2020-09-25 18:43:05','','','','72','Cash',0.00,'80','','','4','','1','2020-09-25 15:45:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(2983,'41601048376','18','1','15','retail','0','2020-09-25 18:43:16','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-25 15:45:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','45.00','44','Inclusive'),(2984,'41601048376','433','3','18','retail','0','2020-09-25 18:43:23','','','','4.6','Cash',0.00,'6','','','4','','1','2020-09-25 15:45:07','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','27.00','24','Exclusive'),(2985,'41601048708','101','1','120','retail','0','2020-09-25 18:45:08','','','','93','Cash',0.00,'120','','','4','','1','2020-09-25 15:47:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(2986,'41601048838','16','1','30','retail','0','2020-09-25 18:47:18','','','','27','Cash',3.68,'30','','','4','','1','2020-09-25 15:48:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','22.00','21','Inclusive'),(2987,'41601048907','6161102794694','4','200','retail','0','2020-09-25 18:48:27','','','','45','Cash',0.00,'50','','','4','','1','2020-09-25 16:08:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','6.00','2','Inclusive'),(2988,'41601048907','6161113440030','1','85','retail','0','2020-09-25 19:07:35','','','','76.5','Cash',0.00,'85','','','4','','1','2020-09-25 16:08:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(2989,'41601050120','498','2','40','retail','0','2020-09-25 19:08:40','','','','17','Cash',0.00,'20','','','4','','1','2020-09-25 16:09:52','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Exclusive'),(2990,'41601050286','432','2','12','retail','0','2020-09-25 19:11:26','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-25 16:16:40','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','35.00','33','Exclusive'),(2991,'41601050601','6161101280037','1','10','retail','0','2020-09-25 19:16:41','','','','9','Cash',0.00,'10','','','4','','1','2020-09-25 16:33:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2992,'41601051586','32','1','50','retail','0','2020-09-25 19:33:06','','','','45','Cash',0.00,'50','','','4','','1','2020-09-25 16:35:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(2993,'41601051586','5410076189540','1','155','retail','0','2020-09-25 19:33:14','','','','139.5','Cash',0.00,'155','','','4','','1','2020-09-25 16:35:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(2994,'41601051586','792382330195','1','100','retail','0','2020-09-25 19:33:26','','','','85.5','Cash',0.00,'100','','','4','','1','2020-09-25 16:35:26','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','45.00','44','Exclusive'),(2995,'41601051726','492','1','100','retail','0','2020-09-25 19:35:26','','','','95','Cash',0.00,'100','','','4','','1','2020-09-25 16:41:45','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(2996,'41601051726','268','3','36','retail','0','2020-09-25 19:40:48','','','','10','Cash',0.00,'12','','','4','','1','2020-09-25 16:41:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','25.00','22','Inclusive'),(2997,'41601051726','502','4','4','retail','0','2020-09-25 19:41:02','','','','0.88','Cash',0.00,'1','','','4','','1','2020-09-25 16:41:45','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','4','10.00','6','Exclusive'),(2999,'41601052486','161101680431','1','20','retail','0','2020-09-25 19:48:30','','','','16','Cash',0.00,'20','','','4','','1','2020-09-25 16:50:18','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Exclusive'),(3000,'41601052486','6161107150730','1','75','retail','0','2020-09-25 19:49:15','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-25 16:50:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3001,'41601052486','502','5','5','retail','0','2020-09-25 19:49:33','','','','0.88','Cash',0.00,'1','','','4','','1','2020-09-25 16:50:18','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','5','6.00','1','Exclusive'),(3002,'41601052619','504','1','5','retail','0','2020-09-25 19:50:19','','','','4.17','Cash',0.00,'5','','','4','','1','2020-09-25 16:54:23','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','116.00','115','Inclusive'),(3003,'41601052864','502','1','1','retail','0','2020-09-25 19:54:24','','','','0.88','Cash',0.00,'1','','','4','','1','2020-09-25 16:54:59','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(3004,'41601052900','5010029204780','1','170','retail','0','2020-09-25 19:55:00','','','','153','Cash',0.00,'170','','','4','','1','2020-09-25 17:17:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3005,'41601054277','5','1','195','retail','0','2020-09-25 20:24:54','','','','175.5','Cash',0.00,'195','','','4','','1','2020-09-25 17:27:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3006,'41601054277','135','1','60','retail','0','2020-09-25 20:25:40','','','','54','Cash',0.00,'60','','','4','','1','2020-09-25 17:27:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(3007,'41601100144','101','1','120','retail','0','2020-09-26 09:02:24','','','','93','Cash',0.00,'120','','','4','','1','2020-09-26 06:03:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3008,'41601100144','30','1','90','retail','0','2020-09-26 09:02:53','','','','81','Cash',0.00,'90','','','4','','1','2020-09-26 06:03:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3009,'41601100144','6164004554199','2','50','retail','0','2020-09-26 09:03:00','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-26 06:03:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','13.00','11','Inclusive'),(3010,'41601100144','509','1','50','retail','0','2020-09-26 09:03:16','','','','40','Cash',0.00,'50','','','4','','1','2020-09-26 06:03:26','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(3011,'41601100207','497','1','50','retail','0','2020-09-26 09:03:27','','','','46','Cash',0.00,'50','','','4','','1','2020-09-26 06:12:27','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(3012,'41601100748','6164000009082','1','100','retail','0','2020-09-26 09:12:28','','','','90','Cash',0.00,'100','','','4','','1','2020-09-26 06:26:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(3013,'41601101598','68','1','50','retail','0','2020-09-26 09:26:38','','','','45','Cash',0.00,'50','','','4','','1','2020-09-26 06:44:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3014,'41601102659','147','1','250','retail','0','2020-09-26 09:44:19','','','','225','Cash',0.00,'250','','','4','','1','2020-09-26 06:49:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(3015,'41601102949','101','1','120','retail','0','2020-09-26 09:49:09','','','','93','Cash',0.00,'120','','','4','','1','2020-09-26 06:55:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3016,'41601102949','135','1','60','retail','0','2020-09-26 09:51:31','','','','54','Cash',0.00,'60','','','4','','1','2020-09-26 06:55:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(3017,'41601102949','792382330195','1','100','retail','0','2020-09-26 09:51:40','','','','85.5','Cash',0.00,'100','','','4','','1','2020-09-26 06:55:24','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','44.00','43','Exclusive'),(3018,'41601102949','792382330195','1','100','retail','0','2020-09-26 09:55:14','','','','85.5','Cash',0.00,'100','','','4','','1','2020-09-26 06:55:24','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','43.00','42','Exclusive'),(3019,'41601103324','105','2','150','retail','0','2020-09-26 09:55:24','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-26 07:12:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','8.00','6','Inclusive'),(3020,'41601104348','494','1','20','retail','0','2020-09-26 10:12:28','','','','15','Cash',0.00,'20','','','4','','1','2020-09-26 07:38:34','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(3021,'41601105915','144','2','130','retail','0','2020-09-26 10:38:35','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-26 07:48:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','25.00','23','Inclusive'),(3022,'41601106524','492','1','100','retail','0','2020-09-26 10:48:44','','','','95','Cash',0.00,'100','','','4','','1','2020-09-26 07:57:38','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(3023,'41601107058','6161102794694','1','50','retail','0','2020-09-26 10:57:38','','','','45','Cash',0.00,'50','','','4','','1','2020-09-26 08:01:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3024,'41601107305','32','1','50','retail','0','2020-09-26 11:01:45','','','','45','Cash',0.00,'50','','','4','','1','2020-09-26 08:13:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3025,'41601108019','6009614480462','1','25','retail','0','2020-09-26 11:13:40','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-26 08:23:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','68.00','67','Exclusive'),(3027,'41601109497','6164000033483','1','70','retail','0','2020-09-26 11:38:17','','','','63','Cash',0.00,'70','','','4','','1','2020-09-26 08:39:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3028,'41601109497','6164002695962','1','210','retail','0','2020-09-26 11:38:36','','','','180','Cash',0.00,'210','','','4','','1','2020-09-26 08:39:02','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(3029,'41601109543','30','1','90','retail','0','2020-09-26 11:39:03','','','','81','Cash',0.00,'90','','','4','','1','2020-09-26 08:46:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3030,'41601110007','8001090702500','1','30','retail','0','2020-09-26 11:46:47','','','','27','Cash',0.00,'30','','','4','','1','2020-09-26 09:12:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','40.00','39','Inclusive'),(3031,'41601110007','497','1','50','retail','0','2020-09-26 12:08:58','','','','46','Cash',0.00,'50','','','4','','1','2020-09-26 09:12:17','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(3032,'41601111537','432','1','6','retail','0','2020-09-26 12:35:08','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-26 09:35:32','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Exclusive'),(3033,'41601112933','99','1','50','retail','0','2020-09-26 12:35:33','','','','45','Cash',0.00,'50','','','4','','1','2020-09-26 09:40:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','40.00','39','Exclusive'),(3034,'41601113207','616400033506','1','70','retail','0','2020-09-26 12:40:07','','','','60','Cash',0.00,'70','','','4','','1','2020-09-26 09:52:02','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(3035,'41601113923','6161102794694','1','50','retail','0','2020-09-26 12:52:03','','','','45','Cash',0.00,'50','','','4','','1','2020-09-26 09:54:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3036,'41601114040','6009614480462','1','25','retail','0','2020-09-26 12:54:00','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-26 10:32:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','67.00','66','Exclusive'),(3037,'41601114040','494','1','20','retail','0','2020-09-26 13:20:42','','','','15','Cash',0.00,'20','','','4','','1','2020-09-26 10:32:13','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(3038,'41601114040','37','4','20','retail','0','2020-09-26 13:31:46','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-26 10:32:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','87.00','83','Inclusive'),(3039,'41601116334','102','1','60','retail','0','2020-09-26 13:48:28','','','','47','Cash',0.00,'60','','','4','','1','2020-09-26 10:48:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(3040,'41601117338','6008459000453','1','70','retail','0','2020-09-26 13:48:58','','','','57.5','Cash',0.00,'70','','','4','','1','2020-09-26 10:52:55','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(3041,'41601117338','492','1','100','retail','0','2020-09-26 13:51:40','','','','95','Cash',0.00,'100','','','4','','1','2020-09-26 10:52:55','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(3042,'41601117575','493','1','50','retail','0','2020-09-26 13:52:55','','','','45','Cash',0.00,'50','','','4','','1','2020-09-26 11:06:51','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(3043,'41601118412','88','1','40','retail','0','2020-09-26 14:06:52','','','','36','Cash',0.00,'40','','','4','','1','2020-09-26 11:12:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(3044,'41601118765','6161100760479','1','50','retail','0','2020-09-26 14:12:45','','','','45','Cash',0.00,'50','','','4','','1','2020-09-26 11:29:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(3045,'41601119753','6008459000453','1','70','retail','0','2020-09-26 14:29:13','','','','57.5','Cash',0.00,'70','','','4','','1','2020-09-26 13:04:50','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(3046,'41601125492','73','1','170','retail','0','2020-09-26 16:04:52','','','','153','Cash',0.00,'170','','','4','','1','2020-09-26 13:07:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3047,'41601125492','75','1','170','retail','0','2020-09-26 16:07:05','','','','153','Cash',0.00,'170','','','4','','1','2020-09-26 13:07:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3048,'41601125648','6161102170030','1','65','retail','0','2020-09-26 16:07:28','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-26 13:27:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(3049,'41601125648','112','1','45','retail','0','2020-09-26 16:28:51','','','','37.5','Cash',0.00,'45','','','4','','1','2020-09-26 13:29:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(3050,'41601126975','78','1','110','retail','0','2020-09-26 16:29:35','','','','99','Cash',0.00,'110','','','4','','1','2020-09-26 13:29:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3051,'41601126995','161101680431','1','20','retail','0','2020-09-26 16:30:55','','','','16','Cash',0.00,'20','','','4','','1','2020-09-26 13:31:58','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Exclusive'),(3052,'41601127119','494','1','20','retail','0','2020-09-26 16:31:59','','','','15','Cash',0.00,'20','','','4','','1','2020-09-26 13:40:49','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(3053,'41601300814','79','1','110','retail','0','2020-09-28 16:46:54','','','','99','Cash',0.00,'110','','','4','','1','2020-09-28 13:48:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(3054,'41601300926','98','1','25','retail','0','2020-09-28 16:48:46','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-28 13:49:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','67.00','66','Inclusive'),(3055,'41601300954','432','1','6','retail','0','2020-09-28 16:49:14','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-28 14:00:50','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Exclusive'),(3056,'41601301650','90','1','40','retail','0','2020-09-28 17:00:51','','','','36','Cash',0.00,'40','','','4','','1','2020-09-28 14:09:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(3057,'41601302240','145','1','380','retail','0','2020-09-28 17:10:40','','','','342','Cash',0.00,'380','','','4','','1','2020-09-28 14:11:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(3058,'41601302270','30','1','90','retail','0','2020-09-28 17:11:10','','','','81','Cash',0.00,'90','','','4','','1','2020-09-28 14:11:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3060,'41601302419','504','5','25','retail','0','2020-09-28 17:13:39','','','','4.17','Cash',0.00,'5','','','4','','1','2020-09-28 14:15:52','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','5','115.00','110','Inclusive'),(3061,'41601302419','6166000090213','1','35','retail','0','2020-09-28 17:14:00','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-28 14:15:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(3062,'41601302419','88','4','160','retail','0','2020-09-28 17:14:14','','','','36','Cash',0.00,'40','','','4','','1','2020-09-28 14:15:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','13.00','9','Inclusive'),(3064,'41601302553','6009627050034','1','120','retail','0','2020-09-28 17:40:15','','','','104.58','Cash',0.00,'120','','','4','','1','2020-09-28 14:41:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3065,'41601302553','6161109510389','2','30','retail','0','2020-09-28 17:41:17','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-28 14:41:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','16.00','14','Exclusive'),(3066,'41601304099','31','1','70','retail','0','2020-09-28 17:41:39','','','','63','Cash',0.00,'70','','','4','','1','2020-09-28 14:42:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3067,'41601304099','6162006602740','1','170','retail','0','2020-09-28 17:41:45','','','','153','Cash',0.00,'170','','','4','','1','2020-09-28 14:42:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(3068,'41601304133','83','2','130','retail','0','2020-09-28 17:42:13','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-28 14:49:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','8.00','6','Inclusive'),(3069,'41601304133','8901719903427','1','20','retail','0','2020-09-28 17:48:36','','','','18','Cash',0.00,'20','','','4','','1','2020-09-28 14:49:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(3070,'41601304133','498','1','20','retail','0','2020-09-28 17:48:52','','','','17','Cash',0.00,'20','','','4','','1','2020-09-28 14:49:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(3071,'41601304552','8901719903434','2','40','retail','0','2020-09-28 17:49:12','','','','18','Cash',0.00,'20','','','4','','1','2020-09-28 15:01:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','13.00','11','Inclusive'),(3072,'41601305261','6164000033223','1','130','retail','0','2020-09-28 18:01:01','','','','117','Cash',0.00,'130','','','4','','1','2020-09-28 15:03:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3073,'41601305405','17','1','10','retail','0','2020-09-28 18:03:25','','','','9','Cash',0.00,'10','','','4','','1','2020-09-28 15:19:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(3074,'41601306371','74','1','170','retail','0','2020-09-28 18:19:31','','','','153','Cash',0.00,'170','','','4','','1','2020-09-28 15:24:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3075,'41601306679','18','1','15','retail','0','2020-09-28 18:24:39','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-28 15:24:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','44.00','43','Inclusive'),(3076,'41601306697','497','1','50','retail','0','2020-09-28 18:24:57','','','','46','Cash',0.00,'50','','','4','','1','2020-09-28 15:30:35','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(3077,'41601306697','6162006607998','1','50','retail','0','2020-09-28 18:28:47','','','','45','Cash',0.00,'50','','','4','','1','2020-09-28 15:30:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(3078,'41601306697','6161101000543','1','55','retail','0','2020-09-28 18:29:03','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-28 15:30:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(3079,'41601306697','144','2','130','retail','0','2020-09-28 18:29:13','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-28 15:30:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','23.00','21','Inclusive'),(3080,'41601306697','6161102170030','1','65','retail','0','2020-09-28 18:29:24','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-28 15:30:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3081,'41601306697','105','1','75','retail','0','2020-09-28 18:29:36','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-28 15:30:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(3082,'41601306697','101','1','120','retail','0','2020-09-28 18:29:47','','','','93','Cash',0.00,'120','','','4','','1','2020-09-28 15:30:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','53.00','52','Inclusive'),(3083,'41601306697','493','1','50','retail','0','2020-09-28 18:30:00','','','','45','Cash',0.00,'50','','','4','','1','2020-09-28 15:30:35','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(3084,'41601306697','496','1','100','retail','0','2020-09-28 18:30:06','','','','95','Cash',0.00,'100','','','4','','1','2020-09-28 15:30:35','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(3085,'41601306697','268','6','72','retail','0','2020-09-28 18:30:13','','','','10','Cash',0.00,'12','','','4','','1','2020-09-28 15:30:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','6','82.00','76','Inclusive'),(3086,'41601307126','37','4','20','retail','0','2020-09-28 18:32:06','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-28 15:36:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','83.00','79','Inclusive'),(3087,'41601307126','492','1','100','retail','0','2020-09-28 18:32:26','','','','95','Cash',0.00,'100','','','4','','1','2020-09-28 15:36:52','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(3088,'41601307126','33','1','50','retail','0','2020-09-28 18:32:39','','','','45','Cash',0.00,'50','','','4','','1','2020-09-28 15:36:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3089,'41601307126','68','1','50','retail','0','2020-09-28 18:33:07','','','','45','Cash',0.00,'50','','','4','','1','2020-09-28 15:36:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(3090,'41601307126','504','1','5','retail','0','2020-09-28 18:33:14','','','','4.17','Cash',0.00,'5','','','4','','1','2020-09-28 15:36:52','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','110.00','109','Inclusive'),(3091,'41601307126','6923564532289','1','30','retail','0','2020-09-28 18:33:46','','','','27','Cash',0.00,'30','','','4','','1','2020-09-28 15:36:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(3092,'41601307126','104','1','130','retail','0','2020-09-28 18:33:53','','','','117','Cash',0.00,'130','','','4','','1','2020-09-28 15:36:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(3093,'41601307126','6161100760066','1','60','retail','0','2020-09-28 18:34:08','','','','54','Cash',0.00,'60','','','4','','1','2020-09-28 15:36:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(3094,'41601307126','8901719903427','1','20','retail','0','2020-09-28 18:34:17','','','','18','Cash',0.00,'20','','','4','','1','2020-09-28 15:36:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(3095,'41601307126','268','8','96','retail','0','2020-09-28 18:34:29','','','','10','Cash',0.00,'12','','','4','','1','2020-09-28 15:36:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','8','76.00','68','Inclusive'),(3096,'41601307126','504','2','10','retail','0','2020-09-28 18:34:40','','','','4.17','Cash',0.00,'5','','','4','','1','2020-09-28 15:36:52','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','109.00','107','Inclusive'),(3097,'41601307126','78','1','110','retail','0','2020-09-28 18:35:12','','','','99','Cash',0.00,'110','','','4','','1','2020-09-28 15:36:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3098,'41601307126','81','1','110','retail','0','2020-09-28 18:35:48','','','','99','Cash',0.00,'110','','','4','','1','2020-09-28 15:36:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3099,'41601307126','75','1','170','retail','0','2020-09-28 18:35:58','','','','153','Cash',0.00,'170','','','4','','1','2020-09-28 15:36:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3100,'41601307126','6161106610228','1','180','retail','0','2020-09-28 18:36:08','','','','162','Cash',0.00,'180','','','4','','1','2020-09-28 15:36:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(3101,'41601307126','68','1','50','retail','0','2020-09-28 18:36:25','','','','45','Cash',0.00,'50','','','4','','1','2020-09-28 15:36:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(3102,'41601307413','6161100760226','1','20','retail','0','2020-09-28 18:36:53','','','','18','Cash',0.00,'20','','','4','','1','2020-09-28 15:38:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3103,'41601307413','161101680431','1','20','retail','0','2020-09-28 18:37:00','','','','16','Cash',0.00,'20','','','4','','1','2020-09-28 15:38:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Exclusive'),(3104,'41601307413','144','1','65','retail','0','2020-09-28 18:37:09','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-28 15:38:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(3105,'41601307413','268','2','24','retail','0','2020-09-28 18:37:17','','','','10','Cash',0.00,'12','','','4','','1','2020-09-28 15:38:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','68.00','66','Inclusive'),(3106,'41601307413','64','1','30','retail','0','2020-09-28 18:37:25','','','','27','Cash',0.00,'30','','','4','','1','2020-09-28 15:38:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(3107,'41601307413','17','1','10','retail','0','2020-09-28 18:37:44','','','','9','Cash',0.00,'10','','','4','','1','2020-09-28 15:38:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(3108,'41601307503','6164000033070','1','70','retail','0','2020-09-28 18:38:23','','','','63','Cash',0.00,'70','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3109,'41601307503','80','1','110','retail','0','2020-09-28 18:39:01','','','','99','Cash',0.00,'110','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(3110,'41601307503','431','1','6','retail','0','2020-09-28 18:39:11','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','37.00','36','Exclusive'),(3111,'41601307503','6164000009006','1','160','retail','0','2020-09-28 18:39:18','','','','144','Cash',0.00,'160','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3112,'41601307503','18','1','15','retail','0','2020-09-28 18:39:33','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','43.00','42','Inclusive'),(3113,'41601307503','6161101000543','3','165','retail','0','2020-09-28 18:39:38','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','18.00','15','Inclusive'),(3114,'41601307503','6161107150730','1','75','retail','0','2020-09-28 18:39:50','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3115,'41601307503','427','1','70','retail','0','2020-09-28 18:39:57','','','','63','Cash',0.00,'70','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(3116,'41601307503','31','1','70','retail','0','2020-09-28 18:40:15','','','','63','Cash',0.00,'70','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3117,'41601307503','16','2','60','retail','0','2020-09-28 18:40:23','','','','27','Cash',7.37,'30','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','45.00','43','Inclusive'),(3118,'41601307503','77','1','110','retail','0','2020-09-28 18:40:35','','','','99','Cash',0.00,'110','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3119,'41601307503','792382330195','1','100','retail','0','2020-09-28 18:40:43','','','','85.5','Cash',0.00,'100','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','42.00','41','Exclusive'),(3120,'41601307503','6164000184048','1','5','retail','0','2020-09-28 18:40:52','','','','4.5','Cash',0.00,'5','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(3121,'41601307503','104','1','130','retail','0','2020-09-28 18:41:00','','','','117','Cash',0.00,'130','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(3122,'41601307503','141','1','160','retail','0','2020-09-28 18:41:15','','','','144','Cash',0.00,'160','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(3123,'41601307503','67','1','40','retail','0','2020-09-28 18:41:23','','','','36','Cash',0.00,'40','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3124,'41601307503','18','1','15','retail','0','2020-09-28 18:41:30','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','42.00','41','Inclusive'),(3125,'41601307503','6166000090213','2','70','retail','0','2020-09-28 18:41:35','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','6.00','4','Exclusive'),(3126,'41601307503','67','1','40','retail','0','2020-09-28 18:41:46','','','','36','Cash',0.00,'40','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3127,'41601307503','99','1','50','retail','0','2020-09-28 18:41:56','','','','45','Cash',0.00,'50','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','39.00','38','Exclusive'),(3128,'41601307503','106','1','275','retail','0','2020-09-28 18:42:01','','','','247.5','Cash',0.00,'275','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3129,'41601307503','105','1','75','retail','0','2020-09-28 18:42:08','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3130,'41601307503','18','1','15','retail','0','2020-09-28 18:42:16','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','41.00','40','Inclusive'),(3131,'41601307503','16','1','30','retail','0','2020-09-28 18:42:23','','','','27','Cash',3.68,'30','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','43.00','42','Inclusive'),(3132,'41601307503','32','1','50','retail','0','2020-09-28 18:42:34','','','','45','Cash',0.00,'50','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(3133,'41601307503','8901719908583','1','65','retail','0','2020-09-28 18:42:41','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3134,'41601307503','17','1','10','retail','0','2020-09-28 18:43:22','','','','9','Cash',0.00,'10','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(3135,'41601307503','6164004554199','1','25','retail','0','2020-09-28 18:43:27','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(3136,'41601307503','89','1','40','retail','0','2020-09-28 18:44:00','','','','36','Cash',0.00,'40','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(3137,'41601307503','101','1','120','retail','0','2020-09-28 18:44:08','','','','93','Cash',0.00,'120','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','52.00','51','Inclusive'),(3138,'41601307503','152','1','30','retail','0','2020-09-28 18:44:14','','','','27','Cash',0.00,'30','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3139,'41601307503','153','1','40','retail','0','2020-09-28 18:44:21','','','','36','Cash',0.00,'40','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3140,'41601307503','6164000033483','1','70','retail','0','2020-09-28 18:44:30','','','','63','Cash',0.00,'70','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3141,'41601307503','6166000090213','1','35','retail','0','2020-09-28 18:44:45','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(3142,'41601307503','6161113440030','1','85','retail','0','2020-09-28 18:44:55','','','','76.5','Cash',0.00,'85','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(3143,'41601307503','99','1','50','retail','0','2020-09-28 18:45:08','','','','45','Cash',0.00,'50','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','38.00','37','Exclusive'),(3144,'41601307503','98','2','50','retail','0','2020-09-28 18:45:19','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','66.00','64','Inclusive'),(3145,'41601307503','8901719903427','1','20','retail','0','2020-09-28 18:45:30','','','','18','Cash',0.00,'20','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(3146,'41601307503','266','1','170','retail','0','2020-09-28 18:45:44','','','','151','Cash',0.00,'170','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(3147,'41601307503','432','1','6','retail','0','2020-09-28 18:46:04','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Exclusive'),(3148,'41601307503','16','1','30','retail','0','2020-09-28 18:46:21','','','','27','Cash',3.68,'30','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','42.00','41','Inclusive'),(3149,'41601307503','79','1','110','retail','0','2020-09-28 18:46:37','','','','99','Cash',0.00,'110','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3150,'41601307503','18','1','15','retail','0','2020-09-28 18:46:44','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','40.00','39','Inclusive'),(3151,'41601307503','16','1','30','retail','0','2020-09-28 18:46:49','','','','27','Cash',3.68,'30','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','41.00','40','Inclusive'),(3152,'41601307503','18','1','15','retail','0','2020-09-28 18:46:55','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','39.00','38','Inclusive'),(3153,'41601307503','6161113440054','1','55','retail','0','2020-09-28 18:47:00','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(3154,'41601307503','105','1','75','retail','0','2020-09-28 18:47:23','','','','67.5','Cash',0.00,'75','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3155,'41601307503','122','1','125','retail','0','2020-09-28 18:47:31','','','','110','Cash',0.00,'125','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(3156,'41601307503','119','1','30','retail','0','2020-09-28 18:47:38','','','','27','Cash',0.00,'30','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3157,'41601307503','496','1','100','retail','0','2020-09-28 18:47:52','','','','95','Cash',0.00,'100','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(3158,'41601307503','6008459000453','1','70','retail','0','2020-09-28 18:48:07','','','','57.5','Cash',0.00,'70','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(3159,'41601307503','6164000009570','1','45','retail','0','2020-09-28 18:48:17','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3160,'41601307503','89','1','40','retail','0','2020-09-28 18:48:37','','','','36','Cash',0.00,'40','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(3161,'41601307503','89','1','40','retail','0','2020-09-28 18:48:45','','','','36','Cash',0.00,'40','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(3162,'41601307503','88','1','40','retail','0','2020-09-28 18:48:59','','','','36','Cash',0.00,'40','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(3163,'41601307503','16','3','90','retail','0','2020-09-28 18:49:12','','','','27','Cash',11.05,'30','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','40.00','37','Inclusive'),(3164,'41601307503','194','1','85','retail','0','2020-09-28 18:49:22','','','','76.5','Cash',0.00,'85','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(3165,'41601307503','6161100760066','1','60','retail','0','2020-09-28 18:49:48','','','','54','Cash',0.00,'60','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3166,'41601307503','196','1','55','retail','0','2020-09-28 18:50:01','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','36.00','35','Inclusive'),(3167,'41601307503','81','1','110','retail','0','2020-09-28 18:50:29','','','','99','Cash',0.00,'110','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3168,'41601307503','189','2','10','retail','0','2020-09-28 18:50:56','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','9.00','7','Inclusive'),(3169,'41601307503','64','1','30','retail','0','2020-09-28 18:51:06','','','','27','Cash',0.00,'30','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3170,'41601307503','505','1','110','retail','0','2020-09-28 18:51:16','','','','90','Cash',0.00,'110','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(3171,'41601307503','141','1','160','retail','0','2020-09-28 18:51:42','','','','144','Cash',0.00,'160','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(3172,'41601307503','101','1','120','retail','0','2020-09-28 18:51:49','','','','93','Cash',0.00,'120','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','51.00','50','Inclusive'),(3173,'41601307503','6161106610594','1','120','retail','0','2020-09-28 18:51:57','','','','108','Cash',0.00,'120','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3174,'41601307503','6162006607998','1','50','retail','0','2020-09-28 18:52:08','','','','45','Cash',0.00,'50','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3175,'41601307503','497','1','50','retail','0','2020-09-28 18:52:22','','','','46','Cash',0.00,'50','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(3176,'41601307503','8908000034198','1','10','retail','0','2020-09-28 18:52:30','','','','9','Cash',0.00,'10','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(3177,'41601307503','6166000090213','1','35','retail','0','2020-09-28 18:52:40','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(3178,'41601307503','34','2','20','retail','0','2020-09-28 18:52:47','','','','9','Cash',0.00,'10','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','66.00','64','Inclusive'),(3179,'41601307503','499','2','20','retail','0','2020-09-28 18:53:02','','','','8','Cash',0.00,'10','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','14.00','12','Exclusive'),(3180,'41601307503','494','1','20','retail','0','2020-09-28 18:53:11','','','','15','Cash',0.00,'20','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(3181,'41601307503','496','1','100','retail','0','2020-09-28 18:53:23','','','','95','Cash',0.00,'100','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(3182,'41601307503','494','1','20','retail','0','2020-09-28 18:53:30','','','','15','Cash',0.00,'20','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Exclusive'),(3183,'41601307503','494','1','20','retail','0','2020-09-28 18:53:44','','','','15','Cash',0.00,'20','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(3184,'41601307503','496','1','100','retail','0','2020-09-28 18:54:02','','','','95','Cash',0.00,'100','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(3185,'41601307503','492','2','200','retail','0','2020-09-28 18:54:09','','','','95','Cash',0.00,'100','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','8.00','6','Exclusive'),(3186,'41601307503','6166000090213','1','35','retail','0','2020-09-28 18:54:25','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(3187,'41601307503','431','1','6','retail','0','2020-09-28 18:54:43','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','36.00','35','Exclusive'),(3188,'41601307503','189','1','5','retail','0','2020-09-28 18:54:48','','','','3.4','Cash',0.00,'5','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3189,'41601307503','6164004554199','1','25','retail','0','2020-09-28 18:54:55','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(3190,'41601307503','494','1','20','retail','0','2020-09-28 18:55:11','','','','15','Cash',0.00,'20','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(3191,'41601307503','499','1','10','retail','0','2020-09-28 18:55:17','','','','8','Cash',0.00,'10','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(3192,'41601307503','492','2','200','retail','0','2020-09-28 18:55:40','','','','95','Cash',0.00,'100','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','6.00','4','Exclusive'),(3193,'41601307503','6164004554199','1','25','retail','0','2020-09-28 18:56:03','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(3194,'41601307503','6161100762473','1','100','retail','0','2020-09-28 18:56:13','','','','90','Cash',0.00,'100','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3195,'41601307503','6161113940141','1','125','retail','0','2020-09-28 18:56:22','','','','116.67','Cash',0.00,'125','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','36.00','35','Inclusive'),(3196,'41601307503','432','1','6','retail','0','2020-09-28 18:56:32','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Exclusive'),(3197,'41601307503','6009614480462','1','25','retail','0','2020-09-28 18:56:39','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','66.00','65','Exclusive'),(3198,'41601307503','6161113440078','1','65','retail','0','2020-09-28 18:57:03','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-28 16:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3199,'41601309300','33','1','50','retail','0','2020-09-28 19:08:20','','','','45','Cash',0.00,'50','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3200,'41601309300','34','1','10','retail','0','2020-09-28 19:08:29','','','','9','Cash',0.00,'10','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','64.00','63','Inclusive'),(3201,'41601309300','6161101000901','1','105','retail','0','2020-09-28 19:08:36','','','','94.5','Cash',0.00,'105','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3202,'41601309300','8901719903434','1','20','retail','0','2020-09-28 19:09:14','','','','18','Cash',0.00,'20','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(3203,'41601309300','182','1','40','retail','0','2020-09-28 19:09:39','','','','36','Cash',0.00,'40','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3204,'41601309300','433','1','6','retail','0','2020-09-28 19:09:45','','','','4.6','Cash',0.00,'6','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Exclusive'),(3205,'41601309300','182','1','40','retail','0','2020-09-28 19:09:52','','','','36','Cash',0.00,'40','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3206,'41601309300','16','1','30','retail','0','2020-09-28 19:10:02','','','','27','Cash',3.68,'30','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','37.00','36','Inclusive'),(3207,'41601309300','16','1','30','retail','0','2020-09-28 19:10:10','','','','27','Cash',3.68,'30','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','36.00','35','Inclusive'),(3208,'41601309300','98','1','25','retail','0','2020-09-28 19:10:19','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','64.00','63','Inclusive'),(3209,'41601309300','432','1','6','retail','0','2020-09-28 19:10:25','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','29.00','28','Exclusive'),(3210,'41601309300','6164000242595','1','90','retail','0','2020-09-28 19:10:32','','','','78','Cash',0.00,'90','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(3211,'41601309300','432','1','6','retail','0','2020-09-28 19:10:47','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Exclusive'),(3212,'41601309300','499','1','10','retail','0','2020-09-28 19:10:56','','','','8','Cash',0.00,'10','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(3213,'41601309300','88','1','40','retail','0','2020-09-28 19:11:10','','','','36','Cash',0.00,'40','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(3214,'41601309300','6164004554199','2','50','retail','0','2020-09-28 19:11:21','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','8.00','6','Inclusive'),(3215,'41601309300','92','1','40','retail','0','2020-09-28 19:11:48','','','','36','Cash',0.00,'40','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(3216,'41601309300','98','1','25','retail','0','2020-09-28 19:11:56','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','63.00','62','Inclusive'),(3217,'41601309300','16','1','30','retail','0','2020-09-28 19:12:03','','','','27','Cash',3.68,'30','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','35.00','34','Inclusive'),(3218,'41601309300','504','1','5','retail','0','2020-09-28 19:12:11','','','','4.17','Cash',0.00,'5','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','107.00','106','Inclusive'),(3219,'41601309300','504','1','5','retail','0','2020-09-28 19:12:18','','','','4.17','Cash',0.00,'5','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','106.00','105','Inclusive'),(3220,'41601309300','16','2','60','retail','0','2020-09-28 19:12:33','','','','27','Cash',7.37,'30','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','34.00','32','Inclusive'),(3221,'41601309300','6161113940141','1','125','retail','0','2020-09-28 19:12:43','','','','116.67','Cash',0.00,'125','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','35.00','34','Inclusive'),(3222,'41601309300','6161101661249','1','525','retail','0','2020-09-28 19:12:55','','','','441.66','Cash',0.00,'525','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(3223,'41601309300','170','1','170','retail','0','2020-09-28 19:13:08','','','','153','Cash',0.00,'170','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3224,'41601309300','5410076189540','1','155','retail','0','2020-09-28 19:13:23','','','','139.5','Cash',0.00,'155','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(3225,'41601309300','18','1','15','retail','0','2020-09-28 19:13:35','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','38.00','37','Inclusive'),(3226,'41601309300','493','1','50','retail','0','2020-09-28 19:13:41','','','','45','Cash',0.00,'50','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(3227,'41601309300','492','1','100','retail','0','2020-09-28 19:13:52','','','','95','Cash',0.00,'100','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(3228,'41601309300','6164001166272','1','50','retail','0','2020-09-28 19:13:59','','','','45','Cash',0.00,'50','','','4','','1','2020-09-28 16:14:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(3229,'41601309663','6164000009020','1','65','retail','0','2020-09-28 19:14:23','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-28 16:21:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3230,'41601309663','31','1','70','retail','0','2020-09-28 19:19:32','','','','63','Cash',0.00,'70','','','4','','1','2020-09-28 16:21:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3231,'41601310123','17','1','10','retail','0','2020-09-28 19:22:03','','','','9','Cash',0.00,'10','','','4','','1','2020-09-28 16:23:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(3232,'41601310212','493','1','50','retail','0','2020-09-28 19:23:32','','','','45','Cash',0.00,'50','','','4','','1','2020-09-28 16:27:41','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(3233,'41601310462','46','1','330','retail','0','2020-09-28 19:27:42','','','','297','Cash',0.00,'330','','','4','','1','2020-09-28 16:28:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3234,'41601311382','6161106610228','1','180','retail','0','2020-09-28 19:43:02','','','','162','Cash',0.00,'180','','','4','','1','2020-09-28 16:44:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(3235,'41601311382','6164000242595','1','90','retail','0','2020-09-28 19:43:20','','','','78','Cash',0.00,'90','','','4','','1','2020-09-28 16:44:09','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(3237,'41601311449','30','1','90','retail','0','2020-09-28 19:44:09','','','','81','Cash',0.00,'90','','','4','','1','2020-09-28 16:54:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3238,'41601312047','493','1','50','retail','0','2020-09-28 19:54:07','','','','45','Cash',0.00,'50','','','4','','1','2020-09-28 16:58:27','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(3239,'41601312307','6161101280013','1','20','retail','0','2020-09-28 20:01:01','','','','18','Cash',0.00,'20','','','4','','1','2020-09-28 17:07:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(3240,'41601312307','6161100760226','1','20','retail','0','2020-09-28 20:02:46','','','','18','Cash',0.00,'20','','','4','','1','2020-09-28 17:07:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3241,'41601312307','128','1','25','retail','0','2020-09-28 20:03:00','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-28 17:07:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(3242,'41601312307','161101680431','1','20','retail','0','2020-09-28 20:03:11','','','','16','Cash',0.00,'20','','','4','','1','2020-09-28 17:07:32','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Exclusive'),(3243,'41601312307','102','1','60','retail','0','2020-09-28 20:03:22','','','','47','Cash',0.00,'60','','','4','','1','2020-09-28 17:07:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(3244,'41601312307','6009627050010','1','120','retail','0','2020-09-28 20:03:31','','','','107.08','Cash',0.00,'120','','','4','','1','2020-09-28 17:07:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3245,'41601312307','34','1','10','retail','0','2020-09-28 20:03:42','','','','9','Cash',0.00,'10','','','4','','1','2020-09-28 17:07:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','63.00','62','Inclusive'),(3246,'41601312853','493','3','150','retail','0','2020-09-28 20:07:33','','','','45','Cash',0.00,'50','','','4','','1','2020-09-28 17:08:07','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','5.00','2','Exclusive'),(3247,'41601312887','268','4','48','retail','0','2020-09-28 20:08:07','','','','10','Cash',0.00,'12','','','4','','1','2020-09-28 17:09:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','66.00','62','Inclusive'),(3248,'41601312996','6008459000453','1','70','retail','0','2020-09-28 20:09:56','','','','57.5','Cash',0.00,'70','','','4','','1','2020-09-28 17:12:09','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(3249,'41601312996','504','3','15','retail','0','2020-09-28 20:11:11','','','','4.17','Cash',0.00,'5','','','4','','1','2020-09-28 17:12:09','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','105.00','102','Inclusive'),(3250,'41601313130','6164001166272','1','50','retail','0','2020-09-28 20:12:10','','','','45','Cash',0.00,'50','','','4','','1','2020-09-28 17:16:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(3251,'41601313130','6920354820946','1','100','retail','0','2020-09-28 20:13:25','','','','90','Cash',0.00,'100','','','4','','1','2020-09-28 17:16:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(3252,'41601313130','504','1','5','retail','0','2020-09-28 20:14:05','','','','4.17','Cash',0.00,'5','','','4','','1','2020-09-28 17:16:12','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','102.00','101','Inclusive'),(3253,'41601313130','504','1','5','retail','0','2020-09-28 20:14:46','','','','4.17','Cash',0.00,'5','','','4','','1','2020-09-28 17:16:12','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','101.00','100','Inclusive'),(3254,'41601360824','94','1','70','retail','0','2020-09-29 09:59:16','','','','63','Cash',0.00,'70','','','4','','1','2020-09-29 06:59:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(3255,'41601362800','494','2','40','retail','0','2020-09-29 10:00:00','','','','15','Cash',0.00,'20','','','4','','1','2020-09-29 07:03:20','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','10.00','8','Exclusive'),(3256,'41601362800','495','1','10','retail','0','2020-09-29 10:02:49','','','','5','Cash',0.00,'10','','','4','','1','2020-09-29 07:03:20','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(3258,'41601363799','6161113440030','1','85','retail','0','2020-09-29 10:27:34','','','','76.5','Cash',0.00,'85','','','4','','1','2020-09-29 07:29:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(3259,'41601363799','85','2','130','retail','0','2020-09-29 10:28:25','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-29 07:29:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','9.00','7','Inclusive'),(3260,'41601363799','6161101000543','1','55','retail','0','2020-09-29 10:28:40','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-29 07:29:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(3261,'41601364546','68','1','50','retail','0','2020-09-29 10:29:06','','','','45','Cash',0.00,'50','','','4','','1','2020-09-29 07:33:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(3262,'41601364546','497','1','50','retail','0','2020-09-29 10:33:00','','','','46','Cash',0.00,'50','','','4','','1','2020-09-29 07:33:30','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(3263,'41601364810','99','1','50','retail','0','2020-09-29 10:33:30','','','','45','Cash',0.00,'50','','','4','','1','2020-09-29 07:57:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','37.00','36','Exclusive'),(3264,'41601366280','8888','1','40','retail','0','2020-09-29 10:58:00','','','','36','Cash',0.00,'40','','','4','','1','2020-09-29 08:06:52','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3265,'41601366280','494','1','20','retail','0','2020-09-29 10:58:40','','','','15','Cash',0.00,'20','','','4','','1','2020-09-29 08:06:52','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(3266,'41601366813','172','1','70','retail','0','2020-09-29 11:06:53','','','','63','Cash',0.00,'70','','','4','','1','2020-09-29 08:17:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','70.00','69','Inclusive'),(3267,'41601368364','8908000034198','1','10','retail','0','2020-09-29 11:32:44','','','','9','Cash',0.00,'10','','','4','','1','2020-09-29 08:33:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(3268,'41601368389','492','1','100','retail','0','2020-09-29 11:33:09','','','','95','Cash',0.00,'100','','','4','','1','2020-09-29 08:36:29','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(3269,'41601368590','616400033506','1','70','retail','0','2020-09-29 11:42:13','','','','60','Cash',0.00,'70','','','4','','1','2020-09-29 08:42:39','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(3270,'41601368959','8901719903427','1','20','retail','0','2020-09-29 11:42:39','','','','18','Cash',0.00,'20','','','4','','1','2020-09-29 08:43:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3271,'41601369040','494','1','20','retail','0','2020-09-29 11:44:00','','','','15','Cash',0.00,'20','','','4','','1','2020-09-29 08:45:29','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(3272,'41601369130','6161113940141','1','125','retail','0','2020-09-29 11:54:02','','','','116.67','Cash',0.00,'125','','','4','','1','2020-09-29 08:54:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(3273,'41601369679','32','1','50','retail','0','2020-09-29 11:54:39','','','','45','Cash',0.00,'50','','','4','','1','2020-09-29 09:03:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3274,'41601370214','494','1','20','retail','0','2020-09-29 12:08:57','','','','15','Cash',0.00,'20','','','4','','1','2020-09-29 09:09:18','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(3275,'41601371005','144','1','65','retail','0','2020-09-29 12:16:45','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-29 09:19:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(3276,'41601371005','65','1','30','retail','0','2020-09-29 12:17:38','','','','27','Cash',0.00,'30','','','4','','1','2020-09-29 09:19:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3277,'41601371199','492','1','100','retail','0','2020-09-29 12:19:59','','','','95','Cash',0.00,'100','','','4','','1','2020-09-29 09:52:16','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(3278,'41601373139','6166000090213','1','35','retail','0','2020-09-29 12:52:19','','','','31.5','Cash',0.00,'35','','','4','','1','2020-09-29 10:00:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(3279,'41601373139','78','1','110','retail','0','2020-09-29 12:52:28','','','','99','Cash',0.00,'110','','','4','','1','2020-09-29 10:00:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3280,'41601373139','6161101000895','1','105','retail','0','2020-09-29 12:52:40','','','','94.5','Cash',0.00,'105','','','4','','1','2020-09-29 10:00:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3281,'41601373139','18','1','15','retail','0','2020-09-29 12:53:04','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-29 10:00:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','37.00','36','Inclusive'),(3282,'41601373139','495','1','10','retail','0','2020-09-29 12:53:47','','','','5','Cash',0.00,'10','','','4','','1','2020-09-29 10:00:59','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(3283,'41601373659','101','2','240','retail','0','2020-09-29 13:00:59','','','','93','Cash',0.00,'120','','','4','','1','2020-09-29 10:28:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','50.00','48','Inclusive'),(3284,'41601375334','17','1','10','retail','0','2020-09-29 13:28:54','','','','9','Cash',0.00,'10','','','4','','1','2020-09-29 10:30:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(3285,'41601375415','6161107770297','1','620','retail','0','2020-09-29 13:50:40','','','','558','Cash',0.00,'620','','','4','','1','2020-09-29 10:56:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3286,'41601375415','6161106610235','1','350','retail','0','2020-09-29 13:51:36','','','','315.83','Cash',0.00,'350','','','4','','1','2020-09-29 10:56:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(3287,'41601375415','104','2','260','retail','0','2020-09-29 13:52:09','','','','117','Cash',0.00,'130','','','4','','1','2020-09-29 10:56:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Exclusive'),(3288,'41601375415','6009627050010','1','120','retail','0','2020-09-29 13:52:24','','','','107.08','Cash',0.00,'120','','','4','','1','2020-09-29 10:56:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3289,'41601375415','6161113940141','1','125','retail','0','2020-09-29 13:53:13','','','','116.67','Cash',0.00,'125','','','4','','1','2020-09-29 10:56:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Inclusive'),(3290,'41601377015','8888','1','40','retail','0','2020-09-29 13:56:55','','','','36','Cash',0.00,'40','','','4','','1','2020-09-29 10:57:27','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3291,'41601377015','77','1','110','retail','0','2020-09-29 13:57:11','','','','99','Cash',0.00,'110','','','4','','1','2020-09-29 10:57:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(3292,'41601377048','8908000034198','1','10','retail','0','2020-09-29 13:57:28','','','','9','Cash',0.00,'10','','','4','','1','2020-09-29 11:05:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(3293,'41601377533','8908000034198','1','10','retail','0','2020-09-29 14:05:33','','','','9','Cash',0.00,'10','','','4','','1','2020-09-29 11:05:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(3294,'41601377560','8901719903465','1','20','retail','0','2020-09-29 14:06:00','','','','18','Cash',0.00,'20','','','4','','1','2020-09-29 11:09:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(3295,'41601377744','6161106610259','1','750','retail','0','2020-09-29 14:09:04','','','','675','Cash',0.00,'750','','','4','','1','2020-09-29 11:15:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(3296,'41601377744','68','1','50','retail','0','2020-09-29 14:14:57','','','','45','Cash',0.00,'50','','','4','','1','2020-09-29 11:15:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(3297,'41601378528','30','1','90','retail','0','2020-09-29 14:22:08','','','','81','Cash',0.00,'90','','','4','','1','2020-09-29 11:24:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3298,'41601378528','504','1','5','retail','0','2020-09-29 14:23:55','','','','4.17','Cash',0.00,'5','','','4','','1','2020-09-29 11:24:36','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','100.00','99','Inclusive'),(3299,'41601378677','6164000009570','1','45','retail','0','2020-09-29 14:24:37','','','','40.5','Cash',0.00,'45','','','4','','1','2020-09-29 11:30:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3300,'41601379031','6164001166272','1','50','retail','0','2020-09-29 14:30:31','','','','45','Cash',0.00,'50','','','4','','1','2020-09-29 11:46:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(3301,'41601379990','493','1','50','retail','0','2020-09-29 14:46:30','','','','45','Cash',0.00,'50','','','4','','1','2020-09-29 12:05:10','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(3302,'41601381110','6008459000453','1','70','retail','0','2020-09-29 15:15:00','','','','57.5','Cash',0.00,'70','','','4','','1','2020-09-29 12:15:35','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(3303,'41601381736','79','1','110','retail','0','2020-09-29 15:15:36','','','','99','Cash',0.00,'110','','','4','','1','2020-09-29 12:30:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3304,'41601382616','99','1','50','retail','0','2020-09-29 15:30:16','','','','45','Cash',0.00,'50','','','4','','1','2020-09-29 12:38:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','36.00','35','Exclusive'),(3305,'41601383124','6161107772208','2','100','retail','0','2020-09-29 15:38:44','','','','45','Cash',0.00,'50','','','4','','1','2020-09-29 12:42:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','19.00','17','Inclusive'),(3306,'41601383345','6161101000543','2','110','retail','0','2020-09-29 15:42:25','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-29 12:44:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','14.00','12','Inclusive'),(3307,'41601383345','6164000033179','1','130','retail','0','2020-09-29 15:42:36','','','','117','Cash',0.00,'130','','','4','','1','2020-09-29 12:44:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3308,'41601383345','6164000033179','1','130','retail','0','2020-09-29 15:42:42','','','','117','Cash',0.00,'130','','','4','','1','2020-09-29 12:44:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3309,'41601383455','6161101000901','1','105','retail','0','2020-09-29 15:44:15','','','','94.5','Cash',0.00,'105','','','4','','1','2020-09-29 12:56:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3310,'41601383455','6161101000895','1','105','retail','0','2020-09-29 15:55:44','','','','94.5','Cash',0.00,'105','','','4','','1','2020-09-29 12:56:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3312,'41601384443','6161102170023','2','250','retail','0','2020-09-29 16:00:43','','','','107.5','Cash',0.00,'125','','','4','','1','2020-09-29 13:02:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(3313,'41601384545','98','1','25','retail','0','2020-09-29 16:02:25','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-29 13:14:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','62.00','61','Inclusive'),(3314,'41601385281','18','1','15','retail','0','2020-09-29 16:20:01','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-29 13:20:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','36.00','35','Inclusive'),(3315,'41601385619','98','1','25','retail','0','2020-09-29 16:20:19','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-29 13:44:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','61.00','60','Inclusive'),(3316,'41601387057','86','1','65','retail','0','2020-09-29 16:44:17','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-29 13:50:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3317,'41601387057','90','1','40','retail','0','2020-09-29 16:49:45','','','','36','Cash',0.00,'40','','','4','','1','2020-09-29 13:50:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(3318,'41601387433','101','1','120','retail','0','2020-09-29 16:50:33','','','','93','Cash',0.00,'120','','','4','','1','2020-09-29 13:57:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','48.00','47','Inclusive'),(3319,'41601387904','89','1','40','retail','0','2020-09-29 16:58:24','','','','36','Cash',0.00,'40','','','4','','1','2020-09-29 14:03:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(3320,'41601388186','494','1','20','retail','0','2020-09-29 17:03:06','','','','15','Cash',0.00,'20','','','4','','1','2020-09-29 14:17:04','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(3321,'41601389024','268','10','120','retail','0','2020-09-29 17:47:47','','','','10','Cash',0.00,'12','','','4','','1','2020-09-29 14:48:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','10','62.00','52','Inclusive'),(3322,'41601390895','495','1','10','retail','0','2020-09-29 17:48:16','','','','5','Cash',0.00,'10','','','4','','1','2020-09-29 14:51:37','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(3323,'41601391097','96','1','70','retail','0','2020-09-29 17:52:39','','','','63','Cash',0.00,'70','','','4','','1','2020-09-29 14:54:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3324,'41601391097','497','1','50','retail','0','2020-09-29 17:52:58','','','','46','Cash',0.00,'50','','','4','','1','2020-09-29 14:54:04','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(3325,'41601391245','18','1','15','retail','0','2020-09-29 17:54:05','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-29 15:43:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','35.00','34','Inclusive'),(3326,'41601391245','31','1','70','retail','0','2020-09-29 18:31:30','','','','63','Cash',0.00,'70','','','4','','1','2020-09-29 15:43:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3327,'41601394180','24','1','450','retail','0','2020-09-29 18:49:01','','','','405','Cash',0.00,'450','','','4','','1','2020-09-29 15:50:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3328,'41601394180','792382330195','1','100','retail','0','2020-09-29 18:49:37','','','','85.5','Cash',0.00,'100','','','4','','1','2020-09-29 15:50:13','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','41.00','40','Exclusive'),(3329,'41601394614','432','1','6','retail','0','2020-09-29 18:50:14','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-29 15:50:51','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Exclusive'),(3331,'41601396046','5449000180292','1','130','retail','0','2020-09-29 19:14:06','','','','108.33','Cash',0.00,'130','','','4','','1','2020-09-29 16:15:29','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(3332,'41601396046','78','1','110','retail','0','2020-09-29 19:14:43','','','','99','Cash',0.00,'110','','','4','','1','2020-09-29 16:15:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3333,'41601396046','77','1','110','retail','0','2020-09-29 19:14:52','','','','99','Cash',0.00,'110','','','4','','1','2020-09-29 16:15:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3334,'41601396046','432','4','24','retail','0','2020-09-29 19:15:00','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-29 16:15:29','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','4','26.00','22','Exclusive'),(3335,'41601396130','6164001166272','1','50','retail','0','2020-09-29 19:15:30','','','','45','Cash',0.00,'50','','','4','','1','2020-09-29 16:16:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(3336,'41601396130','6164001166272','1','50','retail','0','2020-09-29 19:15:38','','','','45','Cash',0.00,'50','','','4','','1','2020-09-29 16:16:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(3337,'41601396130','33','1','50','retail','0','2020-09-29 19:15:49','','','','45','Cash',0.00,'50','','','4','','1','2020-09-29 16:16:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3338,'41601396181','161101680431','1','20','retail','0','2020-09-29 19:38:06','','','','16','Cash',0.00,'20','','','4','','1','2020-09-29 16:38:29','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Exclusive'),(3339,'41601397510','492','1','100','retail','0','2020-09-29 19:38:30','','','','95','Cash',0.00,'100','','','4','','1','2020-09-29 16:46:47','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(3340,'41601397510','494','1','20','retail','0','2020-09-29 19:46:22','','','','15','Cash',0.00,'20','','','4','','1','2020-09-29 16:46:47','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(3341,'41601397510','495','1','10','retail','0','2020-09-29 19:46:33','','','','5','Cash',0.00,'10','','','4','','1','2020-09-29 16:46:47','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(3342,'41601398333','499','1','10','retail','0','2020-09-29 19:52:13','','','','8','Cash',0.00,'10','','','4','','1','2020-09-29 16:52:39','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(3343,'41601398360','6164001166272','1','50','retail','0','2020-09-29 19:52:40','','','','45','Cash',0.00,'50','','','4','','1','2020-09-29 16:59:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(3344,'41601398360','6161101000543','1','55','retail','0','2020-09-29 19:58:45','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-29 16:59:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(3345,'41601398757','33','1','50','retail','0','2020-09-29 19:59:17','','','','45','Cash',0.00,'50','','','4','','1','2020-09-29 17:11:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3346,'41601398757','101','1','120','retail','0','2020-09-29 20:10:16','','','','93','Cash',0.00,'120','','','4','','1','2020-09-29 17:11:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','47.00','46','Inclusive'),(3347,'41601399472','6161101661713','1','25','retail','0','2020-09-29 20:11:12','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-29 17:16:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(3348,'41601400861','16','1','30','retail','0','2020-09-29 20:34:21','','','','27','Cash',3.68,'30','','','4','','1','2020-09-29 17:34:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','32.00','31','Inclusive'),(3349,'41601445183','268','4','48','retail','0','2020-09-30 08:53:03','','','','10','Cash',0.00,'12','','','4','','1','2020-09-30 05:53:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','52.00','48','Inclusive'),(3350,'41601445183','64','1','30','retail','0','2020-09-30 08:53:37','','','','27','Cash',0.00,'30','','','4','','1','2020-09-30 05:53:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3351,'41601445237','496','1','100','retail','0','2020-09-30 08:53:57','','','','95','Cash',0.00,'100','','','4','','1','2020-09-30 06:21:14','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(3353,'41601445237','183','1','65','retail','0','2020-09-30 09:08:44','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-30 06:21:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3354,'41601445237','431','1','6','retail','0','2020-09-30 09:08:55','','','','4.2','Cash',0.00,'6','','','4','','1','2020-09-30 06:21:14','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','35.00','34','Exclusive'),(3355,'41601445237','497','1','50','retail','0','2020-09-30 09:09:08','','','','46','Cash',0.00,'50','','','4','','1','2020-09-30 06:21:14','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(3356,'41601445237','6009627050034','1','120','retail','0','2020-09-30 09:21:00','','','','104.58','Cash',0.00,'120','','','4','','1','2020-09-30 06:21:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3357,'41601446875','101','1','120','retail','0','2020-09-30 09:21:15','','','','93','Cash',0.00,'120','','','4','','1','2020-09-30 06:34:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','46.00','45','Inclusive'),(3358,'41601446875','141','1','160','retail','0','2020-09-30 09:28:28','','','','144','Cash',0.00,'160','','','4','','1','2020-09-30 06:34:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(3359,'41601446875','172','1','70','retail','0','2020-09-30 09:28:36','','','','63','Cash',0.00,'70','','','4','','1','2020-09-30 06:34:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','69.00','68','Inclusive'),(3360,'41601447683','494','1','20','retail','0','2020-09-30 09:34:43','','','','15','Cash',0.00,'20','','','4','','1','2020-09-30 06:52:06','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(3361,'41601447683','68','1','50','retail','0','2020-09-30 09:35:47','','','','45','Cash',0.00,'50','','','4','','1','2020-09-30 06:52:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(3362,'41601447683','6161107772208','1','50','retail','0','2020-09-30 09:36:02','','','','45','Cash',0.00,'50','','','4','','1','2020-09-30 06:52:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(3363,'41601448727','496','3','300','retail','0','2020-09-30 09:52:07','','','','95','Cash',0.00,'100','','','4','','1','2020-09-30 07:40:06','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','6.00','3','Exclusive'),(3364,'41601448727','98','1','25','retail','0','2020-09-30 10:39:30','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-30 07:40:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','60.00','59','Inclusive'),(3365,'41601451607','112','1','45','retail','0','2020-09-30 10:40:07','','','','37.5','Cash',0.00,'45','','','4','','1','2020-09-30 08:06:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(3366,'41601455789','30','1','90','retail','0','2020-09-30 11:49:49','','','','81','Cash',0.00,'90','','','4','','1','2020-09-30 08:53:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3367,'41601456000','268','4','48','retail','0','2020-09-30 11:53:20','','','','10','Cash',0.00,'12','','','4','','1','2020-09-30 09:20:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','48.00','44','Inclusive'),(3368,'41601456000','32','1','50','retail','0','2020-09-30 12:20:18','','','','45','Cash',0.00,'50','','','4','','1','2020-09-30 09:20:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3369,'41601457646','8908000034198','1','10','retail','0','2020-09-30 12:20:46','','','','9','Cash',0.00,'10','','','4','','1','2020-09-30 09:54:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(3370,'41601459659','16','2','60','retail','0','2020-09-30 12:54:19','','','','27','Cash',7.37,'30','','','4','','1','2020-09-30 10:36:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','31.00','29','Inclusive'),(3371,'41601462173','16','1','30','retail','0','2020-09-30 13:36:13','','','','27','Cash',3.68,'30','','','4','','1','2020-09-30 10:41:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','29.00','28','Inclusive'),(3372,'41601464859','6161113940141','1','125','retail','0','2020-09-30 14:20:59','','','','116.67','Cash',0.00,'125','','','4','','1','2020-09-30 11:22:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Inclusive'),(3373,'41601464859','6161101661300','1','400','retail','0','2020-09-30 14:21:12','','','','317.5','Cash',0.00,'400','','','4','','1','2020-09-30 11:22:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(3374,'41601464859','6161107774240','1','210','retail','0','2020-09-30 14:21:56','','','','189','Cash',0.00,'210','','','4','','1','2020-09-30 11:22:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3375,'41601464973','494','1','20','retail','0','2020-09-30 14:22:53','','','','15','Cash',0.00,'20','','','4','','1','2020-09-30 11:26:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(3376,'41601465182','502','6','6','retail','0','2020-09-30 14:26:22','','','','0.88','Cash',0.00,'1','','','4','','1','2020-09-30 11:33:01','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','6','80.00','74','Exclusive'),(3377,'41601465581','497','1','50','retail','0','2020-09-30 14:33:02','','','','46','Cash',0.00,'50','','','4','','1','2020-09-30 11:38:15','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(3378,'41601465896','507','1','50','retail','0','2020-09-30 14:51:40','','','','35.42','Cash',0.00,'50','','','4','','1','2020-09-30 11:51:54','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Exclusive'),(3379,'41601466715','67','1','40','retail','0','2020-09-30 14:51:55','','','','36','Cash',0.00,'40','','','4','','1','2020-09-30 12:07:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3380,'41601466715','6164001166272','2','100','retail','0','2020-09-30 15:07:15','','','','45','Cash',0.00,'50','','','4','','1','2020-09-30 12:07:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','8.00','6','Inclusive'),(3381,'41601466715','435','1','25','retail','0','2020-09-30 15:07:25','','','','18','Cash',0.00,'25','','','4','','1','2020-09-30 12:07:59','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Exclusive'),(3382,'41601466715','101','1','120','retail','0','2020-09-30 15:07:31','','','','93','Cash',0.00,'120','','','4','','1','2020-09-30 12:07:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','45.00','44','Inclusive'),(3383,'41601467679','492','1','100','retail','0','2020-09-30 15:07:59','','','','95','Cash',0.00,'100','','','4','','1','2020-09-30 12:21:37','1','1','returned','1','new','pc','','2020-09-30 15:21:37','4','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(3384,'41601468477','494','1','20','retail','0','2020-09-30 15:21:17','','','','15','Cash',0.00,'20','','','4','','1','2020-09-30 12:21:27','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(3385,'41601469555','427','1','70','retail','0','2020-09-30 15:39:15','','','','63','Cash',0.00,'70','','','4','','1','2020-09-30 12:47:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(3386,'41601469555','8901719903427','1','20','retail','0','2020-09-30 15:47:23','','','','18','Cash',0.00,'20','','','4','','1','2020-09-30 12:47:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(3387,'41601469555','8901719903427','1','20','retail','0','2020-09-30 15:47:33','','','','18','Cash',0.00,'20','','','4','','1','2020-09-30 12:47:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3388,'41601470254','82','1','65','retail','0','2020-09-30 15:50:54','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-30 12:51:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3389,'41601470265','25','1','50','retail','0','2020-09-30 15:51:05','','','','45','Cash',0.00,'50','','','4','','1','2020-09-30 12:51:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(3390,'41601470280','6161113440054','1','55','retail','0','2020-09-30 15:51:20','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-30 14:11:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(3391,'41601470280','99','1','50','retail','0','2020-09-30 17:11:00','','','','45','Cash',0.00,'50','','','4','','1','2020-09-30 14:11:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','35.00','34','Exclusive'),(3392,'41601475092','172','1','70','retail','0','2020-09-30 17:11:32','','','','63','Cash',0.00,'70','','','4','','1','2020-09-30 14:29:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','68.00','67','Inclusive'),(3393,'41601476145','102','1','60','retail','0','2020-09-30 17:29:05','','','','47','Cash',0.00,'60','','','4','','1','2020-09-30 14:29:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(3394,'41601476172','6161100912281','1','85','retail','0','2020-09-30 17:29:32','','','','76.5','Cash',0.00,'85','','','4','','1','2020-09-30 14:32:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3395,'41601476172','6161100912380','1','70','retail','0','2020-09-30 17:31:37','','','','63','Cash',0.00,'70','','','4','','1','2020-09-30 14:32:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3396,'41601476172','101','1','120','retail','0','2020-09-30 17:31:57','','','','93','Cash',0.00,'120','','','4','','1','2020-09-30 14:32:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','44.00','43','Inclusive'),(3397,'41601476363','616400033506','1','70','retail','0','2020-09-30 17:34:37','','','','60','Cash',0.00,'70','','','4','','1','2020-09-30 14:37:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(3398,'41601476363','6161101000901','1','105','retail','0','2020-09-30 17:34:57','','','','94.5','Cash',0.00,'105','','','4','','1','2020-09-30 14:37:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3399,'41601476363','31','1','70','retail','0','2020-09-30 17:35:22','','','','63','Cash',0.00,'70','','','4','','1','2020-09-30 14:37:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3400,'41601476363','18','1','15','retail','0','2020-09-30 17:35:34','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-30 14:37:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(3401,'41601476640','492','1','100','retail','0','2020-09-30 17:37:20','','','','95','Cash',0.00,'100','','','4','','1','2020-09-30 14:45:06','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(3402,'41601477457','492','1','100','retail','0','2020-09-30 17:50:57','','','','95','Cash',0.00,'100','','','4','','1','2020-09-30 14:51:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(3403,'41601477472','492','2','200','retail','0','2020-09-30 17:51:12','','','','95','Cash',0.00,'100','','','4','','1','2020-09-30 14:51:26','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','8.00','6','Exclusive'),(3404,'41601477495','502','5','5','retail','0','2020-09-30 17:51:35','','','','0.88','Cash',0.00,'1','','','4','','1','2020-09-30 14:53:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','5','74.00','69','Exclusive'),(3405,'41601477679','101','1','120','retail','0','2020-09-30 17:54:39','','','','93','Cash',0.00,'120','','','4','','1','2020-09-30 14:55:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','43.00','42','Inclusive'),(3406,'41601477732','6164000033070','1','70','retail','0','2020-09-30 17:55:32','','','','63','Cash',0.00,'70','','','4','','1','2020-09-30 15:35:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(3407,'41601480834','6161113440016','1','65','retail','0','2020-09-30 18:47:14','','','','58.5','Cash',0.00,'65','','','4','','1','2020-09-30 15:47:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(3408,'41601480946','28','1','25','retail','0','2020-09-30 18:49:06','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-30 15:52:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3409,'41601481139','6164004611175','1','15','retail','0','2020-09-30 18:52:19','','','','13.5','Cash',0.00,'15','','','4','','1','2020-09-30 16:13:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Exclusive'),(3410,'41601481139','504','3','15','retail','0','2020-09-30 19:07:10','','','','4.17','Cash',0.00,'5','','','4','','1','2020-09-30 16:13:04','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','99.00','96','Inclusive'),(3411,'41601481139','498','2','40','retail','0','2020-09-30 19:07:35','','','','17','Cash',0.00,'20','','','4','','1','2020-09-30 16:13:04','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','10.00','8','Exclusive'),(3412,'41601482385','792382330195','1','100','retail','0','2020-09-30 19:13:05','','','','85.5','Cash',0.00,'100','','','4','','1','2020-09-30 16:26:32','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','40.00','39','Exclusive'),(3413,'41601482385','6161100760035','1','20','retail','0','2020-09-30 19:26:12','','','','15','Cash',0.00,'20','','','4','','1','2020-09-30 16:26:32','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','218.00','217','Exclusive'),(3414,'41601483193','167','1','30','retail','0','2020-09-30 19:26:33','','','','27','Cash',0.00,'30','','','4','','1','2020-09-30 16:28:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3415,'41601483334','92','1','40','retail','0','2020-09-30 19:28:54','','','','36','Cash',0.00,'40','','','4','','1','2020-09-30 16:34:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(3416,'41601483699','32','1','50','retail','0','2020-09-30 19:34:59','','','','45','Cash',0.00,'50','','','4','','1','2020-09-30 16:41:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(3417,'41601484096','6161102794694','1','50','retail','0','2020-09-30 19:41:36','','','','45','Cash',0.00,'50','','','4','','1','2020-09-30 16:51:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(3418,'41601484716','6161101000895','1','105','retail','0','2020-09-30 19:51:56','','','','94.5','Cash',0.00,'105','','','4','','1','2020-09-30 16:59:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3419,'41601484716','6161101000901','1','105','retail','0','2020-09-30 19:52:52','','','','94.5','Cash',0.00,'105','','','4','','1','2020-09-30 16:59:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3421,'41601484716','6161101000543','3','165','retail','0','2020-09-30 19:55:31','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-30 16:59:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','11.00','8','Inclusive'),(3422,'41601485183','268','1','12','retail','0','2020-09-30 19:59:43','','','','10','Cash',0.00,'12','','','4','','1','2020-09-30 17:05:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','74.00','73','Inclusive'),(3423,'41601485509','6161101000543','1','55','retail','0','2020-09-30 20:05:09','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-30 17:19:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(3424,'41601486341','6161101000543','1','55','retail','0','2020-09-30 20:21:35','','','','49.5','Cash',0.00,'55','','','4','','1','2020-09-30 17:23:14','1','1','returned','1','new','pcs','','2020-09-30 20:23:14','4','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3425,'41601486341','161','2','50','retail','0','2020-09-30 20:22:12','','','','22.5','Cash',0.00,'25','','','4','','1','2020-09-30 17:22:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','20.00','18','Inclusive'),(3426,'41601530335','161','5','125','retail','0','2020-10-01 08:32:15','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-01 05:34:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','5','18.00','13','Inclusive'),(3427,'41601530440','161','1','25','retail','0','2020-10-01 08:34:00','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-01 06:24:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(3428,'41601533449','6161107772208','1','50','retail','0','2020-10-01 10:08:48','','','','45','Cash',0.00,'50','','','4','','1','2020-10-01 07:09:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(3429,'41601533449','105','2','150','retail','0','2020-10-01 10:08:57','','','','67.5','Cash',0.00,'75','','','4','','1','2020-10-01 07:09:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Inclusive'),(3430,'41601533449','101','1','120','retail','0','2020-10-01 10:09:14','','','','93','Cash',0.00,'120','','','4','','1','2020-10-01 07:09:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','42.00','41','Inclusive'),(3431,'41601536186','494','1','20','retail','0','2020-10-01 10:09:46','','','','15','Cash',0.00,'20','','','4','','1','2020-10-01 07:13:56','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(3432,'41601536437','499','1','10','retail','0','2020-10-01 10:13:57','','','','8','Cash',0.00,'10','','','4','','1','2020-10-01 07:30:59','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(3433,'41601537460','504','6','30','retail','0','2020-10-01 10:31:00','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-01 07:35:52','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','6','96.00','90','Inclusive'),(3434,'41601537754','493','1','50','retail','0','2020-10-01 10:35:54','','','','45','Cash',0.00,'50','','','4','','1','2020-10-01 07:38:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(3435,'41601537892','68','1','50','retail','0','2020-10-01 10:38:12','','','','45','Cash',0.00,'50','','','4','','1','2020-10-01 07:40:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(3436,'41601538059','146','1','100','retail','0','2020-10-01 10:40:59','','','','90','Cash',0.00,'100','','','4','','1','2020-10-01 07:41:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(3437,'41601538096','492','1','100','retail','0','2020-10-01 10:41:36','','','','95','Cash',0.00,'100','','','4','','1','2020-10-01 08:00:35','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(3438,'41601538096','493','1','50','retail','0','2020-10-01 10:59:52','','','','45','Cash',0.00,'50','','','4','','1','2020-10-01 08:00:35','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(3439,'41601538096','504','2','10','retail','0','2020-10-01 11:00:10','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-01 08:00:35','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','90.00','88','Inclusive'),(3440,'41601539236','6009627050027','1','60','retail','0','2020-10-01 11:00:36','','','','54','Cash',0.00,'60','','','4','','1','2020-10-01 08:11:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(3441,'41601539908','80','1','110','retail','0','2020-10-01 11:11:48','','','','99','Cash',0.00,'110','','','4','','1','2020-10-01 09:30:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(3442,'41601549904','6161107150709','1','80','retail','0','2020-10-01 13:58:24','','','','72','Cash',0.00,'80','','','4','','1','2020-10-01 11:02:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3443,'41601550140','89','4','160','retail','0','2020-10-01 14:02:20','','','','36','Cash',0.00,'40','','','4','','1','2020-10-01 11:08:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','8.00','4','Inclusive'),(3445,'41601550140','194','2','170','retail','0','2020-10-01 14:06:24','','','','76.5','Cash',0.00,'85','','','4','','1','2020-10-01 11:08:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','10.00','8','Inclusive'),(3446,'41601550140','18','1','15','retail','0','2020-10-01 14:06:38','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-01 11:08:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Inclusive'),(3447,'41601555190','497','1','50','retail','0','2020-10-01 15:26:30','','','','46','Cash',0.00,'50','','','4','','1','2020-10-01 12:26:52','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(3448,'41601555213','99','1','50','retail','0','2020-10-01 15:26:53','','','','45','Cash',0.00,'50','','','4','','1','2020-10-01 12:32:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Exclusive'),(3449,'41601555531','16','3','90','retail','0','2020-10-01 15:32:11','','','','27','Cash',11.05,'30','','','4','','1','2020-10-01 12:35:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','28.00','25','Inclusive'),(3450,'41601555757','6164001166272','1','50','retail','0','2020-10-01 16:32:48','','','','45','Cash',0.00,'50','','','4','','1','2020-10-01 13:33:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(3451,'41601559220','30','1','90','retail','0','2020-10-01 16:33:40','','','','81','Cash',0.00,'90','','','4','','1','2020-10-01 13:33:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3452,'41601559230','504','6','30','retail','0','2020-10-01 16:33:50','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-01 13:47:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','6','88.00','82','Inclusive'),(3453,'41601560039','32','1','50','retail','0','2020-10-01 16:47:19','','','','45','Cash',0.00,'50','','','4','','1','2020-10-01 14:08:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(3454,'41601561325','493','1','50','retail','0','2020-10-01 17:08:45','','','','45','Cash',0.00,'50','','','4','','1','2020-10-01 14:11:09','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(3455,'41601561470','504','1','5','retail','0','2020-10-01 17:11:10','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-01 14:38:53','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','82.00','81','Inclusive'),(3456,'41601563133','80','1','110','retail','0','2020-10-01 17:38:53','','','','99','Cash',0.00,'110','','','4','','1','2020-10-01 14:46:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(3457,'41601563590','76','1','170','retail','0','2020-10-01 17:46:30','','','','153','Cash',0.00,'170','','','4','','1','2020-10-01 15:03:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3458,'41601563590','39','1','50','retail','0','2020-10-01 18:01:22','','','','45','Cash',0.00,'50','','','4','','1','2020-10-01 15:03:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3459,'41601563590','88','1','40','retail','0','2020-10-01 18:01:42','','','','36','Cash',0.00,'40','','','4','','1','2020-10-01 15:03:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3460,'41601564595','6009614480462','1','25','retail','0','2020-10-01 18:03:15','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-01 15:06:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','65.00','64','Exclusive'),(3461,'41601564769','101','1','120','retail','0','2020-10-01 18:06:09','','','','93','Cash',0.00,'120','','','4','','1','2020-10-01 15:40:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','41.00','40','Inclusive'),(3462,'41601564769','18','1','15','retail','0','2020-10-01 18:38:29','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-01 15:40:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Inclusive'),(3463,'41601564769','792382330195','1','100','retail','0','2020-10-01 18:38:35','','','','85.5','Cash',0.00,'100','','','4','','1','2020-10-01 15:40:46','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','39.00','38','Exclusive'),(3464,'41601564769','6161106610235','1','350','retail','0','2020-10-01 18:38:43','','','','315.83','Cash',0.00,'350','','','4','','1','2020-10-01 15:40:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(3465,'41601566847','98','2','50','retail','0','2020-10-01 18:40:47','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-01 15:44:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','59.00','57','Inclusive'),(3466,'41601568982','496','1','100','retail','0','2020-10-01 19:16:22','','','','95','Cash',0.00,'100','','','4','','1','2020-10-01 16:22:59','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(3467,'41601569380','33','1','50','retail','0','2020-10-01 19:23:00','','','','45','Cash',0.00,'50','','','4','','1','2020-10-01 16:27:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3468,'41601569380','32','1','50','retail','0','2020-10-01 19:25:43','','','','45','Cash',0.00,'50','','','4','','1','2020-10-01 16:27:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(3469,'41601569637','108','1','50','retail','0','2020-10-01 19:30:11','','','','45','Cash',0.00,'50','','','4','','1','2020-10-01 16:31:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3470,'41601569637','504','1','5','retail','0','2020-10-01 19:30:24','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-01 16:31:02','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','81.00','80','Inclusive'),(3471,'41601569863','504','2','10','retail','0','2020-10-01 19:31:03','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-01 16:32:39','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','80.00','78','Inclusive'),(3472,'41601569960','66','1','60','retail','0','2020-10-01 19:32:40','','','','54','Cash',0.00,'60','','','4','','1','2020-10-01 16:33:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3473,'41601569960','6164000033070','1','70','retail','0','2020-10-01 19:33:17','','','','63','Cash',0.00,'70','','','4','','1','2020-10-01 16:33:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3474,'41601570023','66','1','60','retail','0','2020-10-01 19:33:43','','','','54','Cash',0.00,'60','','','4','','1','2020-10-01 16:35:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3475,'41601570153','494','1','20','retail','0','2020-10-01 19:35:53','','','','15','Cash',0.00,'20','','','4','','1','2020-10-01 16:50:51','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(3476,'41601573079','6161113440054','1','55','retail','0','2020-10-01 20:24:39','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-01 17:24:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(3477,'41601622051','497','1','50','retail','0','2020-10-02 10:00:51','','','','46','Cash',0.00,'50','','','4','','1','2020-10-02 07:01:58','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(3478,'41601622051','183','1','65','retail','0','2020-10-02 10:01:18','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-02 07:01:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3479,'41601622051','6161102794694','1','50','retail','0','2020-10-02 10:01:26','','','','45','Cash',0.00,'50','','','4','','1','2020-10-02 07:01:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(3480,'41601622118','496','1','100','retail','0','2020-10-02 10:01:58','','','','95','Cash',0.00,'100','','','4','','1','2020-10-02 07:55:07','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(3481,'41601625308','6161100860155','6','30','retail','0','2020-10-02 10:55:08','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-02 08:07:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','6','125.00','119','Inclusive'),(3482,'41601628384','98','1','25','retail','0','2020-10-02 11:46:24','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-02 08:46:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','57.00','56','Inclusive'),(3483,'41601628403','17','1','10','retail','0','2020-10-02 11:46:43','','','','9','Cash',0.00,'10','','','4','','1','2020-10-02 09:05:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(3484,'41601629552','68','1','50','retail','0','2020-10-02 12:05:52','','','','45','Cash',0.00,'50','','','4','','1','2020-10-02 09:07:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(3485,'41601629643','6009627050027','1','60','retail','0','2020-10-02 12:07:23','','','','54','Cash',0.00,'60','','','4','','1','2020-10-02 09:09:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(3486,'41601629775','499','1','10','retail','0','2020-10-02 12:09:35','','','','8','Cash',0.00,'10','','','4','','1','2020-10-02 09:22:50','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(3487,'41601629775','16','1','30','retail','0','2020-10-02 12:22:29','','','','27','Cash',3.68,'30','','','4','','1','2020-10-02 09:22:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','25.00','24','Inclusive'),(3488,'41601630570','16','1','30','retail','0','2020-10-02 12:22:50','','','','27','Cash',3.68,'30','','','4','','1','2020-10-02 09:29:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','24.00','23','Inclusive'),(3489,'41601630976','82','1','65','retail','0','2020-10-02 12:29:36','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-02 10:01:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3490,'41601632876','16','3','90','retail','0','2020-10-02 13:01:16','','','','27','Cash',11.05,'30','','','4','','1','2020-10-02 10:08:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','23.00','20','Inclusive'),(3491,'41601633308','57','1','230','retail','0','2020-10-02 13:08:28','','','','207','Cash',0.00,'230','','','4','','1','2020-10-02 10:14:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','29.00','28','Inclusive'),(3492,'41601633667','196','1','55','retail','0','2020-10-02 13:14:27','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-02 10:20:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','35.00','34','Inclusive'),(3493,'41601634036','99','1','50','retail','0','2020-10-02 13:20:36','','','','45','Cash',0.00,'50','','','4','','1','2020-10-02 10:32:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Exclusive'),(3494,'41601634036','431','1','6','retail','0','2020-10-02 13:32:13','','','','4.2','Cash',0.00,'6','','','4','','1','2020-10-02 10:32:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Exclusive'),(3495,'41601634036','504','1','5','retail','0','2020-10-02 13:32:22','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-02 10:32:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','78.00','77','Inclusive'),(3496,'41601635552','101','1','120','retail','0','2020-10-02 13:45:52','','','','93','Cash',0.00,'120','','','4','','1','2020-10-02 11:05:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','40.00','39','Inclusive'),(3497,'41601635552','172','1','70','retail','0','2020-10-02 14:05:24','','','','63','Cash',0.00,'70','','','4','','1','2020-10-02 11:05:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','67.00','66','Inclusive'),(3498,'41601636737','6009627050034','2','240','retail','0','2020-10-02 14:05:37','','','','104.58','Cash',0.00,'120','','','4','','1','2020-10-02 11:07:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Inclusive'),(3499,'41601636737','6920354820946','2','200','retail','0','2020-10-02 14:05:56','','','','90','Cash',0.00,'100','','','4','','1','2020-10-02 11:07:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','6.00','4','Exclusive'),(3500,'41601636737','6008677000549','1','40','retail','0','2020-10-02 14:06:10','','','','36','Cash',0.00,'40','','','4','','1','2020-10-02 11:07:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(3501,'41601636737','189','1','5','retail','0','2020-10-02 14:06:40','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-02 11:07:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(3502,'41601637369','493','1','50','retail','0','2020-10-02 14:16:09','','','','45','Cash',0.00,'50','','','4','','1','2020-10-02 11:16:28','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(3503,'41601637389','85','2','130','retail','0','2020-10-02 14:16:29','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-02 11:23:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','7.00','5','Inclusive'),(3504,'41601637389','6161113440009','1','65','retail','0','2020-10-02 14:16:52','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-02 11:23:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(3505,'41601637389','6161113440016','1','65','retail','0','2020-10-02 14:17:15','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-02 11:23:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(3506,'41601637807','16','1','30','retail','0','2020-10-02 14:23:27','','','','27','Cash',3.68,'30','','','4','','1','2020-10-02 11:23:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','20.00','19','Inclusive'),(3507,'41601637829','504','1','5','retail','0','2020-10-02 14:23:49','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-02 11:31:16','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','77.00','76','Inclusive'),(3508,'41601637829','431','1','6','retail','0','2020-10-02 14:30:37','','','','4.2','Cash',0.00,'6','','','4','','1','2020-10-02 11:31:16','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Exclusive'),(3509,'41601638318','6009627050027','1','60','retail','0','2020-10-02 14:31:58','','','','54','Cash',0.00,'60','','','4','','1','2020-10-02 11:32:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3510,'41601638318','101','1','120','retail','0','2020-10-02 14:32:10','','','','93','Cash',0.00,'120','','','4','','1','2020-10-02 11:32:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','39.00','38','Inclusive'),(3511,'41601638352','6923564532289','1','30','retail','0','2020-10-02 14:32:45','','','','27','Cash',0.00,'30','','','4','','1','2020-10-02 11:41:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3512,'41601638894','6161100041240','2','40','retail','0','2020-10-02 14:41:34','','','','18','Cash',0.00,'20','','','4','','1','2020-10-02 11:51:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','14.00','12','Inclusive'),(3513,'41601639493','498','1','20','retail','0','2020-10-02 14:51:33','','','','17','Cash',0.00,'20','','','4','','1','2020-10-02 12:06:39','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(3514,'41601640400','495','1','10','retail','0','2020-10-02 15:06:40','','','','5','Cash',0.00,'10','','','4','','1','2020-10-02 12:07:40','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(3515,'41601640460','85','1','65','retail','0','2020-10-02 15:07:40','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-02 12:18:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3516,'41601641119','6161113940134','1','65','retail','0','2020-10-02 15:18:39','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-02 12:19:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(3517,'41601641141','494','1','20','retail','0','2020-10-02 15:19:01','','','','15','Cash',0.00,'20','','','4','','1','2020-10-02 12:26:38','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(3518,'41601641599','66','1','60','retail','0','2020-10-02 15:26:39','','','','54','Cash',0.00,'60','','','4','','1','2020-10-02 12:29:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3519,'41601641599','98','1','25','retail','0','2020-10-02 15:28:58','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-02 12:29:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','56.00','55','Inclusive'),(3520,'41601641599','6161101661713','1','25','retail','0','2020-10-02 15:29:58','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-02 12:30:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(3521,'41601641813','18','1','15','retail','0','2020-10-02 15:30:13','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-02 12:32:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Inclusive'),(3522,'41601705748','8888','1','40','retail','0','2020-10-03 09:15:48','','','','36','Cash',0.00,'40','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3523,'41601705748','79','1','110','retail','0','2020-10-03 09:16:13','','','','99','Cash',0.00,'110','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3524,'41601705748','32','1','50','retail','0','2020-10-03 09:16:23','','','','45','Cash',0.00,'50','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(3525,'41601705748','6009614480462','1','25','retail','0','2020-10-03 09:16:31','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','64.00','63','Exclusive'),(3526,'41601705748','78','1','110','retail','0','2020-10-03 09:16:39','','','','99','Cash',0.00,'110','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3527,'41601705748','6164000033070','1','70','retail','0','2020-10-03 09:16:48','','','','63','Cash',0.00,'70','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3528,'41601705748','30','1','90','retail','0','2020-10-03 09:17:09','','','','81','Cash',0.00,'90','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3529,'41601705748','504','4','20','retail','0','2020-10-03 09:17:16','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','4','76.00','72','Inclusive'),(3530,'41601705748','83','1','65','retail','0','2020-10-03 09:17:28','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(3531,'41601705748','83','1','65','retail','0','2020-10-03 09:17:48','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3532,'41601705748','82','1','65','retail','0','2020-10-03 09:17:58','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3533,'41601705748','85','1','65','retail','0','2020-10-03 09:18:14','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3534,'41601705748','8901719903465','1','20','retail','0','2020-10-03 09:18:35','','','','18','Cash',0.00,'20','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(3535,'41601705748','492','1','100','retail','0','2020-10-03 09:18:44','','','','95','Cash',0.00,'100','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(3536,'41601705748','85','1','65','retail','0','2020-10-03 09:18:51','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3537,'41601705748','139','1','55','retail','0','2020-10-03 09:18:59','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(3538,'41601705748','101','1','120','retail','0','2020-10-03 09:19:06','','','','93','Cash',0.00,'120','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','38.00','37','Inclusive'),(3539,'41601705748','6161102794694','1','50','retail','0','2020-10-03 09:19:13','','','','45','Cash',0.00,'50','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(3540,'41601705748','507','1','50','retail','0','2020-10-03 09:19:24','','','','35.42','Cash',0.00,'50','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Exclusive'),(3541,'41601705748','6161100860247','1','140','retail','0','2020-10-03 09:19:40','','','','126','Cash',0.00,'140','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(3542,'41601705748','6161100912731','1','120','retail','0','2020-10-03 09:19:48','','','','108','Cash',0.00,'120','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3543,'41601705748','6161100912519','1','90','retail','0','2020-10-03 09:19:56','','','','81','Cash',0.00,'90','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3544,'41601705748','139','1','55','retail','0','2020-10-03 09:20:05','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(3545,'41601705748','172','1','70','retail','0','2020-10-03 09:20:39','','','','63','Cash',0.00,'70','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','66.00','65','Inclusive'),(3546,'41601705748','1','1','50','retail','0','2020-10-03 09:20:46','','','','45','Cash',0.00,'50','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','41.00','40','Exclusive'),(3547,'41601705748','6161100760035','1','20','retail','0','2020-10-03 09:20:54','','','','15','Cash',0.00,'20','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','217.00','216','Exclusive'),(3548,'41601705748','78','1','110','retail','0','2020-10-03 09:21:03','','','','99','Cash',0.00,'110','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3549,'41601705748','80','1','110','retail','0','2020-10-03 09:21:13','','','','99','Cash',0.00,'110','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(3550,'41601705748','6161106610228','1','180','retail','0','2020-10-03 09:21:23','','','','162','Cash',0.00,'180','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(3551,'41601705748','9','1','590','retail','0','2020-10-03 09:21:34','','','','531','Cash',0.00,'590','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(3552,'41601705748','6161113940141','1','125','retail','0','2020-10-03 09:21:47','','','','116.67','Cash',0.00,'125','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Inclusive'),(3553,'41601705748','89','1','40','retail','0','2020-10-03 09:21:54','','','','36','Cash',0.00,'40','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3554,'41601705748','6008459000507','1','55','retail','0','2020-10-03 09:22:01','','','','40.83','Cash',0.00,'55','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(3555,'41601705748','50','1','55','retail','0','2020-10-03 09:22:17','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3556,'41601705748','112','1','45','retail','0','2020-10-03 09:22:29','','','','37.5','Cash',0.00,'45','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(3557,'41601705748','503','1','45','retail','0','2020-10-03 09:22:39','','','','37.5','Cash',0.00,'45','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(3558,'41601705748','8718951340664','1','100','retail','0','2020-10-03 09:22:46','','','','90','Cash',0.00,'100','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(3559,'41601705748','69','1','50','retail','0','2020-10-03 09:22:57','','','','45','Cash',0.00,'50','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(3560,'41601705748','6161100950825','1','35','retail','0','2020-10-03 09:23:08','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(3561,'41601705748','6161113940134','1','65','retail','0','2020-10-03 09:23:16','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(3562,'41601705748','17','1','10','retail','0','2020-10-03 09:23:27','','','','9','Cash',0.00,'10','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(3563,'41601705748','32','1','50','retail','0','2020-10-03 09:23:33','','','','45','Cash',0.00,'50','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3564,'41601705748','123','0.5','75','retail','0','2020-10-03 09:23:45','','','','136','Cash',0.00,'150','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','0.5','11.50','11','Inclusive'),(3565,'41601705748','18','1','15','retail','0','2020-10-03 09:23:59','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Inclusive'),(3566,'41601705748','6161100860155','2','10','retail','0','2020-10-03 09:24:06','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','119.00','117','Inclusive'),(3567,'41601705748','5449000180247','1','130','retail','0','2020-10-03 09:24:19','','','','117','Cash',0.00,'130','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3568,'41601705748','6166000090213','1','35','retail','0','2020-10-03 09:24:31','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Exclusive'),(3569,'41601705748','31','1','70','retail','0','2020-10-03 09:24:39','','','','63','Cash',0.00,'70','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3570,'41601705748','6161109510389','1','15','retail','0','2020-10-03 09:24:46','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(3571,'41601705748','504','2','10','retail','0','2020-10-03 09:24:58','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','72.00','70','Inclusive'),(3574,'41601705748','189','2','10','retail','0','2020-10-03 09:26:09','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','5.00','3','Inclusive'),(3575,'41601705748','431','2','12','retail','0','2020-10-03 09:27:21','','','','4.2','Cash',0.00,'6','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','32.00','30','Exclusive'),(3576,'41601705748','792382330195','1','100','retail','0','2020-10-03 09:27:29','','','','85.5','Cash',0.00,'100','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','38.00','37','Exclusive'),(3577,'41601705748','6161100860155','4','20','retail','0','2020-10-03 09:27:42','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','117.00','113','Inclusive'),(3578,'41601705748','6161100760226','1','20','retail','0','2020-10-03 09:28:49','','','','18','Cash',0.00,'20','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Inclusive'),(3579,'41601705748','161101680431','1','20','retail','0','2020-10-03 09:29:07','','','','16','Cash',0.00,'20','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Exclusive'),(3580,'41601705748','6161101661249','1','525','retail','0','2020-10-03 09:29:16','','','','441.66','Cash',0.00,'525','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(3581,'41601705748','502','5','5','retail','0','2020-10-03 09:29:29','','','','0.88','Cash',0.00,'1','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','5','69.00','64','Exclusive'),(3582,'41601705748','5449000180292','1','130','retail','0','2020-10-03 09:29:40','','','','108.33','Cash',0.00,'130','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(3583,'41601705748','492','1','100','retail','0','2020-10-03 09:29:49','','','','95','Cash',0.00,'100','','','4','','1','2020-10-03 06:30:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(3584,'41601706841','30','1','90','retail','0','2020-10-03 09:34:01','','','','81','Cash',0.00,'90','','','4','','1','2020-10-03 06:36:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3585,'41601706841','494','2','40','retail','0','2020-10-03 09:35:56','','','','15','Cash',0.00,'20','','','4','','1','2020-10-03 06:36:52','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','9.00','7','Exclusive'),(3586,'41601706841','495','1','10','retail','0','2020-10-03 09:36:41','','','','5','Cash',0.00,'10','','','4','','1','2020-10-03 06:36:52','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Exclusive'),(3587,'41601707013','6161113440078','1','65','retail','0','2020-10-03 09:36:53','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-03 06:57:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3588,'41601708242','190','3','9','retail','0','2020-10-03 09:57:22','','','','2.3','Cash',0.00,'3','','','4','','1','2020-10-03 07:04:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','3.00','0','Inclusive'),(3589,'41601708670','499','1','10','retail','0','2020-10-03 10:04:30','','','','8','Cash',0.00,'10','','','4','','1','2020-10-03 07:12:26','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(3590,'41601708670','504','2','10','retail','0','2020-10-03 10:12:12','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-03 07:12:26','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','70.00','68','Inclusive'),(3591,'41601709147','494','1','20','retail','0','2020-10-03 10:12:27','','','','15','Cash',0.00,'20','','','4','','1','2020-10-03 07:13:59','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(3592,'41601710385','494','1','20','retail','0','2020-10-03 10:33:05','','','','15','Cash',0.00,'20','','','4','','1','2020-10-03 07:33:45','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(3593,'41601710425','8924122012340','1','10','retail','0','2020-10-03 10:33:46','','','','9','Cash',0.00,'10','','','4','','1','2020-10-03 07:47:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(3594,'41601711244','31','1','70','retail','0','2020-10-03 11:49:39','','','','63','Cash',0.00,'70','','','4','','1','2020-10-03 08:52:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3595,'41601711244','6008459000507','1','55','retail','0','2020-10-03 11:49:48','','','','40.83','Cash',0.00,'55','','','4','','1','2020-10-03 08:52:33','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(3596,'41601711244','194','1','85','retail','0','2020-10-03 11:49:57','','','','76.5','Cash',0.00,'85','','','4','','1','2020-10-03 08:52:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(3597,'41601711244','6161113440023','1','85','retail','0','2020-10-03 11:50:07','','','','76.5','Cash',0.00,'85','','','4','','1','2020-10-03 08:52:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(3598,'41601711244','18','1','15','retail','0','2020-10-03 11:50:20','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-03 08:52:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','29.00','28','Inclusive'),(3599,'41601711244','169','2','10','retail','0','2020-10-03 11:50:36','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-03 08:52:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(3600,'41601715207','18','1','15','retail','0','2020-10-03 12:42:12','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-03 10:02:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(3601,'41601715207','39','1','50','retail','0','2020-10-03 12:42:19','','','','45','Cash',0.00,'50','','','4','','1','2020-10-03 10:02:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3602,'41601715207','67','1','40','retail','0','2020-10-03 13:02:15','','','','36','Cash',0.00,'40','','','4','','1','2020-10-03 10:02:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3603,'41601719895','31','1','70','retail','0','2020-10-03 13:11:35','','','','63','Cash',0.00,'70','','','4','','1','2020-10-03 10:38:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3604,'41601719895','99','1','50','retail','0','2020-10-03 13:11:54','','','','45','Cash',0.00,'50','','','4','','1','2020-10-03 10:38:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Exclusive'),(3606,'41601721503','8901719908583','1','65','retail','0','2020-10-03 13:38:44','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-03 10:41:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3607,'41601721503','171','1','130','retail','0','2020-10-03 13:38:56','','','','117','Cash',0.00,'130','','','4','','1','2020-10-03 10:41:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3608,'41601721672','68','1','50','retail','0','2020-10-03 13:41:12','','','','45','Cash',0.00,'50','','','4','','1','2020-10-03 10:56:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(3609,'41601721672','37','1','5','retail','0','2020-10-03 13:55:03','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-03 10:56:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','79.00','78','Inclusive'),(3610,'41601721672','16','1','30','retail','0','2020-10-03 13:55:55','','','','27','Cash',3.68,'30','','','4','','1','2020-10-03 10:56:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','19.00','18','Inclusive'),(3611,'41601721672','73','1','170','retail','0','2020-10-03 13:56:04','','','','153','Cash',0.00,'170','','','4','','1','2020-10-03 10:56:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3612,'41601721672','504','1','5','retail','0','2020-10-03 13:56:15','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-03 10:56:27','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','68.00','67','Inclusive'),(3613,'41601723237','33','1','50','retail','0','2020-10-03 14:07:17','','','','45','Cash',0.00,'50','','','4','','1','2020-10-03 11:11:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3614,'41601723237','180','2','250','retail','0','2020-10-03 14:07:45','','','','112.5','Cash',0.00,'125','','','4','','1','2020-10-03 11:11:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','7.00','5','Inclusive'),(3615,'41601723237','6161102170023','2','250','retail','0','2020-10-03 14:08:04','','','','107.5','Cash',0.00,'125','','','4','','1','2020-10-03 11:11:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','12.00','10','Inclusive'),(3616,'41601723237','101','1','120','retail','0','2020-10-03 14:08:27','','','','93','Cash',0.00,'120','','','4','','1','2020-10-03 11:11:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','37.00','36','Inclusive'),(3617,'41601723237','88','1','40','retail','0','2020-10-03 14:08:40','','','','36','Cash',0.00,'40','','','4','','1','2020-10-03 11:11:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(3618,'41601723485','68','1','50','retail','0','2020-10-03 14:11:25','','','','45','Cash',0.00,'50','','','4','','1','2020-10-03 11:24:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3619,'41601724263','129','1','25','retail','0','2020-10-03 14:24:42','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-03 11:26:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(3620,'41601724263','65','2','60','retail','0','2020-10-03 14:25:03','','','','27','Cash',0.00,'30','','','4','','1','2020-10-03 11:26:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','26.00','24','Inclusive'),(3621,'41601724367','495','1','10','retail','0','2020-10-03 14:26:07','','','','5','Cash',0.00,'10','','','4','','1','2020-10-03 11:31:15','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(3622,'41601724367','494','1','20','retail','0','2020-10-03 14:30:31','','','','15','Cash',0.00,'20','','','4','','1','2020-10-03 11:31:15','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(3623,'41601724367','492','1','100','retail','0','2020-10-03 14:30:42','','','','95','Cash',0.00,'100','','','4','','1','2020-10-03 11:31:15','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(3624,'41601724675','105','1','75','retail','0','2020-10-03 14:31:15','','','','67.5','Cash',0.00,'75','','','4','','1','2020-10-03 12:15:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3625,'41601724675','101','1','120','retail','0','2020-10-03 15:14:28','','','','93','Cash',0.00,'120','','','4','','1','2020-10-03 12:15:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','36.00','35','Inclusive'),(3626,'41601724675','792382330195','1','100','retail','0','2020-10-03 15:14:41','','','','85.5','Cash',0.00,'100','','','4','','1','2020-10-03 12:15:44','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','37.00','36','Exclusive'),(3627,'41601727345','18','1','15','retail','0','2020-10-03 15:15:45','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-03 12:25:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(3628,'41601727345','6008459000453','1','70','retail','0','2020-10-03 15:25:35','','','','57.5','Cash',0.00,'70','','','4','','1','2020-10-03 13:11:58','1','1','returned','1','new','pc','','2020-10-03 16:11:58','4','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(3629,'41601730730','98','1','25','retail','0','2020-10-03 16:12:10','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-03 13:14:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','55.00','54','Inclusive'),(3630,'41601730843','6161113940141','1','125','retail','0','2020-10-03 16:14:03','','','','116.67','Cash',0.00,'125','','','4','','1','2020-10-03 13:15:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Inclusive'),(3631,'41601730843','497','1','50','retail','0','2020-10-03 16:15:36','','','','46','Cash',0.00,'50','','','4','','1','2020-10-03 13:15:45','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(3632,'41601730946','77','1','110','retail','0','2020-10-03 16:15:46','','','','99','Cash',0.00,'110','','','4','','1','2020-10-03 13:26:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3633,'41601730946','492','2','200','retail','0','2020-10-03 16:25:47','','','','95','Cash',0.00,'100','','','4','','1','2020-10-03 13:26:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Exclusive'),(3634,'41601730946','98','1','25','retail','0','2020-10-03 16:26:04','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-03 13:26:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','54.00','53','Inclusive'),(3635,'41601731609','6161102794694','2','100','retail','0','2020-10-03 16:26:49','','','','45','Cash',0.00,'50','','','4','','1','2020-10-03 13:42:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','9.00','7','Inclusive'),(3636,'41601732524','6161100760226','1','20','retail','0','2020-10-03 16:42:04','','','','18','Cash',0.00,'20','','','4','','1','2020-10-03 13:45:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','29.00','28','Inclusive'),(3637,'41601732722','6161101000895','1','105','retail','0','2020-10-03 16:45:22','','','','94.5','Cash',0.00,'105','','','4','','1','2020-10-03 13:59:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3638,'41601733576','6161102794694','2','100','retail','0','2020-10-03 17:02:28','','','','45','Cash',0.00,'50','','','4','','1','2020-10-03 14:10:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','7.00','5','Inclusive'),(3639,'41601733576','98','1','25','retail','0','2020-10-03 17:08:51','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-03 14:10:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','53.00','52','Inclusive'),(3640,'41601733576','504','3','15','retail','0','2020-10-03 17:09:16','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-03 14:10:09','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','67.00','64','Inclusive'),(3641,'41601734236','98','1','25','retail','0','2020-10-03 17:10:36','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-03 14:12:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','52.00','51','Inclusive'),(3642,'41601734236','268','4','48','retail','0','2020-10-03 17:12:21','','','','10','Cash',0.00,'12','','','4','','1','2020-10-03 14:12:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','73.00','69','Inclusive'),(3643,'41601734354','493','1','50','retail','0','2020-10-03 17:12:35','','','','45','Cash',0.00,'50','','','4','','1','2020-10-03 14:14:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(3644,'41601734452','268','2','24','retail','0','2020-10-03 17:14:12','','','','10','Cash',0.00,'12','','','4','','1','2020-10-03 14:20:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','69.00','67','Inclusive'),(3645,'41601734816','16','1','30','retail','0','2020-10-03 17:20:16','','','','27','Cash',3.68,'30','','','4','','1','2020-10-03 14:22:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','18.00','17','Inclusive'),(3646,'41601734946','6166000090213','1','35','retail','0','2020-10-03 17:22:27','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-03 14:26:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Exclusive'),(3647,'41601735216','178','1','125','retail','0','2020-10-03 17:32:05','','','','112.5','Cash',0.00,'125','','','4','','1','2020-10-03 14:32:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3648,'41601735558','16','1','30','retail','0','2020-10-03 17:32:38','','','','27','Cash',3.68,'30','','','4','','1','2020-10-03 15:20:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','17.00','16','Inclusive'),(3654,'41601884226','6164004575910','1','140','retail','0','2020-10-05 10:52:41','','','','126','Cash',0.00,'140','','','4','','1','2020-10-05 08:01:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3655,'41601884226','497','1','50','retail','0','2020-10-05 10:55:42','','','','46','Cash',0.00,'50','','','4','','1','2020-10-05 08:01:16','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(3656,'41601884226','268','2','24','retail','0','2020-10-05 10:56:16','','','','10','Cash',0.00,'12','','','4','','1','2020-10-05 08:01:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','67.00','65','Inclusive'),(3657,'41601884226','6161113940134','1','65','retail','0','2020-10-05 10:56:43','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-05 08:01:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(3658,'41601884226','6161102794694','1','50','retail','0','2020-10-05 10:56:55','','','','45','Cash',0.00,'50','','','4','','1','2020-10-05 08:01:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3659,'41601884226','141','1','160','retail','0','2020-10-05 10:57:05','','','','144','Cash',0.00,'160','','','4','','1','2020-10-05 08:01:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(3660,'41601884226','101','1','120','retail','0','2020-10-05 10:57:17','','','','93','Cash',0.00,'120','','','4','','1','2020-10-05 08:01:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','35.00','34','Inclusive'),(3661,'41601884226','172','1','70','retail','0','2020-10-05 10:57:30','','','','63','Cash',0.00,'70','','','4','','1','2020-10-05 08:01:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','65.00','64','Inclusive'),(3662,'41601884226','167','1','30','retail','0','2020-10-05 10:58:19','','','','27','Cash',0.00,'30','','','4','','1','2020-10-05 08:01:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(3663,'41601884226','6161100760257','1','65','retail','0','2020-10-05 10:58:40','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-05 08:01:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(3664,'41601884226','268','4','48','retail','0','2020-10-05 11:00:37','','','','10','Cash',0.00,'12','','','4','','1','2020-10-05 08:01:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','65.00','61','Inclusive'),(3665,'41601884226','98','1','25','retail','0','2020-10-05 11:00:55','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-05 08:01:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','51.00','50','Inclusive'),(3666,'41601884877','68','1','50','retail','0','2020-10-05 11:02:06','','','','45','Cash',0.00,'50','','','4','','1','2020-10-05 08:02:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(3667,'41601885170','17','1','10','retail','0','2020-10-05 11:06:10','','','','9','Cash',0.00,'10','','','4','','1','2020-10-05 08:30:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(3668,'41601886651','30','1','90','retail','0','2020-10-05 11:30:51','','','','81','Cash',0.00,'90','','','4','','1','2020-10-05 08:57:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3669,'41601888279','6161101000543','1','55','retail','0','2020-10-05 11:57:59','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-05 09:20:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3670,'41601888279','8901719908576','1','120','retail','0','2020-10-05 12:19:50','','','','108','Cash',0.00,'120','','','4','','1','2020-10-05 09:20:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(3671,'41601888279','16','1','30','retail','0','2020-10-05 12:20:10','','','','27','Cash',3.68,'30','','','4','','1','2020-10-05 09:20:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','28.00','27','Inclusive'),(3672,'41601889640','6161100950825','1','35','retail','0','2020-10-05 12:20:40','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-05 09:55:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3673,'41601889640','32','1','50','retail','0','2020-10-05 12:24:05','','','','45','Cash',0.00,'50','','','4','','1','2020-10-05 09:55:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(3674,'41601889640','16','1','30','retail','0','2020-10-05 12:55:39','','','','27','Cash',3.68,'30','','','4','','1','2020-10-05 09:55:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','27.00','26','Inclusive'),(3675,'41601891760','84','1','65','retail','0','2020-10-05 12:56:01','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-05 10:06:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3676,'41601892410','17','1','10','retail','0','2020-10-05 13:06:51','','','','9','Cash',0.00,'10','','','4','','1','2020-10-05 10:30:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(3677,'41601893834','792382330195','1','100','retail','0','2020-10-05 13:30:34','','','','85.5','Cash',0.00,'100','','','4','','1','2020-10-05 10:41:24','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','36.00','35','Exclusive'),(3678,'41601894485','8924122012340','3','30','retail','0','2020-10-05 13:41:25','','','','9','Cash',0.00,'10','','','4','','1','2020-10-05 10:52:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','14.00','11','Inclusive'),(3679,'41601895140','16','1','30','retail','0','2020-10-05 13:52:20','','','','27','Cash',3.68,'30','','','4','','1','2020-10-05 12:13:19','1','1','returned','1','new','pcs','','2020-10-05 15:13:19','4','yes','','0','','','VATABLE','26.32','1','26.00','25','Inclusive'),(3680,'41601895712','80','1','110','retail','0','2020-10-05 14:01:52','','','','99','Cash',0.00,'110','','','4','','1','2020-10-05 11:05:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3681,'41601895917','95','1','70','retail','0','2020-10-05 14:05:17','','','','63','Cash',0.00,'70','','','4','','1','2020-10-05 11:15:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(3682,'41601896534','492','1','100','retail','0','2020-10-05 14:15:34','','','','95','Cash',0.00,'100','','','4','','1','2020-10-05 11:16:56','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(3683,'41601896534','66','1','60','retail','0','2020-10-05 14:16:44','','','','54','Cash',0.00,'60','','','4','','1','2020-10-05 11:16:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(3684,'41601896616','18','1','15','retail','0','2020-10-05 14:16:57','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-05 11:23:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(3685,'41601900004','194','1','85','retail','0','2020-10-05 15:13:24','','','','76.5','Cash',0.00,'85','','','4','','1','2020-10-05 12:14:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3686,'41601900004','101','1','120','retail','0','2020-10-05 15:13:47','','','','93','Cash',0.00,'120','','','4','','1','2020-10-05 12:14:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(3687,'41601900004','172','1','70','retail','0','2020-10-05 15:13:57','','','','63','Cash',0.00,'70','','','4','','1','2020-10-05 12:14:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','64.00','63','Inclusive'),(3688,'41601900068','493','1','50','retail','0','2020-10-05 15:14:28','','','','45','Cash',0.00,'50','','','4','','1','2020-10-05 12:15:12','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(3689,'41601900113','502','1','1','retail','0','2020-10-05 15:15:13','','','','0.88','Cash',0.00,'1','','','4','','1','2020-10-05 12:17:02','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','64.00','63','Exclusive'),(3690,'41601900113','85','1','65','retail','0','2020-10-05 15:16:44','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-05 12:17:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(3691,'41601900226','66','1','60','retail','0','2020-10-05 15:17:06','','','','54','Cash',0.00,'60','','','4','','1','2020-10-05 12:24:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(3692,'41601900676','428','1','5','retail','0','2020-10-05 15:24:36','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-05 12:29:21','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','50.00','49','Exclusive'),(3693,'41601900962','428','1','5','retail','0','2020-10-05 15:29:22','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-05 12:29:37','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','49.00','48','Exclusive'),(3694,'41601900978','6161102794694','1','50','retail','0','2020-10-05 15:29:38','','','','45','Cash',0.00,'50','','','4','','1','2020-10-05 12:55:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3695,'41601900978','16','1','30','retail','0','2020-10-05 15:55:16','','','','27','Cash',3.68,'30','','','4','','1','2020-10-05 12:55:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','26.00','25','Inclusive'),(3696,'41601902534','8901719903465','1','20','retail','0','2020-10-05 15:55:34','','','','18','Cash',0.00,'20','','','4','','1','2020-10-05 12:56:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(3697,'41601902590','6166000090213','1','35','retail','0','2020-10-05 15:56:30','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-05 13:10:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Exclusive'),(3698,'41601902590','502','5','5','retail','0','2020-10-05 16:06:05','','','','0.88','Cash',0.00,'1','','','4','','1','2020-10-05 13:10:28','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','5','63.00','58','Exclusive'),(3699,'41601903428','16','1','30','retail','0','2020-10-05 16:10:28','','','','27','Cash',3.68,'30','','','4','','1','2020-10-05 13:18:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','25.00','24','Inclusive'),(3700,'41601903428','16','1','30','retail','0','2020-10-05 16:17:56','','','','27','Cash',3.68,'30','','','4','','1','2020-10-05 13:18:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','24.00','23','Inclusive'),(3701,'41601903897','119','1','30','retail','0','2020-10-05 17:08:01','','','','27','Cash',0.00,'30','','','4','','1','2020-10-05 14:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3702,'41601906900','102','1','60','retail','0','2020-10-05 17:29:49','','','','47','Cash',0.00,'60','','','4','','1','2020-10-05 14:30:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(3703,'41601908204','66','1','60','retail','0','2020-10-05 17:35:05','','','','54','Cash',0.00,'60','','','4','','1','2020-10-05 14:35:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(3704,'41601908204','6166000090213','1','35','retail','0','2020-10-05 17:35:17','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-05 14:35:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Exclusive'),(3705,'41601908536','495','1','10','retail','0','2020-10-05 17:35:36','','','','5','Cash',0.00,'10','','','4','','1','2020-10-05 14:36:45','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(3706,'41601908607','6161101000543','1','55','retail','0','2020-10-05 17:36:47','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-05 14:37:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(3707,'41601908632','8901719908590','1','120','retail','0','2020-10-05 18:00:16','','','','108','Cash',0.00,'120','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(3708,'41601908632','8901719908576','1','120','retail','0','2020-10-05 18:00:42','','','','108','Cash',0.00,'120','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3709,'41601908632','76','1','170','retail','0','2020-10-05 18:01:06','','','','153','Cash',0.00,'170','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3710,'41601908632','75','1','170','retail','0','2020-10-05 18:01:21','','','','153','Cash',0.00,'170','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3711,'41601908632','74','1','170','retail','0','2020-10-05 18:01:35','','','','153','Cash',0.00,'170','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3712,'41601908632','73','1','170','retail','0','2020-10-05 18:01:58','','','','153','Cash',0.00,'170','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3713,'41601908632','18','1','15','retail','0','2020-10-05 18:02:15','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(3714,'41601908632','6164001166272','2','100','retail','0','2020-10-05 18:02:29','','','','45','Cash',0.00,'50','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','5.00','3','Inclusive'),(3715,'41601908632','6161106610259','2','1500','retail','0','2020-10-05 18:02:49','','','','675','Cash',0.00,'750','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Exclusive'),(3716,'41601908632','428','1','5','retail','0','2020-10-05 18:03:08','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','48.00','47','Exclusive'),(3717,'41601908632','98','1','25','retail','0','2020-10-05 18:03:24','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','50.00','49','Inclusive'),(3718,'41601908632','509','1','50','retail','0','2020-10-05 18:03:57','','','','40','Cash',0.00,'50','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(3719,'41601908632','87','1','65','retail','0','2020-10-05 18:04:20','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(3720,'41601908632','84','1','65','retail','0','2020-10-05 18:04:33','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3721,'41601908632','85','1','65','retail','0','2020-10-05 18:04:47','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3722,'41601908632','101','1','120','retail','0','2020-10-05 18:05:03','','','','93','Cash',0.00,'120','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Inclusive'),(3723,'41601908632','268','2','24','retail','0','2020-10-05 18:05:19','','','','10','Cash',0.00,'12','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','61.00','59','Inclusive'),(3724,'41601908632','68','1','50','retail','0','2020-10-05 18:05:39','','','','45','Cash',0.00,'50','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3725,'41601908632','6161113440009','1','65','retail','0','2020-10-05 18:05:54','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(3726,'41601908632','169','2','10','retail','0','2020-10-05 18:06:10','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','90.00','88','Inclusive'),(3727,'41601908632','6164000033070','1','70','retail','0','2020-10-05 18:06:35','','','','63','Cash',0.00,'70','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3728,'41601908632','6161113940141','1','125','retail','0','2020-10-05 18:07:00','','','','116.67','Cash',0.00,'125','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','29.00','28','Inclusive'),(3729,'41601908632','6161113440016','1','65','retail','0','2020-10-05 18:07:21','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(3730,'41601908632','6164000033483','1','70','retail','0','2020-10-05 18:07:36','','','','63','Cash',0.00,'70','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3731,'41601908632','99','1','50','retail','0','2020-10-05 18:08:10','','','','45','Cash',0.00,'50','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Exclusive'),(3732,'41601908632','6164004554199','1','25','retail','0','2020-10-05 18:08:22','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(3733,'41601908632','6161106002146','1','15','retail','0','2020-10-05 18:09:04','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3735,'41601908632','161101680431','5','100','retail','0','2020-10-05 18:10:42','','','','16','Cash',0.00,'20','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','5','18.00','13','Exclusive'),(3736,'41601908632','16','1','30','retail','0','2020-10-05 18:10:58','','','','27','Cash',3.68,'30','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','23.00','22','Inclusive'),(3737,'41601908632','73','1','170','retail','0','2020-10-05 18:11:08','','','','153','Cash',0.00,'170','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3738,'41601908632','101','2','240','retail','0','2020-10-05 18:11:26','','','','93','Cash',0.00,'120','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','32.00','30','Inclusive'),(3739,'41601908632','6161102170900','2','480','retail','0','2020-10-05 18:12:00','','','','216','Cash',0.00,'240','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','17.00','15','Inclusive'),(3740,'41601908632','6161100860155','6','30','retail','0','2020-10-05 18:13:12','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','6','113.00','107','Inclusive'),(3741,'41601908632','6161101280020','1','40','retail','0','2020-10-05 18:14:14','','','','28.5','Cash',0.00,'40','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(3742,'41601908632','266','1','170','retail','0','2020-10-05 18:16:21','','','','151','Cash',0.00,'170','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(3743,'41601908632','16','1','30','retail','0','2020-10-05 18:16:47','','','','27','Cash',3.68,'30','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','22.00','21','Inclusive'),(3744,'41601908632','95','2','140','retail','0','2020-10-05 18:17:12','','','','63','Cash',0.00,'70','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','5.00','3','Inclusive'),(3745,'41601908632','6009614480462','1','25','retail','0','2020-10-05 18:17:33','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','63.00','62','Exclusive'),(3746,'41601908632','77','1','110','retail','0','2020-10-05 18:17:53','','','','99','Cash',0.00,'110','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3747,'41601908632','6161101000895','1','105','retail','0','2020-10-05 18:18:10','','','','94.5','Cash',0.00,'105','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3748,'41601908632','144','1','65','retail','0','2020-10-05 18:19:57','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(3749,'41601908632','6164000033483','1','70','retail','0','2020-10-05 18:21:31','','','','63','Cash',0.00,'70','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3750,'41601908632','17','1','10','retail','0','2020-10-05 18:22:50','','','','9','Cash',0.00,'10','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(3751,'41601908632','77','2','220','retail','0','2020-10-05 18:23:03','','','','99','Cash',0.00,'110','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(3753,'41601908632','75','1','170','retail','0','2020-10-05 18:24:39','','','','153','Cash',0.00,'170','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3754,'41601908632','80','1','110','retail','0','2020-10-05 18:24:55','','','','99','Cash',0.00,'110','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(3755,'41601908632','201','1','30','retail','0','2020-10-05 18:25:12','','','','20','Cash',0.00,'30','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(3756,'41601908632','6009627050034','1','120','retail','0','2020-10-05 18:25:25','','','','104.58','Cash',0.00,'120','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3757,'41601908632','6161101280013','1','20','retail','0','2020-10-05 18:25:59','','','','18','Cash',0.00,'20','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(3758,'41601908632','87','1','65','retail','0','2020-10-05 18:26:18','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(3759,'41601908632','8901719903427','1','20','retail','0','2020-10-05 18:26:27','','','','18','Cash',0.00,'20','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3760,'41601908632','169','2','10','retail','0','2020-10-05 18:26:47','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','88.00','86','Inclusive'),(3761,'41601908632','6161113440085','1','115','retail','0','2020-10-05 18:28:20','','','','103.5','Cash',0.00,'115','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3762,'41601908632','508','1','65','retail','0','2020-10-05 18:29:27','','','','55','Cash',0.00,'65','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Exclusive'),(3763,'41601908632','170','1','170','retail','0','2020-10-05 18:30:21','','','','153','Cash',0.00,'170','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3764,'41601908632','73','1','170','retail','0','2020-10-05 18:30:45','','','','153','Cash',0.00,'170','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3765,'41601908632','6161102170023','1','125','retail','0','2020-10-05 18:31:53','','','','107.5','Cash',0.00,'125','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(3766,'41601908632','6161102170900','1','240','retail','0','2020-10-05 18:32:34','','','','216','Cash',0.00,'240','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(3767,'41601908632','6920354820946','1','100','retail','0','2020-10-05 18:32:52','','','','90','Cash',0.00,'100','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(3768,'41601908632','158','1','50','retail','0','2020-10-05 18:33:14','','','','36.45','Cash',0.00,'50','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','42.00','41','Inclusive'),(3769,'41601908632','431','2','12','retail','0','2020-10-05 18:33:40','','','','4.2','Cash',0.00,'6','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','30.00','28','Exclusive'),(3770,'41601908632','76','1','170','retail','0','2020-10-05 18:34:04','','','','153','Cash',0.00,'170','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3771,'41601908632','86','1','65','retail','0','2020-10-05 18:34:53','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3772,'41601908632','85','1','65','retail','0','2020-10-05 18:35:10','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3773,'41601908632','6161102794694','3','150','retail','0','2020-10-05 18:36:20','','','','45','Cash',0.00,'50','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','3.00','0','Inclusive'),(3774,'41601908632','429','2','10','retail','0','2020-10-05 18:36:53','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','50.00','48','Exclusive'),(3775,'41601908632','17','1','10','retail','0','2020-10-05 18:37:28','','','','9','Cash',0.00,'10','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(3776,'41601908632','493','2','100','retail','0','2020-10-05 18:37:47','','','','45','Cash',0.00,'50','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','8.00','6','Exclusive'),(3777,'41601908632','6161101000895','1','105','retail','0','2020-10-05 18:38:14','','','','94.5','Cash',0.00,'105','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3778,'41601908632','17','1','10','retail','0','2020-10-05 18:38:39','','','','9','Cash',0.00,'10','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(3779,'41601908632','435','1','25','retail','0','2020-10-05 18:38:54','','','','18','Cash',0.00,'25','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Exclusive'),(3780,'41601908632','6161113440085','1','115','retail','0','2020-10-05 18:39:17','','','','103.5','Cash',0.00,'115','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3781,'41601908632','68','1','50','retail','0','2020-10-05 18:40:35','','','','45','Cash',0.00,'50','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3782,'41601908632','135','1','60','retail','0','2020-10-05 18:40:50','','','','54','Cash',0.00,'60','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3783,'41601908632','429','1','5','retail','0','2020-10-05 18:42:06','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','48.00','47','Exclusive'),(3784,'41601908632','32','1','50','retail','0','2020-10-05 18:42:44','','','','45','Cash',0.00,'50','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(3785,'41601908632','504','2','10','retail','0','2020-10-05 18:45:33','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','64.00','62','Inclusive'),(3786,'41601908632','6166000090213','1','35','retail','0','2020-10-05 18:45:54','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Exclusive'),(3787,'41601908632','105','1','75','retail','0','2020-10-05 18:46:16','','','','67.5','Cash',0.00,'75','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(3788,'41601908632','170','1','170','retail','0','2020-10-05 18:46:29','','','','153','Cash',0.00,'170','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3789,'41601908632','494','1','20','retail','0','2020-10-05 18:46:44','','','','15','Cash',0.00,'20','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(3790,'41601908632','492','1','100','retail','0','2020-10-05 18:46:57','','','','95','Cash',0.00,'100','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(3791,'41601908632','6161101000543','2','110','retail','0','2020-10-05 18:47:13','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','5.00','3','Inclusive'),(3792,'41601908632','6161113440023','1','85','retail','0','2020-10-05 18:47:51','','','','76.5','Cash',0.00,'85','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(3793,'41601908632','492','1','100','retail','0','2020-10-05 18:48:13','','','','95','Cash',0.00,'100','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(3794,'41601908632','17','1','10','retail','0','2020-10-05 18:48:27','','','','9','Cash',0.00,'10','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(3795,'41601908632','429','1','5','retail','0','2020-10-05 18:48:36','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','47.00','46','Exclusive'),(3796,'41601908632','504','5','25','retail','0','2020-10-05 18:48:45','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','5','62.00','57','Inclusive'),(3797,'41601908632','493','1','50','retail','0','2020-10-05 18:49:08','','','','45','Cash',0.00,'50','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(3798,'41601908632','169','1','5','retail','0','2020-10-05 18:49:28','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','86.00','85','Inclusive'),(3799,'41601908632','6161102170030','1','65','retail','0','2020-10-05 18:50:13','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(3800,'41601908632','201','1','30','retail','0','2020-10-05 18:50:42','','','','20','Cash',0.00,'30','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(3801,'41601908632','792382415885','1','55','retail','0','2020-10-05 18:50:52','','','','47','Cash',0.00,'55','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(3802,'41601908632','435','1','25','retail','0','2020-10-05 18:51:06','','','','18','Cash',0.00,'25','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Exclusive'),(3803,'41601908632','135','1','60','retail','0','2020-10-05 18:51:20','','','','54','Cash',0.00,'60','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(3804,'41601908632','17','1','10','retail','0','2020-10-05 18:51:33','','','','9','Cash',0.00,'10','','','4','','1','2020-10-05 15:52:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(3805,'41601913121','6161102170900','2','480','retail','0','2020-10-05 18:52:33','','','','216','Cash',0.00,'240','','','4','','1','2020-10-05 15:57:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','14.00','12','Inclusive'),(3806,'41601913121','145','1','380','retail','0','2020-10-05 18:52:53','','','','342','Cash',0.00,'380','','','4','','1','2020-10-05 15:57:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(3807,'41601913121','201','1','30','retail','0','2020-10-05 18:53:20','','','','20','Cash',0.00,'30','','','4','','1','2020-10-05 15:57:33','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(3808,'41601913121','792382330195','2','200','retail','0','2020-10-05 18:53:29','','','','85.5','Cash',0.00,'100','','','4','','1','2020-10-05 15:57:33','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','35.00','33','Exclusive'),(3809,'41601913121','6161100762473','1','100','retail','0','2020-10-05 18:54:38','','','','90','Cash',0.00,'100','','','4','','1','2020-10-05 15:57:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3810,'41601913121','161','1','25','retail','0','2020-10-05 18:54:51','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-05 15:57:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(3811,'41601913121','6161100041240','1','20','retail','0','2020-10-05 18:55:15','','','','18','Cash',0.00,'20','','','4','','1','2020-10-05 15:57:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(3812,'41601913121','6923564532289','2','60','retail','0','2020-10-05 18:55:30','','','','27','Cash',0.00,'30','','','4','','1','2020-10-05 15:57:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','4.00','2','Inclusive'),(3813,'41601913121','502','10','10','retail','0','2020-10-05 18:55:59','','','','0.88','Cash',0.00,'1','','','4','','1','2020-10-05 15:57:33','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','10','58.00','48','Exclusive'),(3814,'41601913121','169','2','10','retail','0','2020-10-05 18:56:40','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-05 15:57:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','85.00','83','Inclusive'),(3815,'41601913786','6161113940134','1','65','retail','0','2020-10-05 19:03:52','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-05 16:07:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(3816,'41601913786','186','1','150','retail','0','2020-10-05 19:05:12','','','','135','Cash',0.00,'150','','','4','','1','2020-10-05 16:07:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(3817,'41601913786','268','2','24','retail','0','2020-10-05 19:05:42','','','','10','Cash',0.00,'12','','','4','','1','2020-10-05 16:07:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','59.00','57','Inclusive'),(3818,'41601914027','6161101000543','2','110','retail','0','2020-10-05 19:13:37','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-05 16:14:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Inclusive'),(3819,'41601914461','6161107772222','1','100','retail','0','2020-10-05 19:14:21','','','','90','Cash',0.00,'100','','','4','','1','2020-10-05 16:19:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(3820,'41601914461','6161113940141','1','125','retail','0','2020-10-05 19:17:42','','','','116.67','Cash',0.00,'125','','','4','','1','2020-10-05 16:19:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(3821,'41601914461','6164004597103','1','125','retail','0','2020-10-05 19:17:57','','','','112.5','Cash',0.00,'125','','','4','','1','2020-10-05 16:19:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3822,'41601914461','158','2','100','retail','0','2020-10-05 19:18:21','','','','36.45','Cash',0.00,'50','','','4','','1','2020-10-05 16:19:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','41.00','39','Inclusive'),(3823,'41601914461','792382330195','1','100','retail','0','2020-10-05 19:18:39','','','','85.5','Cash',0.00,'100','','','4','','1','2020-10-05 16:19:53','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Exclusive'),(3824,'41601914461','6161109510389','1','15','retail','0','2020-10-05 19:18:48','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-05 16:19:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Exclusive'),(3825,'41601914461','6164004611175','1','15','retail','0','2020-10-05 19:18:58','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-05 16:19:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Exclusive'),(3826,'41601914835','6166000090213','1','35','retail','0','2020-10-05 19:20:36','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-05 16:24:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Exclusive'),(3827,'41601916910','6161113940134','1','65','retail','0','2020-10-05 19:55:10','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-05 16:56:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(3828,'41601917196','504','2','10','retail','0','2020-10-05 19:59:56','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-05 17:00:59','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','57.00','55','Inclusive'),(3829,'41601917260','492','1','100','retail','0','2020-10-05 20:01:00','','','','95','Cash',0.00,'100','','','4','','1','2020-10-05 17:05:18','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(3830,'41601917519','73','1','170','retail','0','2020-10-05 20:05:19','','','','153','Cash',0.00,'170','','','4','','1','2020-10-05 17:22:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3831,'41601960992','493','1','50','retail','0','2020-10-06 08:09:53','','','','45','Cash',0.00,'50','','','4','','1','2020-10-06 05:10:24','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(3832,'41601960992','16','1','30','retail','0','2020-10-06 08:10:04','','','','27','Cash',3.68,'30','','','4','','1','2020-10-06 11:14:27','1','1','returned','1','new','pcs','','2020-10-06 14:14:27','4','yes','','0','','','VATABLE','26.32','1','21.00','20','Inclusive'),(3833,'41601961025','30','1','90','retail','0','2020-10-06 08:10:25','','','','81','Cash',0.00,'90','','','4','','1','2020-10-06 05:14:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3834,'41601961025','268','6','72','retail','0','2020-10-06 08:13:32','','','','10','Cash',0.00,'12','','','4','','1','2020-10-06 05:14:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','6','57.00','51','Inclusive'),(3835,'41601961260','268','3','36','retail','0','2020-10-06 08:14:20','','','','10','Cash',0.00,'12','','','4','','1','2020-10-06 05:29:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','51.00','48','Inclusive'),(3836,'41601962589','33','1','50','retail','0','2020-10-06 08:36:29','','','','45','Cash',0.00,'50','','','4','','1','2020-10-06 05:38:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3837,'41601962589','128','1','25','retail','0','2020-10-06 08:36:56','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-06 05:38:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(3838,'41601962589','431','2','12','retail','0','2020-10-06 08:37:17','','','','4.2','Cash',0.00,'6','','','4','','1','2020-10-06 05:38:25','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','28.00','26','Exclusive'),(3839,'41601962589','432','1','6','retail','0','2020-10-06 08:37:36','','','','4.2','Cash',0.00,'6','','','4','','1','2020-10-06 05:38:25','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Exclusive'),(3840,'41601962706','146','1','100','retail','0','2020-10-06 08:38:26','','','','90','Cash',0.00,'100','','','4','','1','2020-10-06 05:54:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(3841,'41601963645','504','1','5','retail','0','2020-10-06 08:54:05','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-06 05:55:35','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','55.00','54','Inclusive'),(3842,'41601963736','504','1','5','retail','0','2020-10-06 08:55:36','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-06 06:21:34','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','54.00','53','Inclusive'),(3843,'41601963736','504','2','10','retail','0','2020-10-06 08:59:58','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-06 06:21:34','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','53.00','51','Inclusive'),(3844,'41601963736','502','5','5','retail','0','2020-10-06 09:21:06','','','','0.88','Cash',0.00,'1','','','4','','1','2020-10-06 06:21:34','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','5','48.00','43','Exclusive'),(3845,'41601963736','428','1','5','retail','0','2020-10-06 09:21:17','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-06 06:21:34','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','47.00','46','Exclusive'),(3846,'41601969537','268','10','120','retail','0','2020-10-06 10:32:17','','','','10','Cash',0.00,'12','','','4','','1','2020-10-06 07:32:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','10','48.00','38','Inclusive'),(3847,'41601969537','105','1','75','retail','0','2020-10-06 10:32:33','','','','67.5','Cash',0.00,'75','','','4','','1','2020-10-06 07:32:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(3848,'41601969573','16','1','30','retail','0','2020-10-06 11:20:07','','','','27','Cash',3.68,'30','','','4','','1','2020-10-06 11:13:58','1','1','returned','1','new','pcs','','2020-10-06 14:13:58','4','yes','','0','','','VATABLE','26.32','1','20.00','19','Inclusive'),(3849,'41601969573','68','1','50','retail','0','2020-10-06 11:20:37','','','','45','Cash',0.00,'50','','','4','','1','2020-10-06 08:26:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3850,'41601969573','6161113940141','1','125','retail','0','2020-10-06 11:25:59','','','','116.67','Cash',0.00,'125','','','4','','1','2020-10-06 08:26:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(3851,'41601972807','492','1','100','retail','0','2020-10-06 11:26:47','','','','95','Cash',0.00,'100','','','4','','1','2020-10-06 08:35:01','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(3852,'41601973634','99','1','50','retail','0','2020-10-06 11:40:34','','','','45','Cash',0.00,'50','','','4','','1','2020-10-06 08:48:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Exclusive'),(3853,'41601974132','496','1','100','retail','0','2020-10-06 11:48:52','','','','95','Cash',0.00,'100','','','4','','1','2020-10-06 08:57:41','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(3854,'41601974662','6161102794694','1','50','retail','0','2020-10-06 11:57:42','','','','45','Cash',0.00,'50','','','4','','1','2020-10-06 09:08:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(3855,'41601975286','32','1','50','retail','0','2020-10-06 12:08:06','','','','45','Cash',0.00,'50','','','4','','1','2020-10-06 09:18:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(3856,'41601975941','5449000180247','1','130','retail','0','2020-10-06 12:19:01','','','','117','Cash',0.00,'130','','','4','','1','2020-10-06 09:27:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3857,'41601976437','16','1','30','retail','0','2020-10-06 12:27:17','','','','27','Cash',3.68,'30','','','4','','1','2020-10-06 09:46:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','19.00','18','Inclusive'),(3858,'41601976437','493','1','50','retail','0','2020-10-06 12:38:18','','','','45','Cash',0.00,'50','','','4','','1','2020-10-06 09:46:50','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(3859,'41601977610','99','1','50','retail','0','2020-10-06 12:46:50','','','','45','Cash',0.00,'50','','','4','','1','2020-10-06 09:49:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','29.00','28','Exclusive'),(3860,'41601977776','22','1','120','retail','0','2020-10-06 12:49:36','','','','108','Cash',0.00,'120','','','4','','1','2020-10-06 10:03:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(3861,'41601978587','493','1','50','retail','0','2020-10-06 13:03:07','','','','45','Cash',0.00,'50','','','4','','1','2020-10-06 10:08:54','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(3862,'41601978587','16','1','30','retail','0','2020-10-06 13:04:24','','','','27','Cash',3.68,'30','','','4','','1','2020-10-06 11:15:13','1','1','returned','1','new','pcs','','2020-10-06 14:15:13','4','yes','','0','','','VATABLE','26.32','1','18.00','17','Inclusive'),(3863,'41601978934','6161102794694','2','100','retail','0','2020-10-06 13:08:54','','','','45','Cash',0.00,'50','','','4','','1','2020-10-06 10:17:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','11.00','9','Inclusive'),(3864,'41601980243','79','1','110','retail','0','2020-10-06 13:30:43','','','','99','Cash',0.00,'110','','','4','','1','2020-10-06 11:12:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3865,'41601982936','428','1','5','retail','0','2020-10-06 14:15:36','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-06 11:16:53','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','46.00','45','Exclusive'),(3866,'41601983014','99','1','50','retail','0','2020-10-06 14:16:54','','','','45','Cash',0.00,'50','','','4','','1','2020-10-06 11:17:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Exclusive'),(3867,'41601983048','494','1','20','retail','0','2020-10-06 14:17:28','','','','15','Cash',0.00,'20','','','4','','1','2020-10-06 11:49:52','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(3868,'41601983048','16','1','30','retail','0','2020-10-06 14:49:34','','','','27','Cash',3.68,'30','','','4','','1','2020-10-06 11:49:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','20.00','19','Inclusive'),(3869,'41601984993','16','1','30','retail','0','2020-10-06 14:49:53','','','','27','Cash',3.68,'30','','','4','','1','2020-10-06 11:55:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','19.00','18','Inclusive'),(3870,'41601985338','792382415885','1','55','retail','0','2020-10-06 15:23:17','','','','47','Cash',0.00,'55','','','4','','1','2020-10-06 12:23:46','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(3871,'41601987027','6166000090213','1','35','retail','0','2020-10-06 15:23:47','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-06 12:44:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(3872,'41601987027','87','1','65','retail','0','2020-10-06 15:41:04','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-06 12:44:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(3873,'41601987027','86','1','65','retail','0','2020-10-06 15:41:14','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-06 12:44:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3874,'41601988296','169','2','10','retail','0','2020-10-06 15:44:56','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-06 13:15:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','83.00','81','Inclusive'),(3875,'41601990113','6161102170023','1','125','retail','0','2020-10-06 16:15:13','','','','107.5','Cash',0.00,'125','','','4','','1','2020-10-06 13:46:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(3876,'41601991965','6166000090213','1','35','retail','0','2020-10-06 16:46:05','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-06 14:05:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Exclusive'),(3877,'41601991965','85','1','65','retail','0','2020-10-06 16:49:32','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-06 14:05:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3878,'41601993193','502','4','4','retail','0','2020-10-06 17:06:33','','','','0.88','Cash',0.00,'1','','','4','','1','2020-10-06 15:12:52','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','4','43.00','39','Exclusive'),(3879,'41601993193','431','1','6','retail','0','2020-10-06 18:12:30','','','','4.2','Cash',0.00,'6','','','4','','1','2020-10-06 15:12:52','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Exclusive'),(3880,'41601997173','792382330195','2','200','retail','0','2020-10-06 18:12:53','','','','85.5','Cash',0.00,'100','','','4','','1','2020-10-06 15:15:02','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','32.00','30','Exclusive'),(3881,'41601997304','92','1','40','retail','0','2020-10-06 18:15:04','','','','36','Cash',0.00,'40','','','4','','1','2020-10-06 15:15:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(3882,'41601997339','80','1','110','retail','0','2020-10-06 18:15:39','','','','99','Cash',0.00,'110','','','4','','1','2020-10-06 15:16:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3883,'41601997361','499','1','10','retail','0','2020-10-06 18:16:02','','','','8','Cash',0.00,'10','','','4','','1','2020-10-06 15:16:53','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(3884,'41601997361','498','1','20','retail','0','2020-10-06 18:16:35','','','','17','Cash',0.00,'20','','','4','','1','2020-10-06 15:16:53','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(3885,'41601997970','502','5','5','retail','0','2020-10-06 18:26:11','','','','0.88','Cash',0.00,'1','','','4','','1','2020-10-06 15:43:54','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','5','39.00','34','Exclusive'),(3886,'41601999036','5','1','195','retail','0','2020-10-06 18:43:56','','','','175.5','Cash',0.00,'195','','','4','','1','2020-10-06 15:45:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3887,'41601999036','428','1','5','retail','0','2020-10-06 18:44:44','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-06 15:45:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','45.00','44','Exclusive'),(3888,'41601999121','95','1','70','retail','0','2020-10-06 18:45:21','','','','63','Cash',0.00,'70','','','4','','1','2020-10-06 15:48:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3889,'41601999284','497','1','50','retail','0','2020-10-06 18:48:04','','','','46','Cash',0.00,'50','','','4','','1','2020-10-06 15:51:34','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(3890,'41601999284','6920354820946','1','100','retail','0','2020-10-06 18:50:52','','','','90','Cash',0.00,'100','','','4','','1','2020-10-06 15:51:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(3891,'41601999495','4005900527950','1','260','retail','0','2020-10-06 18:51:35','','','','234','Cash',0.00,'260','','','4','','1','2020-10-06 15:52:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3892,'41601999530','6009614480462','2','50','retail','0','2020-10-06 18:52:10','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-06 16:00:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','62.00','60','Exclusive'),(3893,'41601999530','29','1','55','retail','0','2020-10-06 18:58:45','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-06 16:00:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3894,'41601999530','6161102170900','2','480','retail','0','2020-10-06 18:59:15','','','','216','Cash',0.00,'240','','','4','','1','2020-10-06 16:00:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','12.00','10','Inclusive'),(3895,'41601999530','79','1','110','retail','0','2020-10-06 18:59:29','','','','99','Cash',0.00,'110','','','4','','1','2020-10-06 16:00:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3896,'41601999530','6203012970123','1','90','retail','0','2020-10-06 18:59:40','','','','81','Cash',0.00,'90','','','4','','1','2020-10-06 16:00:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','39.00','38','Inclusive'),(3897,'41601999530','201','1','30','retail','0','2020-10-06 18:59:56','','','','20','Cash',0.00,'30','','','4','','1','2020-10-06 16:00:44','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(3898,'41602000197','6161100860155','4','20','retail','0','2020-10-06 19:03:18','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-06 16:08:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','107.00','103','Inclusive'),(3899,'41602000792','502','7','7','retail','0','2020-10-06 19:13:12','','','','0.88','Cash',0.00,'1','','','4','','1','2020-10-06 16:13:54','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','7','34.00','27','Exclusive'),(3900,'41602000835','6161113940134','1','65','retail','0','2020-10-06 19:13:55','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-06 16:24:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(3901,'41602000835','268','2','24','retail','0','2020-10-06 19:24:18','','','','10','Cash',0.00,'12','','','4','','1','2020-10-06 16:24:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','38.00','36','Inclusive'),(3902,'41602001480','74','1','170','retail','0','2020-10-06 19:24:41','','','','153','Cash',0.00,'170','','','4','','1','2020-10-06 16:39:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3903,'41602002389','792382330195','1','100','retail','0','2020-10-06 19:39:50','','','','85.5','Cash',0.00,'100','','','4','','1','2020-10-06 16:43:50','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Exclusive'),(3904,'41602002630','6164004575910','1','140','retail','0','2020-10-06 19:43:50','','','','126','Cash',0.00,'140','','','4','','1','2020-10-06 16:48:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3905,'41602002896','173','1','25','retail','0','2020-10-06 19:48:16','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-06 16:52:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Inclusive'),(3906,'41602003345','6161100762473','1','100','retail','0','2020-10-06 19:55:46','','','','90','Cash',0.00,'100','','','4','','1','2020-10-06 17:06:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3908,'41602004008','18','1','15','retail','0','2020-10-06 20:06:48','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-06 17:07:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(3910,'41602005026','6164004554199','1','25','retail','0','2020-10-06 20:23:46','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-06 17:25:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(3911,'41602005026','6161102794694','2','100','retail','0','2020-10-06 20:25:39','','','','45','Cash',0.00,'50','','','4','','1','2020-10-06 17:26:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','9.00','7','Inclusive'),(3912,'41602005026','427','1','70','retail','0','2020-10-06 20:25:53','','','','63','Cash',0.00,'70','','','4','','1','2020-10-06 17:26:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(3913,'41602005026','431','2','12','retail','0','2020-10-06 20:26:04','','','','4.2','Cash',0.00,'6','','','4','','1','2020-10-06 17:26:45','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','25.00','23','Exclusive'),(3914,'41602005206','32','1','50','retail','0','2020-10-06 20:26:46','','','','45','Cash',0.00,'50','','','4','','1','2020-10-06 17:36:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(3915,'41602051998','497','1','50','retail','0','2020-10-07 09:26:38','','','','46','Cash',0.00,'50','','','4','','1','2020-10-07 06:40:18','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(3916,'41602052819','268','2','24','retail','0','2020-10-07 09:54:20','','','','10','Cash',0.00,'12','','','4','','1','2020-10-07 07:14:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','36.00','34','Inclusive'),(3917,'41602054885','89','1','40','retail','0','2020-10-07 10:14:45','','','','36','Cash',0.00,'40','','','4','','1','2020-10-07 07:27:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(3918,'41602055638','161','1','25','retail','0','2020-10-07 10:27:19','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-07 07:42:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(3919,'41602055638','47','1','195','retail','0','2020-10-07 10:36:23','','','','175.5','Cash',0.00,'195','','','4','','1','2020-10-07 07:42:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3920,'41602056533','172','1','70','retail','0','2020-10-07 10:42:13','','','','63','Cash',0.00,'70','','','4','','1','2020-10-07 07:49:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','63.00','62','Inclusive'),(3921,'41602056945','6009614480462','1','25','retail','0','2020-10-07 10:49:05','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-07 08:22:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','60.00','59','Exclusive'),(3922,'41602056945','6009614480462','1','25','retail','0','2020-10-07 11:21:18','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-07 08:22:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','59.00','58','Exclusive'),(3923,'41602056945','101','1','120','retail','0','2020-10-07 11:21:30','','','','93','Cash',0.00,'120','','','4','','1','2020-10-07 08:22:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Inclusive'),(3924,'41602056945','172','1','70','retail','0','2020-10-07 11:21:45','','','','63','Cash',0.00,'70','','','4','','1','2020-10-07 08:22:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','62.00','61','Inclusive'),(3925,'41602056945','6161113440078','1','65','retail','0','2020-10-07 11:21:57','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-07 08:22:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3926,'41602058933','497','1','50','retail','0','2020-10-07 11:22:13','','','','46','Cash',0.00,'50','','','4','','1','2020-10-07 08:23:10','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(3927,'41602058991','6161113940134','1','65','retail','0','2020-10-07 11:23:11','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-07 08:26:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(3928,'41602058991','6161100760226','1','20','retail','0','2020-10-07 11:26:11','','','','18','Cash',0.00,'20','','','4','','1','2020-10-07 08:26:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(3929,'41602059202','6008459000507','1','55','retail','0','2020-10-07 11:26:42','','','','40.83','Cash',0.00,'55','','','4','','1','2020-10-07 08:27:45','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(3930,'41602059266','85','1','65','retail','0','2020-10-07 11:27:46','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-07 08:30:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3931,'41602059404','141','1','160','retail','0','2020-10-07 11:30:04','','','','144','Cash',0.00,'160','','','4','','1','2020-10-07 08:33:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(3933,'41602060446','6161100041240','1','20','retail','0','2020-10-07 11:47:27','','','','18','Cash',0.00,'20','','','4','','1','2020-10-07 08:48:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(3934,'41602060488','39','1','50','retail','0','2020-10-07 11:48:08','','','','45','Cash',0.00,'50','','','4','','1','2020-10-07 09:00:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(3935,'41602060488','16','1','30','retail','0','2020-10-07 11:59:39','','','','27','Cash',3.68,'30','','','4','','1','2020-10-07 09:00:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','18.00','17','Inclusive'),(3936,'41602061249','6161113940141','1','125','retail','0','2020-10-07 12:00:50','','','','116.67','Cash',0.00,'125','','','4','','1','2020-10-07 09:21:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(3937,'41602061249','99','1','50','retail','0','2020-10-07 12:21:21','','','','45','Cash',0.00,'50','','','4','','1','2020-10-07 09:21:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Exclusive'),(3938,'41602063482','497','1','50','retail','0','2020-10-07 12:38:02','','','','46','Cash',0.00,'50','','','4','','1','2020-10-07 09:42:50','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(3939,'41602063482','495','1','10','retail','0','2020-10-07 12:38:17','','','','5','Cash',0.00,'10','','','4','','1','2020-10-07 09:42:50','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(3940,'41602063771','66','1','60','retail','0','2020-10-07 12:42:51','','','','54','Cash',0.00,'60','','','4','','1','2020-10-07 09:53:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(3941,'41602063771','429','3','15','retail','0','2020-10-07 12:51:56','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-07 09:53:17','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','46.00','43','Exclusive'),(3942,'41602063771','428','3','15','retail','0','2020-10-07 12:52:05','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-07 09:53:17','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','44.00','41','Exclusive'),(3943,'41602064398','497','1','50','retail','0','2020-10-07 12:53:18','','','','46','Cash',0.00,'50','','','4','','1','2020-10-07 10:28:35','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(3944,'41602064398','16','1','30','retail','0','2020-10-07 13:28:23','','','','27','Cash',3.68,'30','','','4','','1','2020-10-07 10:28:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','17.00','16','Inclusive'),(3945,'41602066515','16','1','30','retail','0','2020-10-07 13:28:35','','','','27','Cash',3.68,'30','','','4','','1','2020-10-07 10:39:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','16.00','15','Inclusive'),(3946,'41602067175','16','1','30','retail','0','2020-10-07 13:47:43','','','','27','Cash',3.68,'30','','','4','','1','2020-10-07 10:48:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','15.00','14','Inclusive'),(3947,'41602067692','6923564532289','1','30','retail','0','2020-10-07 13:48:12','','','','27','Cash',0.00,'30','','','4','','1','2020-10-07 11:09:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3948,'41602068975','6161100041240','1','20','retail','0','2020-10-07 14:09:35','','','','18','Cash',0.00,'20','','','4','','1','2020-10-07 11:19:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(3949,'41602069582','502','2','2','retail','0','2020-10-07 14:19:42','','','','0.88','Cash',0.00,'1','','','4','','1','2020-10-07 11:29:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','27.00','25','Exclusive'),(3950,'41602070162','39','1','50','retail','0','2020-10-07 14:29:23','','','','45','Cash',0.00,'50','','','4','','1','2020-10-07 11:31:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(3951,'41602071579','16','1','30','retail','0','2020-10-07 14:52:59','','','','27','Cash',3.68,'30','','','4','','1','2020-10-07 12:21:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','14.00','13','Inclusive'),(3952,'41602071579','98','1','25','retail','0','2020-10-07 15:21:15','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-07 12:21:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','49.00','48','Inclusive'),(3953,'41602073294','39','1','50','retail','0','2020-10-07 15:21:34','','','','45','Cash',0.00,'50','','','4','','1','2020-10-07 12:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(3954,'41602073294','169','1','5','retail','0','2020-10-07 15:22:38','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-07 12:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','81.00','80','Inclusive'),(3955,'41602073387','169','1','5','retail','0','2020-10-07 15:23:07','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-07 12:23:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','80.00','79','Inclusive'),(3956,'41602073405','16','1','30','retail','0','2020-10-07 15:23:26','','','','27','Cash',3.68,'30','','','4','','1','2020-10-07 12:28:13','1','1','returned','1','new','pcs','','2020-10-07 15:28:13','4','yes','','0','','','VATABLE','26.32','1','13.00','12','Inclusive'),(3957,'41602073702','16','1','30','retail','0','2020-10-07 15:28:22','','','','27','Cash',3.68,'30','','','4','','1','2020-10-07 12:29:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','13.00','12','Inclusive'),(3958,'41602073702','6008459000507','1','55','retail','0','2020-10-07 15:28:33','','','','40.83','Cash',0.00,'55','','','4','','1','2020-10-07 12:55:32','1','1','returned','1','new','pc','','2020-10-07 15:55:32','4','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(3959,'41602073702','428','1','5','retail','0','2020-10-07 15:28:50','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-07 12:29:57','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','41.00','40','Exclusive'),(3960,'41602073702','428','1','5','retail','0','2020-10-07 15:29:05','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-07 12:29:57','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','40.00','39','Exclusive'),(3961,'41602073702','502','5','5','retail','0','2020-10-07 15:29:17','','','','0.88','Cash',0.00,'1','','','4','','1','2020-10-07 12:29:57','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','5','25.00','20','Exclusive'),(3962,'41602073798','16','1','30','retail','0','2020-10-07 15:29:58','','','','27','Cash',3.68,'30','','','4','','1','2020-10-07 12:31:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','12.00','11','Inclusive'),(3963,'41602073798','428','1','5','retail','0','2020-10-07 15:30:14','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-07 12:31:06','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','39.00','38','Exclusive'),(3964,'41602075338','112','2','90','retail','0','2020-10-07 15:55:38','','','','37.5','Cash',0.00,'45','','','4','','1','2020-10-07 12:56:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','24.00','22','Inclusive'),(3965,'41602075338','6008677000549','1','40','retail','0','2020-10-07 15:55:52','','','','36','Cash',0.00,'40','','','4','','1','2020-10-07 12:56:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(3966,'41602075338','6164001166272','1','50','retail','0','2020-10-07 15:56:09','','','','45','Cash',0.00,'50','','','4','','1','2020-10-07 12:56:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3967,'41602075406','30','1','90','retail','0','2020-10-07 15:56:46','','','','81','Cash',0.00,'90','','','4','','1','2020-10-07 13:13:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3968,'41602076496','101','1','120','retail','0','2020-10-07 16:14:56','','','','93','Cash',0.00,'120','','','4','','1','2020-10-07 13:22:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','29.00','28','Inclusive'),(3969,'41602076496','5','1','195','retail','0','2020-10-07 16:20:55','','','','175.5','Cash',0.00,'195','','','4','','1','2020-10-07 13:22:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(3970,'41602076921','16','1','30','retail','0','2020-10-07 16:22:01','','','','27','Cash',3.68,'30','','','4','','1','2020-10-07 14:02:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','11.00','10','Inclusive'),(3971,'41602079357','16','1','30','retail','0','2020-10-07 17:02:38','','','','27','Cash',3.68,'30','','','4','','1','2020-10-07 14:05:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','10.00','9','Inclusive'),(3972,'41602079562','32','1','50','retail','0','2020-10-07 17:06:02','','','','45','Cash',0.00,'50','','','4','','1','2020-10-07 14:08:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3973,'41602079562','6161102794694','1','50','retail','0','2020-10-07 17:07:02','','','','45','Cash',0.00,'50','','','4','','1','2020-10-07 14:08:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3974,'41602079562','428','2','10','retail','0','2020-10-07 17:07:12','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-07 14:08:12','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','38.00','36','Exclusive'),(3975,'41602079694','8901719903427','1','20','retail','0','2020-10-07 17:08:15','','','','18','Cash',0.00,'20','','','4','','1','2020-10-07 14:09:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3976,'41602079759','99','1','50','retail','0','2020-10-07 17:09:20','','','','45','Cash',0.00,'50','','','4','','1','2020-10-07 14:21:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Exclusive'),(3977,'41602079759','99','1','50','retail','0','2020-10-07 17:11:46','','','','45','Cash',0.00,'50','','','4','','1','2020-10-07 14:21:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Exclusive'),(3978,'41602080487','89','1','40','retail','0','2020-10-07 17:21:27','','','','36','Cash',0.00,'40','','','4','','1','2020-10-07 14:35:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(3979,'41602081319','496','1','100','retail','0','2020-10-07 17:35:19','','','','95','Cash',0.00,'100','','','4','','1','2020-10-07 14:52:40','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(3980,'41602081319','509','1','50','retail','0','2020-10-07 17:41:31','','','','40','Cash',0.00,'50','','','4','','1','2020-10-07 14:52:40','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(3981,'41602081319','494','1','20','retail','0','2020-10-07 17:41:44','','','','15','Cash',0.00,'20','','','4','','1','2020-10-07 14:52:40','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(3983,'41602083909','6164000033223','1','130','retail','0','2020-10-07 18:18:41','','','','117','Cash',0.00,'130','','','4','','1','2020-10-07 15:19:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(3984,'41602083948','428','1','5','retail','0','2020-10-07 18:19:08','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-07 15:44:21','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','36.00','35','Exclusive'),(3985,'41602086621','8901719903427','1','20','retail','0','2020-10-07 19:03:41','','','','18','Cash',0.00,'20','','','4','','1','2020-10-07 16:04:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(3986,'41602086662','497','1','50','retail','0','2020-10-07 19:04:22','','','','46','Cash',0.00,'50','','','4','','1','2020-10-07 16:06:46','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(3987,'41602086806','0792382434152','1','100','retail','0','2020-10-07 19:06:46','','','','85','Cash',0.00,'100','','','4','','1','2020-10-07 16:11:49','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(3988,'41602087110','31','1','70','retail','0','2020-10-07 19:11:50','','','','63','Cash',0.00,'70','','','4','','1','2020-10-07 16:17:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(3989,'41602087439','186','1','150','retail','0','2020-10-07 19:17:19','','','','135','Cash',0.00,'150','','','4','','1','2020-10-07 16:22:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(3990,'41602087767','6161101000543','1','55','retail','0','2020-10-07 19:22:47','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-07 16:26:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(3991,'41602087767','161101680431','1','20','retail','0','2020-10-07 19:24:50','','','','16','Cash',0.00,'20','','','4','','1','2020-10-07 16:26:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Exclusive'),(3992,'41602087767','268','2','24','retail','0','2020-10-07 19:24:58','','','','10','Cash',0.00,'12','','','4','','1','2020-10-07 16:26:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','34.00','32','Inclusive'),(3993,'41602087767','6161113940134','1','65','retail','0','2020-10-07 19:25:47','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-07 16:26:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(3994,'41602087767','494','1','20','retail','0','2020-10-07 19:26:00','','','','15','Cash',0.00,'20','','','4','','1','2020-10-07 16:26:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(3995,'41602087979','502','10','10','retail','0','2020-10-07 19:26:19','','','','0.88','Cash',0.00,'1','','','4','','1','2020-10-07 16:29:01','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','10','20.00','10','Exclusive'),(3996,'41602088142','39','1','50','retail','0','2020-10-07 19:34:50','','','','45','Cash',0.00,'50','','','4','','1','2020-10-07 16:35:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(3997,'41602088508','161101680431','1','20','retail','0','2020-10-07 19:35:08','','','','16','Cash',0.00,'20','','','4','','1','2020-10-07 16:43:25','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Exclusive'),(3998,'41602088508','4','1','90','retail','0','2020-10-07 19:40:06','','','','81','Cash',0.00,'90','','','4','','1','2020-10-07 16:43:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(3999,'41602089007','169','1','5','retail','0','2020-10-07 19:43:27','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-07 16:44:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','79.00','78','Inclusive'),(4000,'41602089069','161101680431','2','40','retail','0','2020-10-07 19:44:29','','','','16','Cash',0.00,'20','','','4','','1','2020-10-07 16:57:28','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','32.00','30','Exclusive'),(4001,'41602089069','6008459000507','1','55','retail','0','2020-10-07 19:55:27','','','','40.83','Cash',0.00,'55','','','4','','1','2020-10-07 16:57:28','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Exclusive'),(4002,'41602089069','6161113440016','1','65','retail','0','2020-10-07 19:55:36','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-07 16:57:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(4003,'41602089848','92','1','40','retail','0','2020-10-07 19:59:10','','','','36','Cash',0.00,'40','','','4','','1','2020-10-07 17:00:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(4004,'41602090022','268','4','48','retail','0','2020-10-07 20:00:23','','','','10','Cash',0.00,'12','','','4','','1','2020-10-07 17:09:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','32.00','28','Inclusive'),(4005,'41602090544','502','2','2','retail','0','2020-10-07 20:09:04','','','','0.88','Cash',0.00,'1','','','4','','1','2020-10-07 17:09:24','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','10.00','8','Exclusive'),(4006,'41602090565','156','1','50','retail','0','2020-10-07 20:09:25','','','','40','Cash',0.00,'50','','','4','','1','2020-10-07 17:21:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4007,'41602090565','171','1','130','retail','0','2020-10-07 20:17:49','','','','117','Cash',0.00,'130','','','4','','1','2020-10-07 17:21:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4008,'41602090565','17','1','10','retail','0','2020-10-07 20:18:08','','','','9','Cash',0.00,'10','','','4','','1','2020-10-07 17:21:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Inclusive'),(4009,'41602137175','146','1','100','retail','0','2020-10-08 09:06:26','','','','90','Cash',0.00,'100','','','4','','1','2020-10-08 06:07:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(4010,'41602137175','101','1','120','retail','0','2020-10-08 09:06:36','','','','93','Cash',0.00,'120','','','4','','1','2020-10-08 06:07:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(4011,'41602137175','30','1','90','retail','0','2020-10-08 09:07:24','','','','81','Cash',0.00,'90','','','4','','1','2020-10-08 06:07:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4012,'41602137175','201','1','30','retail','0','2020-10-08 09:07:35','','','','20','Cash',0.00,'30','','','4','','1','2020-10-08 06:07:47','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(4013,'41602137268','6164002695986','1','85','retail','0','2020-10-08 09:07:48','','','','70','Cash',0.00,'85','','','4','','1','2020-10-08 06:38:25','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(4014,'41602137268','493','1','50','retail','0','2020-10-08 09:38:08','','','','45','Cash',0.00,'50','','','4','','1','2020-10-08 06:38:25','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(4015,'41602137268','6008459000453','1','70','retail','0','2020-10-08 09:38:16','','','','57.5','Cash',0.00,'70','','','4','','1','2020-10-08 06:38:25','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(4016,'41602139105','105','1','75','retail','0','2020-10-08 09:38:25','','','','67.5','Cash',0.00,'75','','','4','','1','2020-10-08 06:52:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(4017,'41602139938','6009614480462','1','25','retail','0','2020-10-08 09:52:18','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-08 06:57:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','58.00','57','Exclusive'),(4018,'41602140250','494','1','20','retail','0','2020-10-08 09:57:30','','','','15','Cash',0.00,'20','','','4','','1','2020-10-08 07:05:23','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(4019,'41602140724','32','1','50','retail','0','2020-10-08 10:05:24','','','','45','Cash',0.00,'50','','','4','','1','2020-10-08 07:28:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4020,'41602142136','492','2','200','retail','0','2020-10-08 10:28:56','','','','95','Cash',0.00,'100','','','4','','1','2020-10-08 07:33:18','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','7.00','5','Exclusive'),(4021,'41602142136','493','1','50','retail','0','2020-10-08 10:33:03','','','','45','Cash',0.00,'50','','','4','','1','2020-10-08 07:33:18','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(4022,'41602142136','68','1','50','retail','0','2020-10-08 10:33:09','','','','45','Cash',0.00,'50','','','4','','1','2020-10-08 07:33:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4023,'41602142399','492','1','100','retail','0','2020-10-08 10:33:19','','','','95','Cash',0.00,'100','','','4','','1','2020-10-08 07:35:46','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(4024,'41602142399','494','1','20','retail','0','2020-10-08 10:35:38','','','','15','Cash',0.00,'20','','','4','','1','2020-10-08 07:35:46','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(4025,'41602142547','6161101280013','1','20','retail','0','2020-10-08 10:35:47','','','','18','Cash',0.00,'20','','','4','','1','2020-10-08 08:01:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(4026,'41602142547','504','1','5','retail','0','2020-10-08 10:54:04','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-08 08:01:10','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','51.00','50','Inclusive'),(4027,'41602142547','504','1','5','retail','0','2020-10-08 10:57:35','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-08 08:01:10','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','50.00','49','Inclusive'),(4028,'41602142547','169','3','15','retail','0','2020-10-08 10:58:07','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-08 08:01:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','78.00','75','Inclusive'),(4029,'41602144071','6164001166272','1','50','retail','0','2020-10-08 11:01:11','','','','45','Cash',0.00,'50','','','4','','1','2020-10-08 09:06:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(4031,'41602144071','6161100860155','4','20','retail','0','2020-10-08 11:28:46','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-08 09:06:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','103.00','99','Inclusive'),(4032,'41602144071','497','1','50','retail','0','2020-10-08 11:29:14','','','','46','Cash',0.00,'50','','','4','','1','2020-10-08 09:06:49','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(4033,'41602148010','6009614480462','1','25','retail','0','2020-10-08 12:06:50','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-08 09:40:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','57.00','56','Exclusive'),(4034,'41602148010','431','1','6','retail','0','2020-10-08 12:40:39','','','','4.2','Cash',0.00,'6','','','4','','1','2020-10-08 09:40:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Exclusive'),(4035,'41602150049','428','1','5','retail','0','2020-10-08 12:40:49','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-08 10:24:57','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','35.00','34','Exclusive'),(4036,'41602150049','502','1','1','retail','0','2020-10-08 12:47:28','','','','0.88','Cash',0.00,'1','','','4','','1','2020-10-08 10:24:57','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(4037,'41602152699','16','1','30','retail','0','2020-10-08 13:24:59','','','','27','Cash',3.68,'30','','','4','','1','2020-10-08 10:50:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','9.00','8','Inclusive'),(4038,'41602154238','16','1','30','retail','0','2020-10-08 13:50:38','','','','27','Cash',3.68,'30','','','4','','1','2020-10-08 11:00:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','8.00','7','Inclusive'),(4039,'41602154806','17','1','10','retail','0','2020-10-08 14:00:06','','','','9','Cash',0.00,'10','','','4','','1','2020-10-08 11:38:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Inclusive'),(4040,'41602154806','6008459000453','1','70','retail','0','2020-10-08 14:37:53','','','','57.5','Cash',0.00,'70','','','4','','1','2020-10-08 11:38:03','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Exclusive'),(4041,'41602157084','30','1','90','retail','0','2020-10-08 14:55:08','','','','81','Cash',0.00,'90','','','4','','1','2020-10-08 11:55:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4042,'41602158127','83','1','65','retail','0','2020-10-08 15:15:38','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-08 12:21:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(4043,'41602158127','82','2','130','retail','0','2020-10-08 15:18:56','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-08 12:21:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','4.00','2','Inclusive'),(4044,'41602158127','88','1','40','retail','0','2020-10-08 15:19:10','','','','36','Cash',0.00,'40','','','4','','1','2020-10-08 12:21:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(4045,'41602159668','177','1','25','retail','0','2020-10-08 15:21:08','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-08 12:42:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(4046,'41602160968','5449000180247','1','130','retail','0','2020-10-08 15:42:48','','','','117','Cash',0.00,'130','','','4','','1','2020-10-08 13:22:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4047,'41602160968','6166000090213','1','35','retail','0','2020-10-08 16:21:31','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-08 13:22:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(4048,'41602160968','16','1','30','retail','0','2020-10-08 16:21:44','','','','27','Cash',3.68,'30','','','4','','1','2020-10-08 13:22:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','7.00','6','Inclusive'),(4049,'41602160968','494','1','20','retail','0','2020-10-08 16:22:03','','','','15','Cash',0.00,'20','','','4','','1','2020-10-08 13:22:34','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(4050,'41602163355','492','1','100','retail','0','2020-10-08 16:22:35','','','','95','Cash',0.00,'100','','','4','','1','2020-10-08 13:30:51','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(4051,'41602163355','33','1','50','retail','0','2020-10-08 16:28:51','','','','45','Cash',0.00,'50','','','4','','1','2020-10-08 13:30:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4052,'41602163852','66','1','60','retail','0','2020-10-08 16:30:52','','','','54','Cash',0.00,'60','','','4','','1','2020-10-08 13:34:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(4053,'41602164060','493','1','50','retail','0','2020-10-08 16:36:17','','','','45','Cash',0.00,'50','','','4','','1','2020-10-08 13:36:30','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(4054,'41602164192','83','1','65','retail','0','2020-10-08 16:36:32','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-08 13:39:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(4055,'41602164192','83','2','130','retail','0','2020-10-08 16:39:22','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-08 13:39:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','9.00','7','Inclusive'),(4056,'41602164388','17','1','10','retail','0','2020-10-08 16:39:48','','','','9','Cash',0.00,'10','','','4','','1','2020-10-08 13:41:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Inclusive'),(4057,'41602164476','194','1','85','retail','0','2020-10-08 16:41:16','','','','76.5','Cash',0.00,'85','','','4','','1','2020-10-08 13:42:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4058,'41602164476','6161106610716','1','45','retail','0','2020-10-08 16:41:43','','','','40.5','Cash',0.00,'45','','','4','','1','2020-10-08 13:42:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4059,'41602164541','39','1','50','retail','0','2020-10-08 16:42:21','','','','45','Cash',0.00,'50','','','4','','1','2020-10-08 13:59:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(4060,'41602165588','6161107772208','1','50','retail','0','2020-10-08 16:59:48','','','','45','Cash',0.00,'50','','','4','','1','2020-10-08 14:52:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(4061,'41602168768','494','1','20','retail','0','2020-10-08 17:52:48','','','','15','Cash',0.00,'20','','','4','','1','2020-10-08 15:28:56','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(4062,'41602168768','495','1','10','retail','0','2020-10-08 18:28:34','','','','5','Cash',0.00,'10','','','4','','1','2020-10-08 15:28:56','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(4063,'41602168768','16','1','30','retail','0','2020-10-08 18:28:47','','','','27','Cash',3.68,'30','','','4','','1','2020-10-08 15:28:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','30.00','29','Inclusive'),(4064,'41602170937','79','1','110','retail','0','2020-10-08 18:28:57','','','','99','Cash',0.00,'110','','','4','','1','2020-10-08 15:38:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4065,'41602170937','74','1','170','retail','0','2020-10-08 18:37:54','','','','153','Cash',0.00,'170','','','4','','1','2020-10-08 15:38:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4066,'41602170937','170','1','170','retail','0','2020-10-08 18:38:06','','','','153','Cash',0.00,'170','','','4','','1','2020-10-08 15:38:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4067,'41602171513','6166000090213','2','70','retail','0','2020-10-08 18:38:33','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-08 16:02:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','11.00','9','Exclusive'),(4068,'41602172979','6161100762473','1','100','retail','0','2020-10-08 19:02:59','','','','90','Cash',0.00,'100','','','4','','1','2020-10-08 16:07:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4069,'41602173275','39','1','50','retail','0','2020-10-08 19:07:55','','','','45','Cash',0.00,'50','','','4','','1','2020-10-08 16:13:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(4071,'41602173608','6161101000543','1','55','retail','0','2020-10-08 19:19:25','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-08 16:20:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(4072,'41602173608','69','2','100','retail','0','2020-10-08 19:20:09','','','','45','Cash',0.00,'50','','','4','','1','2020-10-08 16:20:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','4.00','2','Inclusive'),(4073,'41602174023','68','1','50','retail','0','2020-10-08 19:20:23','','','','45','Cash',0.00,'50','','','4','','1','2020-10-08 16:39:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(4074,'41602176796','6161113440030','1','85','retail','0','2020-10-08 20:06:55','','','','76.5','Cash',0.00,'85','','','4','','1','2020-10-08 17:09:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(4075,'41602176796','6164001166272','2','100','retail','0','2020-10-08 20:07:29','','','','45','Cash',0.00,'50','','','4','','1','2020-10-08 17:09:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','13.00','11','Inclusive'),(4076,'41602176953','161101680431','1','20','retail','0','2020-10-08 20:09:13','','','','16','Cash',0.00,'20','','','4','','1','2020-10-08 17:29:46','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Exclusive'),(4077,'41602178186','31','1','70','retail','0','2020-10-08 20:29:46','','','','63','Cash',0.00,'70','','','4','','1','2020-10-08 17:31:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4078,'41602178186','6166000090213','2','70','retail','0','2020-10-08 20:29:56','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-08 17:31:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','9.00','7','Exclusive'),(4079,'41602178186','6161113440030','1','85','retail','0','2020-10-08 20:30:09','','','','76.5','Cash',0.00,'85','','','4','','1','2020-10-08 17:31:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(4080,'41602178186','32','1','50','retail','0','2020-10-08 20:30:28','','','','45','Cash',0.00,'50','','','4','','1','2020-10-08 17:31:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(4081,'41602178186','6161101680424','1','50','retail','0','2020-10-08 20:30:35','','','','45','Cash',0.00,'50','','','4','','1','2020-10-08 17:31:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(4082,'41602225169','492','1','100','retail','0','2020-10-09 09:32:49','','','','95','Cash',0.00,'100','','','4','','1','2020-10-09 06:43:15','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(4083,'41602225796','16','2','60','retail','0','2020-10-09 09:43:16','','','','27','Cash',7.37,'30','','','4','','1','2020-10-09 06:52:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','29.00','27','Inclusive'),(4084,'41602226353','6161109724038','1','250','retail','0','2020-10-09 09:59:11','','','','225','Cash',0.00,'250','','','4','','1','2020-10-09 06:59:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4085,'41602226353','17','1','10','retail','0','2020-10-09 09:59:44','','','','9','Cash',0.00,'10','','','4','','1','2020-10-09 06:59:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Inclusive'),(4086,'41602226799','6164004611175','1','15','retail','0','2020-10-09 09:59:59','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-09 07:09:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(4087,'41602227377','268','5','60','retail','0','2020-10-09 10:09:37','','','','10','Cash',0.00,'12','','','4','','1','2020-10-09 07:39:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','5','28.00','23','Inclusive'),(4088,'41602227377','32','1','50','retail','0','2020-10-09 10:12:13','','','','45','Cash',0.00,'50','','','4','','1','2020-10-09 07:39:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(4089,'41602229179','6161113440078','1','65','retail','0','2020-10-09 10:39:39','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-09 07:40:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4090,'41602229234','6164004554199','1','25','retail','0','2020-10-09 10:40:34','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-09 08:10:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4091,'41602229234','6164001166272','1','50','retail','0','2020-10-09 11:03:28','','','','45','Cash',0.00,'50','','','4','','1','2020-10-09 08:10:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(4092,'41602229234','494','1','20','retail','0','2020-10-09 11:05:07','','','','15','Cash',0.00,'20','','','4','','1','2020-10-09 08:10:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(4093,'41602231020','102','1','60','retail','0','2020-10-09 11:10:20','','','','47','Cash',0.00,'60','','','4','','1','2020-10-09 08:11:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(4094,'41602231111','6164004554199','1','25','retail','0','2020-10-09 11:11:51','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-09 08:34:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4095,'41602231111','6161101280013','1','20','retail','0','2020-10-09 11:20:13','','','','18','Cash',0.00,'20','','','4','','1','2020-10-09 08:34:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(4096,'41602231111','428','3','15','retail','0','2020-10-09 11:32:23','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-09 08:34:08','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','34.00','31','Exclusive'),(4097,'41602231111','6009614480462','1','25','retail','0','2020-10-09 11:33:52','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-09 08:34:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','56.00','55','Exclusive'),(4098,'41602232449','37','2','10','retail','0','2020-10-09 11:34:09','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-09 08:37:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','78.00','76','Inclusive'),(4099,'41602232449','504','2','10','retail','0','2020-10-09 11:36:44','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-09 08:37:26','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','49.00','47','Inclusive'),(4100,'41602232647','169','4','20','retail','0','2020-10-09 11:37:27','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-09 08:47:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','75.00','71','Inclusive'),(4101,'41602233241','498','1','20','retail','0','2020-10-09 11:47:21','','','','17','Cash',0.00,'20','','','4','','1','2020-10-09 09:02:13','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(4102,'41602233241','186','1','150','retail','0','2020-10-09 11:57:44','','','','135','Cash',0.00,'150','','','4','','1','2020-10-09 09:02:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4103,'41602234133','141','1','160','retail','0','2020-10-09 12:02:13','','','','144','Cash',0.00,'160','','','4','','1','2020-10-09 09:21:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(4104,'41602235311','144','1','65','retail','0','2020-10-09 12:21:51','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-09 09:22:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(4105,'41602235311','89','1','40','retail','0','2020-10-09 12:22:43','','','','36','Cash',0.00,'40','','','4','','1','2020-10-09 09:22:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(4106,'41602235378','141','1','160','retail','0','2020-10-09 12:22:58','','','','144','Cash',0.00,'160','','','4','','1','2020-10-09 09:48:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(4107,'41602235378','98','1','25','retail','0','2020-10-09 12:35:51','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-09 09:48:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','48.00','47','Inclusive'),(4108,'41602235378','174','2','40','retail','0','2020-10-09 12:48:20','','','','15','Cash',0.00,'20','','','4','','1','2020-10-09 09:48:51','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','26.00','24','Exclusive'),(4109,'41602236932','507','1','50','retail','0','2020-10-09 12:48:52','','','','35.42','Cash',0.00,'50','','','4','','1','2020-10-09 10:13:52','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Exclusive'),(4110,'41602242131','493','1','50','retail','0','2020-10-09 14:15:31','','','','45','Cash',0.00,'50','','','4','','1','2020-10-09 11:26:44','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(4111,'41602242131','73','1','170','retail','0','2020-10-09 14:15:43','','','','153','Cash',0.00,'170','','','4','','1','2020-10-09 11:26:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4112,'41602242805','6164000033186','1','130','retail','0','2020-10-09 14:26:45','','','','117','Cash',0.00,'130','','','4','','1','2020-10-09 11:40:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4113,'41602243621','18','2','30','retail','0','2020-10-09 14:40:21','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-09 11:56:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','23.00','21','Inclusive'),(4114,'41602244610','493','1','50','retail','0','2020-10-09 14:56:50','','','','45','Cash',0.00,'50','','','4','','1','2020-10-09 12:05:03','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(4115,'41602245104','16','1','30','retail','0','2020-10-09 15:05:04','','','','27','Cash',3.68,'30','','','4','','1','2020-10-09 12:28:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','27.00','26','Inclusive'),(4116,'41602245104','495','1','10','retail','0','2020-10-09 15:28:22','','','','5','Cash',0.00,'10','','','4','','1','2020-10-09 12:28:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(4117,'41602246529','30','1','90','retail','0','2020-10-09 15:28:49','','','','81','Cash',0.00,'90','','','4','','1','2020-10-09 13:36:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4118,'41602250583','504','2','10','retail','0','2020-10-09 16:36:23','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-09 13:37:12','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','47.00','45','Inclusive'),(4119,'41602250583','169','1','5','retail','0','2020-10-09 16:36:37','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-09 13:37:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','71.00','70','Inclusive'),(4120,'41602250583','504','1','5','retail','0','2020-10-09 16:36:51','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-09 13:37:12','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','45.00','44','Inclusive'),(4121,'41602250633','101','1','120','retail','0','2020-10-09 16:37:13','','','','93','Cash',0.00,'120','','','4','','1','2020-10-09 13:38:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(4122,'41602250704','66','1','60','retail','0','2020-10-09 16:38:24','','','','54','Cash',0.00,'60','','','4','','1','2020-10-09 14:12:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(4123,'41602252742','6161100041240','1','20','retail','0','2020-10-09 17:12:22','','','','18','Cash',0.00,'20','','','4','','1','2020-10-09 14:27:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(4124,'41602253621','6008459000453','1','70','retail','0','2020-10-09 17:27:02','','','','57.5','Cash',0.00,'70','','','4','','1','2020-10-09 14:40:21','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(4125,'41602253621','6008459000507','1','55','retail','0','2020-10-09 17:33:49','','','','40.83','Cash',0.00,'55','','','4','','1','2020-10-09 14:40:21','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Exclusive'),(4126,'41602253621','6161113440030','1','85','retail','0','2020-10-09 17:33:57','','','','76.5','Cash',0.00,'85','','','4','','1','2020-10-09 14:40:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(4127,'41602253621','6161101000833','1','60','retail','0','2020-10-09 17:34:17','','','','54','Cash',0.00,'60','','','4','','1','2020-10-09 14:40:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4128,'41602253621','6166000090213','1','35','retail','0','2020-10-09 17:35:11','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-09 14:40:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(4129,'41602253621','18','1','15','retail','0','2020-10-09 17:36:30','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-09 14:40:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(4130,'41602253621','428','3','15','retail','0','2020-10-09 17:38:20','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-09 14:40:21','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','31.00','28','Exclusive'),(4131,'41602253621','8901719903465','2','40','retail','0','2020-10-09 17:39:04','','','','18','Cash',0.00,'20','','','4','','1','2020-10-09 14:40:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','16.00','14','Inclusive'),(4132,'41602254421','6161113940134','1','65','retail','0','2020-10-09 17:41:25','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-09 14:42:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(4133,'41602254421','268','2','24','retail','0','2020-10-09 17:41:36','','','','10','Cash',0.00,'12','','','4','','1','2020-10-09 14:42:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','23.00','21','Inclusive'),(4134,'41602254528','512','0.5','52.5','retail','0','2020-10-09 17:42:08','','','','92','Cash',0.00,'105','','','4','','1','2020-10-09 14:43:25','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','0.5','10.00','9.5','Exclusive'),(4135,'41602254605','502','3','3','retail','0','2020-10-09 17:43:25','','','','0.88','Cash',0.00,'1','','','4','','1','2020-10-09 14:51:13','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','7.00','4','Exclusive'),(4136,'41602255074','16','2','60','retail','0','2020-10-09 17:51:14','','','','27','Cash',7.37,'30','','','4','','1','2020-10-09 14:55:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','26.00','24','Inclusive'),(4137,'41602255074','6164000033223','1','130','retail','0','2020-10-09 17:53:25','','','','117','Cash',0.00,'130','','','4','','1','2020-10-09 14:55:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4138,'41602255354','492','1','100','retail','0','2020-10-09 17:55:54','','','','95','Cash',0.00,'100','','','4','','1','2020-10-09 15:00:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(4139,'41602255354','431','2','12','retail','0','2020-10-09 17:59:52','','','','4.2','Cash',0.00,'6','','','4','','1','2020-10-09 15:00:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','22.00','20','Exclusive'),(4140,'41602255612','492','1','100','retail','0','2020-10-09 18:00:12','','','','95','Cash',0.00,'100','','','4','','1','2020-10-09 15:01:58','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(4141,'41602255719','493','1','50','retail','0','2020-10-09 18:01:59','','','','45','Cash',0.00,'50','','','4','','1','2020-10-09 15:06:57','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(4142,'41602255719','161','1','25','retail','0','2020-10-09 18:06:35','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-09 15:06:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(4143,'41602256017','6161101000901','1','105','retail','0','2020-10-09 18:06:57','','','','94.5','Cash',0.00,'105','','','4','','1','2020-10-09 15:32:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4144,'41602257557','17','1','10','retail','0','2020-10-09 18:32:38','','','','9','Cash',0.00,'10','','','4','','1','2020-10-09 15:38:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','29.00','28','Inclusive'),(4145,'41602257899','77','1','110','retail','0','2020-10-09 18:38:19','','','','99','Cash',0.00,'110','','','4','','1','2020-10-09 15:41:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4146,'41602257899','76','1','170','retail','0','2020-10-09 18:38:29','','','','153','Cash',0.00,'170','','','4','','1','2020-10-09 15:41:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4147,'41602257899','18','1','15','retail','0','2020-10-09 18:38:42','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-09 15:41:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(4148,'41602258083','16','2','60','retail','0','2020-10-09 18:49:06','','','','27','Cash',7.37,'30','','','4','','1','2020-10-09 15:49:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','24.00','22','Inclusive'),(4149,'41602258593','169','2','10','retail','0','2020-10-09 18:49:53','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-09 15:58:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','70.00','68','Inclusive'),(4150,'41602259106','16','1','30','retail','0','2020-10-09 19:02:13','','','','27','Cash',3.68,'30','','','4','','1','2020-10-09 16:06:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','22.00','21','Inclusive'),(4151,'41602259593','64','2','60','retail','0','2020-10-09 19:06:33','','','','27','Cash',0.00,'30','','','4','','1','2020-10-09 16:08:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Inclusive'),(4152,'41602259701','6161100950825','1','35','retail','0','2020-10-09 19:08:21','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-09 16:09:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4153,'41602259783','6161107772208','1','50','retail','0','2020-10-09 19:09:43','','','','45','Cash',0.00,'50','','','4','','1','2020-10-09 16:10:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(4154,'41602259831','6161101000543','1','55','retail','0','2020-10-09 19:10:31','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-09 16:12:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(4155,'41602259967','6008459000453','1','70','retail','0','2020-10-09 19:12:47','','','','57.5','Cash',0.00,'70','','','4','','1','2020-10-09 16:15:59','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(4156,'41602259967','174','2','40','retail','0','2020-10-09 19:15:33','','','','15','Cash',0.00,'20','','','4','','1','2020-10-09 16:18:32','1','1','returned','1','new','pc','','2020-10-09 19:18:32','4','yes','','0','','','ZERO RATED','0','2','24.00','22','Exclusive'),(4157,'41602260160','6008459000507','1','55','retail','0','2020-10-09 19:16:00','','','','40.83','Cash',0.00,'55','','','4','','1','2020-10-09 16:18:13','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(4158,'41602260160','77','1','110','retail','0','2020-10-09 19:17:30','','','','99','Cash',0.00,'110','','','4','','1','2020-10-09 16:18:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4159,'41602260328','174','1','20','retail','0','2020-10-09 19:18:48','','','','15','Cash',0.00,'20','','','4','','1','2020-10-09 16:19:04','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Exclusive'),(4160,'41602260635','173','1','25','retail','0','2020-10-09 19:23:55','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-09 16:37:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Inclusive'),(4161,'41602261469','6161101000543','3','165','retail','0','2020-10-09 19:37:49','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-09 16:42:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','10.00','7','Inclusive'),(4162,'41602261727','6161106610242','1','510','retail','0','2020-10-09 19:42:07','','','','452.5','Cash',0.00,'510','','','4','','1','2020-10-09 16:55:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(4163,'41602261727','101','1','120','retail','0','2020-10-09 19:54:46','','','','93','Cash',0.00,'120','','','4','','1','2020-10-09 16:55:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(4164,'41602261727','57','1','230','retail','0','2020-10-09 19:55:00','','','','207','Cash',0.00,'230','','','4','','1','2020-10-09 16:55:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(4165,'41602262554','161','2','50','retail','0','2020-10-09 19:55:54','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-09 17:06:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','9.00','7','Inclusive'),(4166,'41602263161','6164000033223','1','130','retail','0','2020-10-09 20:06:01','','','','117','Cash',0.00,'130','','','4','','1','2020-10-09 17:25:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4167,'41602263161','6164000033230','1','70','retail','0','2020-10-09 20:24:23','','','','63','Cash',0.00,'70','','','4','','1','2020-10-09 17:25:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4168,'41602263161','6164000033209','1','130','retail','0','2020-10-09 20:24:36','','','','117','Cash',0.00,'130','','','4','','1','2020-10-09 17:25:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4169,'41602264301','6161101000901','1','105','retail','0','2020-10-09 20:25:01','','','','94.5','Cash',0.00,'105','','','4','','1','2020-10-09 17:34:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4170,'41602264972','6164000033209','1','130','retail','0','2020-10-09 20:36:12','','','','117','Cash',0.00,'130','','','4','','1','2020-10-09 17:36:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4171,'41602310793','496','3','300','retail','0','2020-10-10 09:19:53','','','','95','Cash',0.00,'100','','','4','','1','2020-10-10 06:21:24','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','12.00','9','Exclusive'),(4172,'41602310793','169','4','20','retail','0','2020-10-10 09:20:10','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-10 06:21:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','68.00','64','Inclusive'),(4173,'41602310793','30','1','90','retail','0','2020-10-10 09:20:29','','','','81','Cash',0.00,'90','','','4','','1','2020-10-10 06:21:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4174,'41602310793','101','1','120','retail','0','2020-10-10 09:21:13','','','','93','Cash',0.00,'120','','','4','','1','2020-10-10 06:21:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(4175,'41602310885','6009614480462','2','50','retail','0','2020-10-10 09:21:25','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-10 06:39:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','55.00','53','Exclusive'),(4176,'41602310885','6164000512018','1','230','retail','0','2020-10-10 09:35:28','','','','207','Cash',0.00,'230','','','4','','1','2020-10-10 06:39:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(4177,'41602310885','3','1','85','retail','0','2020-10-10 09:35:36','','','','76.5','Cash',0.00,'85','','','4','','1','2020-10-10 06:39:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4178,'41602310885','6161101661232','1','220','retail','0','2020-10-10 09:35:45','','','','198','Cash',0.00,'220','','','4','','1','2020-10-10 06:39:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(4179,'41602310885','268','4','48','retail','0','2020-10-10 09:35:56','','','','10','Cash',0.00,'12','','','4','','1','2020-10-10 06:39:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','21.00','17','Inclusive'),(4180,'41602310885','428','1','5','retail','0','2020-10-10 09:36:06','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-10 06:39:28','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Exclusive'),(4181,'41602311969','6164001166272','1','50','retail','0','2020-10-10 09:39:29','','','','45','Cash',0.00,'50','','','4','','1','2020-10-10 06:41:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(4182,'41602312067','6161113940134','1','65','retail','0','2020-10-10 09:41:07','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-10 07:31:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(4183,'41602315086','68','1','50','retail','0','2020-10-10 10:31:26','','','','45','Cash',0.00,'50','','','4','','1','2020-10-10 07:43:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(4184,'41602315804','16','1','30','retail','0','2020-10-10 10:43:24','','','','27','Cash',3.68,'30','','','4','','1','2020-10-10 07:49:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','21.00','20','Inclusive'),(4185,'41602315804','99','1','50','retail','0','2020-10-10 10:46:48','','','','45','Cash',0.00,'50','','','4','','1','2020-10-10 07:49:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Exclusive'),(4186,'41602315804','268','4','48','retail','0','2020-10-10 10:47:10','','','','10','Cash',0.00,'12','','','4','','1','2020-10-10 07:49:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','17.00','13','Inclusive'),(4187,'41602316182','30','1','90','retail','0','2020-10-10 10:49:42','','','','81','Cash',0.00,'90','','','4','','1','2020-10-10 07:59:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4188,'41602316744','98','1','25','retail','0','2020-10-10 10:59:04','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-10 08:21:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','47.00','46','Inclusive'),(4189,'41602316744','494','1','20','retail','0','2020-10-10 11:11:29','','','','15','Cash',0.00,'20','','','4','','1','2020-10-10 08:21:27','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Exclusive'),(4190,'41602316744','499','1','10','retail','0','2020-10-10 11:20:39','','','','8','Cash',0.00,'10','','','4','','1','2020-10-10 08:21:27','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Exclusive'),(4191,'41602318089','492','1','100','retail','0','2020-10-10 11:21:29','','','','95','Cash',0.00,'100','','','4','','1','2020-10-10 08:31:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(4192,'41602318708','504','2','10','retail','0','2020-10-10 11:31:48','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-10 08:36:40','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','44.00','42','Inclusive'),(4193,'41602319001','428','2','10','retail','0','2020-10-10 11:36:41','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-10 08:40:51','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','27.00','25','Exclusive'),(4194,'41602319253','94','1','70','retail','0','2020-10-10 11:40:53','','','','63','Cash',0.00,'70','','','4','','1','2020-10-10 09:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(4195,'41602319253','6161113940134','2','130','retail','0','2020-10-10 12:05:34','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-10 09:08:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','14.00','12','Inclusive'),(4196,'41602320899','428','1','5','retail','0','2020-10-10 12:08:19','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-10 09:13:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Exclusive'),(4197,'41602320899','504','1','5','retail','0','2020-10-10 12:13:01','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-10 09:13:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','42.00','41','Inclusive'),(4198,'41602320899','429','1','5','retail','0','2020-10-10 12:13:15','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-10 09:13:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','43.00','42','Exclusive'),(4199,'41602320899','169','1','5','retail','0','2020-10-10 12:13:27','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-10 09:13:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','64.00','63','Inclusive'),(4200,'41602321230','39','1','50','retail','0','2020-10-10 12:13:50','','','','45','Cash',0.00,'50','','','4','','1','2020-10-10 09:26:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(4201,'41602321965','496','1','100','retail','0','2020-10-10 12:26:05','','','','95','Cash',0.00,'100','','','4','','1','2020-10-10 09:42:23','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(4202,'41602321965','498','2','40','retail','0','2020-10-10 12:42:09','','','','17','Cash',0.00,'20','','','4','','1','2020-10-10 09:42:23','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','7.00','5','Exclusive'),(4203,'41602322944','84','1','65','retail','0','2020-10-10 12:42:24','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-10 09:57:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4204,'41602323870','494','1','20','retail','0','2020-10-10 12:57:50','','','','15','Cash',0.00,'20','','','4','','1','2020-10-10 10:01:39','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(4206,'41602323870','89','1','40','retail','0','2020-10-10 13:00:48','','','','36','Cash',0.00,'40','','','4','','1','2020-10-10 10:01:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(4207,'41602324100','98','4','100','retail','0','2020-10-10 13:13:23','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-10 10:15:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','46.00','42','Inclusive'),(4209,'41602324100','6161100040267','1','25','retail','0','2020-10-10 13:13:43','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-10 10:15:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(4210,'41602324969','98','1','25','retail','0','2020-10-10 13:16:09','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-10 10:18:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','42.00','41','Inclusive'),(4211,'41602324969','6161107772208','1','50','retail','0','2020-10-10 13:16:17','','','','45','Cash',0.00,'50','','','4','','1','2020-10-10 10:18:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(4212,'41602325122','92','2','80','retail','0','2020-10-10 13:18:42','','','','36','Cash',0.00,'40','','','4','','1','2020-10-10 10:23:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','11.00','9','Inclusive'),(4213,'41602325122','66','1','60','retail','0','2020-10-10 13:22:03','','','','54','Cash',0.00,'60','','','4','','1','2020-10-10 10:23:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(4214,'41602325122','177','1','25','retail','0','2020-10-10 13:22:11','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-10 10:23:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(4215,'41602325382','18','1','15','retail','0','2020-10-10 13:23:02','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-10 10:23:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(4216,'41602325382','169','1','5','retail','0','2020-10-10 13:23:10','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-10 10:23:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','63.00','62','Inclusive'),(4217,'41602325402','139','1','55','retail','0','2020-10-10 13:23:22','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-10 10:27:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(4218,'41602325402','101','1','120','retail','0','2020-10-10 13:25:55','','','','93','Cash',0.00,'120','','','4','','1','2020-10-10 10:27:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(4219,'41602325402','33','1','50','retail','0','2020-10-10 13:26:12','','','','45','Cash',0.00,'50','','','4','','1','2020-10-10 10:27:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4220,'41602325628','99','1','50','retail','0','2020-10-10 13:27:08','','','','45','Cash',0.00,'50','','','4','','1','2020-10-10 10:28:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Exclusive'),(4221,'41602325628','88','1','40','retail','0','2020-10-10 13:28:23','','','','36','Cash',0.00,'40','','','4','','1','2020-10-10 10:28:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(4222,'41602325730','98','2','50','retail','0','2020-10-10 13:28:50','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-10 10:42:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','41.00','39','Inclusive'),(4223,'41602326540','98','3','75','retail','0','2020-10-10 13:42:20','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-10 10:47:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','39.00','36','Inclusive'),(4224,'41602326540','98','2','50','retail','0','2020-10-10 13:45:47','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-10 10:47:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','36.00','34','Inclusive'),(4225,'41602326540','6166000090213','2','70','retail','0','2020-10-10 13:46:10','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-10 10:47:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','6.00','4','Exclusive'),(4226,'41602326820','177','1','25','retail','0','2020-10-10 13:47:00','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-10 11:09:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4227,'41602326820','18','1','15','retail','0','2020-10-10 14:08:46','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-10 11:09:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(4228,'41602328154','6161101000543','2','110','retail','0','2020-10-10 14:09:14','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-10 12:07:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','7.00','5','Inclusive'),(4229,'41602328154','6164001166272','1','50','retail','0','2020-10-10 15:07:27','','','','45','Cash',0.00,'50','','','4','','1','2020-10-10 12:07:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(4230,'41602331660','494','1','20','retail','0','2020-10-10 15:07:40','','','','15','Cash',0.00,'20','','','4','','1','2020-10-10 12:15:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(4231,'41602332112','6161101000543','1','55','retail','0','2020-10-10 15:15:12','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-10 14:14:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4232,'41602332112','66','1','60','retail','0','2020-10-10 17:13:06','','','','54','Cash',0.00,'60','','','4','','1','2020-10-10 14:14:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4233,'41602332112','5449000180292','1','130','retail','0','2020-10-10 17:13:21','','','','108.33','Cash',0.00,'130','','','4','','1','2020-10-10 14:14:26','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(4234,'41602332112','16','1','30','retail','0','2020-10-10 17:13:31','','','','27','Cash',3.68,'30','','','4','','1','2020-10-10 14:14:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','20.00','19','Inclusive'),(4235,'41602332112','172','1','70','retail','0','2020-10-10 17:13:42','','','','63','Cash',0.00,'70','','','4','','1','2020-10-10 14:14:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','61.00','60','Inclusive'),(4236,'41602332112','6164000033179','1','130','retail','0','2020-10-10 17:13:50','','','','117','Cash',0.00,'130','','','4','','1','2020-10-10 14:14:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4237,'41602332112','16','1','30','retail','0','2020-10-10 17:14:02','','','','27','Cash',3.68,'30','','','4','','1','2020-10-10 14:14:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','19.00','18','Inclusive'),(4238,'41602332112','183','1','65','retail','0','2020-10-10 17:14:13','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-10 14:14:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4239,'41602339267','30','1','90','retail','0','2020-10-10 17:14:27','','','','81','Cash',0.00,'90','','','4','','1','2020-10-10 14:26:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4240,'41602340433','6161107772208','1','50','retail','0','2020-10-10 17:33:53','','','','45','Cash',0.00,'50','','','4','','1','2020-10-10 14:34:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(4241,'41602340445','5013405652717','1','20','retail','0','2020-10-10 17:34:05','','','','15','Cash',0.00,'20','','','4','','1','2020-10-10 14:50:08','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(4242,'41602341409','75','1','170','retail','0','2020-10-10 17:50:09','','','','153','Cash',0.00,'170','','','4','','1','2020-10-10 14:56:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4243,'41602341795','6161102170023','1','125','retail','0','2020-10-10 17:56:35','','','','107.5','Cash',0.00,'125','','','4','','1','2020-10-10 14:59:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(4244,'41602341795','268','4','48','retail','0','2020-10-10 17:58:05','','','','10','Cash',0.00,'12','','','4','','1','2020-10-10 14:59:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','33.00','29','Inclusive'),(4245,'41602341795','167','1','30','retail','0','2020-10-10 17:58:15','','','','27','Cash',0.00,'30','','','4','','1','2020-10-10 14:59:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4246,'41602341948','503','1','45','retail','0','2020-10-10 17:59:08','','','','37.5','Cash',0.00,'45','','','4','','1','2020-10-10 15:03:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(4247,'41602341948','429','1','5','retail','0','2020-10-10 18:03:15','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-10 15:03:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','42.00','41','Exclusive'),(4248,'41602342229','493','1','50','retail','0','2020-10-10 18:03:49','','','','45','Cash',0.00,'50','','','4','','1','2020-10-10 15:25:36','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(4249,'41602342229','6161106610228','1','180','retail','0','2020-10-10 18:17:03','','','','162','Cash',0.00,'180','','','4','','1','2020-10-10 15:25:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(4250,'41602342229','101','1','120','retail','0','2020-10-10 18:24:15','','','','93','Cash',0.00,'120','','','4','','1','2020-10-10 15:25:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(4251,'41602342229','0792382472789','1','50','retail','0','2020-10-10 18:24:31','','','','45','Cash',0.00,'50','','','4','','1','2020-10-10 15:25:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(4252,'41602343536','18','1','15','retail','0','2020-10-10 18:25:36','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-10 15:26:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(4253,'41602343572','6164001166272','1','50','retail','0','2020-10-10 18:26:12','','','','45','Cash',0.00,'50','','','4','','1','2020-10-10 15:28:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(4254,'41602343707','161','1','25','retail','0','2020-10-10 18:28:27','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-10 15:36:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(4255,'41602344170','169','2','10','retail','0','2020-10-10 18:36:10','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-10 15:50:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','62.00','60','Inclusive'),(4256,'41602345049','6161106610228','1','180','retail','0','2020-10-10 18:50:49','','','','162','Cash',0.00,'180','','','4','','1','2020-10-10 15:52:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(4257,'41602345049','509','1','50','retail','0','2020-10-10 18:51:39','','','','40','Cash',0.00,'50','','','4','','1','2020-10-10 15:52:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(4258,'41602345140','102','1','60','retail','0','2020-10-10 18:52:20','','','','47','Cash',0.00,'60','','','4','','1','2020-10-10 15:54:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(4259,'41602345249','33','1','50','retail','0','2020-10-10 18:54:09','','','','45','Cash',0.00,'50','','','4','','1','2020-10-10 16:00:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4260,'41602345648','6161113940134','1','65','retail','0','2020-10-10 19:00:48','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-10 16:11:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(4261,'41602346287','141','1','160','retail','0','2020-10-10 19:11:27','','','','144','Cash',0.00,'160','','','4','','1','2020-10-10 16:20:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4262,'41602346287','6164000184048','1','5','retail','0','2020-10-10 19:19:26','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-10 16:20:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(4263,'41602346821','79','1','110','retail','0','2020-10-10 19:20:21','','','','99','Cash',0.00,'110','','','4','','1','2020-10-10 16:28:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4264,'41602346821','6161101680424','2','100','retail','0','2020-10-10 19:22:29','','','','45','Cash',0.00,'50','','','4','','1','2020-10-10 16:28:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','20.00','18','Inclusive'),(4265,'41602346821','169','1','5','retail','0','2020-10-10 19:28:47','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-10 16:28:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','60.00','59','Inclusive'),(4266,'41602347360','68','1','50','retail','0','2020-10-10 19:29:20','','','','45','Cash',0.00,'50','','','4','','1','2020-10-10 16:30:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(4267,'41602347804','78','1','110','retail','0','2020-10-10 19:36:44','','','','99','Cash',0.00,'110','','','4','','1','2020-10-10 16:45:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4268,'41602348325','8901719903427','1','20','retail','0','2020-10-10 19:45:25','','','','18','Cash',0.00,'20','','','4','','1','2020-10-10 17:04:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4269,'41602401867','268','29','348','retail','0','2020-10-11 10:37:47','','','','10','Cash',0.00,'12','','','4','','1','2020-10-11 07:39:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','29','29.00','0','Inclusive'),(4270,'41602401867','17','1','10','retail','0','2020-10-11 10:38:01','','','','9','Cash',0.00,'10','','','4','','1','2020-10-11 07:39:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(4272,'41602401867','169','2','10','retail','0','2020-10-11 10:38:52','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-11 07:39:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','59.00','57','Inclusive'),(4273,'41602401867','135','1','60','retail','0','2020-10-11 10:39:08','','','','54','Cash',0.00,'60','','','4','','1','2020-10-11 07:39:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4274,'41602401969','18','1','15','retail','0','2020-10-11 10:39:29','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-11 07:57:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(4275,'41602409292','6920354817823','1','200','retail','0','2020-10-11 12:41:32','','','','180','Cash',0.00,'200','','','4','','1','2020-10-11 09:43:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(4276,'41602409292','194','1','85','retail','0','2020-10-11 12:41:44','','','','76.5','Cash',0.00,'85','','','4','','1','2020-10-11 09:43:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4277,'41602409292','135','1','60','retail','0','2020-10-11 12:41:54','','','','54','Cash',0.00,'60','','','4','','1','2020-10-11 09:43:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4278,'41602409292','169','2','10','retail','0','2020-10-11 12:42:02','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-11 09:43:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','57.00','55','Inclusive'),(4279,'41602409292','6161101000543','1','55','retail','0','2020-10-11 12:42:11','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-11 09:43:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4280,'41602409292','6161113940134','1','65','retail','0','2020-10-11 12:42:23','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-11 09:43:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(4281,'41602409388','25','1','50','retail','0','2020-10-11 12:43:08','','','','45','Cash',0.00,'50','','','4','','1','2020-10-11 10:08:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(4282,'41602410885','6164001166272','4','200','retail','0','2020-10-11 13:08:05','','','','45','Cash',0.00,'50','','','4','','1','2020-10-11 10:26:26','1','1','returned','1','new','pcs','','2020-10-11 13:26:26','4','yes','','0','','','ZERO RATED','0','4','7.00','3','Inclusive'),(4283,'41602410885','8901719903434','1','20','retail','0','2020-10-11 13:08:28','','','','18','Cash',0.00,'20','','','4','','1','2020-10-11 10:21:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(4284,'41602410885','6164000033223','1','130','retail','0','2020-10-11 13:08:33','','','','117','Cash',0.00,'130','','','4','','1','2020-10-11 10:21:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4285,'41602410885','0792382472796','1','100','retail','0','2020-10-11 13:08:49','','','','90','Cash',0.00,'100','','','4','','1','2020-10-11 10:21:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4286,'41602410885','616400033506','1','70','retail','0','2020-10-11 13:09:21','','','','60','Cash',0.00,'70','','','4','','1','2020-10-11 10:21:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(4287,'41602410885','10000905','1','70','retail','0','2020-10-11 13:09:33','','','','57','Cash',0.00,'70','','','4','','1','2020-10-11 10:21:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(4288,'41602410885','74','1','170','retail','0','2020-10-11 13:09:43','','','','153','Cash',0.00,'170','','','4','','1','2020-10-11 10:21:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4289,'41602410885','6164000033230','1','70','retail','0','2020-10-11 13:09:50','','','','63','Cash',0.00,'70','','','4','','1','2020-10-11 10:21:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4290,'41602410885','65','2','60','retail','0','2020-10-11 13:10:10','','','','27','Cash',0.00,'30','','','4','','1','2020-10-11 10:21:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','24.00','22','Inclusive'),(4291,'41602410885','6164000033209','1','130','retail','0','2020-10-11 13:10:26','','','','117','Cash',0.00,'130','','','4','','1','2020-10-11 10:21:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4292,'41602410885','6161113940141','2','250','retail','0','2020-10-11 13:10:36','','','','116.67','Cash',0.00,'125','','','4','','1','2020-10-11 10:21:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','25.00','23','Inclusive'),(4293,'41602410885','6161107770150','1','1435','retail','0','2020-10-11 13:10:47','','','','1291.5','Cash',0.00,'1435','','','4','','1','2020-10-11 10:21:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4294,'41602410885','101','2','240','retail','0','2020-10-11 13:10:58','','','','93','Cash',0.00,'120','','','4','','1','2020-10-11 10:21:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','22.00','20','Inclusive'),(4295,'41602410885','6161102170023','2','250','retail','0','2020-10-11 13:11:13','','','','107.5','Cash',0.00,'125','','','4','','1','2020-10-11 10:21:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','19.00','17','Inclusive'),(4296,'41602410885','202','1','40','retail','0','2020-10-11 13:11:32','','','','30','Cash',0.00,'40','','','4','','1','2020-10-11 10:21:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(4297,'41602410885','184','1','100','retail','0','2020-10-11 13:12:50','','','','90','Cash',0.00,'100','','','4','','1','2020-10-11 10:26:34','1','1','returned','1','new','pcs','','2020-10-11 13:26:34','4','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4298,'41602410885','122','1','125','retail','0','2020-10-11 13:13:19','','','','110','Cash',0.00,'125','','','4','','1','2020-10-11 10:21:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(4301,'41602410885','202','1','40','retail','0','2020-10-11 13:19:33','','','','30','Cash',0.00,'40','','','4','','1','2020-10-11 10:21:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(4302,'41602411672','78','1','110','retail','0','2020-10-11 13:21:12','','','','99','Cash',0.00,'110','','','4','','1','2020-10-11 10:26:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4303,'41602411672','8901719903465','1','20','retail','0','2020-10-11 13:22:29','','','','18','Cash',0.00,'20','','','4','','1','2020-10-11 10:26:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(4304,'41602411672','172','1','70','retail','0','2020-10-11 13:22:41','','','','63','Cash',0.00,'70','','','4','','1','2020-10-11 10:26:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','60.00','59','Inclusive'),(4305,'41602411997','6161113440030','1','85','retail','0','2020-10-11 13:26:37','','','','76.5','Cash',0.00,'85','','','4','','1','2020-10-11 10:34:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(4306,'41602412450','6161101000895','1','105','retail','0','2020-10-11 13:34:10','','','','94.5','Cash',0.00,'105','','','4','','1','2020-10-11 10:36:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4307,'41602412450','6161101000901','1','105','retail','0','2020-10-11 13:35:11','','','','94.5','Cash',0.00,'105','','','4','','1','2020-10-11 10:36:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'); INSERT INTO `sales_order` VALUES (4308,'41602412606','6164000033179','1','130','retail','0','2020-10-11 13:36:46','','','','117','Cash',0.00,'130','','','4','','1','2020-10-11 11:09:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4309,'41602414558','428','2','10','retail','0','2020-10-11 14:09:18','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-11 11:23:33','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','24.00','22','Exclusive'),(4310,'41602415414','174','4','80','retail','0','2020-10-11 14:39:05','','','','15','Cash',0.00,'20','','','4','','1','2020-10-11 11:42:50','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','4','23.00','19','Exclusive'),(4311,'41602415414','68','1','50','retail','0','2020-10-11 14:42:30','','','','45','Cash',0.00,'50','','','4','','1','2020-10-11 11:42:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(4312,'41602416570','75','1','170','retail','0','2020-10-11 14:42:50','','','','153','Cash',0.00,'170','','','4','','1','2020-10-11 11:58:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4313,'41602417532','16','1','30','retail','0','2020-10-11 14:58:52','','','','27','Cash',3.68,'30','','','4','','1','2020-10-11 12:15:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','18.00','17','Inclusive'),(4314,'41602418539','98','1','25','retail','0','2020-10-11 15:15:39','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-11 12:16:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(4315,'41602418539','429','1','5','retail','0','2020-10-11 15:16:03','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-11 12:16:49','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','41.00','40','Exclusive'),(4316,'41602418539','428','1','5','retail','0','2020-10-11 15:16:39','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-11 12:16:49','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Exclusive'),(4317,'41602418609','98','1','25','retail','0','2020-10-11 15:16:49','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-11 12:26:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Inclusive'),(4318,'41602418609','428','1','5','retail','0','2020-10-11 15:26:16','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-11 12:26:54','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Exclusive'),(4319,'41602418609','174','4','80','retail','0','2020-10-11 15:26:29','','','','15','Cash',0.00,'20','','','4','','1','2020-10-11 12:26:54','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','4','19.00','15','Exclusive'),(4320,'41602419215','508','1','65','retail','0','2020-10-11 15:26:55','','','','55','Cash',0.00,'65','','','4','','1','2020-10-11 12:40:12','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Exclusive'),(4321,'41602419215','77','1','110','retail','0','2020-10-11 15:37:43','','','','99','Cash',0.00,'110','','','4','','1','2020-10-11 12:40:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4322,'41602419215','6161101000833','1','60','retail','0','2020-10-11 15:37:56','','','','54','Cash',0.00,'60','','','4','','1','2020-10-11 12:40:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4323,'41602419215','18','1','15','retail','0','2020-10-11 15:38:52','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-11 12:40:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(4324,'41602420013','112','1','45','retail','0','2020-10-11 15:40:13','','','','37.5','Cash',0.00,'45','','','4','','1','2020-10-11 12:43:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(4325,'41602420218','16','1','30','retail','0','2020-10-11 15:43:38','','','','27','Cash',3.68,'30','','','4','','1','2020-10-11 12:59:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','17.00','16','Inclusive'),(4326,'41602420218','16','2','60','retail','0','2020-10-11 15:57:15','','','','27','Cash',7.37,'30','','','4','','1','2020-10-11 12:59:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','16.00','14','Inclusive'),(4327,'41602421175','16','1','30','retail','0','2020-10-11 15:59:35','','','','27','Cash',3.68,'30','','','4','','1','2020-10-11 13:31:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','14.00','13','Inclusive'),(4328,'41602421175','6008459000453','1','70','retail','0','2020-10-11 16:30:20','','','','57.5','Cash',0.00,'70','','','4','','1','2020-10-11 13:31:05','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(4329,'41602423066','99','2','100','retail','0','2020-10-11 16:31:06','','','','45','Cash',0.00,'50','','','4','','1','2020-10-11 14:07:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','22.00','20','Exclusive'),(4330,'41602423066','431','3','18','retail','0','2020-10-11 17:07:22','','','','4.2','Cash',0.00,'6','','','4','','1','2020-10-11 14:07:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','20.00','17','Exclusive'),(4331,'41602425269','6161101280013','1','20','retail','0','2020-10-11 17:07:49','','','','18','Cash',0.00,'20','','','4','','1','2020-10-11 14:31:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(4332,'41602425269','6008677000532','1','25','retail','0','2020-10-11 17:31:00','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-11 14:31:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(4333,'41602426695','67','1','40','retail','0','2020-10-11 17:31:35','','','','36','Cash',0.00,'40','','','4','','1','2020-10-11 14:39:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(4334,'41602426695','80','1','110','retail','0','2020-10-11 17:38:44','','','','99','Cash',0.00,'110','','','4','','1','2020-10-11 14:39:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(4335,'41602427146','1','1','50','retail','0','2020-10-11 17:39:07','','','','45','Cash',0.00,'50','','','4','','1','2020-10-11 14:58:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','40.00','39','Exclusive'),(4336,'41602427146','6166000090213','1','35','retail','0','2020-10-11 17:57:46','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-11 14:58:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(4337,'41602427146','428','2','10','retail','0','2020-10-11 17:57:54','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-11 14:58:41','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','20.00','18','Exclusive'),(4338,'41602428322','32','1','50','retail','0','2020-10-11 17:58:42','','','','45','Cash',0.00,'50','','','4','','1','2020-10-11 15:20:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(4339,'41602429651','106','2','550','retail','0','2020-10-11 18:20:51','','','','247.5','Cash',0.00,'275','','','4','','1','2020-10-11 15:29:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','6.00','4','Inclusive'),(4340,'41602429651','186','1','150','retail','0','2020-10-11 18:27:56','','','','135','Cash',0.00,'150','','','4','','1','2020-10-11 15:29:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4341,'41602430171','57','1','230','retail','0','2020-10-11 18:29:31','','','','207','Cash',0.00,'230','','','4','','1','2020-10-11 15:54:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(4342,'41602430171','95','1','70','retail','0','2020-10-11 18:32:02','','','','63','Cash',0.00,'70','','','4','','1','2020-10-11 15:54:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(4343,'41602430171','8901719908576','1','120','retail','0','2020-10-11 18:53:19','','','','108','Cash',0.00,'120','','','4','','1','2020-10-11 15:54:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4344,'41602431640','6161101000543','2','110','retail','0','2020-10-11 18:54:00','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-11 16:03:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Inclusive'),(4345,'41602431640','427','2','140','retail','0','2020-10-11 19:02:34','','','','63','Cash',0.00,'70','','','4','','1','2020-10-11 16:03:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Exclusive'),(4346,'41602431640','504','1','5','retail','0','2020-10-11 19:02:48','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-11 16:03:26','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','41.00','40','Inclusive'),(4347,'41602432206','161101680431','1','20','retail','0','2020-10-11 19:03:26','','','','16','Cash',0.00,'20','','','4','','1','2020-10-11 16:05:44','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','29.00','28','Exclusive'),(4348,'41602432206','33','1','50','retail','0','2020-10-11 19:04:14','','','','45','Cash',0.00,'50','','','4','','1','2020-10-11 16:05:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4349,'41602432345','500','2','20','retail','0','2020-10-11 19:05:45','','','','7','Cash',0.00,'10','','','4','','1','2020-10-11 16:14:14','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','16.00','14','Exclusive'),(4350,'41602432345','6161100040267','2','50','retail','0','2020-10-11 19:12:37','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-11 16:14:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','17.00','15','Inclusive'),(4351,'41602434054','504','1','5','retail','0','2020-10-11 19:34:14','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-11 16:38:14','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','40.00','39','Inclusive'),(4352,'41602434294','177','2','50','retail','0','2020-10-11 19:38:14','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-11 16:46:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','5.00','3','Inclusive'),(4353,'41602434294','8901719903465','2','40','retail','0','2020-10-11 19:45:35','','','','18','Cash',0.00,'20','','','4','','1','2020-10-11 16:46:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','13.00','11','Inclusive'),(4354,'41602434805','101','1','120','retail','0','2020-10-11 19:46:45','','','','93','Cash',0.00,'120','','','4','','1','2020-10-11 16:57:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(4355,'41602434805','492','1','100','retail','0','2020-10-11 19:54:53','','','','95','Cash',0.00,'100','','','4','','1','2020-10-11 16:57:34','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(4356,'41602484568','139','1','55','retail','0','2020-10-12 09:36:08','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-12 06:36:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4357,'41602484568','6161113940141','1','125','retail','0','2020-10-12 09:36:18','','','','116.67','Cash',0.00,'125','','','4','','1','2020-10-12 06:36:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(4358,'41602484591','86','1','65','retail','0','2020-10-12 09:36:31','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-12 06:39:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4359,'41602484756','6161107772208','1','50','retail','0','2020-10-12 09:44:19','','','','45','Cash',0.00,'50','','','4','','1','2020-10-12 06:48:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(4360,'41602485580','101','1','120','retail','0','2020-10-12 09:53:01','','','','93','Cash',0.00,'120','','','4','','1','2020-10-12 07:19:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(4361,'41602487180','6166000090213','1','35','retail','0','2020-10-12 10:19:40','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-12 07:21:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(4362,'41602487180','6164000033209','1','130','retail','0','2020-10-12 10:20:03','','','','117','Cash',0.00,'130','','','4','','1','2020-10-12 07:21:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4363,'41602487180','6161101661713','1','25','retail','0','2020-10-12 10:20:12','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-12 07:21:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(4364,'41602487288','493','1','50','retail','0','2020-10-12 10:21:28','','','','45','Cash',0.00,'50','','','4','','1','2020-10-12 07:29:57','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(4365,'41602490050','6161100950825','1','35','retail','0','2020-10-12 11:07:30','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-12 08:08:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4366,'41602490050','32','1','50','retail','0','2020-10-12 11:07:43','','','','45','Cash',0.00,'50','','','4','','1','2020-10-12 08:08:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(4367,'41602490050','504','2','10','retail','0','2020-10-12 11:07:59','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-12 08:08:12','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','39.00','37','Inclusive'),(4368,'41602490863','6161113940134','1','65','retail','0','2020-10-12 11:21:03','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-12 08:21:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(4369,'41602490863','167','1','30','retail','0','2020-10-12 11:21:12','','','','27','Cash',0.00,'30','','','4','','1','2020-10-12 08:21:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4370,'41602491771','494','2','40','retail','0','2020-10-12 11:36:11','','','','15','Cash',0.00,'20','','','4','','1','2020-10-12 08:37:06','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','10.00','8','Exclusive'),(4371,'41602491915','144','2','130','retail','0','2020-10-12 11:38:36','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-12 08:38:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','17.00','15','Inclusive'),(4372,'41602491931','68','1','50','retail','0','2020-10-12 11:38:51','','','','45','Cash',0.00,'50','','','4','','1','2020-10-12 08:40:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(4373,'41602492003','67','1','40','retail','0','2020-10-12 11:40:03','','','','36','Cash',0.00,'40','','','4','','1','2020-10-12 08:49:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(4374,'41602492573','6161101000895','1','105','retail','0','2020-10-12 11:49:33','','','','94.5','Cash',0.00,'105','','','4','','1','2020-10-12 08:55:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4375,'41602492573','99','1','50','retail','0','2020-10-12 11:53:26','','','','45','Cash',0.00,'50','','','4','','1','2020-10-12 08:55:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Exclusive'),(4376,'41602493002','84','1','65','retail','0','2020-10-12 11:56:43','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-12 08:58:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4377,'41602493002','83','1','65','retail','0','2020-10-12 11:58:07','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-12 08:58:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(4378,'41602493780','132','1','40','retail','0','2020-10-12 12:09:40','','','','36','Cash',0.00,'40','','','4','','1','2020-10-12 09:11:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4379,'41602493780','37','1','5','retail','0','2020-10-12 12:10:33','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-12 09:11:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','76.00','75','Inclusive'),(4380,'41602493780','504','3','15','retail','0','2020-10-12 12:10:56','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-12 09:11:16','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','37.00','34','Inclusive'),(4381,'41602493876','428','1','5','retail','0','2020-10-12 12:11:16','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-12 09:27:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Exclusive'),(4382,'41602493876','6164001166272','1','50','retail','0','2020-10-12 12:27:09','','','','45','Cash',0.00,'50','','','4','','1','2020-10-12 09:27:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(4383,'41602494843','16','2','60','retail','0','2020-10-12 12:27:23','','','','27','Cash',7.37,'30','','','4','','1','2020-10-12 09:51:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','13.00','11','Inclusive'),(4384,'41602494843','498','1','20','retail','0','2020-10-12 12:51:40','','','','17','Cash',0.00,'20','','','4','','1','2020-10-12 09:51:56','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(4385,'41602496346','174','1','20','retail','0','2020-10-12 12:52:26','','','','15','Cash',0.00,'20','','','4','','1','2020-10-12 09:52:39','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Exclusive'),(4386,'41602496359','6161107772208','1','50','retail','0','2020-10-12 12:52:39','','','','45','Cash',0.00,'50','','','4','','1','2020-10-12 09:59:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(4387,'41602497186','67','1','40','retail','0','2020-10-12 13:06:26','','','','36','Cash',0.00,'40','','','4','','1','2020-10-12 10:06:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(4388,'41602497196','102','1','60','retail','0','2020-10-12 13:06:36','','','','47','Cash',0.00,'60','','','4','','1','2020-10-12 10:19:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(4389,'41602497984','144','2','130','retail','0','2020-10-12 13:19:44','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-12 10:28:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','15.00','13','Inclusive'),(4390,'41602498575','6164001166272','1','50','retail','0','2020-10-12 13:29:35','','','','45','Cash',0.00,'50','','','4','','1','2020-10-12 10:31:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4391,'41602498691','174','1','20','retail','0','2020-10-12 13:31:31','','','','15','Cash',0.00,'20','','','4','','1','2020-10-12 10:47:07','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(4392,'41602498691','6008459000507','1','55','retail','0','2020-10-12 13:32:18','','','','40.83','Cash',0.00,'55','','','4','','1','2020-10-12 10:47:07','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Exclusive'),(4393,'41602498691','504','1','5','retail','0','2020-10-12 13:46:56','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-12 10:47:07','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(4394,'41602499627','66','1','60','retail','0','2020-10-12 13:47:07','','','','54','Cash',0.00,'60','','','4','','1','2020-10-12 11:13:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4395,'41602501235','156','1','50','retail','0','2020-10-12 14:13:55','','','','40','Cash',0.00,'50','','','4','','1','2020-10-12 11:26:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4396,'41602501972','6164001166272','1','50','retail','0','2020-10-12 14:26:12','','','','45','Cash',0.00,'50','','','4','','1','2020-10-12 11:55:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4397,'41602501972','182','1','40','retail','0','2020-10-12 14:55:07','','','','36','Cash',0.00,'40','','','4','','1','2020-10-12 11:55:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4398,'41602503734','169','3','15','retail','0','2020-10-12 14:55:34','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-12 11:58:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','55.00','52','Inclusive'),(4399,'41602503933','171','1','130','retail','0','2020-10-12 14:58:54','','','','117','Cash',0.00,'130','','','4','','1','2020-10-12 12:06:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4400,'41602504404','101','1','120','retail','0','2020-10-12 15:41:58','','','','93','Cash',0.00,'120','','','4','','1','2020-10-12 12:42:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(4401,'41602504404','102','1','60','retail','0','2020-10-12 15:42:07','','','','47','Cash',0.00,'60','','','4','','1','2020-10-12 12:42:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(4402,'41602504404','6009614480462','1','25','retail','0','2020-10-12 15:42:14','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-12 12:42:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','53.00','52','Exclusive'),(4403,'41602506563','160','1','10','retail','0','2020-10-12 15:42:44','','','','9','Cash',0.00,'10','','','4','','1','2020-10-12 12:47:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','36.00','35','Inclusive'),(4404,'41602506846','493','1','50','retail','0','2020-10-12 15:47:26','','','','45','Cash',0.00,'50','','','4','','1','2020-10-12 12:47:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(4405,'41602506869','616400033506','1','70','retail','0','2020-10-12 15:59:17','','','','60','Cash',0.00,'70','','','4','','1','2020-10-12 13:01:12','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(4406,'41602506869','6164001166272','1','50','retail','0','2020-10-12 15:59:30','','','','45','Cash',0.00,'50','','','4','','1','2020-10-12 13:01:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4407,'41602507673','493','1','50','retail','0','2020-10-12 16:01:13','','','','45','Cash',0.00,'50','','','4','','1','2020-10-12 13:28:59','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(4408,'41602507673','429','4','20','retail','0','2020-10-12 16:28:45','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-12 13:28:59','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','4','40.00','36','Exclusive'),(4409,'41602509340','16','1','30','retail','0','2020-10-12 16:29:00','','','','27','Cash',3.68,'30','','','4','','1','2020-10-12 13:40:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','11.00','10','Inclusive'),(4410,'41602510015','498','1','20','retail','0','2020-10-12 16:40:15','','','','17','Cash',0.00,'20','','','4','','1','2020-10-12 13:47:13','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(4411,'41602510433','6161102170023','1','125','retail','0','2020-10-12 16:47:13','','','','107.5','Cash',0.00,'125','','','4','','1','2020-10-12 14:00:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(4412,'41602511229','6164000033179','1','130','retail','0','2020-10-12 17:00:29','','','','117','Cash',0.00,'130','','','4','','1','2020-10-12 14:12:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4413,'41602511924','8888','1','40','retail','0','2020-10-12 17:12:04','','','','36','Cash',0.00,'40','','','4','','1','2020-10-12 14:22:30','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4414,'41602512551','6008459000453','1','70','retail','0','2020-10-12 17:22:31','','','','57.5','Cash',0.00,'70','','','4','','1','2020-10-12 14:38:30','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(4415,'41602513511','84','1','65','retail','0','2020-10-12 17:38:31','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-12 14:50:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4416,'41602513511','429','2','10','retail','0','2020-10-12 17:49:00','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-12 14:50:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','36.00','34','Exclusive'),(4417,'41602513511','428','2','10','retail','0','2020-10-12 17:49:19','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-12 14:50:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','17.00','15','Exclusive'),(4418,'41602513511','6009614480462','1','25','retail','0','2020-10-12 17:49:28','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-12 14:50:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','52.00','51','Exclusive'),(4419,'41602513511','6161113940141','1','125','retail','0','2020-10-12 17:49:41','','','','116.67','Cash',0.00,'125','','','4','','1','2020-10-12 14:50:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(4420,'41602513511','6164001166272','1','50','retail','0','2020-10-12 17:49:49','','','','45','Cash',0.00,'50','','','4','','1','2020-10-12 14:50:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4421,'41602514365','32','1','50','retail','0','2020-10-12 17:54:33','','','','45','Cash',0.00,'50','','','4','','1','2020-10-12 14:54:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(4422,'41602514487','172','1','70','retail','0','2020-10-12 17:54:47','','','','63','Cash',0.00,'70','','','4','','1','2020-10-12 15:00:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','59.00','58','Inclusive'),(4423,'41602514806','494','1','20','retail','0','2020-10-12 18:05:14','','','','15','Cash',0.00,'20','','','4','','1','2020-10-12 15:05:44','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(4424,'41602514806','495','1','10','retail','0','2020-10-12 18:05:32','','','','5','Cash',0.00,'10','','','4','','1','2020-10-12 15:05:44','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(4425,'41602515145','498','1','20','retail','0','2020-10-12 18:05:45','','','','17','Cash',0.00,'20','','','4','','1','2020-10-12 15:14:28','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(4426,'41602515678','6009627050010','1','120','retail','0','2020-10-12 18:14:38','','','','107.08','Cash',0.00,'120','','','4','','1','2020-10-12 15:46:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(4427,'41602515678','160','1','10','retail','0','2020-10-12 18:41:19','','','','9','Cash',0.00,'10','','','4','','1','2020-10-12 15:46:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','35.00','34','Inclusive'),(4428,'41602515678','6161113940141','3','375','retail','0','2020-10-12 18:41:59','','','','116.67','Cash',0.00,'125','','','4','','1','2020-10-12 15:46:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','21.00','18','Inclusive'),(4429,'41602515678','434','2','220','retail','0','2020-10-12 18:42:09','','','','108','Cash',0.00,'110','','','4','','1','2020-10-12 15:46:39','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','5.00','3','Exclusive'),(4430,'41602515678','6164004597103','1','125','retail','0','2020-10-12 18:42:43','','','','112.5','Cash',0.00,'125','','','4','','1','2020-10-12 15:46:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4431,'41602515678','101','1','120','retail','0','2020-10-12 18:42:51','','','','93','Cash',0.00,'120','','','4','','1','2020-10-12 15:46:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(4432,'41602515678','6161101000833','1','60','retail','0','2020-10-12 18:45:04','','','','54','Cash',0.00,'60','','','4','','1','2020-10-12 15:46:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4433,'41602515678','6161100860155','10','50','retail','0','2020-10-12 18:45:47','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-12 15:46:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','10','99.00','89','Inclusive'),(4434,'41602517812','67','1','40','retail','0','2020-10-12 18:50:12','','','','36','Cash',0.00,'40','','','4','','1','2020-10-12 15:50:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(4435,'41602517824','174','6','120','retail','0','2020-10-12 18:50:25','','','','15','Cash',0.00,'20','','','4','','1','2020-10-12 15:54:27','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','6','13.00','7','Exclusive'),(4436,'41602518090','6161101000543','12','660','retail','0','2020-10-12 18:54:50','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-12 16:15:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','12','13.00','1','Inclusive'),(4437,'41602518090','6161101000833','2','120','retail','0','2020-10-12 19:10:51','','','','54','Cash',0.00,'60','','','4','','1','2020-10-12 16:15:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','4.00','2','Inclusive'),(4438,'41602518090','23','1','250','retail','0','2020-10-12 19:11:04','','','','225','Cash',0.00,'250','','','4','','1','2020-10-12 16:15:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4439,'41602519328','101','1','120','retail','0','2020-10-12 19:15:28','','','','93','Cash',0.00,'120','','','4','','1','2020-10-12 16:40:41','1','1','returned','1','new','pcs','','2020-10-12 19:40:41','4','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(4440,'41602519328','101','1','120','retail','0','2020-10-12 19:18:53','','','','93','Cash',0.00,'120','','','4','','1','2020-10-12 16:19:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(4441,'41602519570','33','1','50','retail','0','2020-10-12 19:19:30','','','','45','Cash',0.00,'50','','','4','','1','2020-10-12 16:35:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4442,'41602520847','101','1','120','retail','0','2020-10-12 19:40:47','','','','93','Cash',0.00,'120','','','4','','1','2020-10-12 16:43:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(4443,'41602520847','6161102170023','1','125','retail','0','2020-10-12 19:41:01','','','','107.5','Cash',0.00,'125','','','4','','1','2020-10-12 16:43:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(4444,'41602520847','158','2','100','retail','0','2020-10-12 19:41:09','','','','36.45','Cash',0.00,'50','','','4','','1','2020-10-12 16:43:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','39.00','37','Inclusive'),(4445,'41602520847','144','2','130','retail','0','2020-10-12 19:41:21','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-12 16:43:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','13.00','11','Inclusive'),(4446,'41602520847','105','1','75','retail','0','2020-10-12 19:41:30','','','','67.5','Cash',0.00,'75','','','4','','1','2020-10-12 16:43:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(4447,'41602520847','18','1','15','retail','0','2020-10-12 19:41:40','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-12 16:43:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(4448,'41602521017','6161100860155','2','10','retail','0','2020-10-12 20:00:13','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-12 17:00:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','89.00','87','Inclusive'),(4449,'41602521017','161101680431','1','20','retail','0','2020-10-12 20:00:27','','','','16','Cash',0.00,'20','','','4','','1','2020-10-12 17:00:40','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Exclusive'),(4450,'41602569440','101','1','120','retail','0','2020-10-13 09:10:40','','','','93','Cash',0.00,'120','','','4','','1','2020-10-13 06:11:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(4451,'41602569440','141','1','160','retail','0','2020-10-13 09:10:48','','','','144','Cash',0.00,'160','','','4','','1','2020-10-13 06:11:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4452,'41602569440','27','1','50','retail','0','2020-10-13 09:10:59','','','','45','Cash',0.00,'50','','','4','','1','2020-10-13 06:11:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4453,'41602569440','6161101280013','1','20','retail','0','2020-10-13 09:11:09','','','','18','Cash',0.00,'20','','','4','','1','2020-10-13 06:11:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(4454,'41602569485','32','1','50','retail','0','2020-10-13 09:11:25','','','','45','Cash',0.00,'50','','','4','','1','2020-10-13 06:17:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(4455,'41602569485','6162000010022','1','60','retail','0','2020-10-13 09:16:10','','','','54','Cash',0.00,'60','','','4','','1','2020-10-13 06:17:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(4456,'41602569485','268','7','84','retail','0','2020-10-13 09:16:44','','','','10','Cash',0.00,'12','','','4','','1','2020-10-13 06:17:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','7','90.00','83','Inclusive'),(4457,'41602573677','496','1','100','retail','0','2020-10-13 10:21:17','','','','95','Cash',0.00,'100','','','4','','1','2020-10-13 07:21:33','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(4458,'41602573677','492','1','100','retail','0','2020-10-13 10:21:24','','','','95','Cash',0.00,'100','','','4','','1','2020-10-13 07:21:33','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(4459,'41602573694','6164000033070','1','70','retail','0','2020-10-13 10:21:34','','','','63','Cash',0.00,'70','','','4','','1','2020-10-13 07:50:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4460,'41602573694','6164000033230','1','70','retail','0','2020-10-13 10:37:03','','','','63','Cash',0.00,'70','','','4','','1','2020-10-13 07:50:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4461,'41602573694','169','2','10','retail','0','2020-10-13 10:37:15','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-13 07:50:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','52.00','50','Inclusive'),(4462,'41602576778','6161100912731','1','120','retail','0','2020-10-13 11:12:58','','','','108','Cash',0.00,'120','','','4','','1','2020-10-13 08:14:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4463,'41602576778','105','1','75','retail','0','2020-10-13 11:13:10','','','','67.5','Cash',0.00,'75','','','4','','1','2020-10-13 08:14:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4464,'41602576868','98','1','25','retail','0','2020-10-13 11:14:28','','','','14.58','Cash',0.00,'25','','','4','','1','2020-10-13 08:25:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Inclusive'),(4465,'41602576868','169','1','5','retail','0','2020-10-13 11:24:56','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-13 08:25:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','50.00','49','Inclusive'),(4466,'41602576868','512','1','105','retail','0','2020-10-13 11:25:04','','','','92','Cash',0.00,'105','','','4','','1','2020-10-13 08:25:15','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.50','8.5','Exclusive'),(4467,'41602577516','16','2','60','retail','0','2020-10-13 11:25:16','','','','27','Cash',7.37,'30','','','4','','1','2020-10-13 08:27:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','10.00','8','Inclusive'),(4468,'41602577516','428','1','5','retail','0','2020-10-13 11:27:14','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-13 08:27:26','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Exclusive'),(4469,'41602577646','17','1','10','retail','0','2020-10-13 11:27:26','','','','9','Cash',0.00,'10','','','4','','1','2020-10-13 08:44:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(4470,'41602578667','119','1','30','retail','0','2020-10-13 11:44:27','','','','27','Cash',0.00,'30','','','4','','1','2020-10-13 08:47:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4471,'41602578879','504','1','5','retail','0','2020-10-13 11:47:59','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-13 08:49:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Inclusive'),(4472,'41602578942','492','1','100','retail','0','2020-10-13 11:49:02','','','','95','Cash',0.00,'100','','','4','','1','2020-10-13 08:50:51','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(4473,'41602579052','5013405652717','1','20','retail','0','2020-10-13 11:50:52','','','','15','Cash',0.00,'20','','','4','','1','2020-10-13 08:58:39','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(4474,'41602579520','101','1','120','retail','0','2020-10-13 11:58:40','','','','93','Cash',0.00,'120','','','4','','1','2020-10-13 09:09:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(4475,'41602580169','496','1','100','retail','0','2020-10-13 12:09:30','','','','95','Cash',0.00,'100','','','4','','1','2020-10-13 09:42:57','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(4476,'41602582177','6161106370283','1','15','retail','0','2020-10-13 12:42:57','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-13 10:13:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(4477,'41602582177','169','1','5','retail','0','2020-10-13 13:13:32','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-13 10:13:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','49.00','48','Inclusive'),(4478,'41602584025','16','1','30','retail','0','2020-10-13 13:13:45','','','','27','Cash',3.68,'30','','','4','','1','2020-10-13 10:14:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','8.00','7','Inclusive'),(4479,'41602584071','53','1','20','retail','0','2020-10-13 13:14:31','','','','18','Cash',0.00,'20','','','4','','1','2020-10-13 10:35:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(4480,'41602585360','99','1','50','retail','0','2020-10-13 13:36:00','','','','45','Cash',0.00,'50','','','4','','1','2020-10-13 10:41:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','43.00','42','Exclusive'),(4481,'41602585692','500','1','10','retail','0','2020-10-13 13:41:32','','','','7','Cash',0.00,'10','','','4','','1','2020-10-13 10:46:36','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(4482,'41602585997','5449000180292','1','130','retail','0','2020-10-13 13:46:37','','','','108.33','Cash',0.00,'130','','','4','','1','2020-10-13 11:24:43','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(4483,'41602588284','161','1','25','retail','0','2020-10-13 14:24:44','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-13 11:27:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4484,'41602588464','83','1','65','retail','0','2020-10-13 14:27:44','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-13 11:42:22','1','1','returned','1','new','pcs','','2020-10-13 14:42:22','4','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(4485,'41602588464','99','1','50','retail','0','2020-10-13 14:37:16','','','','45','Cash',0.00,'50','','','4','','1','2020-10-13 11:37:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','42.00','41','Exclusive'),(4486,'41602588464','66','1','60','retail','0','2020-10-13 14:37:25','','','','54','Cash',0.00,'60','','','4','','1','2020-10-13 11:37:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4487,'41602589069','86','1','65','retail','0','2020-10-13 14:37:49','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-13 11:42:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4488,'41602589069','85','1','65','retail','0','2020-10-13 14:41:49','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-13 11:42:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4489,'41602589344','8901719908262','1','120','retail','0','2020-10-13 14:42:24','','','','108','Cash',0.00,'120','','','4','','1','2020-10-13 11:47:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Exclusive'),(4490,'41602589344','6008459000453','1','70','retail','0','2020-10-13 14:46:59','','','','57.5','Cash',0.00,'70','','','4','','1','2020-10-13 11:47:42','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(4491,'41602589344','94','1','70','retail','0','2020-10-13 14:47:09','','','','63','Cash',0.00,'70','','','4','','1','2020-10-13 11:47:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(4492,'41602589663','68','1','50','retail','0','2020-10-13 14:47:43','','','','45','Cash',0.00,'50','','','4','','1','2020-10-13 12:02:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(4493,'41602590571','6161102170900','2','480','retail','0','2020-10-13 15:02:51','','','','216','Cash',0.00,'240','','','4','','1','2020-10-13 12:17:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','10.00','8','Inclusive'),(4494,'41602591439','6164000184031','1','25','retail','0','2020-10-13 15:17:19','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-13 12:18:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(4495,'41602591494','169','2','10','retail','0','2020-10-13 15:18:14','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-13 12:24:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','48.00','46','Inclusive'),(4496,'41602595923','169','2','10','retail','0','2020-10-13 16:32:03','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-13 13:36:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','46.00','44','Inclusive'),(4497,'41602596207','22','1','120','retail','0','2020-10-13 16:36:47','','','','87.5','Cash',0.00,'120','','','4','','1','2020-10-13 13:49:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(4498,'41602596207','6161113940134','1','65','retail','0','2020-10-13 16:49:01','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-13 13:49:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(4499,'41602596957','183','1','65','retail','0','2020-10-13 16:49:17','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-13 13:59:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4500,'41602596957','99','1','50','retail','0','2020-10-13 16:58:16','','','','45','Cash',0.00,'50','','','4','','1','2020-10-13 13:59:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','41.00','40','Exclusive'),(4501,'41602598892','268','3','36','retail','0','2020-10-13 17:21:32','','','','10','Cash',0.00,'12','','','4','','1','2020-10-13 14:22:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','83.00','80','Inclusive'),(4502,'41602601736','161','1','25','retail','0','2020-10-13 18:08:56','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-13 15:09:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4503,'41602601774','6161102170023','1','125','retail','0','2020-10-13 18:09:34','','','','107.5','Cash',0.00,'125','','','4','','1','2020-10-13 15:18:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(4504,'41602602337','497','1','50','retail','0','2020-10-13 18:18:57','','','','46','Cash',0.00,'50','','','4','','1','2020-10-13 15:23:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(4505,'41602602337','493','1','50','retail','0','2020-10-13 18:22:38','','','','45','Cash',0.00,'50','','','4','','1','2020-10-13 15:23:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(4506,'41602602599','83','2','130','retail','0','2020-10-13 18:23:19','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-13 15:31:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','9.00','7','Inclusive'),(4507,'41602602599','32','1','50','retail','0','2020-10-13 18:31:18','','','','45','Cash',0.00,'50','','','4','','1','2020-10-13 15:31:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(4508,'41602603096','174','2','40','retail','0','2020-10-13 18:31:36','','','','15','Cash',0.00,'20','','','4','','1','2020-10-13 15:43:14','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','7.00','5','Exclusive'),(4509,'41602603794','30','1','90','retail','0','2020-10-13 18:43:14','','','','81','Cash',0.00,'90','','','4','','1','2020-10-13 16:14:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4510,'41602603794','429','2','10','retail','0','2020-10-13 19:14:09','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-13 16:14:35','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','34.00','32','Exclusive'),(4511,'41602606152','122','1','125','retail','0','2020-10-13 19:22:32','','','','110','Cash',0.00,'125','','','4','','1','2020-10-13 16:23:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(4512,'41602606152','5410076189540','1','155','retail','0','2020-10-13 19:23:16','','','','139.5','Cash',0.00,'155','','','4','','1','2020-10-13 16:23:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(4513,'41602606219','169','2','10','retail','0','2020-10-13 19:23:39','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-13 16:27:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','44.00','42','Inclusive'),(4514,'41602606437','74','1','170','retail','0','2020-10-13 19:27:17','','','','153','Cash',0.00,'170','','','4','','1','2020-10-13 16:30:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4515,'41602606617','490','4','20','retail','0','2020-10-13 19:30:18','','','','3','Cash',0.00,'5','','','4','','1','2020-10-13 16:48:07','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','4','35.00','31','Exclusive'),(4516,'41602607688','156','1','50','retail','0','2020-10-13 19:48:08','','','','40','Cash',0.00,'50','','','4','','1','2020-10-13 17:09:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4517,'41602655836','175','2','20','retail','0','2020-10-14 09:10:36','','','','9','Cash',0.00,'10','','','4','','1','2020-10-14 06:57:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','115.00','113','Inclusive'),(4518,'41602658662','492','1','100','retail','0','2020-10-14 09:57:42','','','','95','Cash',0.00,'100','','','4','','1','2020-10-14 07:14:21','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(4519,'41602658662','493','1','50','retail','0','2020-10-14 10:14:03','','','','45','Cash',0.00,'50','','','4','','1','2020-10-14 07:14:21','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(4520,'41602659661','498','1','20','retail','0','2020-10-14 10:14:21','','','','17','Cash',0.00,'20','','','4','','1','2020-10-14 07:18:42','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(4521,'41602659661','429','1','5','retail','0','2020-10-14 10:18:29','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-14 07:18:42','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Exclusive'),(4522,'41602659923','102','1','60','retail','0','2020-10-14 10:18:43','','','','47','Cash',0.00,'60','','','4','','1','2020-10-14 07:19:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(4523,'41602661130','6161113940141','1','125','retail','0','2020-10-14 10:38:50','','','','116.67','Cash',0.00,'125','','','4','','1','2020-10-14 07:39:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(4524,'41602661550','175','3','30','retail','0','2020-10-14 10:45:50','','','','9','Cash',0.00,'10','','','4','','1','2020-10-14 08:47:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','113.00','110','Inclusive'),(4525,'41602665248','6161113940134','1','65','retail','0','2020-10-14 11:47:28','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-14 08:48:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(4526,'41602666009','429','3','15','retail','0','2020-10-14 12:00:09','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-14 09:19:45','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','31.00','28','Exclusive'),(4527,'41602667186','428','1','5','retail','0','2020-10-14 12:19:46','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-14 09:19:59','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(4528,'41602667200','17','1','10','retail','0','2020-10-14 12:20:00','','','','9','Cash',0.00,'10','','','4','','1','2020-10-14 09:27:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(4529,'41602667200','6161101000840','1','60','retail','0','2020-10-14 12:26:14','','','','54','Cash',0.00,'60','','','4','','1','2020-10-14 09:27:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4530,'41602667668','37','1','5','retail','0','2020-10-14 12:27:48','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-14 10:14:11','1','1','returned','1','new','pcs','','2020-10-14 13:14:11','4','yes','','0','','','ZERO RATED','0','1','75.00','74','Inclusive'),(4531,'41602670453','6164004554199','1','25','retail','0','2020-10-14 13:14:13','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-14 10:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4532,'41602670986','172','1','70','retail','0','2020-10-14 13:23:06','','','','63','Cash',0.00,'70','','','4','','1','2020-10-14 10:46:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','58.00','57','Inclusive'),(4533,'41602670986','101','1','120','retail','0','2020-10-14 13:46:16','','','','93','Cash',0.00,'120','','','4','','1','2020-10-14 10:46:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(4534,'41602672390','68','1','50','retail','0','2020-10-14 13:46:30','','','','45','Cash',0.00,'50','','','4','','1','2020-10-14 11:06:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(4535,'41602673587','172','1','70','retail','0','2020-10-14 14:06:27','','','','63','Cash',0.00,'70','','','4','','1','2020-10-14 11:11:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','57.00','56','Inclusive'),(4536,'41602673866','6161100860155','2','10','retail','0','2020-10-14 14:11:06','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-14 11:18:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','87.00','85','Inclusive'),(4537,'41602673866','99','1','50','retail','0','2020-10-14 14:18:34','','','','45','Cash',0.00,'50','','','4','','1','2020-10-14 11:18:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','40.00','39','Exclusive'),(4538,'41602674336','494','1','20','retail','0','2020-10-14 14:18:56','','','','15','Cash',0.00,'20','','','4','','1','2020-10-14 11:47:36','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(4539,'41602674336','16','2','60','retail','0','2020-10-14 14:45:56','','','','27','Cash',7.37,'30','','','4','','1','2020-10-14 11:47:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','7.00','5','Inclusive'),(4540,'41602676810','161','1','25','retail','0','2020-10-14 15:00:10','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-14 12:25:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4541,'41602678335','102','1','60','retail','0','2020-10-14 15:25:35','','','','47','Cash',0.00,'60','','','4','','1','2020-10-14 12:51:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(4542,'41602679896','95','1','70','retail','0','2020-10-14 15:51:36','','','','63','Cash',0.00,'70','','','4','','1','2020-10-14 12:57:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(4543,'41602680271','101','1','120','retail','0','2020-10-14 15:57:51','','','','93','Cash',0.00,'120','','','4','','1','2020-10-14 13:12:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(4544,'41602680271','6009614480462','1','25','retail','0','2020-10-14 16:11:50','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-14 13:12:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','51.00','50','Exclusive'),(4545,'41602681133','8901719903465','1','20','retail','0','2020-10-14 16:12:13','','','','18','Cash',0.00,'20','','','4','','1','2020-10-14 13:25:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(4546,'41602681917','498','1','20','retail','0','2020-10-14 16:25:17','','','','17','Cash',0.00,'20','','','4','','1','2020-10-14 14:03:44','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(4547,'41602684260','95','1','70','retail','0','2020-10-14 17:04:20','','','','63','Cash',0.00,'70','','','4','','1','2020-10-14 14:16:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4548,'41602685005','186','1','150','retail','0','2020-10-14 17:18:14','','','','135','Cash',0.00,'150','','','4','','1','2020-10-14 14:19:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4549,'41602685160','98','1','25','retail','0','2020-10-14 17:19:20','','','','14.58','Cash',0.00,'25','','','4','','1','2020-10-14 14:56:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Inclusive'),(4550,'41602685160','6164004611175','1','15','retail','0','2020-10-14 17:56:05','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-14 14:56:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Exclusive'),(4551,'41602687381','5013405652717','1','20','retail','0','2020-10-14 17:56:21','','','','15','Cash',0.00,'20','','','4','','1','2020-10-14 15:14:40','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(4552,'41602688481','6161101680424','1','50','retail','0','2020-10-14 18:14:41','','','','45','Cash',0.00,'50','','','4','','1','2020-10-14 15:28:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Inclusive'),(4553,'41602689281','30','1','90','retail','0','2020-10-14 18:28:01','','','','81','Cash',0.00,'90','','','4','','1','2020-10-14 15:34:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4554,'41602689664','16','1','30','retail','0','2020-10-14 18:34:24','','','','27','Cash',3.68,'30','','','4','','1','2020-10-14 15:34:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','5.00','4','Inclusive'),(4555,'41602689685','83','1','65','retail','0','2020-10-14 18:34:45','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-14 15:48:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(4556,'41602690548','1','1','50','retail','0','2020-10-14 18:49:08','','','','45','Cash',0.00,'50','','','4','','1','2020-10-14 16:07:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','39.00','38','Exclusive'),(4557,'41602690548','102','1','60','retail','0','2020-10-14 19:07:06','','','','47','Cash',0.00,'60','','','4','','1','2020-10-14 16:07:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(4558,'41602691648','85','1','65','retail','0','2020-10-14 19:07:28','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-14 16:14:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4559,'41602692070','493','1','50','retail','0','2020-10-14 19:14:30','','','','45','Cash',0.00,'50','','','4','','1','2020-10-14 16:22:30','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(4560,'41602692552','8718951340664','1','100','retail','0','2020-10-14 19:22:32','','','','90','Cash',0.00,'100','','','4','','1','2020-10-14 16:32:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(4561,'41602693138','33','1','50','retail','0','2020-10-14 19:32:18','','','','45','Cash',0.00,'50','','','4','','1','2020-10-14 16:35:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4562,'41602693355','18','1','15','retail','0','2020-10-14 19:35:55','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-14 16:43:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(4563,'41602693355','6009611170274','1','10','retail','0','2020-10-14 19:42:31','','','','4','Cash',0.00,'10','','','4','','1','2020-10-14 16:43:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','200.00','199','Exclusive'),(4564,'41602693791','6161101680424','1','50','retail','0','2020-10-14 19:43:11','','','','45','Cash',0.00,'50','','','4','','1','2020-10-14 16:59:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','29.00','28','Inclusive'),(4565,'41602694775','186','1','150','retail','0','2020-10-14 19:59:35','','','','135','Cash',0.00,'150','','','4','','1','2020-10-14 17:02:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4566,'41602694775','6920354820946','1','100','retail','0','2020-10-14 20:00:17','','','','90','Cash',0.00,'100','','','4','','1','2020-10-14 17:02:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(4567,'41602739500','99','2','100','retail','0','2020-10-15 08:25:01','','','','45','Cash',0.00,'50','','','4','','1','2020-10-15 05:25:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','39.00','37','Exclusive'),(4568,'41602739500','169','1','5','retail','0','2020-10-15 08:25:12','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-15 05:25:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','42.00','41','Inclusive'),(4569,'41602739500','268','3','36','retail','0','2020-10-15 08:25:24','','','','10','Cash',0.00,'12','','','4','','1','2020-10-15 05:25:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','80.00','77','Inclusive'),(4570,'41602739539','512','1','105','retail','0','2020-10-15 08:25:39','','','','92','Cash',0.00,'105','','','4','','1','2020-10-15 05:48:29','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.50','7.5','Exclusive'),(4571,'41602740909','17','1','10','retail','0','2020-10-15 08:48:29','','','','9','Cash',0.00,'10','','','4','','1','2020-10-15 06:21:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(4572,'41602742880','128','1','25','retail','0','2020-10-15 09:21:20','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-15 06:23:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(4573,'41602742988','31','1','70','retail','0','2020-10-15 09:23:08','','','','63','Cash',0.00,'70','','','4','','1','2020-10-15 06:29:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4574,'41602742988','101','1','120','retail','0','2020-10-15 10:04:05','','','','93','Cash',0.00,'120','','','4','','1','2020-10-15 07:04:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(4575,'41602745466','105','1','75','retail','0','2020-10-15 10:04:26','','','','67.5','Cash',0.00,'75','','','4','','1','2020-10-15 07:11:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4576,'41602746745','16','1','30','retail','0','2020-10-15 10:25:45','','','','27','Cash',3.68,'30','','','4','','1','2020-10-15 07:27:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','4.00','3','Inclusive'),(4577,'41602746853','0792382472796','1','100','retail','0','2020-10-15 10:27:34','','','','90','Cash',0.00,'100','','','4','','1','2020-10-15 07:52:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4578,'41602748766','169','1','5','retail','0','2020-10-15 10:59:26','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-15 08:01:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','41.00','40','Inclusive'),(4579,'41602749082','492','1','100','retail','0','2020-10-15 11:04:42','','','','95','Cash',0.00,'100','','','4','','1','2020-10-15 08:21:46','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(4580,'41602749082','495','1','10','retail','0','2020-10-15 11:21:26','','','','5','Cash',0.00,'10','','','4','','1','2020-10-15 08:21:46','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(4581,'41602749082','175','1','10','retail','0','2020-10-15 11:21:35','','','','9','Cash',0.00,'10','','','4','','1','2020-10-15 08:21:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','110.00','109','Inclusive'),(4582,'41602750107','98','1','25','retail','0','2020-10-15 11:21:47','','','','14.58','Cash',0.00,'25','','','4','','1','2020-10-15 08:31:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Inclusive'),(4583,'41602750107','8901719903434','1','20','retail','0','2020-10-15 11:28:40','','','','18','Cash',0.00,'20','','','4','','1','2020-10-15 08:31:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(4584,'41602750700','99','3','150','retail','0','2020-10-15 11:31:40','','','','45','Cash',0.00,'50','','','4','','1','2020-10-15 08:44:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','37.00','34','Exclusive'),(4585,'41602751488','37','2','10','retail','0','2020-10-15 11:44:48','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-15 08:52:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','75.00','73','Inclusive'),(4586,'41602751994','6161100760226','1','20','retail','0','2020-10-15 11:53:14','','','','18','Cash',0.00,'20','','','4','','1','2020-10-15 09:03:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(4587,'41602752612','141','1','160','retail','0','2020-10-15 12:03:32','','','','144','Cash',0.00,'160','','','4','','1','2020-10-15 09:32:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4588,'41602754345','428','2','10','retail','0','2020-10-15 12:36:06','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-15 09:38:01','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','13.00','11','Exclusive'),(4589,'41602754683','6161100760226','1','20','retail','0','2020-10-15 12:40:19','','','','18','Cash',0.00,'20','','','4','','1','2020-10-15 09:40:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(4590,'41602754832','32','1','50','retail','0','2020-10-15 12:40:32','','','','45','Cash',0.00,'50','','','4','','1','2020-10-15 10:02:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(4591,'41602756129','172','1','70','retail','0','2020-10-15 13:02:09','','','','63','Cash',0.00,'70','','','4','','1','2020-10-15 10:08:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','56.00','55','Inclusive'),(4592,'41602756537','67','4','160','retail','0','2020-10-15 13:08:58','','','','36','Cash',0.00,'40','','','4','','1','2020-10-15 10:22:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','8.00','4','Inclusive'),(4593,'41602757343','101','1','120','retail','0','2020-10-15 13:22:23','','','','93','Cash',0.00,'120','','','4','','1','2020-10-15 11:05:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(4594,'41602759922','16','1','30','retail','0','2020-10-15 14:31:24','','','','27','Cash',3.68,'30','','','4','','1','2020-10-15 11:31:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','3.00','2','Inclusive'),(4595,'41602761495','16','1','30','retail','0','2020-10-15 14:31:35','','','','27','Cash',3.68,'30','','','4','','1','2020-10-15 11:50:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','2.00','1','Inclusive'),(4596,'41602761495','268','10','120','retail','0','2020-10-15 14:50:18','','','','10','Cash',0.00,'12','','','4','','1','2020-10-15 11:50:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','10','77.00','67','Inclusive'),(4597,'41602761495','16','1','30','retail','0','2020-10-15 14:50:26','','','','27','Cash',3.68,'30','','','4','','1','2020-10-15 11:50:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.00','0','Inclusive'),(4598,'41602762653','75','1','170','retail','0','2020-10-15 14:54:17','','','','153','Cash',0.00,'170','','','4','','1','2020-10-15 11:58:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4599,'41602763127','428','1','5','retail','0','2020-10-15 15:24:12','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-15 12:24:41','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(4600,'41602764682','169','3','15','retail','0','2020-10-15 15:24:42','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-15 13:03:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','40.00','37','Inclusive'),(4601,'41602766999','496','1','100','retail','0','2020-10-15 16:18:35','','','','95','Cash',0.00,'100','','','4','','1','2020-10-15 13:18:56','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(4602,'41602766999','497','1','50','retail','0','2020-10-15 16:18:43','','','','46','Cash',0.00,'50','','','4','','1','2020-10-15 13:18:56','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(4603,'41602767937','67','1','40','retail','0','2020-10-15 16:18:57','','','','36','Cash',0.00,'40','','','4','','1','2020-10-15 13:33:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4604,'41602767937','6161113440054','1','55','retail','0','2020-10-15 16:33:21','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-15 13:33:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(4605,'41602768832','504','1','5','retail','0','2020-10-15 16:33:52','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-15 13:39:59','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Inclusive'),(4606,'41602769200','169','2','10','retail','0','2020-10-15 16:40:00','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-15 13:42:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','37.00','35','Inclusive'),(4607,'41602769390','6008459000453','1','70','retail','0','2020-10-15 16:50:36','','','','57.5','Cash',0.00,'70','','','4','','1','2020-10-15 14:09:40','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(4608,'41602770980','66','1','60','retail','0','2020-10-15 17:09:40','','','','54','Cash',0.00,'60','','','4','','1','2020-10-15 14:43:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4609,'41602773026','497','1','50','retail','0','2020-10-15 17:43:46','','','','46','Cash',0.00,'50','','','4','','1','2020-10-15 14:58:07','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(4611,'41602773026','6161113940134','1','65','retail','0','2020-10-15 17:57:43','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-15 14:58:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(4612,'41602773026','6161113940141','1','125','retail','0','2020-10-15 17:57:49','','','','116.67','Cash',0.00,'125','','','4','','1','2020-10-15 14:58:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(4613,'41602773888','428','2','10','retail','0','2020-10-15 17:58:08','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-15 15:19:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','10.00','8','Exclusive'),(4614,'41602773888','95','1','70','retail','0','2020-10-15 18:14:09','','','','63','Cash',0.00,'70','','','4','','1','2020-10-15 15:19:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4615,'41602775694','169','1','5','retail','0','2020-10-15 18:51:47','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-15 15:52:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','35.00','34','Inclusive'),(4616,'41602775694','429','1','5','retail','0','2020-10-15 18:51:57','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-15 15:52:17','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Exclusive'),(4617,'41602777139','101','2','240','retail','0','2020-10-15 18:52:19','','','','93','Cash',0.00,'120','','','4','','1','2020-10-15 16:03:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','8.00','6','Inclusive'),(4618,'41602777800','493','1','50','retail','0','2020-10-15 19:03:20','','','','45','Cash',0.00,'50','','','4','','1','2020-10-15 16:10:10','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(4619,'41602778211','8718951340664','1','100','retail','0','2020-10-15 19:10:11','','','','90','Cash',0.00,'100','','','4','','1','2020-10-15 16:17:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(4620,'41602778211','493','1','50','retail','0','2020-10-15 19:15:21','','','','45','Cash',0.00,'50','','','4','','1','2020-10-15 16:17:54','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(4621,'41602778711','32','1','50','retail','0','2020-10-15 19:18:31','','','','45','Cash',0.00,'50','','','4','','1','2020-10-15 16:23:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4623,'41602779602','33','1','50','retail','0','2020-10-15 19:33:22','','','','45','Cash',0.00,'50','','','4','','1','2020-10-15 16:33:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4624,'41602779614','428','2','10','retail','0','2020-10-15 19:33:34','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-15 16:44:55','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','8.00','6','Exclusive'),(4625,'41602780296','123','1','150','retail','0','2020-10-15 19:44:56','','','','136','Cash',0.00,'150','','','4','','1','2020-10-15 16:52:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Inclusive'),(4626,'41602780773','110','1','80','retail','0','2020-10-15 19:52:53','','','','72','Cash',0.00,'80','','','4','','1','2020-10-15 16:55:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(4627,'41602826903','144','2','130','retail','0','2020-10-16 08:41:43','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-16 05:42:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','14.00','12','Inclusive'),(4628,'41602826903','268','2','24','retail','0','2020-10-16 08:41:53','','','','10','Cash',0.00,'12','','','4','','1','2020-10-16 05:42:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','67.00','65','Inclusive'),(4629,'41602826903','504','1','5','retail','0','2020-10-16 08:42:02','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-16 05:42:59','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Inclusive'),(4630,'41602826903','37','1','5','retail','0','2020-10-16 08:42:16','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-16 05:42:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','73.00','72','Inclusive'),(4631,'41602826903','30','1','90','retail','0','2020-10-16 08:42:30','','','','81','Cash',0.00,'90','','','4','','1','2020-10-16 05:42:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4632,'41602826987','6161101000901','1','105','retail','0','2020-10-16 08:43:07','','','','94.5','Cash',0.00,'105','','','4','','1','2020-10-16 06:28:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4633,'41602826987','6161113440009','1','65','retail','0','2020-10-16 09:28:38','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-16 06:28:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(4634,'41602829740','172','1','70','retail','0','2020-10-16 09:29:00','','','','63','Cash',0.00,'70','','','4','','1','2020-10-16 06:29:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','55.00','54','Inclusive'),(4635,'41602829740','101','1','120','retail','0','2020-10-16 09:29:06','','','','93','Cash',0.00,'120','','','4','','1','2020-10-16 06:29:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4636,'41602829740','268','4','48','retail','0','2020-10-16 09:29:14','','','','10','Cash',0.00,'12','','','4','','1','2020-10-16 06:29:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','65.00','61','Inclusive'),(4637,'41602829782','496','1','100','retail','0','2020-10-16 09:29:42','','','','95','Cash',0.00,'100','','','4','','1','2020-10-16 06:31:05','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(4638,'41602829866','172','1','70','retail','0','2020-10-16 09:31:06','','','','63','Cash',0.00,'70','','','4','','1','2020-10-16 07:09:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','54.00','53','Inclusive'),(4639,'41602832149','68','1','50','retail','0','2020-10-16 10:09:10','','','','45','Cash',0.00,'50','','','4','','1','2020-10-16 07:40:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4640,'41602834001','6161100041240','2','40','retail','0','2020-10-16 10:40:01','','','','18','Cash',0.00,'20','','','4','','1','2020-10-16 08:06:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','8.00','6','Inclusive'),(4641,'41602835592','169','2','10','retail','0','2020-10-16 11:06:32','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-16 08:21:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','34.00','32','Inclusive'),(4642,'41602835592','6009614480462','1','25','retail','0','2020-10-16 11:21:45','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-16 08:21:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','50.00','49','Exclusive'),(4643,'41602836517','105','1','75','retail','0','2020-10-16 11:21:57','','','','67.5','Cash',0.00,'75','','','4','','1','2020-10-16 08:34:30','1','1','returned','1','new','pcs','','2020-10-16 11:34:30','4','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4644,'41602836517','143','1','125','retail','0','2020-10-16 11:32:18','','','','112.5','Cash',0.00,'125','','','4','','1','2020-10-16 08:34:34','1','1','returned','1','new','pcs','','2020-10-16 11:34:34','4','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(4645,'41602837752','143','1','125','retail','0','2020-10-16 11:42:32','','','','112.5','Cash',0.00,'125','','','4','','1','2020-10-16 08:47:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(4646,'41602837752','105','1','75','retail','0','2020-10-16 11:46:48','','','','67.5','Cash',0.00,'75','','','4','','1','2020-10-16 08:47:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4647,'41602837752','6161101661713','1','25','retail','0','2020-10-16 11:47:01','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-16 08:47:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(4648,'41602838035','65','1','30','retail','0','2020-10-16 11:47:15','','','','27','Cash',0.00,'30','','','4','','1','2020-10-16 08:55:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(4649,'41602838558','98','1','25','retail','0','2020-10-16 12:39:11','','','','14.58','Cash',0.00,'25','','','4','','1','2020-10-16 09:40:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','29.00','28','Inclusive'),(4651,'41602838558','99','1','50','retail','0','2020-10-16 12:39:49','','','','45','Cash',0.00,'50','','','4','','1','2020-10-16 09:40:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Exclusive'),(4652,'41602838558','177','1','25','retail','0','2020-10-16 12:40:01','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-16 09:40:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4653,'41602838558','175','1','10','retail','0','2020-10-16 12:40:12','','','','9','Cash',0.00,'10','','','4','','1','2020-10-16 09:40:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','109.00','108','Inclusive'),(4654,'41602841227','69','1','50','retail','0','2020-10-16 12:40:27','','','','45','Cash',0.00,'50','','','4','','1','2020-10-16 10:03:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4655,'41602842586','493','1','50','retail','0','2020-10-16 13:03:06','','','','45','Cash',0.00,'50','','','4','','1','2020-10-16 10:17:44','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(4656,'41602843547','73','1','170','retail','0','2020-10-16 13:19:07','','','','153','Cash',0.00,'170','','','4','','1','2020-10-16 10:26:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4657,'41602843547','17','1','10','retail','0','2020-10-16 13:23:31','','','','9','Cash',0.00,'10','','','4','','1','2020-10-16 10:26:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(4658,'41602844473','6164001166272','1','50','retail','0','2020-10-16 13:34:33','','','','45','Cash',0.00,'50','','','4','','1','2020-10-16 10:34:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4659,'41602845556','491','1','10','retail','0','2020-10-16 13:52:36','','','','8','Cash',0.00,'10','','','4','','1','2020-10-16 10:52:47','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','36.00','35','Exclusive'),(4660,'41602845578','6008459000507','1','55','retail','0','2020-10-16 14:39:46','','','','40.83','Cash',0.00,'55','','','4','','1','2020-10-16 11:40:27','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(4661,'41602845578','6166000090213','1','35','retail','0','2020-10-16 14:40:14','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-16 11:40:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Exclusive'),(4662,'41602848427','16','1','30','retail','0','2020-10-16 14:40:27','','','','27','Cash',3.68,'30','','','4','','1','2020-10-16 11:50:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','48.00','47','Inclusive'),(4663,'41602849028','6009614480462','1','25','retail','0','2020-10-16 14:50:29','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-16 12:03:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','49.00','48','Exclusive'),(4664,'41602849028','428','1','5','retail','0','2020-10-16 14:53:58','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-16 12:03:37','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','43.00','42','Exclusive'),(4665,'41602849028','69','1','50','retail','0','2020-10-16 14:54:09','','','','45','Cash',0.00,'50','','','4','','1','2020-10-16 12:03:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4666,'41602849817','494','1','20','retail','0','2020-10-16 15:03:37','','','','15','Cash',0.00,'20','','','4','','1','2020-10-16 12:20:53','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(4667,'41602850862','6161101680424','1','50','retail','0','2020-10-16 16:04:34','','','','45','Cash',0.00,'50','','','4','','1','2020-10-16 13:04:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(4668,'41602853485','30','1','90','retail','0','2020-10-16 16:04:45','','','','81','Cash',0.00,'90','','','4','','1','2020-10-16 13:07:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4669,'41602853485','6920354817823','1','200','retail','0','2020-10-16 16:05:32','','','','180','Cash',0.00,'200','','','4','','1','2020-10-16 13:07:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(4670,'41602853638','8924122012340','1','10','retail','0','2020-10-16 16:07:18','','','','9','Cash',0.00,'10','','','4','','1','2020-10-16 13:09:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(4671,'41602853743','512','0.5','52.5','retail','0','2020-10-16 16:09:03','','','','92','Cash',0.00,'105','','','4','','1','2020-10-16 13:51:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','0.5','7.50','7','Exclusive'),(4672,'41602856283','169','1','5','retail','0','2020-10-16 16:51:23','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-16 14:02:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Inclusive'),(4673,'41602856283','6164000033179','1','130','retail','0','2020-10-16 16:52:31','','','','117','Cash',0.00,'130','','','4','','1','2020-10-16 14:02:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4674,'41602856957','102','1','60','retail','0','2020-10-16 17:02:37','','','','47','Cash',0.00,'60','','','4','','1','2020-10-16 14:10:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(4675,'41602857409','87','1','65','retail','0','2020-10-16 17:10:09','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-16 14:44:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(4676,'41602857409','171','1','130','retail','0','2020-10-16 17:41:30','','','','117','Cash',0.00,'130','','','4','','1','2020-10-16 14:44:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4677,'41602859453','6164000033070','1','70','retail','0','2020-10-16 17:44:13','','','','63','Cash',0.00,'70','','','4','','1','2020-10-16 14:53:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4678,'41602859453','6164000033070','1','70','retail','0','2020-10-16 17:52:38','','','','63','Cash',0.00,'70','','','4','','1','2020-10-16 14:53:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4680,'41602859453','431','1','6','retail','0','2020-10-16 17:53:10','','','','4.2','Cash',0.00,'6','','','4','','1','2020-10-16 14:53:42','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Exclusive'),(4681,'41602860418','102','1','60','retail','0','2020-10-16 18:00:18','','','','47','Cash',0.00,'60','','','4','','1','2020-10-16 15:15:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(4682,'41602861320','6161107150709','1','80','retail','0','2020-10-16 18:15:20','','','','72','Cash',0.00,'80','','','4','','1','2020-10-16 15:47:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4683,'41602863233','6166000090213','1','35','retail','0','2020-10-16 18:47:13','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-16 15:48:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Exclusive'),(4684,'41602863233','6161101000895','1','105','retail','0','2020-10-16 18:47:46','','','','94.5','Cash',0.00,'105','','','4','','1','2020-10-16 15:48:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4685,'41602863233','6161101000901','1','105','retail','0','2020-10-16 18:47:53','','','','94.5','Cash',0.00,'105','','','4','','1','2020-10-16 15:48:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4686,'41602863233','18','1','15','retail','0','2020-10-16 18:48:01','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-16 15:48:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(4687,'41602863333','6161101661232','1','220','retail','0','2020-10-16 18:48:53','','','','198','Cash',0.00,'220','','','4','','1','2020-10-16 16:20:35','1','1','returned','1','new','pcs','','2020-10-16 19:20:35','4','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(4688,'41602863333','6164004611175','1','15','retail','0','2020-10-16 18:49:03','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-16 15:51:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(4689,'41602863482','34','1','10','retail','0','2020-10-16 18:51:22','','','','9','Cash',0.00,'10','','','4','','1','2020-10-16 15:54:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','62.00','61','Inclusive'),(4690,'41602863482','17','1','10','retail','0','2020-10-16 18:51:56','','','','9','Cash',0.00,'10','','','4','','1','2020-10-16 15:54:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(4691,'41602863482','6161101680424','2','100','retail','0','2020-10-16 18:52:31','','','','45','Cash',0.00,'50','','','4','','1','2020-10-16 15:54:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','27.00','25','Inclusive'),(4692,'41602863482','76','1','170','retail','0','2020-10-16 18:52:50','','','','153','Cash',0.00,'170','','','4','','1','2020-10-16 15:54:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4693,'41602863482','174','2','40','retail','0','2020-10-16 18:53:06','','','','15','Cash',0.00,'20','','','4','','1','2020-10-16 15:54:49','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','5.00','3','Exclusive'),(4694,'41602863690','16','1','30','retail','0','2020-10-16 18:54:50','','','','27','Cash',3.68,'30','','','4','','1','2020-10-16 15:57:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','47.00','46','Inclusive'),(4695,'41602863867','428','2','10','retail','0','2020-10-16 19:01:46','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-16 16:02:24','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','42.00','40','Exclusive'),(4696,'41602865239','186','1','150','retail','0','2020-10-16 19:20:39','','','','135','Cash',0.00,'150','','','4','','1','2020-10-16 16:21:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4697,'41602865239','105','1','75','retail','0','2020-10-16 19:21:13','','','','67.5','Cash',0.00,'75','','','4','','1','2020-10-16 16:21:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4698,'41602865533','6008459000507','1','55','retail','0','2020-10-16 19:25:33','','','','40.83','Cash',0.00,'55','','','4','','1','2020-10-16 16:31:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(4699,'41602865533','37','10','50','retail','0','2020-10-16 19:29:16','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-16 16:31:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','10','72.00','62','Inclusive'),(4700,'41602865872','161101680431','1','20','retail','0','2020-10-16 19:31:12','','','','16','Cash',0.00,'20','','','4','','1','2020-10-16 16:36:49','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Exclusive'),(4701,'41602866210','128','1','25','retail','0','2020-10-16 19:36:50','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-16 16:37:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(4702,'41602866270','6','1','195','retail','0','2020-10-16 19:37:50','','','','175.5','Cash',0.00,'195','','','4','','1','2020-10-16 16:41:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(4703,'41602867681','492','2','200','retail','0','2020-10-16 20:01:21','','','','95','Cash',0.00,'100','','','4','','1','2020-10-16 17:02:09','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','4.00','2','Exclusive'),(4704,'41602867681','493','1','50','retail','0','2020-10-16 20:01:31','','','','45','Cash',0.00,'50','','','4','','1','2020-10-16 17:02:09','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(4705,'41602867681','32','1','50','retail','0','2020-10-16 20:01:41','','','','45','Cash',0.00,'50','','','4','','1','2020-10-16 17:02:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4706,'41602867681','431','1','6','retail','0','2020-10-16 20:02:00','','','','4.2','Cash',0.00,'6','','','4','','1','2020-10-16 17:02:09','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Exclusive'),(4707,'41602867730','492','1','100','retail','0','2020-10-16 20:02:11','','','','95','Cash',0.00,'100','','','4','','1','2020-10-16 17:02:28','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(4708,'41602867749','201','1','30','retail','0','2020-10-16 20:02:29','','','','20','Cash',0.00,'30','','','4','','1','2020-10-16 17:03:07','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(4709,'41602867854','34','1','10','retail','0','2020-10-16 20:04:15','','','','9','Cash',0.00,'10','','','4','','1','2020-10-16 17:18:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','61.00','60','Inclusive'),(4710,'41602867854','497','1','50','retail','0','2020-10-16 20:10:27','','','','46','Cash',0.00,'50','','','4','','1','2020-10-16 17:18:43','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(4711,'41602916203','6161107772208','1','50','retail','0','2020-10-17 09:30:03','','','','45','Cash',0.00,'50','','','4','','1','2020-10-17 06:39:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(4712,'41602916203','32','1','50','retail','0','2020-10-17 09:30:38','','','','45','Cash',0.00,'50','','','4','','1','2020-10-17 06:39:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4713,'41602917157','498','1','20','retail','0','2020-10-17 09:45:57','','','','17','Cash',0.00,'20','','','4','','1','2020-10-17 07:08:21','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(4714,'41602917157','499','1','10','retail','0','2020-10-17 10:07:52','','','','8','Cash',0.00,'10','','','4','','1','2020-10-17 07:08:21','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(4715,'41602918501','6161101680424','1','50','retail','0','2020-10-17 10:08:21','','','','45','Cash',0.00,'50','','','4','','1','2020-10-17 07:09:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(4716,'41602919151','6161113440030','1','85','retail','0','2020-10-17 10:42:04','','','','76.5','Cash',0.00,'85','','','4','','1','2020-10-17 07:43:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(4717,'41602919151','67','1','40','retail','0','2020-10-17 10:42:40','','','','36','Cash',0.00,'40','','','4','','1','2020-10-17 07:43:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(4718,'41602920593','493','1','50','retail','0','2020-10-17 10:43:13','','','','45','Cash',0.00,'50','','','4','','1','2020-10-17 08:15:32','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(4719,'41602922533','6161102170023','1','125','retail','0','2020-10-17 11:15:33','','','','107.5','Cash',0.00,'125','','','4','','1','2020-10-17 08:57:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(4720,'41602922533','8901719903434','1','20','retail','0','2020-10-17 11:48:41','','','','18','Cash',0.00,'20','','','4','','1','2020-10-17 09:34:27','1','1','returned','1','new','pcs','','2020-10-17 12:34:27','4','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(4721,'41602922533','68','1','50','retail','0','2020-10-17 11:50:17','','','','45','Cash',0.00,'50','','','4','','1','2020-10-17 08:57:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4722,'41602925064','89','1','40','retail','0','2020-10-17 11:57:44','','','','36','Cash',0.00,'40','','','4','','1','2020-10-17 09:07:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(4723,'41602925642','512','0.5','52.5','retail','0','2020-10-17 12:07:22','','','','92','Cash',0.00,'105','','','4','','1','2020-10-17 09:23:14','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','0.5','7.00','6.5','Exclusive'),(4724,'41602926597','792382330195','2','200','retail','0','2020-10-17 12:23:17','','','','85.5','Cash',0.00,'100','','','4','','1','2020-10-17 09:33:40','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','29.00','27','Exclusive'),(4725,'41602926597','180','2','250','retail','0','2020-10-17 12:30:51','','','','112.5','Cash',0.00,'125','','','4','','1','2020-10-17 09:33:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','5.00','3','Inclusive'),(4726,'41602926597','31','1','70','retail','0','2020-10-17 12:31:07','','','','63','Cash',0.00,'70','','','4','','1','2020-10-17 09:33:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4727,'41602926597','6161101000895','1','105','retail','0','2020-10-17 12:31:15','','','','94.5','Cash',0.00,'105','','','4','','1','2020-10-17 09:33:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4728,'41602927278','102','2','120','retail','0','2020-10-17 12:34:38','','','','47','Cash',0.00,'60','','','4','','1','2020-10-17 09:43:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','10.00','8','Inclusive'),(4729,'41602927278','497','1','50','retail','0','2020-10-17 12:34:58','','','','46','Cash',0.00,'50','','','4','','1','2020-10-17 09:43:57','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(4730,'41602927278','499','1','10','retail','0','2020-10-17 12:43:46','','','','8','Cash',0.00,'10','','','4','','1','2020-10-17 09:43:57','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Exclusive'),(4731,'41602927837','135','1','60','retail','0','2020-10-17 12:43:58','','','','54','Cash',0.00,'60','','','4','','1','2020-10-17 09:48:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4732,'41602928086','492','1','100','retail','0','2020-10-17 12:48:06','','','','95','Cash',0.00,'100','','','4','','1','2020-10-17 10:05:13','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(4733,'41602929114','89','1','40','retail','0','2020-10-17 13:29:21','','','','36','Cash',0.00,'40','','','4','','1','2020-10-17 10:29:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(4734,'41602930579','30','1','90','retail','0','2020-10-17 13:29:39','','','','81','Cash',0.00,'90','','','4','','1','2020-10-17 10:51:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4735,'41602935520','30','1','90','retail','0','2020-10-17 14:52:00','','','','81','Cash',0.00,'90','','','4','','1','2020-10-17 11:55:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4736,'41602935520','101','1','120','retail','0','2020-10-17 14:52:14','','','','93','Cash',0.00,'120','','','4','','1','2020-10-17 13:06:52','1','1','returned','1','new','pcs','','2020-10-17 16:06:52','4','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4738,'41602935520','201','1','30','retail','0','2020-10-17 14:55:00','','','','20','Cash',0.00,'30','','','4','','1','2020-10-17 11:55:12','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(4739,'41602935712','513','6','60','retail','0','2020-10-17 14:55:12','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-17 12:01:51','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','6','75.00','69','Exclusive'),(4741,'41602937765','494','1','20','retail','0','2020-10-17 15:29:25','','','','15','Cash',0.00,'20','','','4','','1','2020-10-17 12:29:46','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(4742,'41602937765','6008677000549','1','40','retail','0','2020-10-17 15:29:34','','','','36','Cash',0.00,'40','','','4','','1','2020-10-17 12:29:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(4743,'41602937787','496','1','100','retail','0','2020-10-17 15:29:47','','','','95','Cash',0.00,'100','','','4','','1','2020-10-17 12:33:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(4744,'41602937787','37','2','10','retail','0','2020-10-17 15:31:01','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-17 12:33:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','62.00','60','Inclusive'),(4745,'41602938174','498','1','20','retail','0','2020-10-17 15:36:14','','','','17','Cash',0.00,'20','','','4','','1','2020-10-17 12:39:06','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(4746,'41602938733','96','1','70','retail','0','2020-10-17 15:45:33','','','','63','Cash',0.00,'70','','','4','','1','2020-10-17 12:45:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4747,'41602938758','494','1','20','retail','0','2020-10-17 15:45:58','','','','15','Cash',0.00,'20','','','4','','1','2020-10-17 13:01:20','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(4748,'41602938758','493','1','50','retail','0','2020-10-17 16:01:10','','','','45','Cash',0.00,'50','','','4','','1','2020-10-17 13:01:20','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(4749,'41602939681','177','1','25','retail','0','2020-10-17 16:01:21','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-17 13:06:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4750,'41602940015','135','1','60','retail','0','2020-10-17 16:29:56','','','','54','Cash',0.00,'60','','','4','','1','2020-10-17 13:30:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4751,'41602941472','6161113940141','1','125','retail','0','2020-10-17 16:31:12','','','','116.67','Cash',0.00,'125','','','4','','1','2020-10-17 13:33:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(4752,'41602941472','268','3','36','retail','0','2020-10-17 16:31:55','','','','10','Cash',0.00,'12','','','4','','1','2020-10-17 13:33:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','61.00','58','Inclusive'),(4753,'41602941472','53','1','20','retail','0','2020-10-17 16:32:04','','','','18','Cash',0.00,'20','','','4','','1','2020-10-17 13:33:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(4754,'41602941584','6161101661249','1','525','retail','0','2020-10-17 16:33:04','','','','441.66','Cash',0.00,'525','','','4','','1','2020-10-17 13:43:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(4755,'41602941584','31','1','70','retail','0','2020-10-17 16:37:53','','','','63','Cash',0.00,'70','','','4','','1','2020-10-17 13:43:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4756,'41602941584','6161113940141','1','125','retail','0','2020-10-17 16:38:04','','','','116.67','Cash',0.00,'125','','','4','','1','2020-10-17 13:43:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(4757,'41602941584','6009627050010','2','240','retail','0','2020-10-17 16:38:20','','','','107.08','Cash',0.00,'120','','','4','','1','2020-10-17 13:43:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','25.00','23','Inclusive'),(4758,'41602941584','6164000512018','2','460','retail','0','2020-10-17 16:38:40','','','','207','Cash',0.00,'230','','','4','','1','2020-10-17 13:43:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','13.00','11','Inclusive'),(4759,'41602941584','6161100860247','1','140','retail','0','2020-10-17 16:38:53','','','','126','Cash',0.00,'140','','','4','','1','2020-10-17 13:43:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(4760,'41602941584','5410076189540','1','155','retail','0','2020-10-17 16:40:15','','','','139.5','Cash',0.00,'155','','','4','','1','2020-10-17 13:43:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(4763,'41602941584','201','1','30','retail','0','2020-10-17 16:43:06','','','','20','Cash',0.00,'30','','','4','','1','2020-10-17 13:43:55','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(4764,'41602942236','169','2','10','retail','0','2020-10-17 16:43:56','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-17 13:52:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','31.00','29','Inclusive'),(4765,'41602942760','33','1','50','retail','0','2020-10-17 16:52:40','','','','45','Cash',0.00,'50','','','4','','1','2020-10-17 13:53:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4766,'41602944561','497','1','50','retail','0','2020-10-17 17:22:41','','','','46','Cash',0.00,'50','','','4','','1','2020-10-17 14:37:51','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(4767,'41602945472','23','1','250','retail','0','2020-10-17 17:37:52','','','','200','Cash',0.00,'250','','','4','','1','2020-10-17 14:41:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(4768,'41602945701','6161101680424','1','50','retail','0','2020-10-17 17:41:41','','','','45','Cash',0.00,'50','','','4','','1','2020-10-17 14:46:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(4769,'41602946043','6161113940141','1','125','retail','0','2020-10-17 17:47:23','','','','116.67','Cash',0.00,'125','','','4','','1','2020-10-17 15:00:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(4770,'41602946043','498','1','20','retail','0','2020-10-17 17:57:57','','','','17','Cash',0.00,'20','','','4','','1','2020-10-17 15:00:30','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(4771,'41602946043','6161101680424','2','100','retail','0','2020-10-17 17:58:06','','','','45','Cash',0.00,'50','','','4','','1','2020-10-17 15:00:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','23.00','21','Inclusive'),(4772,'41602946043','102','1','60','retail','0','2020-10-17 18:00:16','','','','47','Cash',0.00,'60','','','4','','1','2020-10-17 15:00:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(4773,'41602947618','6161113440023','1','85','retail','0','2020-10-17 18:13:38','','','','76.5','Cash',0.00,'85','','','4','','1','2020-10-17 15:14:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(4774,'41602947666','431','1','6','retail','0','2020-10-17 18:14:26','','','','4.2','Cash',0.00,'6','','','4','','1','2020-10-17 15:19:13','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Exclusive'),(4775,'41602947666','6009614480462','1','25','retail','0','2020-10-17 18:18:54','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-17 15:19:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','48.00','47','Exclusive'),(4776,'41602938347','182','1','40','retail','0','2020-10-17 15:39:07','','','','36','Cash',0.00,'40','','','4','','1','2020-10-17 15:35:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4777,'41602948924','513','2','20','retail','0','2020-10-17 18:35:24','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-17 15:39:55','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','69.00','67','Exclusive'),(4778,'41602949197','18','1','15','retail','0','2020-10-17 18:39:57','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-17 16:18:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(4779,'41602951501','1','1','50','retail','0','2020-10-17 19:18:21','','','','45','Cash',0.00,'50','','','4','','1','2020-10-17 16:36:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','38.00','37','Exclusive'),(4780,'41602951501','6161101680424','1','50','retail','0','2020-10-17 19:20:14','','','','45','Cash',0.00,'50','','','4','','1','2020-10-17 16:36:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(4781,'41602951501','494','1','20','retail','0','2020-10-17 19:35:26','','','','15','Cash',0.00,'20','','','4','','1','2020-10-17 16:36:51','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(4782,'41602951501','495','1','10','retail','0','2020-10-17 19:36:36','','','','5','Cash',0.00,'10','','','4','','1','2020-10-17 16:36:51','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(4783,'41602952611','173','1','25','retail','0','2020-10-17 19:36:51','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-17 16:42:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Inclusive'),(4784,'41602952950','17','1','10','retail','0','2020-10-17 19:42:30','','','','9','Cash',0.00,'10','','','4','','1','2020-10-17 16:43:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(4785,'41602953022','496','1','100','retail','0','2020-10-17 19:43:42','','','','95','Cash',0.00,'100','','','4','','1','2020-10-17 16:52:44','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(4786,'41602953564','194','1','85','retail','0','2020-10-17 19:52:45','','','','76.5','Cash',0.00,'85','','','4','','1','2020-10-17 16:58:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4787,'41602953564','512','0.5','52.5','retail','0','2020-10-17 19:55:08','','','','92','Cash',0.00,'105','','','4','','1','2020-10-17 16:58:52','1','1','returned','1','new','pc','','2020-10-17 19:58:52','4','yes','','0','','','ZERO RATED','0','0.5','6.50','6','Exclusive'),(4788,'41602953564','503','1','45','retail','0','2020-10-17 19:55:22','','','','37.5','Cash',0.00,'45','','','4','','1','2020-10-17 16:58:41','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(4789,'41602953564','6161100950139','1','100','retail','0','2020-10-17 19:55:29','','','','90','Cash',0.00,'100','','','4','','1','2020-10-17 16:58:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4790,'41602953564','110','1','80','retail','0','2020-10-17 19:55:51','','','','72','Cash',0.00,'80','','','4','','1','2020-10-17 16:58:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4791,'41602953564','6161101000543','1','55','retail','0','2020-10-17 19:56:05','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-17 16:58:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4792,'41602953564','18','1','15','retail','0','2020-10-17 19:56:24','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-17 16:58:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(4793,'41602953564','512','0.5','52.5','retail','0','2020-10-17 19:56:47','','','','92','Cash',0.00,'105','','','4','','1','2020-10-17 16:58:41','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','0.5','6.00','5.5','Exclusive'),(4794,'41603009844','75','1','170','retail','0','2020-10-18 11:30:45','','','','153','Cash',0.00,'170','','','4','','1','2020-10-18 08:33:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4795,'41603009844','110','1','80','retail','0','2020-10-18 11:30:56','','','','72','Cash',0.00,'80','','','4','','1','2020-10-18 08:33:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4796,'41603009844','8901719908576','1','120','retail','0','2020-10-18 11:31:08','','','','108','Cash',0.00,'120','','','4','','1','2020-10-18 08:33:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4797,'41603009844','102','1','60','retail','0','2020-10-18 11:31:18','','','','47','Cash',0.00,'60','','','4','','1','2020-10-18 08:33:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(4798,'41603009992','68','1','50','retail','0','2020-10-18 11:33:12','','','','45','Cash',0.00,'50','','','4','','1','2020-10-18 08:46:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4799,'41603009992','513','1','10','retail','0','2020-10-18 11:45:52','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-18 08:46:17','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','67.00','66','Exclusive'),(4800,'41603010777','6161113440054','1','55','retail','0','2020-10-18 11:46:17','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-18 08:51:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(4801,'41603011514','428','1','5','retail','0','2020-10-18 11:58:34','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-18 10:10:52','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','40.00','39','Exclusive'),(4802,'41603015853','16','1','30','retail','0','2020-10-18 13:10:53','','','','27','Cash',3.68,'30','','','4','','1','2020-10-18 10:11:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','46.00','45','Inclusive'),(4803,'41603016617','95','1','70','retail','0','2020-10-18 13:23:37','','','','63','Cash',0.00,'70','','','4','','1','2020-10-18 10:24:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4804,'41603017045','513','1','10','retail','0','2020-10-18 13:30:45','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-18 10:54:33','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','66.00','65','Exclusive'),(4805,'41603018474','6161101000895','1','105','retail','0','2020-10-18 13:54:34','','','','94.5','Cash',0.00,'105','','','4','','1','2020-10-18 11:03:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4806,'41603018997','31','1','70','retail','0','2020-10-18 14:03:17','','','','63','Cash',0.00,'70','','','4','','1','2020-10-18 11:07:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4807,'41603019251','106','2','550','retail','0','2020-10-18 14:10:12','','','','247.5','Cash',0.00,'275','','','4','','1','2020-10-18 11:16:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','4.00','2','Inclusive'),(4808,'41603019251','186','1','150','retail','0','2020-10-18 14:15:59','','','','135','Cash',0.00,'150','','','4','','1','2020-10-18 11:16:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4809,'41603019779','169','1','5','retail','0','2020-10-18 14:16:19','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-18 11:26:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','29.00','28','Inclusive'),(4810,'41603020379','39','1','50','retail','0','2020-10-18 14:31:32','','','','45','Cash',0.00,'50','','','4','','1','2020-10-18 11:46:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(4811,'41603021602','494','2','40','retail','0','2020-10-18 14:46:42','','','','15','Cash',0.00,'20','','','4','','1','2020-10-18 12:35:42','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','6.00','4','Exclusive'),(4812,'41603024542','1','1','50','retail','0','2020-10-18 15:35:42','','','','45','Cash',0.00,'50','','','4','','1','2020-10-18 13:05:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','37.00','36','Exclusive'),(4813,'41603024542','513','1','10','retail','0','2020-10-18 16:03:42','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-18 13:05:25','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','65.00','64','Exclusive'),(4814,'41603024542','513','1','10','retail','0','2020-10-18 16:04:18','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-18 13:05:25','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','64.00','63','Exclusive'),(4815,'41603026349','513','1','10','retail','0','2020-10-18 16:05:49','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-18 13:06:31','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','63.00','62','Exclusive'),(4816,'41603026392','504','4','20','retail','0','2020-10-18 16:06:32','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-18 13:07:58','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','4','30.00','26','Inclusive'),(4817,'41603026479','513','1','10','retail','0','2020-10-18 16:07:59','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-18 13:09:28','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','62.00','61','Exclusive'),(4818,'41603026569','6161113440085','1','115','retail','0','2020-10-18 16:09:29','','','','103.5','Cash',0.00,'115','','','4','','1','2020-10-18 13:12:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4819,'41603026721','504','3','15','retail','0','2020-10-18 16:12:01','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-18 13:12:56','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','26.00','23','Inclusive'),(4820,'41603026776','78','1','110','retail','0','2020-10-18 16:12:56','','','','99','Cash',0.00,'110','','','4','','1','2020-10-18 13:24:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4821,'41603027491','39','1','50','retail','0','2020-10-18 16:24:51','','','','45','Cash',0.00,'50','','','4','','1','2020-10-18 13:50:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(4822,'41603029007','94','1','70','retail','0','2020-10-18 16:50:07','','','','63','Cash',0.00,'70','','','4','','1','2020-10-18 14:28:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(4823,'41603031309','6161113440009','1','65','retail','0','2020-10-18 17:28:29','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-18 14:41:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(4824,'41603031309','39','1','50','retail','0','2020-10-18 17:41:01','','','','45','Cash',0.00,'50','','','4','','1','2020-10-18 14:41:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4825,'41603032080','39','1','50','retail','0','2020-10-18 17:41:20','','','','45','Cash',0.00,'50','','','4','','1','2020-10-18 14:42:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4827,'41603033491','194','1','85','retail','0','2020-10-18 18:04:51','','','','76.5','Cash',0.00,'85','','','4','','1','2020-10-18 15:34:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4828,'41603033491','122','1','125','retail','0','2020-10-18 18:33:35','','','','110','Cash',0.00,'125','','','4','','1','2020-10-18 15:34:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(4829,'41603033491','513','1','10','retail','0','2020-10-18 18:33:44','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-18 15:34:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','61.00','60','Exclusive'),(4830,'41603033491','513','1','10','retail','0','2020-10-18 18:34:16','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-18 15:34:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','60.00','59','Exclusive'),(4831,'41603033491','513','2','20','retail','0','2020-10-18 18:34:23','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-18 15:34:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','59.00','57','Exclusive'),(4832,'41603035318','6161113440078','1','65','retail','0','2020-10-18 18:35:18','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-18 15:36:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4833,'41603035370','6161101000895','1','105','retail','0','2020-10-18 18:50:30','','','','94.5','Cash',0.00,'105','','','4','','1','2020-10-18 15:52:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4834,'41603035370','6161101000901','1','105','retail','0','2020-10-18 18:50:55','','','','94.5','Cash',0.00,'105','','','4','','1','2020-10-18 15:52:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4835,'41603035370','194','1','85','retail','0','2020-10-18 18:51:18','','','','76.5','Cash',0.00,'85','','','4','','1','2020-10-18 15:52:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4837,'41603035370','18','1','15','retail','0','2020-10-18 18:51:38','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-18 15:52:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(4838,'41603036366','6161101680424','1','50','retail','0','2020-10-18 18:52:46','','','','45','Cash',0.00,'50','','','4','','1','2020-10-18 15:53:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(4839,'41603036427','6161113940141','1','125','retail','0','2020-10-18 18:53:47','','','','116.67','Cash',0.00,'125','','','4','','1','2020-10-18 16:00:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(4840,'41603036820','427','1','70','retail','0','2020-10-18 19:00:20','','','','63','Cash',0.00,'70','','','4','','1','2020-10-18 16:00:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(4841,'41603036841','6161101680424','1','50','retail','0','2020-10-18 19:00:41','','','','45','Cash',0.00,'50','','','4','','1','2020-10-18 16:11:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(4842,'41603037493','6161100860155','4','20','retail','0','2020-10-18 19:11:33','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-18 16:34:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','85.00','81','Inclusive'),(4843,'41603037493','161101680431','1','20','retail','0','2020-10-18 19:33:00','','','','16','Cash',0.00,'20','','','4','','1','2020-10-18 16:34:47','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Exclusive'),(4844,'41603037493','102','1','60','retail','0','2020-10-18 19:33:24','','','','47','Cash',0.00,'60','','','4','','1','2020-10-18 16:34:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(4845,'41603038888','492','1','100','retail','0','2020-10-18 19:34:48','','','','95','Cash',0.00,'100','','','4','','1','2020-10-18 16:57:38','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(4846,'41603040258','6164000033179','1','130','retail','0','2020-10-18 19:57:38','','','','117','Cash',0.00,'130','','','4','','1','2020-10-18 17:01:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4847,'41603040502','17','1','10','retail','0','2020-10-18 20:01:42','','','','9','Cash',0.00,'10','','','4','','1','2020-10-18 17:02:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(4848,'41603040551','6166000090213','1','35','retail','0','2020-10-18 20:02:31','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-18 17:02:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Exclusive'),(4849,'41603040568','513','2','20','retail','0','2020-10-18 20:02:48','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-18 17:03:33','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','57.00','55','Exclusive'),(4850,'41603040723','498','1','20','retail','0','2020-10-18 20:05:23','','','','17','Cash',0.00,'20','','','4','','1','2020-10-18 17:05:41','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(4851,'41603087703','101','2','240','retail','0','2020-10-19 09:08:23','','','','93','Cash',0.00,'120','','','4','','1','2020-10-19 06:08:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','49.00','47','Inclusive'),(4852,'41603087703','172','1','70','retail','0','2020-10-19 09:08:32','','','','63','Cash',0.00,'70','','','4','','1','2020-10-19 06:08:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','53.00','52','Inclusive'),(4853,'41603087724','102','1','60','retail','0','2020-10-19 09:08:44','','','','47','Cash',0.00,'60','','','4','','1','2020-10-19 06:14:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(4854,'41603087724','6161113940134','1','65','retail','0','2020-10-19 09:13:17','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-19 06:14:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4855,'41603087724','105','1','75','retail','0','2020-10-19 09:13:41','','','','67.5','Cash',0.00,'75','','','4','','1','2020-10-19 06:14:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4856,'41603088040','146','1','100','retail','0','2020-10-19 09:14:00','','','','90','Cash',0.00,'100','','','4','','1','2020-10-19 06:26:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(4857,'41603088040','493','1','50','retail','0','2020-10-19 09:24:09','','','','45','Cash',0.00,'50','','','4','','1','2020-10-19 06:26:24','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(4858,'41603089176','498','1','20','retail','0','2020-10-19 09:32:56','','','','17','Cash',0.00,'20','','','4','','1','2020-10-19 06:54:07','1','1','returned','1','new','pc','','2020-10-19 09:54:07','4','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(4859,'41603089188','6161100860155','1','5','retail','0','2020-10-19 09:33:08','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-19 06:35:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','81.00','80','Inclusive'),(4860,'41603090449','494','1','20','retail','0','2020-10-19 09:54:09','','','','15','Cash',0.00,'20','','','4','','1','2020-10-19 06:54:21','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(4861,'41603091033','498','1','20','retail','0','2020-10-19 10:03:54','','','','17','Cash',0.00,'20','','','4','','1','2020-10-19 07:04:03','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(4862,'41603090462','513','1','10','retail','0','2020-10-19 10:18:10','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-19 07:37:16','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','55.00','54','Exclusive'),(4863,'41603090462','175','1','10','retail','0','2020-10-19 10:37:07','','','','9','Cash',0.00,'10','','','4','','1','2020-10-19 07:37:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','108.00','107','Inclusive'),(4864,'41603093037','268','2','24','retail','0','2020-10-19 10:37:17','','','','10','Cash',0.00,'12','','','4','','1','2020-10-19 07:49:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','58.00','56','Inclusive'),(4865,'41603093792','66','1','60','retail','0','2020-10-19 10:49:52','','','','54','Cash',0.00,'60','','','4','','1','2020-10-19 07:53:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(4866,'41603093792','169','3','15','retail','0','2020-10-19 10:53:11','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-19 07:53:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','28.00','25','Inclusive'),(4867,'41603094523','492','1','100','retail','0','2020-10-19 11:02:03','','','','95','Cash',0.00,'100','','','4','','1','2020-10-19 08:02:12','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(4868,'41603094533','25','4','200','retail','0','2020-10-19 11:02:13','','','','45','Cash',0.00,'50','','','4','','1','2020-10-19 08:11:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','13.00','9','Inclusive'),(4869,'41603095113','494','1','20','retail','0','2020-10-19 11:11:53','','','','15','Cash',0.00,'20','','','4','','1','2020-10-19 08:16:12','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(4870,'41603095373','89','1','40','retail','0','2020-10-19 11:28:23','','','','36','Cash',0.00,'40','','','4','','1','2020-10-19 08:28:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(4871,'41603096114','37','2','10','retail','0','2020-10-19 11:28:34','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-19 08:32:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','60.00','58','Inclusive'),(4872,'41603100592','39','1','50','retail','0','2020-10-19 12:43:12','','','','45','Cash',0.00,'50','','','4','','1','2020-10-19 09:43:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4873,'41603100592','6161107772208','1','50','retail','0','2020-10-19 12:43:27','','','','45','Cash',0.00,'50','','','4','','1','2020-10-19 09:43:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(4874,'41603102395','513','1','10','retail','0','2020-10-19 13:13:15','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-19 10:13:45','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','54.00','53','Exclusive'),(4875,'41603102395','160','1','10','retail','0','2020-10-19 13:13:33','','','','9','Cash',0.00,'10','','','4','','1','2020-10-19 10:13:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(4876,'41603102426','497','1','50','retail','0','2020-10-19 13:13:46','','','','46','Cash',0.00,'50','','','4','','1','2020-10-19 10:15:45','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(4877,'41603104422','6161101280013','1','20','retail','0','2020-10-19 13:47:02','','','','18','Cash',0.00,'20','','','4','','1','2020-10-19 10:49:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(4878,'41603104422','25','1','50','retail','0','2020-10-19 13:47:16','','','','45','Cash',0.00,'50','','','4','','1','2020-10-19 10:49:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(4879,'41603104718','513','2','20','retail','0','2020-10-19 13:51:58','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-19 10:56:50','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','53.00','51','Exclusive'),(4885,'41603106372','513','2','20','retail','0','2020-10-19 14:19:32','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-19 11:58:55','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','51.00','49','Exclusive'),(4886,'41603108736','169','1','5','retail','0','2020-10-19 14:58:56','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-19 12:11:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(4887,'41603108736','18','1','15','retail','0','2020-10-19 15:11:42','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-19 12:11:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(4888,'41603109512','16','1','30','retail','0','2020-10-19 15:11:53','','','','27','Cash',3.68,'30','','','4','','1','2020-10-19 12:42:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','45.00','44','Inclusive'),(4889,'41603109512','161101680431','1','20','retail','0','2020-10-19 15:42:27','','','','16','Cash',0.00,'20','','','4','','1','2020-10-19 12:42:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Exclusive'),(4890,'41603109512','6008459000453','1','70','retail','0','2020-10-19 15:42:34','','','','57.5','Cash',0.00,'70','','','4','','1','2020-10-19 12:42:48','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(4891,'41603111368','88','1','40','retail','0','2020-10-19 15:42:48','','','','36','Cash',0.00,'40','','','4','','1','2020-10-19 12:48:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(4892,'41603111720','143','1','125','retail','0','2020-10-19 15:48:40','','','','112.5','Cash',0.00,'125','','','4','','1','2020-10-19 12:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(4893,'41603112067','177','1','25','retail','0','2020-10-19 15:54:27','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-19 13:00:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4894,'41603112067','175','2','20','retail','0','2020-10-19 16:00:26','','','','9','Cash',0.00,'10','','','4','','1','2020-10-19 13:00:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','107.00','105','Inclusive'),(4895,'41603112450','34','1','10','retail','0','2020-10-19 16:00:50','','','','9','Cash',0.00,'10','','','4','','1','2020-10-19 13:11:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','60.00','59','Inclusive'),(4896,'41603113096','6161101000901','1','105','retail','0','2020-10-19 16:11:36','','','','94.5','Cash',0.00,'105','','','4','','1','2020-10-19 13:14:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4897,'41603113289','16','1','30','retail','0','2020-10-19 16:14:49','','','','27','Cash',3.68,'30','','','4','','1','2020-10-19 13:23:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','44.00','43','Inclusive'),(4898,'41603113289','77','1','110','retail','0','2020-10-19 16:22:21','','','','99','Cash',0.00,'110','','','4','','1','2020-10-19 13:23:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4899,'41603113820','8901719908576','1','120','retail','0','2020-10-19 16:23:40','','','','108','Cash',0.00,'120','','','4','','1','2020-10-19 13:39:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4900,'41603113820','6161113940141','1','125','retail','0','2020-10-19 16:38:12','','','','116.67','Cash',0.00,'125','','','4','','1','2020-10-19 13:39:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(4901,'41603114787','6161113940141','1','125','retail','0','2020-10-19 16:39:47','','','','116.67','Cash',0.00,'125','','','4','','1','2020-10-19 13:46:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(4902,'41603115210','513','1','10','retail','0','2020-10-19 16:46:50','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-19 13:49:42','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','49.00','48','Exclusive'),(4903,'41603115383','34','2','20','retail','0','2020-10-19 16:49:43','','','','9','Cash',0.00,'10','','','4','','1','2020-10-19 13:56:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','59.00','57','Inclusive'),(4904,'41603115814','497','1','50','retail','0','2020-10-19 16:56:54','','','','46','Cash',0.00,'50','','','4','','1','2020-10-19 14:10:51','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(4905,'41603119036','6162006602740','1','170','retail','0','2020-10-19 17:50:36','','','','153','Cash',0.00,'170','','','4','','1','2020-10-19 14:58:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(4906,'41603119036','6161113940141','1','125','retail','0','2020-10-19 17:50:47','','','','116.67','Cash',0.00,'125','','','4','','1','2020-10-19 14:58:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(4908,'41603119036','57','1','230','retail','0','2020-10-19 17:51:31','','','','207','Cash',0.00,'230','','','4','','1','2020-10-19 14:58:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(4909,'41603119036','6164002695962','1','210','retail','0','2020-10-19 17:52:02','','','','180','Cash',0.00,'210','','','4','','1','2020-10-19 14:58:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(4910,'41603119036','101','1','120','retail','0','2020-10-19 17:52:48','','','','93','Cash',0.00,'120','','','4','','1','2020-10-19 14:58:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','47.00','46','Inclusive'),(4911,'41603119036','201','1','30','retail','0','2020-10-19 17:53:50','','','','20','Cash',0.00,'30','','','4','','1','2020-10-19 15:10:59','1','1','returned','1','new','pc','','2020-10-19 18:10:59','4','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(4912,'41603119036','17','1','10','retail','0','2020-10-19 17:55:04','','','','9','Cash',0.00,'10','','','4','','1','2020-10-19 15:11:05','1','1','returned','1','new','pcs','','2020-10-19 18:11:05','4','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(4913,'41603120270','428','2','10','retail','0','2020-10-19 18:11:10','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-19 15:35:42','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','39.00','37','Exclusive'),(4914,'41603121744','53','2','40','retail','0','2020-10-19 18:35:44','','','','18','Cash',0.00,'20','','','4','','1','2020-10-19 16:04:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','19.00','17','Inclusive'),(4915,'41603123472','161101680431','1','20','retail','0','2020-10-19 19:04:32','','','','16','Cash',0.00,'20','','','4','','1','2020-10-19 16:15:45','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Exclusive'),(4916,'41603124145','33','1','50','retail','0','2020-10-19 19:15:45','','','','45','Cash',0.00,'50','','','4','','1','2020-10-19 16:18:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4917,'41603124332','1','1','50','retail','0','2020-10-19 19:18:52','','','','45','Cash',0.00,'50','','','4','','1','2020-10-19 16:20:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','36.00','35','Exclusive'),(4918,'41603124332','194','1','85','retail','0','2020-10-19 19:19:27','','','','76.5','Cash',0.00,'85','','','4','','1','2020-10-19 16:20:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4919,'41603124406','496','1','100','retail','0','2020-10-19 19:20:06','','','','95','Cash',0.00,'100','','','4','','1','2020-10-19 16:35:35','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(4920,'41603125336','6161113940141','1','125','retail','0','2020-10-19 19:35:36','','','','116.67','Cash',0.00,'125','','','4','','1','2020-10-19 16:36:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(4921,'41603125336','25','1','50','retail','0','2020-10-19 19:35:43','','','','45','Cash',0.00,'50','','','4','','1','2020-10-19 16:36:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(4922,'41603125336','101','1','120','retail','0','2020-10-19 19:35:50','','','','93','Cash',0.00,'120','','','4','','1','2020-10-19 16:36:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','46.00','45','Inclusive'),(4923,'41603125387','18','1','15','retail','0','2020-10-19 19:36:27','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-19 16:37:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(4924,'41603125458','31','1','70','retail','0','2020-10-19 19:37:38','','','','63','Cash',0.00,'70','','','4','','1','2020-10-19 16:43:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4925,'41603125458','160','3','30','retail','0','2020-10-19 19:41:22','','','','9','Cash',0.00,'10','','','4','','1','2020-10-19 16:43:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','33.00','30','Inclusive'),(4926,'41603125458','6164000033193','1','130','retail','0','2020-10-19 19:41:34','','','','117','Cash',0.00,'130','','','4','','1','2020-10-19 16:43:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4927,'41603125458','6164000033193','1','130','retail','0','2020-10-19 19:41:45','','','','117','Cash',0.00,'130','','','4','','1','2020-10-19 16:43:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4928,'41603125802','32','1','50','retail','0','2020-10-19 19:43:22','','','','45','Cash',0.00,'50','','','4','','1','2020-10-19 16:53:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4929,'41603125802','513','3','30','retail','0','2020-10-19 19:51:41','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-19 16:53:23','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','48.00','45','Exclusive'),(4930,'41603125802','169','4','20','retail','0','2020-10-19 19:51:51','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-19 16:53:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','24.00','20','Inclusive'),(4931,'41603175199','201','1','30','retail','0','2020-10-20 09:26:39','','','','20','Cash',0.00,'30','','','4','','1','2020-10-20 06:27:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(4932,'41603175199','494','1','20','retail','0','2020-10-20 09:26:49','','','','15','Cash',0.00,'20','','','4','','1','2020-10-20 06:27:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(4933,'41603175199','495','1','10','retail','0','2020-10-20 09:26:58','','','','5','Cash',0.00,'10','','','4','','1','2020-10-20 06:27:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(4934,'41603175243','6161107772208','1','50','retail','0','2020-10-20 09:27:23','','','','45','Cash',0.00,'50','','','4','','1','2020-10-20 06:54:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(4935,'41603177100','172','1','70','retail','0','2020-10-20 09:58:20','','','','63','Cash',0.00,'70','','','4','','1','2020-10-20 06:58:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','52.00','51','Inclusive'),(4936,'41603177117','498','1','20','retail','0','2020-10-20 09:58:37','','','','17','Cash',0.00,'20','','','4','','1','2020-10-20 07:16:30','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(4937,'41603177117','6161113940141','1','125','retail','0','2020-10-20 10:16:06','','','','116.67','Cash',0.00,'125','','','4','','1','2020-10-20 07:16:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(4938,'41603178190','6161101280013','1','20','retail','0','2020-10-20 10:16:31','','','','18','Cash',0.00,'20','','','4','','1','2020-10-20 07:20:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(4939,'41603178420','494','1','20','retail','0','2020-10-20 10:20:20','','','','15','Cash',0.00,'20','','','4','','1','2020-10-20 07:25:33','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(4940,'41603178734','175','1','10','retail','0','2020-10-20 10:25:34','','','','9','Cash',0.00,'10','','','4','','1','2020-10-20 08:40:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','105.00','104','Inclusive'),(4941,'41603178734','169','1','5','retail','0','2020-10-20 11:40:25','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-20 08:40:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(4942,'41603183238','6166000090213','1','35','retail','0','2020-10-20 11:40:38','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-20 09:11:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(4943,'41603183238','169','1','5','retail','0','2020-10-20 12:10:43','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-20 09:11:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(4944,'41603185069','76','1','170','retail','0','2020-10-20 12:11:09','','','','153','Cash',0.00,'170','','','4','','1','2020-10-20 09:12:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4945,'41603185069','6164000033186','1','130','retail','0','2020-10-20 12:11:42','','','','117','Cash',0.00,'130','','','4','','1','2020-10-20 09:12:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4946,'41603185244','6166000090213','1','35','retail','0','2020-10-20 12:14:04','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-20 09:36:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Exclusive'),(4947,'41603186613','183','1','65','retail','0','2020-10-20 12:36:53','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-20 10:05:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4948,'41603188341','512','0.5','52.5','retail','0','2020-10-20 13:05:41','','','','92','Cash',0.00,'105','','','4','','1','2020-10-20 10:07:35','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','0.5','6.00','5.5','Exclusive'),(4949,'41603188456','30','1','90','retail','0','2020-10-20 13:07:36','','','','81','Cash',0.00,'90','','','4','','1','2020-10-20 10:19:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4950,'41603200632','160','2','20','retail','0','2020-10-20 16:30:32','','','','9','Cash',0.00,'10','','','4','','1','2020-10-20 13:40:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','30.00','28','Inclusive'),(4951,'41603200632','31','1','70','retail','0','2020-10-20 16:34:11','','','','63','Cash',0.00,'70','','','4','','1','2020-10-20 13:40:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4952,'41603200632','49','1','60','retail','0','2020-10-20 16:34:24','','','','54','Cash',0.00,'60','','','4','','1','2020-10-20 13:40:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4953,'41603200632','6164000072024','1','45','retail','0','2020-10-20 16:34:34','','','','40.5','Cash',0.00,'45','','','4','','1','2020-10-20 13:40:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(4954,'41603200632','6164000072000','1','45','retail','0','2020-10-20 16:34:49','','','','40.5','Cash',0.00,'45','','','4','','1','2020-10-20 13:40:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(4955,'41603200632','6161113440016','1','65','retail','0','2020-10-20 16:34:58','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-20 13:40:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(4956,'41603200632','513','2','20','retail','0','2020-10-20 16:35:17','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-20 13:40:23','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','40.00','38','Exclusive'),(4957,'41603200632','135','1','60','retail','0','2020-10-20 16:36:29','','','','54','Cash',0.00,'60','','','4','','1','2020-10-20 13:40:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4958,'41603200632','6161100760479','2','100','retail','0','2020-10-20 16:36:41','','','','45','Cash',0.00,'50','','','4','','1','2020-10-20 13:40:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','9.00','7','Inclusive'),(4959,'41603200632','106','1','275','retail','0','2020-10-20 16:36:55','','','','247.5','Cash',0.00,'275','','','4','','1','2020-10-20 13:40:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4960,'41603200632','64','1','30','retail','0','2020-10-20 16:37:08','','','','27','Cash',0.00,'30','','','4','','1','2020-10-20 13:40:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4961,'41603200632','65','2','60','retail','0','2020-10-20 16:39:01','','','','27','Cash',0.00,'30','','','4','','1','2020-10-20 13:40:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','21.00','19','Inclusive'),(4962,'41603200632','32','1','50','retail','0','2020-10-20 16:39:10','','','','45','Cash',0.00,'50','','','4','','1','2020-10-20 13:40:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(4963,'41603200632','101','1','120','retail','0','2020-10-20 16:39:24','','','','93','Cash',0.00,'120','','','4','','1','2020-10-20 13:40:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(4964,'41603200632','18','1','15','retail','0','2020-10-20 16:39:35','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-20 13:40:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(4965,'41603200632','6009614480462','1','25','retail','0','2020-10-20 16:39:42','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-20 13:40:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','47.00','46','Exclusive'),(4966,'41603200632','172','1','70','retail','0','2020-10-20 16:40:11','','','','63','Cash',0.00,'70','','','4','','1','2020-10-20 13:40:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','51.00','50','Inclusive'),(4967,'41603202247','169','1','5','retail','0','2020-10-20 16:57:27','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-20 14:00:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(4968,'41603202456','6161101280013','1','20','retail','0','2020-10-20 17:00:56','','','','18','Cash',0.00,'20','','','4','','1','2020-10-20 14:09:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(4969,'41603203598','6161107772208','1','50','retail','0','2020-10-20 17:19:58','','','','45','Cash',0.00,'50','','','4','','1','2020-10-20 14:34:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4970,'41603204503','101','1','120','retail','0','2020-10-20 17:35:03','','','','93','Cash',0.00,'120','','','4','','1','2020-10-20 15:34:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Inclusive'),(4971,'41603204503','6203012970123','2','180','retail','0','2020-10-20 18:30:31','','','','81','Cash',0.00,'90','','','4','','1','2020-10-20 15:34:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','38.00','36','Inclusive'),(4972,'41603204503','6161102170023','1','125','retail','0','2020-10-20 18:30:40','','','','107.5','Cash',0.00,'125','','','4','','1','2020-10-20 15:34:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(4973,'41603204503','18','1','15','retail','0','2020-10-20 18:30:48','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-20 15:34:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(4974,'41603204503','513','2','20','retail','0','2020-10-20 18:31:02','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-20 15:34:06','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','38.00','36','Exclusive'),(4975,'41603204503','498','1','20','retail','0','2020-10-20 18:32:34','','','','17','Cash',0.00,'20','','','4','','1','2020-10-20 15:34:06','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(4976,'41603204503','492','1','100','retail','0','2020-10-20 18:33:53','','','','95','Cash',0.00,'100','','','4','','1','2020-10-20 15:34:06','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(4977,'41603209443','495','1','10','retail','0','2020-10-20 18:57:23','','','','5','Cash',0.00,'10','','','4','','1','2020-10-20 15:57:52','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(4978,'41603209473','492','2','200','retail','0','2020-10-20 18:57:53','','','','95','Cash',0.00,'100','','','4','','1','2020-10-20 15:58:38','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','7.00','5','Exclusive'),(4979,'41603209673','33','1','50','retail','0','2020-10-20 19:01:13','','','','45','Cash',0.00,'50','','','4','','1','2020-10-20 16:01:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4980,'41603209699','6161113440030','1','85','retail','0','2020-10-20 19:01:39','','','','76.5','Cash',0.00,'85','','','4','','1','2020-10-20 16:07:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(4981,'41603210064','17','1','10','retail','0','2020-10-20 19:07:44','','','','9','Cash',0.00,'10','','','4','','1','2020-10-20 16:31:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(4982,'41603211579','6161113940141','1','125','retail','0','2020-10-20 19:32:59','','','','116.67','Cash',0.00,'125','','','4','','1','2020-10-20 16:33:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(4983,'41603211719','101','1','120','retail','0','2020-10-20 19:35:19','','','','93','Cash',0.00,'120','','','4','','1','2020-10-20 16:35:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(4984,'41603211760','161101680431','1','20','retail','0','2020-10-20 19:36:00','','','','16','Cash',0.00,'20','','','4','','1','2020-10-20 16:37:09','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(4985,'41603211760','6161100860155','4','20','retail','0','2020-10-20 19:36:46','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-20 16:37:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','80.00','76','Inclusive'),(4986,'41603211830','6164000993008','1','85','retail','0','2020-10-20 19:37:10','','','','76.5','Cash',0.00,'85','','','4','','1','2020-10-20 16:45:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(4987,'41603212356','169','2','10','retail','0','2020-10-20 19:45:56','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-20 16:48:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','17.00','15','Inclusive'),(4988,'41603212497','6166000090213','1','35','retail','0','2020-10-20 19:48:17','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-20 16:59:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(4989,'41603212497','513','2','20','retail','0','2020-10-20 19:59:31','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-20 16:59:57','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','36.00','34','Exclusive'),(4990,'41603267191','89','1','40','retail','0','2020-10-21 10:59:51','','','','36','Cash',0.00,'40','','','4','','1','2020-10-21 08:01:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(4991,'41603267191','6161107772208','1','50','retail','0','2020-10-21 11:00:45','','','','45','Cash',0.00,'50','','','4','','1','2020-10-21 08:01:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(4992,'41603267312','492','1','100','retail','0','2020-10-21 11:01:52','','','','95','Cash',0.00,'100','','','4','','1','2020-10-21 08:02:04','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(4993,'41603267325','6009614480462','1','25','retail','0','2020-10-21 11:02:05','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-21 08:03:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','46.00','45','Exclusive'),(4994,'41603267432','101','1','120','retail','0','2020-10-21 11:03:52','','','','93','Cash',0.00,'120','','','4','','1','2020-10-21 08:17:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(4995,'41603267432','6166000090213','1','35','retail','0','2020-10-21 11:16:49','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-21 08:17:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(4996,'41603271301','30','1','90','retail','0','2020-10-21 12:08:21','','','','81','Cash',0.00,'90','','','4','','1','2020-10-21 09:09:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(4997,'41603271301','6166000090213','1','35','retail','0','2020-10-21 12:08:45','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-21 09:09:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(4998,'41603271387','32','1','50','retail','0','2020-10-21 12:09:47','','','','45','Cash',0.00,'50','','','4','','1','2020-10-21 09:09:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(4999,'41603273532','6161101680424','1','50','retail','0','2020-10-21 12:45:32','','','','45','Cash',0.00,'50','','','4','','1','2020-10-21 09:50:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(5000,'41603273532','6166000090213','1','35','retail','0','2020-10-21 12:49:56','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-21 09:50:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(5001,'41603273806','89','1','40','retail','0','2020-10-21 12:50:07','','','','36','Cash',0.00,'40','','','4','','1','2020-10-21 10:01:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(5002,'41603274508','513','1','10','retail','0','2020-10-21 13:01:48','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-21 10:29:01','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Exclusive'),(5003,'41603283049','6161101680424','1','50','retail','0','2020-10-21 15:24:10','','','','45','Cash',0.00,'50','','','4','','1','2020-10-21 12:24:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(5004,'41603283099','85','1','65','retail','0','2020-10-21 15:24:59','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-21 12:50:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5005,'41603284609','434','1','110','retail','0','2020-10-21 15:50:09','','','','108','Cash',0.00,'110','','','4','','1','2020-10-21 13:05:20','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(5006,'41603284609','6161101280013','1','20','retail','0','2020-10-21 15:59:28','','','','18','Cash',0.00,'20','','','4','','1','2020-10-21 13:05:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(5007,'41603284609','102','1','60','retail','0','2020-10-21 15:59:38','','','','47','Cash',0.00,'60','','','4','','1','2020-10-21 13:05:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(5008,'41603284609','792382330195','2','200','retail','0','2020-10-21 15:59:49','','','','85.5','Cash',0.00,'100','','','4','','1','2020-10-21 13:05:20','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','22.00','20','Exclusive'),(5009,'41603285521','172','1','70','retail','0','2020-10-21 16:05:21','','','','63','Cash',0.00,'70','','','4','','1','2020-10-21 14:06:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(5010,'41603289168','6009611170274','1','10','retail','0','2020-10-21 17:06:08','','','','4','Cash',0.00,'10','','','4','','1','2020-10-21 14:10:44','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','199.00','198','Exclusive'),(5011,'41603289168','67','1','40','retail','0','2020-10-21 17:09:54','','','','36','Cash',0.00,'40','','','4','','1','2020-10-21 14:10:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(5012,'41603289168','513','2','20','retail','0','2020-10-21 17:10:05','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-21 14:10:44','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','33.00','31','Exclusive'),(5013,'41603290202','6164000184048','7','35','retail','0','2020-10-21 17:23:22','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-21 14:23:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','7','16.00','9','Inclusive'),(5014,'41603290202','6161113940134','1','65','retail','0','2020-10-21 17:23:33','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-21 14:23:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5015,'41603290237','431','1','6','retail','0','2020-10-21 17:23:57','','','','4.2','Cash',0.00,'6','','','4','','1','2020-10-21 14:25:06','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(5016,'41603290307','6161101661713','1','25','retail','0','2020-10-21 17:25:07','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-21 14:33:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(5017,'41603290307','6161101680424','1','50','retail','0','2020-10-21 17:33:12','','','','45','Cash',0.00,'50','','','4','','1','2020-10-21 14:33:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(5018,'41603290307','101','1','120','retail','0','2020-10-21 17:33:22','','','','93','Cash',0.00,'120','','','4','','1','2020-10-21 14:33:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(5019,'41603290831','8901719903434','1','20','retail','0','2020-10-21 17:33:51','','','','18','Cash',0.00,'20','','','4','','1','2020-10-21 14:38:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(5020,'41603291089','494','1','20','retail','0','2020-10-21 17:38:09','','','','15','Cash',0.00,'20','','','4','','1','2020-10-21 15:12:03','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(5021,'41603293124','498','1','20','retail','0','2020-10-21 18:12:04','','','','17','Cash',0.00,'20','','','4','','1','2020-10-21 15:28:51','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(5022,'41603294132','6008677000549','1','40','retail','0','2020-10-21 18:28:52','','','','36','Cash',0.00,'40','','','4','','1','2020-10-21 15:43:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(5023,'41603295003','429','1','5','retail','0','2020-10-21 18:43:23','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-21 15:50:57','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Exclusive'),(5024,'41603295458','6161106610228','1','180','retail','0','2020-10-21 18:50:58','','','','162','Cash',0.00,'180','','','4','','1','2020-10-21 15:54:44','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(5025,'41603295458','504','2','10','retail','0','2020-10-21 18:52:43','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-21 15:54:44','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','10.00','8','Inclusive'),(5026,'41603295877','31','1','70','retail','0','2020-10-21 18:57:57','','','','63','Cash',0.00,'70','','','4','','1','2020-10-21 15:58:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5027,'41603295877','88','1','40','retail','0','2020-10-21 18:58:08','','','','36','Cash',0.00,'40','','','4','','1','2020-10-21 15:58:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(5028,'41603295877','90','1','40','retail','0','2020-10-21 18:58:20','','','','36','Cash',0.00,'40','','','4','','1','2020-10-21 15:58:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(5029,'41603295930','169','1','5','retail','0','2020-10-21 18:58:50','','','','3.33','Cash',0.00,'5','','','4','','1','2020-10-21 16:24:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(5030,'41603295930','428','2','10','retail','0','2020-10-21 19:24:29','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-21 16:24:52','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','30.00','28','Exclusive'),(5031,'41603295930','429','1','5','retail','0','2020-10-21 19:24:39','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-21 16:24:52','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Exclusive'),(5032,'41603297836','17','1','10','retail','0','2020-10-21 19:30:36','','','','9','Cash',0.00,'10','','','4','','1','2020-10-21 16:30:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(5033,'41603297851','6166000090213','1','35','retail','0','2020-10-21 19:30:51','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-21 16:37:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(5034,'41603298223','497','1','50','retail','0','2020-10-21 19:37:03','','','','46','Cash',0.00,'50','','','4','','1','2020-10-21 16:37:50','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5035,'41603298223','83','1','65','retail','0','2020-10-21 19:37:27','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-21 16:37:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(5036,'41603298271','17','1','10','retail','0','2020-10-21 19:37:51','','','','9','Cash',0.00,'10','','','4','','1','2020-10-21 16:39:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(5037,'41603298343','161101680431','1','20','retail','0','2020-10-21 19:39:03','','','','16','Cash',0.00,'20','','','4','','1','2020-10-21 16:55:51','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(5038,'41603299406','141','1','160','retail','0','2020-10-21 19:56:46','','','','144','Cash',0.00,'160','','','4','','1','2020-10-21 16:58:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5039,'41603299485','101','1','120','retail','0','2020-10-21 19:58:05','','','','93','Cash',0.00,'120','','','4','','1','2020-10-21 17:00:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(5040,'41603299634','498','1','20','retail','0','2020-10-21 20:00:34','','','','17','Cash',0.00,'20','','','4','','1','2020-10-21 17:02:39','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(5041,'41603300115','428','2','10','retail','0','2020-10-21 20:08:35','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-21 17:08:58','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','28.00','26','Exclusive'),(5042,'41603349339','6161107772222','1','100','retail','0','2020-10-22 09:48:59','','','','90','Cash',0.00,'100','','','4','','1','2020-10-22 06:49:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(5043,'41603349339','494','1','20','retail','0','2020-10-22 09:49:13','','','','15','Cash',0.00,'20','','','4','','1','2020-10-22 06:49:36','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(5044,'41603349377','490','1','5','retail','0','2020-10-22 09:49:37','','','','3','Cash',0.00,'5','','','4','','1','2020-10-22 06:50:02','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Exclusive'),(5045,'41603349405','6164002695986','1','85','retail','0','2020-10-22 09:50:05','','','','70','Cash',0.00,'85','','','4','','1','2020-10-22 06:50:34','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(5046,'41603349435','101','1','120','retail','0','2020-10-22 09:50:35','','','','93','Cash',0.00,'120','','','4','','1','2020-10-22 06:53:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(5047,'41603349435','172','1','70','retail','0','2020-10-22 09:52:47','','','','63','Cash',0.00,'70','','','4','','1','2020-10-22 06:53:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(5048,'41603349435','141','1','160','retail','0','2020-10-22 09:52:59','','','','144','Cash',0.00,'160','','','4','','1','2020-10-22 06:53:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5049,'41603349601','6009614480462','1','25','retail','0','2020-10-22 10:06:34','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-22 07:06:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','45.00','44','Exclusive'),(5050,'41603350413','496','1','100','retail','0','2020-10-22 10:06:53','','','','95','Cash',0.00,'100','','','4','','1','2020-10-22 07:09:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(5051,'41603350552','6161101000840','1','60','retail','0','2020-10-22 10:09:12','','','','54','Cash',0.00,'60','','','4','','1','2020-10-22 07:16:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5052,'41603350552','6164000072055','1','45','retail','0','2020-10-22 10:15:53','','','','40.5','Cash',0.00,'45','','','4','','1','2020-10-22 07:16:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(5053,'41603350552','6161101000840','1','60','retail','0','2020-10-22 10:16:04','','','','54','Cash',0.00,'60','','','4','','1','2020-10-22 07:16:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5054,'41603350552','497','1','50','retail','0','2020-10-22 10:38:12','','','','46','Cash',0.00,'50','','','4','','1','2020-10-22 07:38:26','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(5055,'41603352307','16','1','30','retail','0','2020-10-22 10:38:27','','','','27','Cash',3.68,'30','','','4','','1','2020-10-22 08:17:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','35.00','34','Inclusive'),(5056,'41603354622','6009614480462','1','25','retail','0','2020-10-22 11:17:03','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-22 08:22:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','44.00','43','Exclusive'),(5057,'41603354925','492','1','100','retail','0','2020-10-22 11:22:05','','','','95','Cash',0.00,'100','','','4','','1','2020-10-22 08:27:46','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5058,'41603355267','498','2','40','retail','0','2020-10-22 11:27:48','','','','17','Cash',0.00,'20','','','4','','1','2020-10-22 08:37:18','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','9.00','7','Exclusive'),(5059,'41603355840','6161101000543','1','55','retail','0','2020-10-22 11:37:20','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-22 08:45:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(5060,'41603356318','6166000090213','1','35','retail','0','2020-10-22 12:23:06','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-22 09:23:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(5061,'41603356318','513','1','10','retail','0','2020-10-22 12:23:19','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-22 09:23:31','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Exclusive'),(5062,'41603358612','493','1','50','retail','0','2020-10-22 12:23:32','','','','45','Cash',0.00,'50','','','4','','1','2020-10-22 09:55:25','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(5063,'41603360526','98','1','25','retail','0','2020-10-22 12:55:26','','','','14.58','Cash',0.00,'25','','','4','','1','2020-10-22 10:08:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(5064,'41603366060','497','1','50','retail','0','2020-10-22 14:27:40','','','','46','Cash',0.00,'50','','','4','','1','2020-10-22 11:38:54','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(5065,'41603366736','6166000090213','1','35','retail','0','2020-10-22 14:38:56','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-22 11:41:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5066,'41603366885','6166000090213','2','70','retail','0','2020-10-22 14:41:25','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-22 12:17:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Exclusive'),(5068,'41603369048','79','1','110','retail','0','2020-10-22 15:22:23','','','','99','Cash',0.00,'110','','','4','','1','2020-10-22 12:23:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(5069,'41603369551','172','1','70','retail','0','2020-10-22 15:31:02','','','','63','Cash',0.00,'70','','','4','','1','2020-10-22 15:47:35','1','1','returned','1','new','pcs','','2020-10-22 18:47:35','4','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(5070,'41603369876','18','2','30','retail','0','2020-10-22 15:31:16','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-22 12:42:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','4.00','2','Inclusive'),(5072,'41603370550','6161101680424','1','50','retail','0','2020-10-22 15:55:09','','','','45','Cash',0.00,'50','','','4','','1','2020-10-22 12:55:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(5073,'41603371323','6164000033186','1','130','retail','0','2020-10-22 15:55:23','','','','117','Cash',0.00,'130','','','4','','1','2020-10-22 13:01:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5074,'41603371723','16','1','30','retail','0','2020-10-22 16:02:03','','','','27','Cash',3.68,'30','','','4','','1','2020-10-22 13:03:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','34.00','33','Inclusive'),(5075,'41603371830','30','1','90','retail','0','2020-10-22 16:03:50','','','','81','Cash',0.00,'90','','','4','','1','2020-10-22 13:13:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5076,'41603371830','427','1','70','retail','0','2020-10-22 16:12:46','','','','63','Cash',0.00,'70','','','4','','1','2020-10-22 13:13:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(5077,'41603372393','143','1','125','retail','0','2020-10-22 16:13:13','','','','112.5','Cash',0.00,'125','','','4','','1','2020-10-22 13:21:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(5078,'41603372876','513','2','20','retail','0','2020-10-22 16:21:16','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-22 13:22:15','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','30.00','28','Exclusive'),(5079,'41603372937','90','2','80','retail','0','2020-10-22 16:22:17','','','','36','Cash',0.00,'40','','','4','','1','2020-10-22 13:22:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','5.00','3','Inclusive'),(5080,'41603372970','497','1','50','retail','0','2020-10-22 16:22:50','','','','46','Cash',0.00,'50','','','4','','1','2020-10-22 13:28:01','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(5081,'41603373282','102','1','60','retail','0','2020-10-22 16:28:02','','','','47','Cash',0.00,'60','','','4','','1','2020-10-22 13:29:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(5082,'41603373282','513','3','30','retail','0','2020-10-22 16:29:06','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-22 13:29:29','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','28.00','25','Exclusive'),(5083,'41603378211','95','1','70','retail','0','2020-10-22 17:50:11','','','','63','Cash',0.00,'70','','','4','','1','2020-10-22 14:53:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5084,'41603381812','498','1','20','retail','0','2020-10-22 18:50:12','','','','17','Cash',0.00,'20','','','4','','1','2020-10-22 15:56:53','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5086,'41603385645','6161101680424','2','100','retail','0','2020-10-22 19:54:19','','','','45','Cash',0.00,'50','','','4','','1','2020-10-22 16:54:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','6.00','4','Inclusive'),(5087,'41603432098','8908000034198','1','10','retail','0','2020-10-23 08:48:18','','','','9','Cash',0.00,'10','','','4','','1','2020-10-23 06:19:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(5088,'41603433987','6161113440078','1','65','retail','0','2020-10-23 09:19:47','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-23 06:48:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5089,'41603438414','497','1','50','retail','0','2020-10-23 10:33:34','','','','46','Cash',0.00,'50','','','4','','1','2020-10-23 07:36:17','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(5090,'41603438577','8001090702500','1','30','retail','0','2020-10-23 10:36:18','','','','27','Cash',0.00,'30','','','4','','1','2020-10-23 07:59:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','39.00','38','Inclusive'),(5091,'41603439998','101','1','120','retail','0','2020-10-23 10:59:58','','','','93','Cash',0.00,'120','','','4','','1','2020-10-23 08:59:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(5092,'41603439998','172','1','70','retail','0','2020-10-23 11:58:17','','','','63','Cash',0.00,'70','','','4','','1','2020-10-23 08:59:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(5093,'41603443610','497','1','50','retail','0','2020-10-23 12:00:10','','','','46','Cash',0.00,'50','','','4','','1','2020-10-23 09:00:21','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5094,'41603443622','66','1','60','retail','0','2020-10-23 12:00:22','','','','54','Cash',0.00,'60','','','4','','1','2020-10-23 09:17:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(5095,'41603444620','497','1','50','retail','0','2020-10-23 12:17:00','','','','46','Cash',0.00,'50','','','4','','1','2020-10-23 09:21:15','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(5096,'41603444875','37','2','10','retail','0','2020-10-23 12:35:09','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-23 09:35:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','58.00','56','Inclusive'),(5097,'41603445721','6161107772222','1','100','retail','0','2020-10-23 12:35:21','','','','90','Cash',0.00,'100','','','4','','1','2020-10-23 10:17:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(5098,'41603448228','429','1','5','retail','0','2020-10-23 13:17:08','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-23 10:18:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Exclusive'),(5099,'41603448228','428','1','5','retail','0','2020-10-23 13:17:51','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-23 10:18:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','26.00','25','Exclusive'),(5100,'41603448281','78','1','110','retail','0','2020-10-23 13:18:01','','','','99','Cash',0.00,'110','','','4','','1','2020-10-23 11:51:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5101,'41603448281','79','1','110','retail','0','2020-10-23 14:49:39','','','','99','Cash',0.00,'110','','','4','','1','2020-10-23 11:51:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5102,'41603448281','18','1','15','retail','0','2020-10-23 14:49:51','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-23 11:51:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(5103,'41603448281','513','1','10','retail','0','2020-10-23 14:49:58','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-23 11:51:10','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Exclusive'),(5104,'41603453871','6009611170274','1','10','retail','0','2020-10-23 14:51:11','','','','4','Cash',0.00,'10','','','4','','1','2020-10-23 11:53:06','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','198.00','197','Exclusive'),(5106,'41603454032','172','1','70','retail','0','2020-10-23 14:53:52','','','','63','Cash',0.00,'70','','','4','','1','2020-10-23 11:55:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(5107,'41603454106','84','1','65','retail','0','2020-10-23 15:23:02','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-23 12:23:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(5108,'41603454106','94','1','70','retail','0','2020-10-23 15:23:18','','','','63','Cash',0.00,'70','','','4','','1','2020-10-23 12:23:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(5109,'41603454106','428','1','5','retail','0','2020-10-23 15:23:30','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-23 12:23:37','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Exclusive'),(5110,'41603455859','6166000090213','1','35','retail','0','2020-10-23 15:24:19','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-23 12:24:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(5111,'41603455859','6161101680424','1','50','retail','0','2020-10-23 15:24:27','','','','45','Cash',0.00,'50','','','4','','1','2020-10-23 12:24:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(5112,'41603455877','175','1','10','retail','0','2020-10-23 15:24:37','','','','9','Cash',0.00,'10','','','4','','1','2020-10-23 13:03:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','80.00','79','Inclusive'),(5113,'41603458200','8901719903465','1','20','retail','0','2020-10-23 16:03:20','','','','18','Cash',0.00,'20','','','4','','1','2020-10-23 13:31:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(5114,'41603458200','90','1','40','retail','0','2020-10-23 16:31:02','','','','36','Cash',0.00,'40','','','4','','1','2020-10-23 13:31:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5115,'41603458200','492','1','100','retail','0','2020-10-23 16:31:11','','','','95','Cash',0.00,'100','','','4','','1','2020-10-23 13:31:30','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(5116,'41603459891','172','1','70','retail','0','2020-10-23 16:42:25','','','','63','Cash',0.00,'70','','','4','','1','2020-10-23 13:43:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(5117,'41603459891','6164000242595','1','90','retail','0','2020-10-23 16:42:38','','','','78','Cash',0.00,'90','','','4','','1','2020-10-23 16:23:38','1','1','returned','1','new','pc','','2020-10-23 19:23:38','4','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(5118,'41603460608','498','1','20','retail','0','2020-10-23 16:43:28','','','','17','Cash',0.00,'20','','','4','','1','2020-10-23 13:57:38','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(5119,'41603460608','499','1','10','retail','0','2020-10-23 16:57:18','','','','8','Cash',0.00,'10','','','4','','1','2020-10-23 13:57:38','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(5120,'41603460608','498','1','20','retail','0','2020-10-23 16:57:27','','','','17','Cash',0.00,'20','','','4','','1','2020-10-23 13:57:38','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(5121,'41603463538','497','1','50','retail','0','2020-10-23 17:32:18','','','','46','Cash',0.00,'50','','','4','','1','2020-10-23 14:37:18','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(5122,'41603464782','171','1','130','retail','0','2020-10-23 17:53:02','','','','117','Cash',0.00,'130','','','4','','1','2020-10-23 14:56:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5123,'41603464782','6161100860155','6','30','retail','0','2020-10-23 17:55:24','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-23 14:56:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','6','76.00','70','Inclusive'),(5125,'41603468124','792382330195','2','200','retail','0','2020-10-23 18:48:44','','','','85.5','Cash',0.00,'100','','','4','','1','2020-10-23 15:50:31','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','20.00','18','Exclusive'),(5126,'41603468124','144','1','65','retail','0','2020-10-23 18:50:20','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-23 15:50:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(5127,'41603468233','112','1','45','retail','0','2020-10-23 18:50:33','','','','37.5','Cash',0.00,'45','','','4','','1','2020-10-23 15:54:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(5128,'41603468233','428','1','5','retail','0','2020-10-23 18:53:43','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-23 15:54:09','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Exclusive'),(5129,'41603469773','6164000033230','1','70','retail','0','2020-10-23 19:16:13','','','','63','Cash',0.00,'70','','','4','','1','2020-10-23 16:19:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5130,'41603469773','175','2','20','retail','0','2020-10-23 19:16:54','','','','9','Cash',0.00,'10','','','4','','1','2020-10-23 16:19:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','79.00','77','Inclusive'),(5131,'41603469773','79','1','110','retail','0','2020-10-23 19:17:31','','','','99','Cash',0.00,'110','','','4','','1','2020-10-23 16:19:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5132,'41603469962','32','1','50','retail','0','2020-10-23 19:19:22','','','','45','Cash',0.00,'50','','','4','','1','2020-10-23 16:22:20','1','1','returned','1','new','pcs','','2020-10-23 19:22:20','4','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(5133,'41603469962','18','1','15','retail','0','2020-10-23 19:19:42','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-23 16:22:24','1','1','returned','1','new','pcs','','2020-10-23 19:22:24','4','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(5134,'41603470014','498','1','20','retail','0','2020-10-23 19:20:15','','','','17','Cash',0.00,'20','','','4','','1','2020-10-23 16:20:45','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(5135,'41603470162','90','1','40','retail','0','2020-10-23 19:22:42','','','','36','Cash',0.00,'40','','','4','','1','2020-10-23 16:23:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5136,'41603470162','88','1','40','retail','0','2020-10-23 19:22:52','','','','36','Cash',0.00,'40','','','4','','1','2020-10-23 16:23:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(5137,'41603470221','18','1','15','retail','0','2020-10-23 19:23:41','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-23 16:24:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(5138,'41603470274','32','1','50','retail','0','2020-10-23 19:24:34','','','','45','Cash',0.00,'50','','','4','','1','2020-10-23 16:25:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(5139,'41603470799','507','1','50','retail','0','2020-10-23 19:33:19','','','','35.42','Cash',0.00,'50','','','4','','1','2020-10-23 16:33:58','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Exclusive'),(5140,'41603470799','161101680431','1','20','retail','0','2020-10-23 19:33:29','','','','16','Cash',0.00,'20','','','4','','1','2020-10-23 16:33:58','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5141,'41603470839','65','1','30','retail','0','2020-10-23 19:33:59','','','','27','Cash',0.00,'30','','','4','','1','2020-10-23 16:38:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(5142,'41603471922','77','1','110','retail','0','2020-10-23 19:52:02','','','','99','Cash',0.00,'110','','','4','','1','2020-10-23 16:52:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5143,'41603472452','18','2','30','retail','0','2020-10-23 20:00:52','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-23 17:01:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','7.00','5','Inclusive'),(5144,'41603522222','6161101000895','1','105','retail','0','2020-10-24 09:50:22','','','','94.5','Cash',0.00,'105','','','4','','1','2020-10-24 06:51:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5145,'41603522222','268','4','48','retail','0','2020-10-24 09:50:35','','','','10','Cash',0.00,'12','','','4','','1','2020-10-24 06:51:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','40.00','36','Inclusive'),(5146,'41603522222','8001090702500','1','30','retail','0','2020-10-24 09:50:44','','','','27','Cash',0.00,'30','','','4','','1','2020-10-24 06:51:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','38.00','37','Inclusive'),(5147,'41603522275','499','2','20','retail','0','2020-10-24 09:51:15','','','','8','Cash',0.00,'10','','','4','','1','2020-10-24 06:59:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','9.00','7','Exclusive'),(5148,'41603522760','499','5','50','retail','0','2020-10-24 09:59:20','','','','8','Cash',0.00,'10','','','4','','1','2020-10-24 07:03:15','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','5','7.00','2','Exclusive'),(5149,'41603522996','175','1','10','retail','0','2020-10-24 10:03:16','','','','9','Cash',0.00,'10','','','4','','1','2020-10-24 07:04:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','77.00','76','Inclusive'),(5150,'41603525527','6161113940134','1','65','retail','0','2020-10-24 10:45:27','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-24 07:46:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5151,'41603525527','32','1','50','retail','0','2020-10-24 10:45:39','','','','45','Cash',0.00,'50','','','4','','1','2020-10-24 07:46:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(5152,'41603525594','1','2','100','retail','0','2020-10-24 10:46:34','','','','45','Cash',0.00,'50','','','4','','1','2020-10-24 07:55:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','35.00','33','Exclusive'),(5153,'41603525594','6164000072000','1','45','retail','0','2020-10-24 10:51:21','','','','40.5','Cash',0.00,'45','','','4','','1','2020-10-24 07:55:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(5154,'41603525594','8901719903434','1','20','retail','0','2020-10-24 10:51:31','','','','18','Cash',0.00,'20','','','4','','1','2020-10-24 09:30:19','1','1','returned','1','new','pcs','','2020-10-24 12:30:19','4','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(5155,'41603525594','428','2','10','retail','0','2020-10-24 10:51:43','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-24 07:55:17','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','19.00','17','Exclusive'),(5156,'41603525594','18','1','15','retail','0','2020-10-24 10:51:56','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-24 07:55:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(5157,'41603525594','428','1','5','retail','0','2020-10-24 10:52:03','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-24 07:55:17','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Exclusive'),(5158,'41603525594','513','2','20','retail','0','2020-10-24 10:53:48','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-24 07:55:17','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','24.00','22','Exclusive'),(5159,'41603526118','5449000180247','1','130','retail','0','2020-10-24 10:55:18','','','','117','Cash',0.00,'130','','','4','','1','2020-10-24 09:05:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(5160,'41603526118','6161113940134','1','65','retail','0','2020-10-24 11:56:22','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-24 09:30:31','1','1','returned','1','new','pcs','','2020-10-24 12:30:31','4','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5161,'41603531835','6161101661713','1','25','retail','0','2020-10-24 12:30:35','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-24 09:31:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(5162,'41603531835','66','2','120','retail','0','2020-10-24 12:30:42','','','','54','Cash',0.00,'60','','','4','','1','2020-10-24 09:31:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','9.00','7','Inclusive'),(5163,'41603531835','492','2','200','retail','0','2020-10-24 12:30:50','','','','95','Cash',0.00,'100','','','4','','1','2020-10-24 09:31:20','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','5.00','3','Exclusive'),(5164,'41603531835','494','1','20','retail','0','2020-10-24 12:31:06','','','','15','Cash',0.00,'20','','','4','','1','2020-10-24 09:31:20','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(5165,'41603533457','6164000033070','1','70','retail','0','2020-10-24 12:57:37','','','','63','Cash',0.00,'70','','','4','','1','2020-10-24 09:59:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5166,'41603533457','616400033506','1','70','retail','0','2020-10-24 12:57:46','','','','60','Cash',0.00,'70','','','4','','1','2020-10-24 09:59:15','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(5167,'41603533457','84','1','65','retail','0','2020-10-24 12:57:58','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-24 09:59:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5168,'41603533457','83','2','130','retail','0','2020-10-24 12:58:26','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-24 09:59:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','6.00','4','Inclusive'),(5169,'41603533457','429','2','10','retail','0','2020-10-24 12:58:36','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-24 09:59:15','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','23.00','21','Exclusive'),(5170,'41603533457','172','1','70','retail','0','2020-10-24 12:58:47','','','','63','Cash',0.00,'70','','','4','','1','2020-10-24 09:59:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(5171,'41603533563','6161101280013','1','20','retail','0','2020-10-24 12:59:23','','','','18','Cash',0.00,'20','','','4','','1','2020-10-24 10:30:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(5172,'41603535443','513','1','10','retail','0','2020-10-24 13:30:43','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-24 10:38:36','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Exclusive'),(5173,'41603535917','6161107772222','1','100','retail','0','2020-10-24 13:38:37','','','','90','Cash',0.00,'100','','','4','','1','2020-10-24 10:48:22','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(5174,'41603536502','53','1','20','retail','0','2020-10-24 13:48:22','','','','18','Cash',0.00,'20','','','4','','1','2020-10-24 10:54:30','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(5175,'41603541197','98','1','25','retail','0','2020-10-24 15:06:37','','','','14.58','Cash',0.00,'25','','','4','','1','2020-10-24 12:06:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Inclusive'),(5176,'41603541794','6161101680424','1','50','retail','0','2020-10-24 15:16:34','','','','45','Cash',0.00,'50','','','4','','1','2020-10-24 12:17:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5177,'41603541794','6162006602740','1','170','retail','0','2020-10-24 15:16:45','','','','153','Cash',0.00,'170','','','4','','1','2020-10-24 12:17:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(5178,'41603541794','504','4','20','retail','0','2020-10-24 15:16:52','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-24 12:17:17','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','4','8.00','4','Inclusive'),(5179,'41603542490','513','1','10','retail','0','2020-10-24 15:28:10','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-24 12:30:38','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Exclusive'),(5180,'41603542490','6164000033209','1','130','retail','0','2020-10-24 15:30:25','','','','117','Cash',0.00,'130','','','4','','1','2020-10-24 12:30:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5181,'41603542638','175','1','10','retail','0','2020-10-24 15:30:38','','','','9','Cash',0.00,'10','','','4','','1','2020-10-24 12:59:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','76.00','75','Inclusive'),(5182,'41603542638','17','1','10','retail','0','2020-10-24 15:54:25','','','','9','Cash',0.00,'10','','','4','','1','2020-10-24 12:59:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(5183,'41603542638','83','1','65','retail','0','2020-10-24 15:54:55','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-24 12:59:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(5184,'41603542638','268','2','24','retail','0','2020-10-24 15:59:03','','','','10','Cash',0.00,'12','','','4','','1','2020-10-24 12:59:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','36.00','34','Inclusive'),(5185,'41603544361','6008459000453','1','70','retail','0','2020-10-24 15:59:21','','','','57.5','Cash',0.00,'70','','','4','','1','2020-10-24 13:08:38','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(5186,'41603544918','16','1','30','retail','0','2020-10-24 16:08:39','','','','27','Cash',3.68,'30','','','4','','1','2020-10-24 16:55:43','1','1','returned','1','new','pcs','','2020-10-24 19:55:43','4','yes','','0','','','VATABLE','26.32','1','33.00','32','Inclusive'),(5187,'41603546167','6008459000507','2','110','retail','0','2020-10-24 16:29:27','','','','40.83','Cash',0.00,'55','','','4','','1','2020-10-24 13:34:19','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','10.00','8','Exclusive'),(5188,'41603546459','497','1','50','retail','0','2020-10-24 16:34:19','','','','46','Cash',0.00,'50','','','4','','1','2020-10-24 13:44:57','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(5189,'41603547098','87','1','65','retail','0','2020-10-24 16:44:58','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-24 13:47:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(5190,'41603547098','83','1','65','retail','0','2020-10-24 16:47:27','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-24 13:47:48','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5191,'41603547268','101','1','120','retail','0','2020-10-24 16:47:48','','','','93','Cash',0.00,'120','','','4','','1','2020-10-24 13:54:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(5192,'41603547676','18','1','15','retail','0','2020-10-24 16:54:36','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-24 14:07:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(5193,'41603548455','89','1','40','retail','0','2020-10-24 18:16:20','','','','36','Cash',0.00,'40','','','4','','1','2020-10-24 15:20:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(5194,'41603548455','16','1','30','retail','0','2020-10-24 18:16:28','','','','27','Cash',3.68,'30','','','4','','1','2020-10-24 15:20:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','32.00','31','Inclusive'),(5195,'41603548455','504','1','5','retail','0','2020-10-24 18:16:36','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-24 15:20:03','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(5196,'41603552804','504','1','5','retail','0','2020-10-24 18:20:04','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-24 15:20:24','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5197,'41603553307','30','1','90','retail','0','2020-10-24 18:28:27','','','','81','Cash',0.00,'90','','','4','','1','2020-10-24 15:28:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5198,'41603553320','6164001166272','1','50','retail','0','2020-10-24 18:28:40','','','','45','Cash',0.00,'50','','','4','','1','2020-10-24 15:30:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(5199,'41603553320','101','1','120','retail','0','2020-10-24 18:29:03','','','','93','Cash',0.00,'120','','','4','','1','2020-10-24 15:30:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(5200,'41603553320','32','1','50','retail','0','2020-10-24 18:29:11','','','','45','Cash',0.00,'50','','','4','','1','2020-10-24 15:33:25','1','1','returned','1','new','pcs','','2020-10-24 18:33:25','4','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5201,'41603553320','431','1','6','retail','0','2020-10-24 18:29:20','','','','4.2','Cash',0.00,'6','','','4','','1','2020-10-24 15:30:27','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(5202,'41603553320','428','1','5','retail','0','2020-10-24 18:29:28','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-24 15:30:27','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Exclusive'),(5203,'41603553320','6164003349239','1','170','retail','0','2020-10-24 18:29:37','','','','153','Cash',0.00,'170','','','4','','1','2020-10-24 15:33:29','1','1','returned','1','new','pcs','','2020-10-24 18:33:29','4','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5204,'41603554634','6164001166272','1','50','retail','0','2020-10-24 18:50:34','','','','45','Cash',0.00,'50','','','4','','1','2020-10-24 15:50:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(5205,'41603554664','268','3','36','retail','0','2020-10-24 18:51:05','','','','10','Cash',0.00,'12','','','4','','1','2020-10-24 15:51:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','34.00','31','Inclusive'),(5206,'41603555010','497','1','50','retail','0','2020-10-24 18:56:50','','','','46','Cash',0.00,'50','','','4','','1','2020-10-24 15:57:17','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5207,'41603555038','67','1','40','retail','0','2020-10-24 18:57:18','','','','36','Cash',0.00,'40','','','4','','1','2020-10-24 16:04:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(5208,'41603555038','6009611170274','1','10','retail','0','2020-10-24 19:04:15','','','','4','Cash',0.00,'10','','','4','','1','2020-10-24 16:04:40','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','197.00','196','Exclusive'),(5209,'41603555481','429','1','5','retail','0','2020-10-24 19:04:41','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-24 16:09:37','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Exclusive'),(5210,'41603555481','498','1','20','retail','0','2020-10-24 19:09:14','','','','17','Cash',0.00,'20','','','4','','1','2020-10-24 16:09:37','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(5211,'41603555778','18','2','30','retail','0','2020-10-24 19:09:38','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-24 16:17:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','3.00','1','Inclusive'),(5212,'41603556238','8001090702500','1','30','retail','0','2020-10-24 19:17:18','','','','27','Cash',0.00,'30','','','4','','1','2020-10-24 16:33:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','37.00','36','Inclusive'),(5213,'41603557480','6164000033193','1','130','retail','0','2020-10-24 19:38:00','','','','117','Cash',0.00,'130','','','4','','1','2020-10-24 16:41:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5214,'41603557480','6164000033230','1','70','retail','0','2020-10-24 19:40:28','','','','63','Cash',0.00,'70','','','4','','1','2020-10-24 16:41:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5215,'41603557480','6164000033070','1','70','retail','0','2020-10-24 19:40:37','','','','63','Cash',0.00,'70','','','4','','1','2020-10-24 16:41:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5216,'41603558143','161101680431','1','20','retail','0','2020-10-24 19:49:03','','','','16','Cash',0.00,'20','','','4','','1','2020-10-24 16:52:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(5217,'41603613182','96','1','70','retail','0','2020-10-25 11:06:22','','','','63','Cash',0.00,'70','','','4','','1','2020-10-25 08:07:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5218,'41603613182','8901719903434','1','20','retail','0','2020-10-25 11:06:34','','','','18','Cash',0.00,'20','','','4','','1','2020-10-25 08:07:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(5219,'41603613182','8908000034198','1','10','retail','0','2020-10-25 11:06:51','','','','9','Cash',0.00,'10','','','4','','1','2020-10-25 08:07:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(5220,'41603613234','6164001166272','1','50','retail','0','2020-10-25 11:07:14','','','','45','Cash',0.00,'50','','','4','','1','2020-10-25 08:19:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','22.00','21','Inclusive'),(5221,'41603615282','8901719903434','1','20','retail','0','2020-10-25 11:41:22','','','','18','Cash',0.00,'20','','','4','','1','2020-10-25 08:42:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(5222,'41603615341','508','1','65','retail','0','2020-10-25 11:42:22','','','','55','Cash',0.00,'65','','','4','','1','2020-10-25 08:54:01','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Exclusive'),(5223,'41603616043','498','1','20','retail','0','2020-10-25 11:54:03','','','','17','Cash',0.00,'20','','','4','','1','2020-10-25 08:56:43','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(5224,'41603616203','166','1','70','retail','0','2020-10-25 11:56:43','','','','63','Cash',0.00,'70','','','4','','1','2020-10-25 08:59:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Exclusive'),(5225,'41603616203','143','1','125','retail','0','2020-10-25 11:56:58','','','','112.5','Cash',0.00,'125','','','4','','1','2020-10-25 08:59:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(5226,'41603616203','101','1','120','retail','0','2020-10-25 11:57:10','','','','93','Cash',0.00,'120','','','4','','1','2020-10-25 08:59:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(5227,'41603616203','6161102170023','1','125','retail','0','2020-10-25 11:59:00','','','','107.5','Cash',0.00,'125','','','4','','1','2020-10-25 08:59:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(5228,'41603617123','6161113440061','1','75','retail','0','2020-10-25 12:12:03','','','','67.5','Cash',0.00,'75','','','4','','1','2020-10-25 09:13:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5229,'41603617123','16','1','30','retail','0','2020-10-25 12:12:43','','','','27','Cash',3.68,'30','','','4','','1','2020-10-25 09:13:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','26.00','25','Inclusive'),(5230,'41603618454','6164000242595','1','90','retail','0','2020-10-25 12:34:14','','','','78','Cash',0.00,'90','','','4','','1','2020-10-25 10:05:53','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(5231,'41603618454','94','1','70','retail','0','2020-10-25 13:04:24','','','','63','Cash',0.00,'70','','','4','','1','2020-10-25 10:05:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(5232,'41603618454','18','1','15','retail','0','2020-10-25 13:04:31','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-25 10:05:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5233,'41603620902','8901719908262','1','120','retail','0','2020-10-25 13:15:02','','','','108','Cash',0.00,'120','','','4','','1','2020-10-25 10:18:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Exclusive'),(5234,'41603621104','30','1','90','retail','0','2020-10-25 13:18:24','','','','81','Cash',0.00,'90','','','4','','1','2020-10-25 10:22:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5235,'41603621104','201','1','30','retail','0','2020-10-25 13:20:39','','','','20','Cash',0.00,'30','','','4','','1','2020-10-25 10:22:17','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(5236,'41603621104','101','1','120','retail','0','2020-10-25 13:20:46','','','','93','Cash',0.00,'120','','','4','','1','2020-10-25 10:22:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(5237,'41603621104','6161102170023','1','125','retail','0','2020-10-25 13:20:53','','','','107.5','Cash',0.00,'125','','','4','','1','2020-10-25 10:22:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(5238,'41603621104','6161113940141','1','125','retail','0','2020-10-25 13:21:02','','','','116.67','Cash',0.00,'125','','','4','','1','2020-10-25 10:22:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5239,'41603621104','6164000242595','1','90','retail','0','2020-10-25 13:21:10','','','','78','Cash',0.00,'90','','','4','','1','2020-10-25 10:22:17','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(5240,'41603621653','494','1','20','retail','0','2020-10-25 13:27:33','','','','15','Cash',0.00,'20','','','4','','1','2020-10-25 10:32:04','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(5241,'41603621653','495','1','10','retail','0','2020-10-25 13:31:48','','','','5','Cash',0.00,'10','','','4','','1','2020-10-25 10:32:04','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(5243,'41603621924','6009627050010','2','240','retail','0','2020-10-25 13:33:23','','','','107.08','Cash',0.00,'120','','','4','','1','2020-10-25 10:44:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','22.00','20','Inclusive'),(5244,'41603621924','6161101661256','1','860','retail','0','2020-10-25 13:33:34','','','','768.75','Cash',0.00,'860','','','4','','1','2020-10-25 10:44:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(5245,'41603621924','6203012970123','2','180','retail','0','2020-10-25 13:33:46','','','','81','Cash',0.00,'90','','','4','','1','2020-10-25 10:44:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','36.00','34','Inclusive'),(5248,'41603621924','6161101280020','1','40','retail','0','2020-10-25 13:34:55','','','','28.5','Cash',0.00,'40','','','4','','1','2020-10-25 10:44:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(5249,'41603621924','101','2','240','retail','0','2020-10-25 13:36:29','','','','93','Cash',0.00,'120','','','4','','1','2020-10-25 10:44:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','15.00','13','Inclusive'),(5250,'41603621924','6161100952430','3','795','retail','0','2020-10-25 13:36:47','','','','238.5','Cash',0.00,'265','','','4','','1','2020-10-25 10:44:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','3.00','0','Inclusive'),(5251,'41603621924','6164000025990','2','170','retail','0','2020-10-25 13:36:59','','','','76.5','Cash',0.00,'85','','','4','','1','2020-10-25 10:44:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','9.00','7','Inclusive'),(5252,'41603622676','122','2','250','retail','0','2020-10-25 13:44:36','','','','110','Cash',0.00,'125','','','4','','1','2020-10-25 10:44:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','16.00','14','Inclusive'),(5253,'41603623065','89','1','40','retail','0','2020-10-25 13:51:05','','','','36','Cash',0.00,'40','','','4','','1','2020-10-25 10:51:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(5254,'41603691099','1','1','50','retail','0','2020-10-26 08:44:59','','','','45','Cash',0.00,'50','','','4','','1','2020-10-26 05:45:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Exclusive'),(5255,'41603691113','497','1','50','retail','0','2020-10-26 08:45:13','','','','46','Cash',0.00,'50','','','4','','1','2020-10-26 06:09:46','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(5256,'41603694323','493','1','50','retail','0','2020-10-26 09:38:43','','','','45','Cash',0.00,'50','','','4','','1','2020-10-26 06:39:12','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(5257,'41603694323','492','1','100','retail','0','2020-10-26 09:38:53','','','','95','Cash',0.00,'100','','','4','','1','2020-10-26 06:39:12','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(5258,'41603694323','268','4','48','retail','0','2020-10-26 09:39:00','','','','10','Cash',0.00,'12','','','4','','1','2020-10-26 06:39:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','31.00','27','Inclusive'),(5259,'41603694353','497','1','50','retail','0','2020-10-26 09:39:13','','','','46','Cash',0.00,'50','','','4','','1','2020-10-26 07:07:04','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(5260,'41603696025','6164000033193','1','130','retail','0','2020-10-26 10:07:05','','','','117','Cash',0.00,'130','','','4','','1','2020-10-26 07:07:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5261,'41603696068','6161113440061','1','75','retail','0','2020-10-26 10:11:07','','','','67.5','Cash',0.00,'75','','','4','','1','2020-10-26 07:13:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5262,'41603696068','6009614480462','1','25','retail','0','2020-10-26 10:12:50','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-26 07:13:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','43.00','42','Exclusive'),(5263,'41603696396','158','1','50','retail','0','2020-10-26 10:13:16','','','','36.45','Cash',0.00,'50','','','4','','1','2020-10-26 07:22:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','37.00','36','Inclusive'),(5264,'41603696937','497','1','50','retail','0','2020-10-26 10:22:17','','','','46','Cash',0.00,'50','','','4','','1','2020-10-26 07:25:25','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(5265,'41603697125','66','1','60','retail','0','2020-10-26 10:28:47','','','','54','Cash',0.00,'60','','','4','','1','2020-10-26 07:30:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(5266,'41603697415','498','1','20','retail','0','2020-10-26 10:30:15','','','','17','Cash',0.00,'20','','','4','','1','2020-10-26 07:34:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(5267,'41603697662','496','2','200','retail','0','2020-10-26 10:34:23','','','','95','Cash',0.00,'100','','','4','','1','2020-10-26 07:36:02','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','4.00','2','Exclusive'),(5268,'41603698920','32','1','50','retail','0','2020-10-26 10:55:21','','','','45','Cash',0.00,'50','','','4','','1','2020-10-26 07:57:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5269,'41603698920','17','1','10','retail','0','2020-10-26 10:56:52','','','','9','Cash',0.00,'10','','','4','','1','2020-10-26 07:57:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(5270,'41603699627','498','1','20','retail','0','2020-10-26 11:07:07','','','','17','Cash',0.00,'20','','','4','','1','2020-10-26 08:07:36','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(5271,'41603699627','499','3','30','retail','0','2020-10-26 11:07:15','','','','8','Cash',0.00,'10','','','4','','1','2020-10-26 08:07:36','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','12.00','9','Exclusive'),(5272,'41603699627','493','1','50','retail','0','2020-10-26 11:07:25','','','','45','Cash',0.00,'50','','','4','','1','2020-10-26 08:07:36','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(5273,'41603700383','498','1','20','retail','0','2020-10-26 11:19:43','','','','17','Cash',0.00,'20','','','4','','1','2020-10-26 08:20:43','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5274,'41603702260','268','2','24','retail','0','2020-10-26 11:51:01','','','','10','Cash',0.00,'12','','','4','','1','2020-10-26 08:51:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','27.00','25','Inclusive'),(5275,'41603702277','6009614480462','1','25','retail','0','2020-10-26 11:51:17','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-26 08:57:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','42.00','41','Exclusive'),(5276,'41603702636','5410076189540','1','155','retail','0','2020-10-26 11:57:16','','','','139.5','Cash',0.00,'155','','','4','','1','2020-10-26 09:01:14','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(5277,'41603703971','172','1','70','retail','0','2020-10-26 12:19:31','','','','63','Cash',0.00,'70','','','4','','1','2020-10-26 09:19:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(5278,'41603703971','492','4','400','retail','0','2020-10-26 12:19:41','','','','95','Cash',0.00,'100','','','4','','1','2020-10-26 09:19:55','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','4','7.00','3','Exclusive'),(5279,'41603704027','429','1','5','retail','0','2020-10-26 12:33:48','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-26 09:33:58','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Exclusive'),(5280,'41603705705','492','2','200','retail','0','2020-10-26 12:48:25','','','','95','Cash',0.00,'100','','','4','','1','2020-10-26 09:48:40','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','8.00','6','Exclusive'),(5281,'41603705720','792382415885','1','55','retail','0','2020-10-26 12:48:41','','','','47','Cash',0.00,'55','','','4','','1','2020-10-26 10:19:14','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','45.00','44','Exclusive'),(5282,'41603707555','172','1','70','retail','0','2020-10-26 13:19:15','','','','63','Cash',0.00,'70','','','4','','1','2020-10-26 10:51:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(5283,'41603707555','101','1','120','retail','0','2020-10-26 13:51:19','','','','93','Cash',0.00,'120','','','4','','1','2020-10-26 10:51:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(5284,'41603709492','6161106610242','1','510','retail','0','2020-10-26 13:51:33','','','','452.5','Cash',0.00,'510','','','4','','1','2020-10-26 11:09:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5285,'41603709492','505','2','220','retail','0','2020-10-26 14:03:47','','','','90','Cash',0.00,'110','','','4','','1','2020-10-26 11:09:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','8.00','6','Exclusive'),(5286,'41603709492','8718951340664','2','200','retail','0','2020-10-26 14:04:45','','','','90','Cash',0.00,'100','','','4','','1','2020-10-26 11:09:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','12.00','10','Inclusive'),(5287,'41603710552','268','4','48','retail','0','2020-10-26 14:09:12','','','','10','Cash',0.00,'12','','','4','','1','2020-10-26 11:12:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','25.00','21','Inclusive'),(5288,'41603710773','492','2','200','retail','0','2020-10-26 14:38:50','','','','95','Cash',0.00,'100','','','4','','1','2020-10-26 11:45:55','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','6.00','4','Exclusive'),(5289,'41603710773','6161100760226','1','20','retail','0','2020-10-26 14:44:44','','','','18','Cash',0.00,'20','','','4','','1','2020-10-26 11:47:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(5290,'41603712883','6161100760226','1','20','retail','0','2020-10-26 14:48:03','','','','18','Cash',0.00,'20','','','4','','1','2020-10-26 11:48:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(5291,'41603712972','498','1','20','retail','0','2020-10-26 14:49:32','','','','17','Cash',0.00,'20','','','4','','1','2020-10-26 11:50:23','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Exclusive'),(5292,'41603713850','139','1','55','retail','0','2020-10-26 15:04:10','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-26 12:04:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(5293,'41603713860','493','1','50','retail','0','2020-10-26 15:04:20','','','','45','Cash',0.00,'50','','','4','','1','2020-10-26 12:05:40','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5294,'41603713941','8901719903434','1','20','retail','0','2020-10-26 15:05:41','','','','18','Cash',0.00,'20','','','4','','1','2020-10-26 12:09:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(5295,'41603713941','16','1','30','retail','0','2020-10-26 15:08:42','','','','27','Cash',3.68,'30','','','4','','1','2020-10-26 12:09:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','25.00','24','Inclusive'),(5296,'41603713941','6161100860155','2','10','retail','0','2020-10-26 15:08:54','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-26 12:09:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','70.00','68','Inclusive'),(5297,'41603714172','65','1','30','retail','0','2020-10-26 15:09:32','','','','27','Cash',0.00,'30','','','4','','1','2020-10-26 12:19:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(5298,'41603714774','494','1','20','retail','0','2020-10-26 15:19:34','','','','15','Cash',0.00,'20','','','4','','1','2020-10-26 14:04:48','1','1','returned','1','new','pc','','2020-10-26 17:04:48','4','yes','','0','','','ZERO RATED','0','1','13.00','12','Exclusive'),(5299,'41603714774','495','1','10','retail','0','2020-10-26 15:55:55','','','','5','Cash',0.00,'10','','','4','','1','2020-10-26 14:04:45','1','1','returned','1','new','pc','','2020-10-26 17:04:45','4','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(5300,'41603714774','513','1','10','retail','0','2020-10-26 15:56:02','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-26 14:04:44','1','1','returned','1','new','pc','','2020-10-26 17:04:44','4','yes','','0','','','ZERO RATED','0','1','20.00','19','Exclusive'),(5301,'41603714774','493','1','50','retail','0','2020-10-26 15:56:07','','','','45','Cash',0.00,'50','','','4','','1','2020-10-26 14:04:42','1','1','returned','1','new','pc','','2020-10-26 17:04:42','4','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(5302,'41603718777','513','1','10','retail','0','2020-10-26 16:26:17','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-26 13:26:44','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Exclusive'),(5303,'41603718777','494','1','20','retail','0','2020-10-26 16:26:24','','','','15','Cash',0.00,'20','','','4','','1','2020-10-26 13:26:44','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(5304,'41603718777','495','1','10','retail','0','2020-10-26 16:26:29','','','','5','Cash',0.00,'10','','','4','','1','2020-10-26 13:26:44','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(5306,'41603719682','792382330195','1','100','retail','0','2020-10-26 16:41:22','','','','85.5','Cash',0.00,'100','','','4','','1','2020-10-26 13:42:14','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Exclusive'),(5307,'41603721023','102','1','60','retail','0','2020-10-26 17:03:43','','','','47','Cash',0.00,'60','','','4','','1','2020-10-26 14:04:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(5308,'41603721023','1','1','50','retail','0','2020-10-26 17:03:55','','','','45','Cash',0.00,'50','','','4','','1','2020-10-26 14:04:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Exclusive'),(5309,'41603721120','513','1','10','retail','0','2020-10-26 17:05:20','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-26 14:05:59','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Exclusive'),(5310,'41603721120','494','1','20','retail','0','2020-10-26 17:05:28','','','','15','Cash',0.00,'20','','','4','','1','2020-10-26 14:05:59','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(5311,'41603721120','495','1','10','retail','0','2020-10-26 17:05:35','','','','5','Cash',0.00,'10','','','4','','1','2020-10-26 14:05:59','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(5312,'41603721159','493','1','50','retail','0','2020-10-26 17:06:00','','','','45','Cash',0.00,'50','','','4','','1','2020-10-26 14:06:11','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(5313,'41603721187','32','1','50','retail','0','2020-10-26 17:06:27','','','','45','Cash',0.00,'50','','','4','','1','2020-10-26 14:10:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5314,'41603721412','95','1','70','retail','0','2020-10-26 17:10:12','','','','63','Cash',0.00,'70','','','4','','1','2020-10-26 14:18:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5315,'41603722228','6203012970123','1','90','retail','0','2020-10-26 17:23:48','','','','81','Cash',0.00,'90','','','4','','1','2020-10-26 14:37:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(5316,'41603723656','6161101680424','1','50','retail','0','2020-10-26 17:47:36','','','','45','Cash',0.00,'50','','','4','','1','2020-10-26 15:16:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5317,'41603725369','32','1','50','retail','0','2020-10-26 18:19:18','','','','45','Cash',0.00,'50','','','4','','1','2020-10-26 15:19:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5318,'41603725568','268','2','24','retail','0','2020-10-26 18:19:28','','','','10','Cash',0.00,'12','','','4','','1','2020-10-26 15:49:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','21.00','19','Inclusive'),(5319,'41603727383','268','10','120','retail','0','2020-10-26 18:49:43','','','','10','Cash',0.00,'12','','','4','','1','2020-10-26 15:54:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','10','19.00','9','Inclusive'),(5320,'41603727383','31','1','70','retail','0','2020-10-26 18:52:44','','','','63','Cash',0.00,'70','','','4','','1','2020-10-26 15:54:13','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5321,'41603727653','25','1','50','retail','0','2020-10-26 18:54:13','','','','45','Cash',0.00,'50','','','4','','1','2020-10-26 16:05:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(5322,'41603728324','504','1','5','retail','0','2020-10-26 19:05:24','','','','4.17','Cash',0.00,'5','','','4','','1','2020-10-26 16:06:42','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5323,'41603728403','8901719903434','1','20','retail','0','2020-10-26 19:06:43','','','','18','Cash',0.00,'20','','','4','','1','2020-10-26 16:14:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(5324,'41603728886','492','1','100','retail','0','2020-10-26 19:14:46','','','','95','Cash',0.00,'100','','','4','','1','2020-10-26 16:21:37','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5325,'41603729297','6161100760257','1','65','retail','0','2020-10-26 19:25:17','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-26 16:25:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(5326,'41603729536','161101680431','1','20','retail','0','2020-10-26 19:49:16','','','','16','Cash',0.00,'20','','','4','','1','2020-10-26 16:49:34','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(5327,'41603789407','493','1','50','retail','0','2020-10-27 12:03:27','','','','45','Cash',0.00,'50','','','4','','1','2020-10-27 09:04:16','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(5328,'41603789407','496','1','100','retail','0','2020-10-27 12:03:34','','','','95','Cash',0.00,'100','','','4','','1','2020-10-27 09:04:16','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(5329,'41603789407','6161100040267','1','25','retail','0','2020-10-27 12:03:42','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-27 09:04:16','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(5330,'41603793251','30','1','90','retail','0','2020-10-27 13:07:31','','','','81','Cash',0.00,'90','','','4','','1','2020-10-27 10:31:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5332,'41603793251','31','1','70','retail','0','2020-10-27 13:26:54','','','','63','Cash',0.00,'70','','','4','','1','2020-10-27 10:31:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5333,'41603793251','25','4','200','retail','0','2020-10-27 13:27:00','','','','45','Cash',0.00,'50','','','4','','1','2020-10-27 10:31:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','6.00','2','Inclusive'),(5334,'41603793251','8924122012340','1','10','retail','0','2020-10-27 13:31:08','','','','9','Cash',0.00,'10','','','4','','1','2020-10-27 10:31:19','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(5335,'41603794680','6009614480462','1','25','retail','0','2020-10-27 13:31:20','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-27 10:33:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','41.00','40','Exclusive'),(5336,'41603794928','497','1','50','retail','0','2020-10-27 13:35:28','','','','46','Cash',0.00,'50','','','4','','1','2020-10-27 10:53:22','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(5337,'41603796235','493','1','50','retail','0','2020-10-27 13:57:15','','','','45','Cash',0.00,'50','','','4','','1','2020-10-27 11:24:50','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(5338,'41603796235','494','1','20','retail','0','2020-10-27 14:24:42','','','','15','Cash',0.00,'20','','','4','','1','2020-10-27 11:24:50','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(5339,'41603797891','6920354817823','1','200','retail','0','2020-10-27 14:24:51','','','','180','Cash',0.00,'200','','','4','','1','2020-10-27 11:40:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(5340,'41603797891','268','4','48','retail','0','2020-10-27 14:30:15','','','','10','Cash',0.00,'12','','','4','','1','2020-10-27 11:40:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','9.00','5','Inclusive'),(5341,'41603797891','6164001166272','1','50','retail','0','2020-10-27 14:39:21','','','','45','Cash',0.00,'50','','','4','','1','2020-10-27 11:40:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(5342,'41603797891','18','1','15','retail','0','2020-10-27 14:40:30','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-27 11:40:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','25.00','24','Inclusive'),(5343,'41603798842','6161100860155','3','15','retail','0','2020-10-27 14:40:42','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-27 11:46:46','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','68.00','65','Inclusive'),(5344,'41603799207','496','1','100','retail','0','2020-10-27 15:00:05','','','','95','Cash',0.00,'100','','','4','','1','2020-10-27 12:00:35','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(5345,'41603799207','16','1','30','retail','0','2020-10-27 15:00:16','','','','27','Cash',3.68,'30','','','4','','1','2020-10-27 12:00:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','24.00','23','Inclusive'),(5346,'41603800035','6009614480462','1','25','retail','0','2020-10-27 15:00:35','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-27 12:20:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','40.00','39','Exclusive'),(5347,'41603801219','16','1','30','retail','0','2020-10-27 15:20:19','','','','27','Cash',3.68,'30','','','4','','1','2020-10-27 12:30:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','23.00','22','Inclusive'),(5348,'41603801815','6164000242595','1','90','retail','0','2020-10-27 15:30:15','','','','78','Cash',0.00,'90','','','4','','1','2020-10-27 12:48:35','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(5349,'41603802916','428','2','10','retail','0','2020-10-27 15:48:36','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-27 13:04:17','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','15.00','13','Exclusive'),(5350,'41603803858','182','1','40','retail','0','2020-10-27 16:04:18','','','','36','Cash',0.00,'40','','','4','','1','2020-10-27 13:15:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5351,'41603803858','8888','1','40','retail','0','2020-10-27 16:15:06','','','','36','Cash',0.00,'40','','','4','','1','2020-10-27 13:15:36','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(5352,'41603804537','6009614480462','1','25','retail','0','2020-10-27 16:15:37','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-27 13:42:47','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','39.00','38','Exclusive'),(5353,'41603804537','6009611170274','1','10','retail','0','2020-10-27 16:42:37','','','','4','Cash',0.00,'10','','','4','','1','2020-10-27 13:42:47','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','196.00','195','Exclusive'),(5354,'41603806168','6161102170023','1','125','retail','0','2020-10-27 16:42:48','','','','107.5','Cash',0.00,'125','','','4','','1','2020-10-27 13:55:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(5355,'41603806168','101','1','120','retail','0','2020-10-27 16:49:31','','','','93','Cash',0.00,'120','','','4','','1','2020-10-27 13:55:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(5356,'41603806910','428','1','5','retail','0','2020-10-27 16:55:10','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-27 14:04:33','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Exclusive'),(5357,'41603806910','102','1','60','retail','0','2020-10-27 17:03:31','','','','47','Cash',0.00,'60','','','4','','1','2020-10-27 14:04:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(5358,'41603806910','143','1','125','retail','0','2020-10-27 17:03:42','','','','112.5','Cash',0.00,'125','','','4','','1','2020-10-27 14:04:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(5360,'41603807474','175','1','10','retail','0','2020-10-27 17:04:34','','','','9','Cash',0.00,'10','','','4','','1','2020-10-27 14:17:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','75.00','74','Inclusive'),(5361,'41603807474','428','1','5','retail','0','2020-10-27 17:17:30','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-27 14:17:53','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(5362,'41603808274','6164000242595','1','90','retail','0','2020-10-27 17:17:54','','','','78','Cash',0.00,'90','','','4','','1','2020-10-27 14:22:51','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(5363,'41603808571','66','1','60','retail','0','2020-10-27 17:22:51','','','','54','Cash',0.00,'60','','','4','','1','2020-10-27 14:47:57','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(5364,'41603810077','102','1','60','retail','0','2020-10-27 17:47:57','','','','47','Cash',0.00,'60','','','4','','1','2020-10-27 14:57:01','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(5365,'41603810623','497','1','50','retail','0','2020-10-27 17:57:03','','','','46','Cash',0.00,'50','','','4','','1','2020-10-27 15:10:33','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5366,'41603811434','6009627050010','1','120','retail','0','2020-10-27 18:10:34','','','','107.08','Cash',0.00,'120','','','4','','1','2020-10-27 15:26:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(5367,'41603812371','8001090702500','1','30','retail','0','2020-10-27 18:47:26','','','','27','Cash',0.00,'30','','','4','','1','2020-10-27 15:47:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','36.00','35','Inclusive'),(5368,'41603813672','144','1','65','retail','0','2020-10-27 18:47:52','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-27 16:10:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(5369,'41603815035','161101680431','1','20','retail','0','2020-10-27 19:10:36','','','','16','Cash',0.00,'20','','','4','','1','2020-10-27 16:30:09','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(5370,'41603816607','6164000072024','1','45','retail','0','2020-10-27 19:36:47','','','','40.5','Cash',0.00,'45','','','4','','1','2020-10-27 16:37:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(5371,'41603816607','6164000072017','1','45','retail','0','2020-10-27 19:37:03','','','','40.5','Cash',0.00,'45','','','4','','1','2020-10-27 16:37:29','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(5372,'41603816650','6164000033179','1','130','retail','0','2020-10-27 19:37:30','','','','117','Cash',0.00,'130','','','4','','1','2020-10-27 16:44:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(5373,'41603816650','6162000010022','1','60','retail','0','2020-10-27 19:40:02','','','','54','Cash',0.00,'60','','','4','','1','2020-10-27 16:44:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(5374,'41603816650','6164001166272','2','100','retail','0','2020-10-27 19:40:07','','','','45','Cash',0.00,'50','','','4','','1','2020-10-27 16:44:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','20.00','18','Inclusive'),(5375,'41603816650','507','1','50','retail','0','2020-10-27 19:40:18','','','','35.42','Cash',0.00,'50','','','4','','1','2020-10-27 16:44:06','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Exclusive'),(5376,'41603816650','6161107150709','1','80','retail','0','2020-10-27 19:40:27','','','','72','Cash',0.00,'80','','','4','','1','2020-10-27 16:44:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5377,'41603816650','7622210304537','1','135','retail','0','2020-10-27 19:40:34','','','','121.5','Cash',0.00,'135','','','4','','1','2020-10-27 16:44:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(5378,'41603816650','6161100860155','2','10','retail','0','2020-10-27 19:40:43','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-27 16:44:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','65.00','63','Inclusive'),(5379,'41603816650','18','1','15','retail','0','2020-10-27 19:41:10','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-27 16:44:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(5380,'41603816650','6161101280037','1','10','retail','0','2020-10-27 19:41:17','','','','9','Cash',0.00,'10','','','4','','1','2020-10-27 16:44:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5381,'41603816650','6009627050010','1','120','retail','0','2020-10-27 19:43:56','','','','107.08','Cash',0.00,'120','','','4','','1','2020-10-27 16:44:06','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(5382,'41603817071','6203012970123','1','90','retail','0','2020-10-27 19:44:31','','','','81','Cash',0.00,'90','','','4','','1','2020-10-27 16:58:28','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Inclusive'),(5383,'41603818121','498','1','20','retail','0','2020-10-27 20:02:01','','','','17','Cash',0.00,'20','','','4','','1','2020-10-27 17:02:27','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(5384,'41603863486','268','4','48','retail','0','2020-10-28 08:38:06','','','','10','Cash',0.00,'12','','','4','','1','2020-10-28 05:38:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','5.00','1','Inclusive'),(5385,'41603863486','6164001166272','1','50','retail','0','2020-10-28 08:38:17','','','','45','Cash',0.00,'50','','','4','','1','2020-10-28 05:38:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(5386,'41603863486','37','2','10','retail','0','2020-10-28 08:38:24','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-28 05:38:39','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','56.00','54','Inclusive'),(5387,'41603863520','101','1','120','retail','0','2020-10-28 09:01:38','','','','93','Cash',0.00,'120','','','4','','1','2020-10-28 06:02:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(5388,'41603863520','172','1','70','retail','0','2020-10-28 09:01:48','','','','63','Cash',0.00,'70','','','4','','1','2020-10-28 06:02:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(5389,'41603873893','495','1','10','retail','0','2020-10-28 11:31:33','','','','5','Cash',0.00,'10','','','4','','1','2020-10-28 08:31:46','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(5390,'41603873907','31','1','70','retail','0','2020-10-28 11:31:47','','','','63','Cash',0.00,'70','','','4','','1','2020-10-28 08:32:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5391,'41603873921','494','1','20','retail','0','2020-10-28 11:32:01','','','','15','Cash',0.00,'20','','','4','','1','2020-10-28 08:44:32','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(5392,'41603874672','492','1','100','retail','0','2020-10-28 11:52:57','','','','95','Cash',0.00,'100','','','4','','1','2020-10-28 08:53:31','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(5393,'41603874672','428','1','5','retail','0','2020-10-28 11:53:12','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-28 08:53:31','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(5394,'41603874672','429','1','5','retail','0','2020-10-28 11:53:23','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-28 08:53:31','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Exclusive'),(5395,'41603876808','7622210304544','1','220','retail','0','2020-10-28 12:20:08','','','','198','Cash',0.00,'220','','','4','','1','2020-10-28 09:20:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(5396,'41603877548','32','1','50','retail','0','2020-10-28 12:54:51','','','','45','Cash',0.00,'50','','','4','','1','2020-10-28 09:55:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(5397,'41603880483','65','1','30','retail','0','2020-10-28 13:21:23','','','','27','Cash',0.00,'30','','','4','','1','2020-10-28 10:21:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(5398,'41603880503','85','2','130','retail','0','2020-10-28 13:21:43','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-28 10:24:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(5399,'41603880503','87','1','65','retail','0','2020-10-28 13:22:08','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-28 10:24:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(5400,'41603880503','86','1','65','retail','0','2020-10-28 13:22:15','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-28 10:24:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5401,'41603880503','33','2','100','retail','0','2020-10-28 13:22:24','','','','45','Cash',0.00,'50','','','4','','1','2020-10-28 10:24:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(5402,'41603880503','32','1','50','retail','0','2020-10-28 13:22:33','','','','45','Cash',0.00,'50','','','4','','1','2020-10-28 10:24:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(5403,'41603880651','86','1','65','retail','0','2020-10-28 13:24:11','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-28 10:44:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5404,'41603880651','86','1','65','retail','0','2020-10-28 13:43:37','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-28 10:44:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5405,'41603880651','498','1','20','retail','0','2020-10-28 13:43:52','','','','17','Cash',0.00,'20','','','4','','1','2020-10-28 10:44:42','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(5406,'41603881883','792382415885','1','55','retail','0','2020-10-28 13:44:43','','','','47','Cash',0.00,'55','','','4','','1','2020-10-28 10:47:32','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','44.00','43','Exclusive'),(5407,'41603882053','6164001166272','1','50','retail','0','2020-10-28 13:47:33','','','','45','Cash',0.00,'50','','','4','','1','2020-10-28 11:10:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(5408,'41603883412','172','1','70','retail','0','2020-10-28 14:10:13','','','','63','Cash',0.00,'70','','','4','','1','2020-10-28 11:32:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5409,'41603883412','6161100860155','4','20','retail','0','2020-10-28 14:32:42','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-28 11:32:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','4','63.00','59','Inclusive'),(5410,'41603884776','494','1','20','retail','0','2020-10-28 14:32:56','','','','15','Cash',0.00,'20','','','4','','1','2020-10-28 11:34:15','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(5411,'41603884855','494','1','20','retail','0','2020-10-28 14:34:15','','','','15','Cash',0.00,'20','','','4','','1','2020-10-28 11:52:44','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(5412,'41603884855','495','1','10','retail','0','2020-10-28 14:52:30','','','','5','Cash',0.00,'10','','','4','','1','2020-10-28 11:52:44','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(5413,'41603885965','6161113940141','1','125','retail','0','2020-10-28 14:52:45','','','','116.67','Cash',0.00,'125','','','4','','1','2020-10-28 11:58:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5414,'41603886318','66','1','60','retail','0','2020-10-28 14:58:38','','','','54','Cash',0.00,'60','','','4','','1','2020-10-28 12:01:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(5415,'41603886478','16','1','30','retail','0','2020-10-28 15:01:19','','','','27','Cash',3.68,'30','','','4','','1','2020-10-28 12:15:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','22.00','21','Inclusive'),(5416,'41603889123','429','2','10','retail','0','2020-10-28 15:45:23','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-28 12:45:51','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','8.00','6','Exclusive'),(5417,'41603889123','429','1','5','retail','0','2020-10-28 15:45:33','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-28 12:45:51','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(5418,'41603890971','123','1','150','retail','0','2020-10-28 16:16:11','','','','136','Cash',0.00,'150','','','4','','1','2020-10-28 13:17:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(5419,'41603890971','6161113940134','1','65','retail','0','2020-10-28 16:16:29','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-28 13:17:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5420,'41603890971','8901719903465','1','20','retail','0','2020-10-28 16:16:39','','','','18','Cash',0.00,'20','','','4','','1','2020-10-28 13:17:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(5421,'41603891033','497','1','50','retail','0','2020-10-28 16:17:13','','','','46','Cash',0.00,'50','','','4','','1','2020-10-28 13:29:57','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(5422,'41603891033','498','1','20','retail','0','2020-10-28 16:25:11','','','','17','Cash',0.00,'20','','','4','','1','2020-10-28 13:29:57','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(5423,'41603892041','32','1','50','retail','0','2020-10-28 16:34:01','','','','45','Cash',0.00,'50','','','4','','1','2020-10-28 13:47:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5424,'41603892859','268','2','24','retail','0','2020-10-28 17:33:11','','','','10','Cash',0.00,'12','','','4','','1','2020-10-28 14:33:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','30.00','28','Inclusive'),(5425,'41603895605','101','1','120','retail','0','2020-10-28 17:33:25','','','','93','Cash',0.00,'120','','','4','','1','2020-10-28 14:40:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(5426,'41603896054','17','1','10','retail','0','2020-10-28 17:40:54','','','','9','Cash',0.00,'10','','','4','','1','2020-10-28 15:33:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(5427,'41603899188','31','1','70','retail','0','2020-10-28 18:34:35','','','','63','Cash',0.00,'70','','','4','','1','2020-10-28 15:37:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5428,'41603899188','497','1','50','retail','0','2020-10-28 18:37:28','','','','46','Cash',0.00,'50','','','4','','1','2020-10-28 15:37:38','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(5429,'41603899537','175','2','20','retail','0','2020-10-28 18:38:57','','','','9','Cash',0.00,'10','','','4','','1','2020-10-28 15:47:32','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','60.00','58','Inclusive'),(5430,'41603900053','32','1','50','retail','0','2020-10-28 18:47:33','','','','45','Cash',0.00,'50','','','4','','1','2020-10-28 15:55:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5431,'41603900053','6161102794694','2','100','retail','0','2020-10-28 18:52:58','','','','45','Cash',0.00,'50','','','4','','1','2020-10-28 15:55:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','12.00','10','Inclusive'),(5433,'41603900053','505','1','110','retail','0','2020-10-28 18:54:12','','','','90','Cash',0.00,'110','','','4','','1','2020-10-28 15:55:58','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(5434,'41603900559','32','1','50','retail','0','2020-10-28 18:55:59','','','','45','Cash',0.00,'50','','','4','','1','2020-10-28 15:56:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5435,'41603900606','98','1','25','retail','0','2020-10-28 18:56:46','','','','14.58','Cash',0.00,'25','','','4','','1','2020-10-28 16:10:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Inclusive'),(5436,'41603901444','28','1','25','retail','0','2020-10-28 19:10:44','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-28 16:33:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(5437,'41603901444','31','1','70','retail','0','2020-10-28 19:32:42','','','','63','Cash',0.00,'70','','','4','','1','2020-10-28 16:33:00','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5438,'41603904267','513','2','20','retail','0','2020-10-28 19:57:47','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-28 16:58:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','18.00','16','Exclusive'),(5439,'41603950104','30','1','90','retail','0','2020-10-29 08:41:44','','','','81','Cash',0.00,'90','','','4','','1','2020-10-29 05:42:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5440,'41603950152','6161101000543','2','110','retail','0','2020-10-29 08:42:32','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-29 05:46:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','12.00','10','Inclusive'),(5441,'41603950152','8901719908576','1','120','retail','0','2020-10-29 08:44:32','','','','108','Cash',0.00,'120','','','4','','1','2020-10-29 05:46:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5442,'41603950406','172','1','70','retail','0','2020-10-29 08:46:46','','','','63','Cash',0.00,'70','','','4','','1','2020-10-29 06:21:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5443,'41603950406','8001090702500','1','30','retail','0','2020-10-29 09:21:37','','','','27','Cash',0.00,'30','','','4','','1','2020-10-29 06:21:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','35.00','34','Inclusive'),(5444,'41603954390','6009611170274','1','10','retail','0','2020-10-29 09:53:10','','','','4','Cash',0.00,'10','','','4','','1','2020-10-29 06:53:29','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','195.00','194','Exclusive'),(5445,'41603954410','498','1','20','retail','0','2020-10-29 09:53:30','','','','17','Cash',0.00,'20','','','4','','1','2020-10-29 07:01:07','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(5446,'41603954869','6161106370283','1','15','retail','0','2020-10-29 10:01:09','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-29 07:33:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','17.00','16','Inclusive'),(5447,'41603956785','268','6','72','retail','0','2020-10-29 10:33:05','','','','10','Cash',0.00,'12','','','4','','1','2020-10-29 07:33:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','6','28.00','22','Inclusive'),(5448,'41603956824','32','1','50','retail','0','2020-10-29 10:33:44','','','','45','Cash',0.00,'50','','','4','','1','2020-10-29 07:35:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(5449,'41603957375','268','2','24','retail','0','2020-10-29 10:42:55','','','','10','Cash',0.00,'12','','','4','','1','2020-10-29 07:43:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','22.00','20','Inclusive'),(5450,'41603957390','268','8','96','retail','0','2020-10-29 10:43:10','','','','10','Cash',0.00,'12','','','4','','1','2020-10-29 07:53:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','8','20.00','12','Inclusive'),(5451,'41603957390','6009627050027','1','60','retail','0','2020-10-29 10:45:41','','','','54','Cash',0.00,'60','','','4','','1','2020-10-29 07:53:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(5452,'41603957390','29','1','55','retail','0','2020-10-29 10:46:06','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-29 07:53:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(5454,'41603957390','101','1','120','retail','0','2020-10-29 10:47:33','','','','93','Cash',0.00,'120','','','4','','1','2020-10-29 07:53:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(5455,'41603957390','266','1','170','retail','0','2020-10-29 10:49:42','','','','151','Cash',0.00,'170','','','4','','1','2020-10-29 07:53:03','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(5456,'41603957994','496','1','100','retail','0','2020-10-29 10:53:14','','','','95','Cash',0.00,'100','','','4','','1','2020-10-29 08:01:57','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(5457,'41603958518','89','1','40','retail','0','2020-10-29 11:01:58','','','','36','Cash',0.00,'40','','','4','','1','2020-10-29 08:25:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(5458,'41603959914','500','1','10','retail','0','2020-10-29 11:25:14','','','','7','Cash',0.00,'10','','','4','','1','2020-10-29 09:00:17','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(5459,'41603962018','494','2','40','retail','0','2020-10-29 12:00:18','','','','15','Cash',0.00,'20','','','4','','1','2020-10-29 09:29:10','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','6.00','4','Exclusive'),(5460,'41603963855','268','1','12','retail','0','2020-10-29 12:30:55','','','','10','Cash',0.00,'12','','','4','','1','2020-10-29 09:31:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(5461,'41603963869','792382415885','1','55','retail','0','2020-10-29 12:31:09','','','','47','Cash',0.00,'55','','','4','','1','2020-10-29 10:19:29','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','43.00','42','Exclusive'),(5462,'41603966770','494','2','40','retail','0','2020-10-29 13:19:30','','','','15','Cash',0.00,'20','','','4','','1','2020-10-29 10:33:28','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','4.00','2','Exclusive'),(5463,'41603967609','102','1','60','retail','0','2020-10-29 13:33:29','','','','47','Cash',0.00,'60','','','4','','1','2020-10-29 11:27:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(5464,'41603970870','513','1','10','retail','0','2020-10-29 14:27:50','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-29 11:43:59','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Exclusive'),(5466,'41603971840','110','1','80','retail','0','2020-10-29 14:49:50','','','','72','Cash',0.00,'80','','','4','','1','2020-10-29 11:50:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(5467,'41603972239','6161101000543','1','55','retail','0','2020-10-29 14:50:39','','','','49.5','Cash',0.00,'55','','','4','','1','2020-10-29 11:55:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(5468,'41603972543','6203012970123','1','90','retail','0','2020-10-29 14:55:43','','','','81','Cash',0.00,'90','','','4','','1','2020-10-29 12:35:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','32.00','31','Inclusive'),(5469,'41603974923','493','1','50','retail','0','2020-10-29 15:35:23','','','','45','Cash',0.00,'50','','','4','','1','2020-10-29 12:59:29','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5470,'41603976371','101','1','120','retail','0','2020-10-29 15:59:31','','','','93','Cash',0.00,'120','','','4','','1','2020-10-29 13:29:12','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(5471,'41603978154','497','1','50','retail','0','2020-10-29 16:29:14','','','','46','Cash',0.00,'50','','','4','','1','2020-10-29 13:40:33','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(5472,'41603978835','494','1','20','retail','0','2020-10-29 16:40:35','','','','15','Cash',0.00,'20','','','4','','1','2020-10-29 14:01:16','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(5473,'41603978835','495','1','10','retail','0','2020-10-29 17:00:21','','','','5','Cash',0.00,'10','','','4','','1','2020-10-29 14:01:16','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5474,'41603980187','6161102170023','1','125','retail','0','2020-10-29 17:03:08','','','','107.5','Cash',0.00,'125','','','4','','1','2020-10-29 14:34:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(5475,'41603982098','497','1','50','retail','0','2020-10-29 17:34:58','','','','46','Cash',0.00,'50','','','4','','1','2020-10-29 15:40:18','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(5476,'41603986020','158','1','50','retail','0','2020-10-29 18:40:20','','','','36.45','Cash',0.00,'50','','','4','','1','2020-10-29 15:43:41','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','36.00','35','Inclusive'),(5477,'41603986222','503','1','45','retail','0','2020-10-29 18:43:42','','','','37.5','Cash',0.00,'45','','','4','','1','2020-10-29 15:51:04','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(5478,'41603986222','37','1','5','retail','0','2020-10-29 18:50:15','','','','4.5','Cash',0.00,'5','','','4','','1','2020-10-29 15:51:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','54.00','53','Inclusive'),(5479,'41603987535','498','1','20','retail','0','2020-10-29 19:07:44','','','','17','Cash',0.00,'20','','','4','','1','2020-10-29 16:08:00','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(5480,'41603987767','6008677000532','1','25','retail','0','2020-10-29 19:09:27','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-29 16:21:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(5481,'41603988504','495','1','10','retail','0','2020-10-29 19:21:45','','','','5','Cash',0.00,'10','','','4','','1','2020-10-29 16:23:39','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(5482,'41603988621','102','1','60','retail','0','2020-10-29 19:23:41','','','','47','Cash',0.00,'60','','','4','','1','2020-10-29 16:32:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(5483,'41603989128','6164001166272','1','50','retail','0','2020-10-29 19:32:08','','','','45','Cash',0.00,'50','','','4','','1','2020-10-29 16:34:05','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(5484,'41603990642','33','1','50','retail','0','2020-10-29 19:57:22','','','','45','Cash',0.00,'50','','','4','','1','2020-10-29 17:01:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5485,'41603990642','6920354817823','1','200','retail','0','2020-10-29 19:57:33','','','','180','Cash',0.00,'200','','','4','','1','2020-10-29 17:01:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(5486,'41603990642','6164001166272','2','100','retail','0','2020-10-29 19:57:46','','','','45','Cash',0.00,'50','','','4','','1','2020-10-29 17:01:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','15.00','13','Inclusive'),(5487,'41603990642','18','1','15','retail','0','2020-10-29 19:57:59','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-29 17:01:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(5488,'41603990642','6161101661232','1','220','retail','0','2020-10-29 19:58:22','','','','198','Cash',0.00,'220','','','4','','1','2020-10-29 17:01:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(5489,'41603990642','158','1','50','retail','0','2020-10-29 19:58:57','','','','36.45','Cash',0.00,'50','','','4','','1','2020-10-29 17:01:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','35.00','34','Inclusive'),(5490,'41603990910','429','2','10','retail','0','2020-10-29 20:01:50','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-29 17:02:16','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','5.00','3','Exclusive'),(5491,'41604040446','172','1','70','retail','0','2020-10-30 09:47:27','','','','63','Cash',0.00,'70','','','4','','1','2020-10-30 06:50:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5492,'41604040446','101','1','120','retail','0','2020-10-30 09:47:45','','','','93','Cash',0.00,'120','','','4','','1','2020-10-30 06:50:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5493,'41604047198','6203012970123','1','90','retail','0','2020-10-30 11:39:58','','','','81','Cash',0.00,'90','','','4','','1','2020-10-30 08:59:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','31.00','30','Inclusive'),(5494,'41604047198','497','1','50','retail','0','2020-10-30 11:58:24','','','','46','Cash',0.00,'50','','','4','','1','2020-10-30 08:59:03','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5495,'41604047198','513','2','20','retail','0','2020-10-30 11:58:32','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-30 08:59:03','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','15.00','13','Exclusive'),(5496,'41604049106','496','1','100','retail','0','2020-10-30 12:11:46','','','','95','Cash',0.00,'100','','','4','','1','2020-10-30 09:12:12','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5497,'41604049133','493','1','50','retail','0','2020-10-30 12:12:13','','','','45','Cash',0.00,'50','','','4','','1','2020-10-30 09:34:29','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(5498,'41604050470','493','1','50','retail','0','2020-10-30 12:34:30','','','','45','Cash',0.00,'50','','','4','','1','2020-10-30 09:40:07','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(5499,'41604050808','144','1','65','retail','0','2020-10-30 12:40:08','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-30 09:45:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(5500,'41604051150','493','1','50','retail','0','2020-10-30 12:54:30','','','','45','Cash',0.00,'50','','','4','','1','2020-10-30 10:20:37','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5501,'41604053238','792382415885','1','55','retail','0','2020-10-30 13:20:38','','','','47','Cash',0.00,'55','','','4','','1','2020-10-30 11:21:20','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','42.00','41','Exclusive'),(5502,'41604056881','31','1','70','retail','0','2020-10-30 14:21:21','','','','63','Cash',0.00,'70','','','4','','1','2020-10-30 11:35:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5503,'41604056881','6164000033483','1','70','retail','0','2020-10-30 14:33:41','','','','63','Cash',0.00,'70','','','4','','1','2020-10-30 11:35:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5504,'41604056881','6164000033490','1','70','retail','0','2020-10-30 14:33:54','','','','63','Cash',0.00,'70','','','4','','1','2020-10-30 11:35:03','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5505,'41604057705','497','1','50','retail','0','2020-10-30 14:35:05','','','','46','Cash',0.00,'50','','','4','','1','2020-10-30 11:38:02','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(5506,'41604057883','6203012970123','1','90','retail','0','2020-10-30 14:38:03','','','','81','Cash',0.00,'90','','','4','','1','2020-10-30 12:19:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','30.00','29','Inclusive'),(5507,'41604057883','6161101280020','1','40','retail','0','2020-10-30 15:17:40','','','','28.5','Cash',0.00,'40','','','4','','1','2020-10-30 12:19:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'),(5508,'41604057883','112','2','90','retail','0','2020-10-30 15:17:53','','','','37.5','Cash',0.00,'45','','','4','','1','2020-10-30 12:19:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','20.00','18','Inclusive'),(5509,'41604057883','6164000242595','2','180','retail','0','2020-10-30 15:18:09','','','','78','Cash',0.00,'90','','','4','','1','2020-10-30 12:19:25','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','5.00','3','Exclusive'),(5510,'41604060367','30','1','90','retail','0','2020-10-30 15:19:27','','','','81','Cash',0.00,'90','','','4','','1','2020-10-30 12:20:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5511,'41604060367','6164000033179','3','390','retail','0','2020-10-30 15:20:11','','','','117','Cash',0.00,'130','','','4','','1','2020-10-30 12:20:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','3.00','0','Inclusive'),(5512,'41604060425','498','2','40','retail','0','2020-10-30 15:20:25','','','','17','Cash',0.00,'20','','','4','','1','2020-10-30 12:30:27','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','7.00','5','Exclusive'),(5513,'41604061028','102','1','60','retail','0','2020-10-30 15:30:28','','','','47','Cash',0.00,'60','','','4','','1','2020-10-30 12:37:25','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(5514,'41604061028','6009611170274','1','10','retail','0','2020-10-30 15:37:16','','','','4','Cash',0.00,'10','','','4','','1','2020-10-30 12:37:25','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','194.00','193','Exclusive'),(5515,'41604061455','32','1','50','retail','0','2020-10-30 15:37:36','','','','45','Cash',0.00,'50','','','4','','1','2020-10-30 12:38:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(5516,'41604061515','101','1','120','retail','0','2020-10-30 15:38:35','','','','93','Cash',0.00,'120','','','4','','1','2020-10-30 12:59:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5517,'41604062774','429','3','15','retail','0','2020-10-30 16:04:33','','','','3.4','Cash',0.00,'5','','','4','','1','2020-10-30 13:04:53','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','3.00','0','Exclusive'),(5518,'41604060425','1','1','50','retail','0','2020-10-30 15:26:29','','','','45','Cash',0.00,'50','','','4','','1','2020-10-30 13:18:52','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Exclusive'),(5519,'41604063966','1','1','50','retail','0','2020-10-30 16:19:26','','','','45','Cash',0.00,'50','','','4','','1','2020-10-30 13:19:51','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Exclusive'),(5520,'41604064006','16','1','30','retail','0','2020-10-30 16:20:06','','','','27','Cash',3.68,'30','','','4','','1','2020-10-30 13:23:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','19.00','18','Inclusive'),(5521,'41604064197','494','1','20','retail','0','2020-10-30 16:23:17','','','','15','Cash',0.00,'20','','','4','','1','2020-10-30 13:25:43','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(5522,'41604067411','101','1','120','retail','0','2020-10-30 17:22:43','','','','93','Cash',0.00,'120','','','4','','1','2020-10-30 14:22:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5523,'41604067794','8901719903465','1','20','retail','0','2020-10-30 17:23:14','','','','18','Cash',0.00,'20','','','4','','1','2020-10-30 14:23:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(5524,'41604067823','10000905','1','70','retail','0','2020-10-30 17:23:43','','','','57','Cash',0.00,'70','','','4','','1','2020-10-30 14:27:02','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5525,'41604068117','9','1','590','retail','0','2020-10-30 17:28:37','','','','531','Cash',0.00,'590','','','4','','1','2020-10-30 14:30:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(5526,'41604068117','513','2','20','retail','0','2020-10-30 17:28:49','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-30 14:30:15','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','13.00','11','Exclusive'),(5527,'41604068216','31','1','70','retail','0','2020-10-30 17:30:16','','','','63','Cash',0.00,'70','','','4','','1','2020-10-30 14:52:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5528,'41604068216','146','1','100','retail','0','2020-10-30 17:52:14','','','','90','Cash',0.00,'100','','','4','','1','2020-10-30 14:52:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Inclusive'),(5529,'41604069591','6009614480462','1','25','retail','0','2020-10-30 17:53:12','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-30 14:53:24','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','38.00','37','Exclusive'),(5530,'41604069686','497','1','50','retail','0','2020-10-30 17:54:46','','','','46','Cash',0.00,'50','','','4','','1','2020-10-30 14:55:59','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(5531,'41604069777','496','1','100','retail','0','2020-10-30 17:56:17','','','','95','Cash',0.00,'100','','','4','','1','2020-10-30 15:12:39','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(5532,'41604072093','6164001166272','1','50','retail','0','2020-10-30 18:34:54','','','','45','Cash',0.00,'50','','','4','','1','2020-10-30 15:45:43','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','13.00','12','Inclusive'),(5533,'41604072744','513','1','10','retail','0','2020-10-30 18:45:44','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-30 15:48:08','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(5535,'41604073041','513','1','10','retail','0','2020-10-30 18:50:41','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-30 15:50:53','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Exclusive'),(5536,'41604073054','6164001166272','1','50','retail','0','2020-10-30 18:50:54','','','','45','Cash',0.00,'50','','','4','','1','2020-10-30 15:55:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Inclusive'),(5537,'41604073354','497','1','50','retail','0','2020-10-30 18:55:54','','','','46','Cash',0.00,'50','','','4','','1','2020-10-30 16:20:40','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Exclusive'),(5538,'41604073354','175','1','10','retail','0','2020-10-30 19:16:48','','','','9','Cash',0.00,'10','','','4','','1','2020-10-30 16:20:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','50.00','49','Inclusive'),(5539,'41604074842','492','1','100','retail','0','2020-10-30 19:20:42','','','','95','Cash',0.00,'100','','','4','','1','2020-10-30 16:35:57','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5540,'41604075783','493','1','50','retail','0','2020-10-30 19:36:23','','','','45','Cash',0.00,'50','','','4','','1','2020-10-30 16:41:26','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(5541,'41604128605','792382330195','2','200','retail','0','2020-10-31 10:16:45','','','','85.5','Cash',0.00,'100','','','4','','1','2020-10-31 07:19:33','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','17.00','15','Exclusive'),(5542,'41604128605','143','2','250','retail','0','2020-10-31 10:16:59','','','','112.5','Cash',0.00,'125','','','4','','1','2020-10-31 07:19:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','11.00','9','Inclusive'),(5543,'41604128605','32','1','50','retail','0','2020-10-31 10:17:13','','','','45','Cash',0.00,'50','','','4','','1','2020-10-31 07:19:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5544,'41604128605','492','3','300','retail','0','2020-10-31 10:17:22','','','','95','Cash',0.00,'100','','','4','','1','2020-10-31 07:19:33','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','3.00','0','Exclusive'),(5545,'41604128605','102','2','120','retail','0','2020-10-31 10:18:19','','','','47','Cash',0.00,'60','','','4','','1','2020-10-31 07:19:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','6.00','4','Inclusive'),(5546,'41604128605','18','1','15','retail','0','2020-10-31 10:18:34','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-31 07:19:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','21.00','20','Inclusive'),(5547,'41604128605','8908000034198','1','10','retail','0','2020-10-31 10:19:12','','','','9','Cash',0.00,'10','','','4','','1','2020-10-31 07:19:33','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(5548,'41604128787','30','1','90','retail','0','2020-10-31 10:19:47','','','','81','Cash',0.00,'90','','','4','','1','2020-10-31 07:35:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5549,'41604128787','6009614480462','1','25','retail','0','2020-10-31 10:33:46','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-31 07:35:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','37.00','36','Exclusive'),(5550,'41604128787','146','1','100','retail','0','2020-10-31 10:33:58','','','','90','Cash',0.00,'100','','','4','','1','2020-10-31 07:35:08','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(5551,'41604130570','493','1','50','retail','0','2020-10-31 10:49:30','','','','45','Cash',0.00,'50','','','4','','1','2020-10-31 07:51:07','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(5552,'41604130570','497','1','50','retail','0','2020-10-31 10:50:04','','','','46','Cash',0.00,'50','','','4','','1','2020-10-31 07:51:07','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(5553,'41604130750','6164000033186','2','260','retail','0','2020-10-31 10:52:30','','','','117','Cash',0.00,'130','','','4','','1','2020-10-31 08:12:15','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','4.00','2','Inclusive'),(5554,'41604130750','513','1','10','retail','0','2020-10-31 11:09:36','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-31 08:12:15','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(5555,'41604131936','268','10','120','retail','0','2020-10-31 11:12:16','','','','10','Cash',0.00,'12','','','4','','1','2020-10-31 08:15:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','10','11.00','1','Inclusive'),(5556,'41604131936','16','1','30','retail','0','2020-10-31 11:15:03','','','','27','Cash',3.68,'30','','','4','','1','2020-10-31 08:15:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','18.00','17','Inclusive'),(5557,'41604131936','513','2','20','retail','0','2020-10-31 11:15:16','','','','6.7','Cash',0.00,'10','','','4','','1','2020-10-31 08:15:45','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','8.00','6','Exclusive'),(5558,'41604132146','87','1','65','retail','0','2020-10-31 11:15:46','','','','58.5','Cash',0.00,'65','','','4','','1','2020-10-31 08:22:02','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(5559,'41604132593','6164001166272','1','50','retail','0','2020-10-31 11:23:13','','','','45','Cash',0.00,'50','','','4','','1','2020-10-31 08:29:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Inclusive'),(5560,'41604132977','494','1','20','retail','0','2020-10-31 11:29:37','','','','15','Cash',0.00,'20','','','4','','1','2020-10-31 08:36:53','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(5561,'41604132977','495','1','10','retail','0','2020-10-31 11:36:38','','','','5','Cash',0.00,'10','','','4','','1','2020-10-31 08:36:53','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','12.00','11','Exclusive'),(5562,'41604133414','175','1','10','retail','0','2020-10-31 11:36:54','','','','9','Cash',0.00,'10','','','4','','1','2020-10-31 08:42:26','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','49.00','48','Inclusive'),(5563,'41604133746','6009614480462','1','25','retail','0','2020-10-31 11:51:14','','','','22.5','Cash',0.00,'25','','','4','','1','2020-10-31 08:52:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','36.00','35','Exclusive'),(5564,'41604133746','160','1','10','retail','0','2020-10-31 11:51:29','','','','9','Cash',0.00,'10','','','4','','1','2020-10-31 08:52:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(5565,'41604134331','6203012970123','1','90','retail','0','2020-10-31 11:52:11','','','','81','Cash',0.00,'90','','','4','','1','2020-10-31 09:00:09','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','29.00','28','Inclusive'),(5566,'41604134810','17','1','10','retail','0','2020-10-31 12:00:10','','','','9','Cash',0.00,'10','','','4','','1','2020-10-31 09:07:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','27.00','26','Inclusive'),(5567,'41604135271','8001090702500','1','30','retail','0','2020-10-31 12:07:51','','','','27','Cash',0.00,'30','','','4','','1','2020-10-31 09:16:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(5568,'41604135771','102','2','120','retail','0','2020-10-31 12:16:11','','','','47','Cash',0.00,'60','','','4','','1','2020-10-31 09:21:11','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','4.00','2','Inclusive'),(5569,'41604136073','494','1','20','retail','0','2020-10-31 12:21:13','','','','15','Cash',0.00,'20','','','4','','1','2020-10-31 09:29:36','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(5570,'41604136577','16','2','60','retail','0','2020-10-31 12:29:37','','','','27','Cash',7.37,'30','','','4','','1','2020-10-31 10:16:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','17.00','15','Inclusive'),(5571,'41604139413','30','1','90','retail','0','2020-10-31 13:16:53','','','','81','Cash',0.00,'90','','','4','','1','2020-10-31 10:19:34','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5572,'41604139640','7622210304544','1','220','retail','0','2020-10-31 13:20:40','','','','198','Cash',0.00,'220','','','4','','1','2020-10-31 10:25:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(5573,'41604139640','7622210304476','1','290','retail','0','2020-10-31 13:20:46','','','','261','Cash',0.00,'290','','','4','','1','2020-10-31 10:25:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5574,'41604142186','6164003349239','1','170','retail','0','2020-10-31 14:03:07','','','','153','Cash',0.00,'170','','','4','','1','2020-10-31 11:09:23','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5575,'41604142564','494','1','20','retail','0','2020-10-31 14:09:24','','','','15','Cash',0.00,'20','','','4','','1','2020-10-31 11:16:23','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Exclusive'),(5576,'41604142564','495','1','10','retail','0','2020-10-31 14:16:13','','','','5','Cash',0.00,'10','','','4','','1','2020-10-31 11:16:23','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','11.00','10','Exclusive'),(5577,'41604144041','492','3','300','retail','0','2020-10-31 14:34:01','','','','95','Cash',0.00,'100','','','4','','1','2020-10-31 11:34:42','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','3.00','0','Exclusive'),(5578,'41604144082','496','2','200','retail','0','2020-10-31 14:34:42','','','','95','Cash',0.00,'100','','','4','','1','2020-10-31 11:45:39','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','7.00','5','Exclusive'),(5579,'41604144082','497','1','50','retail','0','2020-10-31 14:45:25','','','','46','Cash',0.00,'50','','','4','','1','2020-10-31 11:45:39','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5580,'41604145696','175','2','20','retail','0','2020-10-31 15:01:36','','','','9','Cash',0.00,'10','','','4','','1','2020-10-31 12:01:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','48.00','46','Inclusive'),(5581,'41604145709','67','2','80','retail','0','2020-10-31 15:01:49','','','','36','Cash',0.00,'40','','','4','','1','2020-10-31 12:45:55','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','9.00','7','Inclusive'),(5582,'41604148356','32','1','50','retail','0','2020-10-31 15:45:56','','','','45','Cash',0.00,'50','','','4','','1','2020-10-31 13:39:17','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5583,'41604151558','6161100950825','1','35','retail','0','2020-10-31 16:39:18','','','','31.5','Cash',0.00,'35','','','4','','1','2020-10-31 14:10:27','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(5584,'41604154296','175','1','10','retail','0','2020-10-31 17:24:56','','','','9','Cash',0.00,'10','','','4','','1','2020-10-31 14:25:49','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','46.00','45','Inclusive'),(5585,'41604154350','6161113440023','1','85','retail','0','2020-10-31 17:25:50','','','','76.5','Cash',0.00,'85','','','4','','1','2020-10-31 14:26:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5586,'41604154579','6161100760226','1','20','retail','0','2020-10-31 17:29:39','','','','18','Cash',0.00,'20','','','4','','1','2020-10-31 14:41:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','23.00','22','Inclusive'),(5587,'41604155281','18','1','15','retail','0','2020-10-31 17:41:21','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-31 14:57:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Inclusive'),(5591,'41604157631','175','1','10','retail','0','2020-10-31 18:20:31','','','','9','Cash',0.00,'10','','','4','','1','2020-10-31 15:35:36','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','45.00','44','Inclusive'),(5592,'41604158536','6161102170023','1','125','retail','0','2020-10-31 18:35:36','','','','107.5','Cash',0.00,'125','','','4','','1','2020-10-31 15:39:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5593,'41604158536','18','1','15','retail','0','2020-10-31 18:36:01','','','','13.5','Cash',0.00,'15','','','4','','1','2020-10-31 15:39:37','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Inclusive'),(5594,'41604159004','490','6','30','retail','0','2020-10-31 18:43:25','','','','3','Cash',0.00,'5','','','4','','1','2020-10-31 16:07:14','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','6','30.00','24','Exclusive'),(5595,'41604160434','511','1','65','retail','0','2020-10-31 19:07:14','','','','55','Cash',0.00,'65','','','4','','1','2020-10-31 16:23:50','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','20.00','19','Exclusive'),(5596,'41604160434','6164000072055','1','45','retail','0','2020-10-31 19:21:38','','','','40.5','Cash',0.00,'45','','','4','','1','2020-10-31 16:23:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(5597,'41604160434','32','1','50','retail','0','2020-10-31 19:21:46','','','','45','Cash',0.00,'50','','','4','','1','2020-10-31 16:23:50','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Inclusive'),(5598,'41604161446','6009611170274','1','10','retail','0','2020-10-31 19:24:06','','','','4','Cash',0.00,'10','','','4','','1','2020-10-31 16:49:57','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','193.00','192','Exclusive'),(5599,'41604162997','6009611170274','1','10','retail','0','2020-10-31 19:49:57','','','','4','Cash',0.00,'10','','','4','','1','2020-10-31 16:50:40','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','192.00','191','Exclusive'),(5600,'41604164023','6161101661249','1','525','retail','0','2020-10-31 20:07:03','','','','441.66','Cash',0.00,'525','','','4','','1','2020-10-31 17:17:07','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5601,'41604233638','16','4','120','retail','0','2020-11-01 15:27:18','','','','27','Cash',14.74,'30','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','4','33.00','29','Inclusive'),(5602,'41604233638','497','1','50','retail','0','2020-11-01 15:28:10','','','','46','Cash',0.00,'50','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(5603,'41604233638','78','1','110','retail','0','2020-11-01 15:28:22','','','','99','Cash',0.00,'110','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5604,'41604233638','18','1','15','retail','0','2020-11-01 15:28:40','','','','13.5','Cash',0.00,'15','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(5605,'41604233638','74','1','170','retail','0','2020-11-01 15:28:45','','','','153','Cash',0.00,'170','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5606,'41604233638','133','1','40','retail','0','2020-11-01 15:29:06','','','','36','Cash',0.00,'40','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(5607,'41604233638','6162000010121','1','120','retail','0','2020-11-01 15:29:15','','','','108','Cash',0.00,'120','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(5608,'41604233638','17','1','10','retail','0','2020-11-01 15:29:31','','','','9','Cash',0.00,'10','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','24.00','23','Inclusive'),(5609,'41604233638','95','1','70','retail','0','2020-11-01 15:29:37','','','','63','Cash',0.00,'70','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','1.00','0','Inclusive'),(5610,'41604233638','83','1','65','retail','0','2020-11-01 15:29:47','','','','58.5','Cash',0.00,'65','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5611,'41604233638','508','1','65','retail','0','2020-11-01 15:29:55','','','','55','Cash',0.00,'65','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','19.00','18','Exclusive'),(5612,'41604233638','175','7','70','retail','0','2020-11-01 15:30:04','','','','9','Cash',0.00,'10','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','7','44.00','37','Inclusive'),(5613,'41604233638','53','1','20','retail','0','2020-11-01 15:30:15','','','','18','Cash',0.00,'20','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','16.00','15','Inclusive'),(5614,'41604233638','507','1','50','retail','0','2020-11-01 15:30:22','','','','35.42','Cash',0.00,'50','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Exclusive'),(5615,'41604233638','6164000072017','1','45','retail','0','2020-11-01 15:30:29','','','','40.5','Cash',0.00,'45','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(5616,'41604233638','68','2','100','retail','0','2020-11-01 15:30:36','','','','45','Cash',0.00,'50','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','12.00','10','Inclusive'),(5617,'41604233638','6164000072048','3','135','retail','0','2020-11-01 15:30:47','','','','40.5','Cash',0.00,'45','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','8.00','5','Inclusive'),(5618,'41604233638','498','1','20','retail','0','2020-11-01 15:30:58','','','','17','Cash',0.00,'20','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(5619,'41604233638','5410076189540','1','155','retail','0','2020-11-01 15:31:07','','','','139.5','Cash',0.00,'155','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Inclusive'),(5620,'41604233638','32','1','50','retail','0','2020-11-01 15:31:15','','','','45','Cash',0.00,'50','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Inclusive'),(5621,'41604233638','505','1','110','retail','0','2020-11-01 15:31:22','','','','90','Cash',0.00,'110','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(5622,'41604233638','431','1','6','retail','0','2020-11-01 15:31:33','','','','4.2','Cash',0.00,'6','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','8.00','7','Exclusive'),(5623,'41604233638','513','3','30','retail','0','2020-11-01 15:31:45','','','','6.7','Cash',0.00,'10','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','3','6.00','3','Exclusive'),(5624,'41604233638','175','1','10','retail','0','2020-11-01 15:31:54','','','','9','Cash',0.00,'10','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','37.00','36','Inclusive'),(5625,'41604233638','494','1','20','retail','0','2020-11-01 15:32:02','','','','15','Cash',0.00,'20','','','4','','1','2020-11-01 12:32:21','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','6.00','5','Exclusive'),(5626,'41604233942','6164000033186','1','130','retail','0','2020-11-01 15:32:22','','','','117','Cash',0.00,'130','','','4','','1','2020-11-01 12:45:18','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5628,'41604239523','16','2','60','retail','0','2020-11-01 17:05:23','','','','27','Cash',7.37,'30','','','4','','1','2020-11-01 14:22:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','29.00','27','Inclusive'),(5629,'41604239523','175','2','20','retail','0','2020-11-01 17:05:39','','','','9','Cash',0.00,'10','','','4','','1','2020-11-01 14:22:38','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','36.00','34','Inclusive'),(5630,'41604240559','493','1','50','retail','0','2020-11-01 17:22:39','','','','45','Cash',0.00,'50','','','4','','1','2020-11-01 15:03:15','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5631,'41604240559','431','2','12','retail','0','2020-11-01 18:02:49','','','','4.2','Cash',0.00,'6','','','4','','1','2020-11-01 15:03:15','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','2','7.00','5','Exclusive'),(5632,'41604242995','792382330195','1','100','retail','0','2020-11-01 18:03:15','','','','85.5','Cash',0.00,'100','','','4','','1','2020-11-01 15:35:12','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Exclusive'),(5633,'41604244913','32','1','50','retail','0','2020-11-01 18:56:50','','','','45','Cash',0.00,'50','','','4','','1','2020-11-01 16:04:40','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Inclusive'),(5634,'41604246681','18','1','15','retail','0','2020-11-01 19:04:41','','','','13.5','Cash',0.00,'15','','','4','','1','2020-11-01 16:04:56','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','15.00','14','Inclusive'),(5635,'41604247417','68','1','50','retail','0','2020-11-01 19:16:58','','','','45','Cash',0.00,'50','','','4','','1','2020-11-01 16:19:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','10.00','9','Inclusive'),(5636,'41604247417','8901719903434','3','60','retail','0','2020-11-01 19:17:06','','','','18','Cash',0.00,'20','','','4','','1','2020-11-01 16:19:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','3','3.00','0','Inclusive'),(5637,'41604247560','494','1','20','retail','0','2020-11-01 19:19:20','','','','15','Cash',0.00,'20','','','4','','1','2020-11-01 16:30:21','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','5.00','4','Exclusive'),(5638,'41604296444','498','1','20','retail','0','2020-11-02 08:54:04','','','','17','Cash',0.00,'20','','','4','','1','2020-11-02 05:54:14','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5639,'41604296455','102','2','120','retail','0','2020-11-02 08:54:15','','','','47','Cash',0.00,'60','','','4','','1','2020-11-02 06:10:45','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','2.00','0','Inclusive'),(5640,'41604297446','6203012970123','1','90','retail','0','2020-11-02 09:10:46','','','','81','Cash',0.00,'90','','','4','','1','2020-11-02 06:51:42','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','28.00','27','Inclusive'),(5641,'41604299904','68','1','50','retail','0','2020-11-02 09:51:44','','','','45','Cash',0.00,'50','','','4','','1','2020-11-02 06:52:53','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(5642,'41604299974','6164000184048','1','5','retail','0','2020-11-02 09:52:54','','','','4.5','Cash',0.00,'5','','','4','','1','2020-11-02 06:54:10','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Inclusive'),(5643,'41604300051','6161113440054','1','55','retail','0','2020-11-02 09:54:11','','','','49.5','Cash',0.00,'55','','','4','','1','2020-11-02 07:15:58','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(5644,'41604301359','494','1','20','retail','0','2020-11-02 10:15:59','','','','15','Cash',0.00,'20','','','4','','1','2020-11-02 07:19:10','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','4.00','3','Exclusive'),(5645,'41604301551','8001090702500','1','30','retail','0','2020-11-02 10:19:12','','','','27','Cash',0.00,'30','','','4','','1','2020-11-02 07:28:31','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','33.00','32','Inclusive'),(5646,'41604302111','158','1','50','retail','0','2020-11-02 10:28:32','','','','36.45','Cash',0.00,'50','','','4','','1','2020-11-02 07:50:35','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','34.00','33','Inclusive'),(5647,'41604303436','6164001166272','2','100','retail','0','2020-11-02 10:50:36','','','','45','Cash',0.00,'50','','','4','','1','2020-11-02 07:56:54','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','2','10.00','8','Inclusive'),(5648,'41604303815','497','1','50','retail','0','2020-11-02 10:56:55','','','','46','Cash',0.00,'50','','','4','','1','2020-11-02 08:01:15','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Exclusive'),(5649,'41604303815','499','1','10','retail','0','2020-11-02 11:00:57','','','','8','Cash',0.00,'10','','','4','','1','2020-11-02 08:01:15','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','9.00','8','Exclusive'),(5650,'41604304076','120','1','110','retail','0','2020-11-02 11:06:11','','','','99','Cash',0.00,'110','','','4','','1','2020-11-02 08:07:20','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5651,'41604304441','494','1','20','retail','0','2020-11-02 11:07:21','','','','15','Cash',0.00,'20','','','4','','1','2020-11-02 08:10:57','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','3.00','2','Exclusive'),(5652,'41604304658','32','1','50','retail','0','2020-11-02 11:10:58','','','','45','Cash',0.00,'50','','','4','','1','2020-11-02 08:14:52','1','1','returned','1','new','pcs','','2020-11-02 11:14:52','4','yes','','0','','','ZERO RATED','0','1','2.00','1','Inclusive'),(5653,'41604305472','26','1','25','retail','0','2020-11-02 11:24:32','','','','22.5','Cash',0.00,'25','','','4','','1','2020-11-02 08:25:21','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','18.00','17','Inclusive'),(5654,'41604305472','792382330195','1','100','retail','0','2020-11-02 11:25:07','','','','85.5','Cash',0.00,'100','','','4','','1','2020-11-02 08:25:21','1','1','printed','1','new','pc','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Exclusive'),(5655,'41604305521','89','1','40','retail','0','2020-11-02 11:25:34','','','','36','Cash',0.00,'40','','','4','','1','2020-11-02 08:25:59','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','7.00','6','Inclusive'),(5656,'41604305559','18','1','15','retail','0','2020-11-02 11:26:00','','','','13.5','Cash',0.00,'15','','','4','','1','2020-11-02 08:48:04','1','1','printed','1','new','pcs','','','','yes','','0','','','ZERO RATED','0','1','14.00','13','Inclusive'); /*!40000 ALTER TABLE `sales_order` 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 AUTO_INCREMENT=31 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 */; INSERT INTO `sms` VALUES (1,'254715667777','2020-07-09 05:39:55pm','Welcome Nakumat.','active','1','1',0,0,'',0,'',''),(2,'254722811724','2020-07-20 01:03:25pm','Kindly pay your rent by 21st June 2020. From XYz Company','active','1','1',0,0,'',0,'',''),(3,'+254796883745','2020-08-03 09:14:21pm','This is to inform you to check email for urgent action immediately.','active','1','1',0,0,'',0,'',''),(4,'254790975000','2020-08-04 06:47:37am','Good morning, ROBISEARCH LTD would want to you to join our digital marketing team. Kindly call back(0718667391) from 7am if you are interested in this position\r\nand done with your school as well as if you can avail yourself immediately. You should send your application too through: info@robisearch.com by today. Kind Regards.','active','1','1',0,0,'',0,'',''),(5,'254795526120','2020-08-04 06:47:37am','Good morning, ROBISEARCH LTD would want to you to join our digital marketing team. Kindly call back(0718667391) from 7am if you are interested in this position\r\nand done with your school as well as if you can avail yourself immediately. You should send your application too through: info@robisearch.com by today. Kind Regards.','active','1','1',0,0,'',0,'',''),(6,'254729208238','2020-08-04 06:47:37am','Good morning, ROBISEARCH LTD would want to you to join our digital marketing team. Kindly call back(0718667391) from 7am if you are interested in this position\r\nand done with your school as well as if you can avail yourself immediately. You should send your application too through: info@robisearch.com by today. Kind Regards.','active','1','1',0,0,'',0,'',''),(7,'254719554632','2020-08-04 06:47:37am','Good morning, ROBISEARCH LTD would want to you to join our digital marketing team. Kindly call back(0718667391) from 7am if you are interested in this position\r\nand done with your school as well as if you can avail yourself immediately. You should send your application too through: info@robisearch.com by today. Kind Regards.','active','1','1',0,0,'',0,'',''),(8,'254705999443','2020-08-04 06:47:37am','Good morning, ROBISEARCH LTD would want to you to join our digital marketing team. Kindly call back(0718667391) from 7am if you are interested in this position\r\nand done with your school as well as if you can avail yourself immediately. You should send your application too through: info@robisearch.com by today. Kind Regards.','active','1','1',0,0,'',0,'',''),(9,'254716130793','2020-08-04 06:47:37am','Good morning, ROBISEARCH LTD would want to you to join our digital marketing team. Kindly call back(0718667391) from 7am if you are interested in this position\r\nand done with your school as well as if you can avail yourself immediately. You should send your application too through: info@robisearch.com by today. Kind Regards.','active','1','1',0,0,'',0,'',''),(10,'254704678645','2020-08-04 06:47:37am','Good morning, ROBISEARCH LTD would want to you to join our digital marketing team. Kindly call back(0718667391) from 7am if you are interested in this position\r\nand done with your school as well as if you can avail yourself immediately. You should send your application too through: info@robisearch.com by today. Kind Regards.','active','1','1',0,0,'',0,'',''),(11,'254718067296','2020-08-04 06:47:37am','Good morning, ROBISEARCH LTD would want to you to join our digital marketing team. Kindly call back(0718667391) from 7am if you are interested in this position\r\nand done with your school as well as if you can avail yourself immediately. You should send your application too through: info@robisearch.com by today. Kind Regards.','active','1','1',0,0,'',0,'',''),(12,'254705468026','2020-08-04 06:49:06am','Good morning, ROBISEARCH LTD would want to you to join our digital marketing team. Kindly call back(0718667391) from 7am if you are interested in this position and done with your school as well as if you can avail yourself immediately. You should send your application too through: info@robisearch.com by today. Kind Regards.','active','1','1',0,0,'',0,'',''),(13,'254700834718','2020-08-04 06:49:06am','Good morning, ROBISEARCH LTD would want to you to join our digital marketing team. Kindly call back(0718667391) from 7am if you are interested in this position and done with your school as well as if you can avail yourself immediately. You should send your application too through: info@robisearch.com by today. Kind Regards.','active','1','1',0,0,'',0,'',''),(14,'254717364114','2020-08-04 06:49:06am','Good morning, ROBISEARCH LTD would want to you to join our digital marketing team. Kindly call back(0718667391) from 7am if you are interested in this position and done with your school as well as if you can avail yourself immediately. You should send your application too through: info@robisearch.com by today. Kind Regards.','active','1','1',0,0,'',0,'',''),(15,'254706166778','2020-08-04 06:49:06am','Good morning, ROBISEARCH LTD would want to you to join our digital marketing team. Kindly call back(0718667391) from 7am if you are interested in this position and done with your school as well as if you can avail yourself immediately. You should send your application too through: info@robisearch.com by today. Kind Regards.','active','1','1',0,0,'',0,'',''),(16,'254706166778','2020-08-04 06:49:06am','Good morning, ROBISEARCH LTD would want to you to join our digital marketing team. Kindly call back(0718667391) from 7am if you are interested in this position and done with your school as well as if you can avail yourself immediately. You should send your application too through: info@robisearch.com by today. Kind Regards.','active','1','1',0,0,'',0,'',''),(17,'254725315511','2020-08-04 06:49:06am','Good morning, ROBISEARCH LTD would want to you to join our digital marketing team. Kindly call back(0718667391) from 7am if you are interested in this position and done with your school as well as if you can avail yourself immediately. You should send your application too through: info@robisearch.com by today. Kind Regards.','active','1','1',0,0,'',0,'',''),(18,'254703870775','2020-08-04 06:49:06am','Good morning, ROBISEARCH LTD would want to you to join our digital marketing team. Kindly call back(0718667391) from 7am if you are interested in this position and done with your school as well as if you can avail yourself immediately. You should send your application too through: info@robisearch.com by today. Kind Regards.','active','1','1',0,0,'',0,'',''),(19,'254703870775','2020-08-04 06:49:06am','Good morning, ROBISEARCH LTD would want to you to join our digital marketing team. Kindly call back(0718667391) from 7am if you are interested in this position and done with your school as well as if you can avail yourself immediately. You should send your application too through: info@robisearch.com by today. Kind Regards.','active','1','1',0,0,'',0,'',''),(20,'254725851278','2020-08-04 06:49:06am','Good morning, ROBISEARCH LTD would want to you to join our digital marketing team. Kindly call back(0718667391) from 7am if you are interested in this position and done with your school as well as if you can avail yourself immediately. You should send your application too through: info@robisearch.com by today. Kind Regards.','active','1','1',0,0,'',0,'',''),(21,'254703600611','2020-08-04 06:49:06am','Good morning, ROBISEARCH LTD would want to you to join our digital marketing team. Kindly call back(0718667391) from 7am if you are interested in this position and done with your school as well as if you can avail yourself immediately. You should send your application too through: info@robisearch.com by today. Kind Regards.','active','1','1',0,0,'',0,'',''),(22,'254715663916','2020-08-04 06:49:06am','Good morning, ROBISEARCH LTD would want to you to join our digital marketing team. Kindly call back(0718667391) from 7am if you are interested in this position and done with your school as well as if you can avail yourself immediately. You should send your application too through: info@robisearch.com by today. Kind Regards.','active','1','1',0,0,'',0,'',''),(23,'254789927564','2020-08-06 07:08:24am','Hi! This is to inform you that room No 102 has been sold by Manyala for Ksh. 1500.at 06/08/2020 07:08Kindly login to confirm from the system.Automatic sms.','active','1','1',0,0,'',0,'',''),(24,'254789927564','2020-08-06 07:10:29am','Hi! This is to inform you that room No.103 has been sold by Manyala for Ksh. 5000. at 06/08/2020 07:10 Kindly login to confirm from the system.Automatic sms.','active','1','1',0,0,'',0,'',''),(25,'254789927564','2020-08-06 07:12:03am','Hi! This is to inform you that room No.102 has been sold by Manyala for Ksh. 1500. at 06/08/2020 07:12am Kindly login to confirm from the system.Automatic sms.','active','1','1',0,0,'',0,'',''),(26,'254789927564','2020-08-06 07:14:27am','Hi! This is to inform you that room No.102 has been sold by Manyala for Ksh.1500 on 06/08/2020 07:14am. Kindly login to confirm from the system.Automatic sms.','active','1','1',0,0,'',0,'',''),(27,'254789927564','2020-08-06 07:30:52am','Dear ! You have been invoiced Ksh.5350 for Hs No.201 on 2020-08-06. Your total balance is Ksh. 234050 . Kindly ensure you pay your rent bills before .2020-08-06 to avoid penalty.','active','1','1',0,0,'',0,'',''),(28,'254789927564','2020-08-06 07:34:31am','Dear ! You have been invoiced Ksh.5350 for Hs No.201 on 06/08/2020. Your total balance is Ksh.239400 . Kindly ensure you pay your rent bills before 06/08/2020 to avoid penalty.','active','1','1',0,0,'',0,'',''),(29,'254789927564','2020-08-06 07:38:58am','Dear Nyambura! You have been invoiced Ksh.5350 for Hs No.201 on 06/08/2020. Your total balance is Ksh.244750 . Kindly ensure you pay your rent bills before 06/08/2020 to avoid penalty.','active','1','1',0,0,'',0,'',''),(30,'254789927564','2020-08-08 07:42:52am','Dear Robisearch, Robisearch Manyala has applied for 2193.50 on 08/08/2020 07:42 regarding SSS. Check your erp for approval.','active','1','1',0,0,'',0,'',''); /*!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;\">ALIBERN SUPERMARKET</H1>','254738637711','BUMALA','support@robisearch.com','ROBISEARCHPOS','TRILOK LIMITED<BR> \r\nP.O BOX 1157-50205 Webuye Kenya<BR> \r\nPHONE:0707283352; Pin No:A011559638G<BR> \r\n','KJ WINES','e7bd1efe6cee0b56cf3b31d7fb5d01c7','254708325411','522522','Ksh','VAT','14','14','2','RO0001',' Goods once sold will not be returned ,Prices inclusive of vat where applicable, <br>We appreciate your valuable business','2020-07-081594227653.jpg','1','1 ','','7','2020-08-10 16:03:30','yes','no','no','no','OIEA5ak8Sr6f/lR0Q7Hqmpv/8MQ8GTTTeJ5jAIrmCM1x17DakUPy5XBtYlt5uHmK4UDlhACJ0+TjK3D+wXN1Vw==','<center><h1>TILL NO:596357</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','kKIvS3ZRZvWHzbb2LAn9EdAV0Y94NlukqDuxsQanV6ryGThfTKOxEV0zhPCbluk+CFBvJPCGZ7HpVxIkhds6Xg==','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, `code` varchar(50) NOT NULL, `invoice` varchar(50) NOT NULL, `crateddate` varchar(30) NOT NULL, `debit` decimal(10,2) NOT NULL, `credit` decimal(10,2) NOT NULL, `balance` varchar(20) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `paymentmethodes` varchar(10) NOT NULL, `description` text NOT NULL, `amount` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `supplier` varchar(30) NOT NULL, `type` varchar(30) NOT NULL, `refno` varchar(30) NOT NULL, `vatable` varchar(30) NOT NULL, `vat` varchar(30) NOT NULL, `tax` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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 */; /*!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 AUTO_INCREMENT=7896 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 */; INSERT INTO `stock` VALUES (1,'197',9.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(2,'196',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(3,'195',12.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(4,'194',10.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(5,'193',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(6,'192',32.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(7,'191',27.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(8,'190',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(9,'189',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(10,'188',41.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(11,'187',35.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(12,'186',0.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(13,'185',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(14,'184',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(15,'183',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(16,'182',4.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(17,'181',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(18,'180',4.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(19,'179',5.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(20,'178',4.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(21,'177',6.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(22,'176',1.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(23,'175',3.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(24,'174',22.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(25,'173',22.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(26,'172',35.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(27,'171',67.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(28,'170',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(29,'169',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(30,'168',0.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(31,'167',1.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(32,'166',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(33,'165',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(34,'164',0.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(35,'163',2.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(36,'162',33.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(37,'161',9.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(38,'160',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(39,'159',3.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(40,'158',8.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(41,'157',4.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(42,'156',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(43,'155',10.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(44,'154',2.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(45,'153',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(46,'152',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(47,'151',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(48,'150',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(49,'149',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(50,'148',0.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(51,'147',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(52,'146',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(53,'145',2.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(54,'144',43.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(55,'143',6.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(56,'142',8.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(57,'141',5.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(58,'140',12.00,0.00,0.00,0.00,0.00,0.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(59,'139',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(60,'138',0.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(61,'137',5.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(62,'136',11.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(63,'135',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(64,'134',1.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(65,'133',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(66,'132',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(67,'131',3.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(68,'130',3.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(69,'129',5.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(70,'128',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(71,'127',3.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(72,'126',19.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(73,'125',19.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(74,'124',121.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(75,'123',11.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(76,'122',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(77,'121',5.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(78,'120',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(79,'119',10.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(80,'118',64.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(81,'117',0.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(82,'116',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(83,'115',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(84,'114',594.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(85,'113',11.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(86,'112',21.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(87,'111',4.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(88,'110',5.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(89,'109',6.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(90,'108',18.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(91,'107',176.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(92,'106',0.00,0.00,0.00,0.00,0.00,275.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(93,'105',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(94,'104',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(95,'103',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(96,'102',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(97,'101',25.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(98,'100',0.00,0.00,0.00,0.00,0.00,175.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(99,'99',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(100,'98',1.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(101,'97',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(102,'96',6.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(103,'95',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(104,'94',8.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(105,'93',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(106,'92',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(107,'91',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(108,'90',19.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(109,'89',22.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(110,'88',5.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(111,'87',7.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(112,'86',20.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(113,'85',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(114,'84',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(115,'83',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(116,'82',55.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(117,'81',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(118,'80',14.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(119,'79',4.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(120,'78',0.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(121,'77',2.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(122,'76',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(123,'75',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(124,'74',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(125,'73',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(126,'72',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(127,'71',128.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(128,'70',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(129,'69',10.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(130,'68',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(131,'67',11.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(132,'66',8.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(133,'65',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(134,'64',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(135,'63',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(136,'62',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(137,'61',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(138,'60',0.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(139,'59',67.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(140,'58',6.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(141,'57',5.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(142,'56',7.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(143,'55',5.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(144,'54',5.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(145,'53',10.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(146,'52',9.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(147,'51',6.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(148,'50',3.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(149,'49',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(150,'48',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(151,'47',7.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(152,'46',5.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(153,'45',8.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(154,'44',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(155,'43',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(156,'42',24.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(157,'41',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(158,'40',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(159,'39',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(160,'38',4.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(161,'37',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(162,'36',2.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(163,'35',1.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(164,'34',4.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(165,'33',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(166,'32',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(167,'31',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(168,'30',1.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(169,'29',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(170,'28',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(171,'27',10.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(172,'26',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(173,'25',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(174,'24',6.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(175,'23',5.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(176,'22',15.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(177,'21',6.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(178,'20',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(179,'19',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(180,'18',34.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(181,'17',27.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(182,'16',29.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(183,'15',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(184,'14',10.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(185,'13',0.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(186,'12',24.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(187,'11',7.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(188,'10',1.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(189,'9',8.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(190,'8924122012340',31.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(191,'8908000034198',16.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(192,'8901719908590',19.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(193,'8901719908583',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(194,'8901719908576',2.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(195,'8901719908262',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(196,'8901719903465',16.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(197,'8901719903434',12.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(198,'8901719903427',13.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(199,'8901719258633',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(200,'8901719258619',0.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(201,'8718951340664',32.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(202,'8692806042104',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(203,'8691720006018',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(204,'8001090702500',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(205,'8',31.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(206,'7622210304544',26.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(207,'7622210304537',0.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(208,'7622210304520',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(209,'7622210304476',10.00,0.00,0.00,0.00,0.00,290.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(210,'7174000996052',10.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(211,'7174000996045',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(212,'7',20.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(213,'6923564532289',30.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(214,'6920762411453',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(215,'6920354820946',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(216,'6920354817823',74.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(217,'6221022011131',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(218,'6203012970123',1.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(219,'6166000090213',1.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(220,'6164004676228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(221,'6164004611175',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(222,'6164004597103',10.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(223,'6164004575910',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(224,'6164004575903',2.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(225,'6164004554199',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(226,'6164004554182',9.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(227,'6164003349239',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(228,'6164003349215',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(229,'6164003153256',3.00,0.00,0.00,0.00,0.00,190.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(230,'6164003153027',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(231,'6164001166289',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(232,'6164001166272',8.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(233,'6164001015372',1.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(234,'6164000993008',2.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(235,'6164000512018',10.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(236,'6164000242588',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(237,'6164000242533',9.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(238,'6164000184048',4.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(239,'6164000184031',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(240,'6164000072055',2.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(241,'6164000072048',4.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(242,'6164000072031',14.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(243,'6164000072024',14.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(244,'6164000072017',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(245,'6164000072000',4.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(246,'6164000033643',9.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(247,'6164000033636',1.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(248,'6164000033490',6.50,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(249,'6164000033483',3.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(250,'6164000033230',11.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(251,'6164000033223',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(252,'6164000033209',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(253,'6164000033193',1.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(254,'6164000033186',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(255,'6164000033179',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(256,'6164000033070',4.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(257,'6164000025990',10.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(258,'6164000025242',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(259,'6164000025235',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(260,'6164000009570',4.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(261,'6164000009563',9.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(262,'6164000009556',21.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(263,'6164000009549',8.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(264,'6164000009372',15.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(265,'6164000009358',9.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(266,'6164000009334',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(267,'6164000009327',21.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(268,'6164000009303',35.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(269,'6164000009082',1.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(270,'6164000009075',38.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(271,'6164000009068',94.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(272,'6164000009020',3.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(273,'6164000009013',0.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(274,'6164000009006',0.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(275,'6162006607998',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(276,'6162006602771',3.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(277,'6162006602740',13.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(278,'6162000010121',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(279,'6162000010022',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(280,'6161113940530',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(281,'6161113940141',2.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(282,'6161113940134',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(283,'6161113440092',6.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(284,'6161113440085',4.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(285,'6161113440078',6.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(286,'6161113440061',6.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(287,'6161113440054',6.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(288,'6161113440030',1.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(289,'6161113440023',4.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(290,'6161113440016',16.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(291,'6161113440009',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(292,'6161110961521',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(293,'6161109724106',2.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(294,'6161109724038',4.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(295,'6161109724021',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(296,'6161109510389',3.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(297,'6161107777425',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(298,'6161107774240',0.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(299,'6161107772246',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(300,'6161107772222',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(301,'6161107772208',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(302,'6161107770853',13.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(303,'6161107770297',11.00,0.00,0.00,0.00,0.00,620.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(304,'6161107770242',2.00,0.00,0.00,0.00,0.00,325.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(305,'6161107770150',3.00,0.00,0.00,0.00,0.00,1435.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(306,'6161107151027',23.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(307,'6161107151010',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(308,'6161107150853',3.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(309,'6161107150815',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(310,'6161107150730',6.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(311,'6161107150709',0.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(312,'6161106961979',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(313,'6161106610716',4.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(314,'6161106610594',7.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(315,'6161106610259',8.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(316,'6161106610242',10.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(317,'6161106610235',3.00,0.00,0.00,0.00,0.00,340.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(318,'6161106610228',5.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(319,'6161106370283',19.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(320,'6161106002146',6.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(321,'6161104110225',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(322,'6161103941608',19.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(323,'6161103941271',34.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(324,'6161103940069',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(325,'6161103620077',19.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(326,'6161102794694',26.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(327,'6161102170917',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(328,'6161102170900',94.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(329,'6161102170818',6.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(330,'6161102170030',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(331,'6161102170023',0.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(332,'6161101680424',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(333,'6161101668309',28.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(334,'6161101668293',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(335,'6161101661713',5.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(336,'6161101661454',43.00,0.00,0.00,0.00,0.00,375.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(337,'6161101661300',5.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(338,'6161101661256',18.00,0.00,0.00,0.00,0.00,860.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(339,'6161101661249',0.00,0.00,0.00,0.00,0.00,525.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(340,'6161101661232',19.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(341,'6161101661218',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(342,'6161101280037',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(343,'6161101280020',5.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(344,'6161101280013',10.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(345,'6161101011860',24.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(346,'6161101000901',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(347,'6161101000895',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(348,'6161101000840',14.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(349,'6161101000833',7.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(350,'6161101000543',3.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(351,'6161100952430',14.00,0.00,0.00,0.00,0.00,265.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(352,'6161100952423',1.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(353,'6161100950825',7.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(354,'6161100950139',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(355,'6161100950030',6.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(356,'6161100913080',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(357,'6161100913011',4.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(358,'6161100912731',12.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(359,'6161100912519',11.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(360,'6161100912380',12.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(361,'6161100912281',15.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(362,'6161100911291',3.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(363,'6161100860247',105.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(364,'6161100860155',35.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(365,'6161100762473',6.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(366,'6161100761933',80.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(367,'6161100760615',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(368,'6161100760479',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(369,'6161100760387',28.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(370,'6161100760257',21.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(371,'6161100760226',49.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(372,'6161100760066',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(373,'6161100602694',10.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(374,'6161100602267',6.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(375,'6161100450127',14.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(376,'6161100100084',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(377,'6161100045101',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(378,'6161100041240',2.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(379,'6161100040267',1.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(380,'6009629720072',15.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(381,'6009627740072',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(382,'6009627050034',14.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(383,'6009627050027',6.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(384,'6009627050010',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(385,'6009614480462',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(386,'6009607673345',35.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(387,'6008792500061',9.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(388,'6008792000134',17.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(389,'6008677000556',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(390,'6008677000549',10.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(391,'6008677000532',6.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(392,'6001087012003',1.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(393,'6001067000624',3.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(394,'6001067000419',8.00,0.00,0.00,0.00,0.00,145.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(395,'6001067000372',7.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(396,'6',16.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(397,'5449000180247',23.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(398,'5410076189571',2.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(399,'5410076189540',2.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(400,'5010029205084',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(401,'5010029204780',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(402,'5',0.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(403,'4005900528018',7.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(404,'4005900527981',1.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(405,'4005900527950',1.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(406,'4',4.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(407,'3',3.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(408,'2',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(409,'15',118.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(410,'14',7.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(411,'13',5.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(412,'12',23.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(413,'11',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(414,'10',3.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(415,'1',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(416,'0792382472796',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(417,'0792382472789',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(418,'0792382445790',19.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(419,'0792382429769',9.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(420,'0000901626026',12.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(421,'0000616009978',7.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(422,'0000616009800',28.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(423,'0000616003174',34.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-12','',0,'08:34:03','',''),(424,'197',9.00,0.00,9.00,9.00,0.00,12.00,108.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(425,'196',23.00,0.00,23.00,23.00,0.00,55.00,1265.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(426,'195',12.00,0.00,12.00,12.00,0.00,30.00,360.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(427,'194',10.00,0.00,10.00,10.00,0.00,85.00,850.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(428,'193',1.00,0.00,1.00,1.00,0.00,60.00,60.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(429,'192',31.00,0.00,31.00,31.00,0.00,5.00,155.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(430,'191',25.00,0.00,25.00,25.00,0.00,5.00,125.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(431,'190',21.00,0.00,21.00,21.00,0.00,25.00,525.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(432,'189',90.00,0.00,90.00,90.00,0.00,5.00,450.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(433,'188',41.00,0.00,41.00,41.00,0.00,450.00,18450.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(434,'187',35.00,0.00,35.00,35.00,0.00,5.00,175.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(435,'186',10.00,0.00,10.00,10.00,0.00,150.00,1500.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(436,'185',5.00,0.00,5.00,5.00,0.00,5.00,25.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(437,'184',8.00,0.00,8.00,8.00,0.00,100.00,800.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(438,'183',2.00,0.00,2.00,2.00,0.00,65.00,130.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(439,'182',4.00,0.00,4.00,4.00,0.00,40.00,160.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(440,'181',3.00,0.00,3.00,3.00,0.00,25.00,75.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(441,'180',4.00,0.00,4.00,4.00,0.00,125.00,500.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(442,'179',5.00,0.00,5.00,5.00,0.00,590.00,2950.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(443,'178',4.00,0.00,4.00,4.00,0.00,125.00,500.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(444,'177',6.00,0.00,6.00,6.00,0.00,25.00,150.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(445,'176',1.00,0.00,1.00,1.00,0.00,250.00,250.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(446,'175',1.00,0.00,1.00,1.00,0.00,10.00,10.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(447,'174',22.00,0.00,22.00,22.00,0.00,20.00,440.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(448,'173',22.00,0.00,22.00,22.00,0.00,25.00,550.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(449,'172',35.00,0.00,35.00,35.00,0.00,70.00,2450.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(450,'171',67.00,0.00,67.00,67.00,0.00,130.00,8710.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(451,'170',4.00,0.00,4.00,4.00,0.00,170.00,680.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(452,'169',45.00,0.00,45.00,45.00,0.00,5.00,225.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(453,'168',10.00,0.00,10.00,10.00,0.00,200.00,2000.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(454,'167',1.00,0.00,1.00,1.00,0.00,30.00,30.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(455,'166',1.00,0.00,1.00,1.00,0.00,70.00,70.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(456,'165',4.00,0.00,4.00,4.00,0.00,50.00,200.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(457,'164',10.00,0.00,10.00,10.00,0.00,750.00,7500.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(458,'163',2.00,0.00,2.00,2.00,0.00,700.00,1400.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(459,'162',33.00,0.00,33.00,33.00,0.00,30.00,990.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(460,'161',9.00,0.00,9.00,9.00,0.00,25.00,225.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(461,'160',2.00,0.00,2.00,2.00,0.00,10.00,20.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(462,'159',3.00,0.00,3.00,3.00,0.00,160.00,480.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(463,'158',8.00,0.00,8.00,8.00,0.00,50.00,400.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(464,'157',4.00,0.00,4.00,4.00,0.00,500.00,2000.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(465,'156',4.00,0.00,4.00,4.00,0.00,50.00,200.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(466,'155',10.00,0.00,10.00,10.00,0.00,60.00,600.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(467,'154',2.00,0.00,2.00,2.00,0.00,45.00,90.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(468,'153',2.00,0.00,2.00,2.00,0.00,40.00,80.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(469,'152',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(470,'151',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(471,'150',2.00,0.00,2.00,2.00,0.00,30.00,60.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(472,'149',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(473,'148',2.00,0.00,2.00,2.00,0.00,240.00,480.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(474,'147',7.00,0.00,7.00,7.00,0.00,250.00,1750.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(475,'146',2.00,0.00,2.00,2.00,0.00,100.00,200.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(476,'145',2.00,0.00,2.00,2.00,0.00,380.00,760.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(477,'144',43.00,0.00,43.00,43.00,0.00,65.00,2795.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(478,'143',6.00,0.00,6.00,6.00,0.00,125.00,750.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(479,'142',8.00,0.00,8.00,8.00,0.00,80.00,640.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(480,'141',5.00,0.00,5.00,5.00,0.00,160.00,800.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(481,'140',12.00,0.00,12.00,12.00,0.00,0.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(482,'139',17.00,0.00,17.00,17.00,0.00,55.00,935.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(483,'138',21.00,0.00,21.00,21.00,0.00,80.00,1680.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(484,'137',5.00,0.00,5.00,5.00,0.00,240.00,1200.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(485,'136',11.00,0.00,11.00,11.00,0.00,45.00,495.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(486,'135',11.00,0.00,11.00,11.00,0.00,60.00,660.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(487,'134',1.00,0.00,1.00,1.00,0.00,80.00,80.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(488,'133',10.00,0.00,10.00,10.00,0.00,40.00,400.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(489,'132',1.00,0.00,1.00,1.00,0.00,40.00,40.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(490,'131',3.00,0.00,3.00,3.00,0.00,40.00,120.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(491,'130',3.00,0.00,3.00,3.00,0.00,45.00,135.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(492,'129',5.00,0.00,5.00,5.00,0.00,25.00,125.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(493,'128',30.00,0.00,30.00,30.00,0.00,25.00,750.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(494,'127',3.00,0.00,3.00,3.00,0.00,80.00,240.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(495,'126',19.00,0.00,19.00,19.00,0.00,15.00,285.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(496,'125',19.00,0.00,19.00,19.00,0.00,85.00,1615.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(497,'124',121.00,0.00,121.00,121.00,0.00,115.00,13915.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(498,'123',11.00,0.00,11.00,11.00,0.00,150.00,1650.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(499,'122',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(500,'121',5.00,0.00,5.00,5.00,0.00,320.00,1600.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(501,'120',1.00,0.00,1.00,1.00,0.00,110.00,110.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(502,'119',10.00,0.00,10.00,10.00,0.00,30.00,300.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(503,'118',64.00,0.00,64.00,64.00,0.00,200.00,12800.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(504,'117',2.00,0.00,2.00,2.00,0.00,200.00,400.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(505,'116',3.00,0.00,3.00,3.00,0.00,100.00,300.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(506,'115',8.00,0.00,8.00,8.00,0.00,100.00,800.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(507,'114',594.00,0.00,594.00,594.00,0.00,95.00,56430.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(508,'113',11.00,0.00,11.00,11.00,0.00,95.00,1045.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(509,'112',21.00,0.00,21.00,21.00,0.00,45.00,945.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(510,'111',4.00,0.00,4.00,4.00,0.00,80.00,320.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(511,'110',5.00,0.00,5.00,5.00,0.00,80.00,400.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(512,'109',6.00,0.00,6.00,6.00,0.00,80.00,480.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(513,'108',18.00,0.00,18.00,18.00,0.00,50.00,900.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(514,'107',176.00,0.00,176.00,176.00,0.00,330.00,58080.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(515,'106',0.00,0.00,0.00,0.00,0.00,275.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(516,'105',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(517,'104',11.00,0.00,11.00,11.00,0.00,130.00,1430.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(518,'103',10.00,0.00,10.00,10.00,0.00,250.00,2500.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(519,'102',21.00,0.00,21.00,21.00,0.00,60.00,1260.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(520,'101',25.00,0.00,25.00,25.00,0.00,120.00,3000.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(521,'100',0.00,0.00,0.00,0.00,0.00,175.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(522,'99',38.00,0.00,38.00,38.00,0.00,50.00,1900.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(523,'98',93.00,0.00,93.00,93.00,0.00,25.00,2325.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(524,'97',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(525,'96',6.00,0.00,6.00,6.00,0.00,70.00,420.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(526,'95',2.00,4.00,6.00,6.00,0.00,70.00,420.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(527,'94',8.00,8.00,16.00,16.00,0.00,70.00,1120.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(528,'93',9.00,1.00,10.00,10.00,0.00,40.00,400.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(529,'92',9.00,0.00,9.00,9.00,0.00,40.00,360.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(530,'91',0.00,2.00,2.00,2.00,0.00,40.00,80.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(531,'90',19.00,4.00,23.00,23.00,0.00,40.00,920.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(532,'89',22.00,7.00,29.00,29.00,0.00,40.00,1160.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(533,'88',4.00,6.00,10.00,10.00,0.00,40.00,400.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(534,'87',7.00,4.00,11.00,11.00,0.00,65.00,715.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(535,'86',20.00,4.00,24.00,24.00,0.00,65.00,1560.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(536,'85',5.00,7.00,12.00,12.00,0.00,65.00,780.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(537,'84',2.00,0.00,2.00,2.00,0.00,65.00,130.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(538,'83',0.00,6.00,6.00,6.00,0.00,65.00,390.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(539,'82',55.00,3.00,58.00,58.00,0.00,65.00,3770.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(540,'81',1.00,0.00,1.00,1.00,0.00,110.00,110.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(541,'80',14.00,0.00,14.00,14.00,0.00,110.00,1540.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(542,'79',4.00,0.00,4.00,4.00,0.00,110.00,440.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(543,'78',0.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(544,'77',2.00,0.00,2.00,2.00,0.00,110.00,220.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(545,'76',4.00,0.00,4.00,4.00,0.00,170.00,680.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(546,'75',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(547,'74',2.00,0.00,2.00,2.00,0.00,170.00,340.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(548,'73',1.00,0.00,1.00,1.00,0.00,170.00,170.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(549,'72',2.00,0.00,2.00,2.00,0.00,10.00,20.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(550,'71',123.00,0.00,123.00,123.00,0.00,10.00,1230.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(551,'70',11.00,0.00,11.00,11.00,0.00,50.00,550.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(552,'69',10.00,0.00,10.00,10.00,0.00,50.00,500.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(553,'68',11.00,0.00,11.00,11.00,0.00,50.00,550.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(554,'67',11.00,0.00,11.00,11.00,0.00,40.00,440.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(555,'66',8.00,0.00,8.00,8.00,0.00,60.00,480.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(556,'65',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(557,'64',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(558,'63',5.00,0.00,5.00,5.00,0.00,100.00,500.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(559,'62',4.00,0.00,4.00,4.00,0.00,50.00,200.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(560,'61',1.00,0.00,1.00,1.00,0.00,20.00,20.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(561,'60',0.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(562,'59',62.00,0.00,62.00,62.00,0.00,5.00,310.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(563,'58',6.00,0.00,6.00,6.00,0.00,6.00,36.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(564,'57',5.00,0.00,5.00,5.00,0.00,230.00,1150.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(565,'56',7.00,0.00,7.00,7.00,0.00,160.00,1120.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(566,'55',5.00,0.00,5.00,5.00,0.00,220.00,1100.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(567,'54',5.00,0.00,5.00,5.00,0.00,210.00,1050.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(568,'53',10.00,0.00,10.00,10.00,0.00,20.00,200.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(569,'52',9.00,0.00,9.00,9.00,0.00,55.00,495.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(570,'51',6.00,0.00,6.00,6.00,0.00,35.00,210.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(571,'50',3.00,0.00,3.00,3.00,0.00,55.00,165.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(572,'49',4.00,0.00,4.00,4.00,0.00,60.00,240.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(573,'48',2.00,0.00,2.00,2.00,0.00,60.00,120.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(574,'47',7.00,0.00,7.00,7.00,0.00,195.00,1365.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(575,'46',5.00,0.00,5.00,5.00,0.00,330.00,1650.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(576,'45',8.00,0.00,8.00,8.00,0.00,50.00,400.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(577,'44',7.00,0.00,7.00,7.00,0.00,50.00,350.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(578,'43',9.00,0.00,9.00,9.00,0.00,50.00,450.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(579,'42',24.00,0.00,24.00,24.00,0.00,60.00,1440.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(580,'41',1.00,0.00,1.00,1.00,0.00,60.00,60.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(581,'40',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(582,'39',7.00,0.00,7.00,7.00,0.00,50.00,350.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(583,'38',4.00,0.00,4.00,4.00,0.00,30.00,120.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(584,'37',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(585,'36',2.00,0.00,2.00,2.00,0.00,5.00,10.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(586,'35',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(587,'34',4.00,0.00,4.00,4.00,0.00,10.00,40.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(588,'33',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(589,'32',5.00,0.00,5.00,5.00,0.00,50.00,250.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(590,'31',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(591,'30',1.00,0.00,1.00,1.00,0.00,90.00,90.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(592,'29',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(593,'28',7.00,0.00,7.00,7.00,0.00,25.00,175.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(594,'27',10.00,0.00,10.00,10.00,0.00,50.00,500.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(595,'26',8.00,0.00,8.00,8.00,0.00,25.00,200.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(596,'25',2.00,0.00,2.00,2.00,0.00,50.00,100.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(597,'24',6.00,0.00,6.00,6.00,0.00,450.00,2700.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(598,'23',5.00,0.00,5.00,5.00,0.00,250.00,1250.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(599,'22',15.00,0.00,15.00,15.00,0.00,120.00,1800.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(600,'21',6.00,0.00,6.00,6.00,0.00,20.00,120.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(601,'20',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(602,'19',2.00,0.00,2.00,2.00,0.00,10.00,20.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(603,'18',34.00,0.00,34.00,34.00,0.00,15.00,510.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(604,'17',26.00,0.00,26.00,26.00,0.00,10.00,260.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(605,'16',24.00,0.00,24.00,24.00,0.00,30.00,720.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(606,'15',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(607,'14',10.00,0.00,10.00,10.00,0.00,30.00,300.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(608,'13',0.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(609,'12',24.00,0.00,24.00,24.00,0.00,70.00,1680.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(610,'11',8.00,0.00,8.00,8.00,0.00,80.00,640.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(611,'10',4.00,0.00,4.00,4.00,0.00,15.00,60.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(612,'9',8.00,0.00,8.00,8.00,0.00,590.00,4720.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(613,'8924122012340',31.00,0.00,31.00,31.00,0.00,10.00,310.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(614,'8908000034198',16.00,0.00,16.00,16.00,0.00,10.00,160.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(615,'8901719908590',19.00,0.00,19.00,19.00,0.00,120.00,2280.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(616,'8901719908583',1.00,0.00,1.00,1.00,0.00,65.00,65.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(617,'8901719908576',2.00,0.00,2.00,2.00,0.00,120.00,240.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(618,'8901719908262',1.00,0.00,1.00,1.00,0.00,120.00,120.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(619,'8901719903465',16.00,0.00,16.00,16.00,0.00,20.00,320.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(620,'8901719903434',12.00,0.00,12.00,12.00,0.00,20.00,240.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(621,'8901719903427',13.00,0.00,13.00,13.00,0.00,20.00,260.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(622,'8901719258633',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(623,'8901719258619',0.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(624,'8718951340664',32.00,0.00,32.00,32.00,0.00,100.00,3200.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(625,'8692806042104',19.00,0.00,19.00,19.00,0.00,25.00,475.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(626,'8691720006018',1.00,0.00,1.00,1.00,0.00,10.00,10.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(627,'8001090702500',2.00,0.00,2.00,2.00,0.00,30.00,60.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(628,'8',31.00,0.00,31.00,31.00,0.00,590.00,18290.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(629,'7622210304544',26.00,0.00,26.00,26.00,0.00,220.00,5720.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(630,'7622210304537',0.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(631,'7622210304520',11.00,0.00,11.00,11.00,0.00,60.00,660.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(632,'7622210304476',10.00,0.00,10.00,10.00,0.00,290.00,2900.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(633,'7174000996052',10.00,0.00,10.00,10.00,0.00,120.00,1200.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(634,'7174000996045',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(635,'7',20.00,0.00,20.00,20.00,0.00,195.00,3900.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(636,'6923564532289',30.00,0.00,30.00,30.00,0.00,30.00,900.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(637,'6920762411453',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(638,'6920354820946',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(639,'6920354817823',74.00,0.00,74.00,74.00,0.00,200.00,14800.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(640,'6221022011131',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(641,'6203012970123',1.00,0.00,1.00,1.00,0.00,90.00,90.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(642,'6166000090213',1.00,0.00,1.00,1.00,0.00,35.00,35.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(643,'6164004676228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(644,'6164004611175',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(645,'6164004597103',10.00,0.00,10.00,10.00,0.00,125.00,1250.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(646,'6164004575910',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(647,'6164004575903',2.00,0.00,2.00,2.00,0.00,250.00,500.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(648,'6164004554199',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(649,'6164004554182',9.00,0.00,9.00,9.00,0.00,25.00,225.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(650,'6164003349239',3.00,0.00,3.00,3.00,0.00,170.00,510.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(651,'6164003349215',2.00,0.00,2.00,2.00,0.00,170.00,340.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(652,'6164003153256',3.00,0.00,3.00,3.00,0.00,190.00,570.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(653,'6164003153027',1.00,0.00,1.00,1.00,0.00,170.00,170.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(654,'6164001166289',19.00,0.00,19.00,19.00,0.00,25.00,475.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(655,'6164001166272',8.00,0.00,8.00,8.00,0.00,50.00,400.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(656,'6164001015372',1.00,0.00,1.00,1.00,0.00,135.00,135.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(657,'6164000993008',2.00,0.00,2.00,2.00,0.00,85.00,170.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(658,'6164000512018',10.00,0.00,10.00,10.00,0.00,230.00,2300.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(659,'6164000242588',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(660,'6164000242533',9.00,0.00,9.00,9.00,0.00,25.00,225.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(661,'6164000184048',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(662,'6164000184031',19.00,0.00,19.00,19.00,0.00,25.00,475.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(663,'6164000072055',1.00,0.00,1.00,1.00,0.00,45.00,45.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(664,'6164000072048',4.00,0.00,4.00,4.00,0.00,45.00,180.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(665,'6164000072031',14.00,0.00,14.00,14.00,0.00,45.00,630.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(666,'6164000072024',14.00,0.00,14.00,14.00,0.00,45.00,630.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(667,'6164000072017',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(668,'6164000072000',2.00,0.00,2.00,2.00,0.00,45.00,90.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(669,'6164000033643',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(670,'6164000033636',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(671,'6164000033490',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(672,'6164000033483',3.00,0.00,3.00,3.00,0.00,70.00,210.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(673,'6164000033230',1.00,0.00,1.00,1.00,0.00,70.00,70.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(674,'6164000033223',2.00,0.00,2.00,2.00,0.00,130.00,260.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(675,'6164000033209',2.00,0.00,2.00,2.00,0.00,130.00,260.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(676,'6164000033193',1.00,0.00,1.00,1.00,0.00,130.00,130.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(677,'6164000033186',3.00,0.00,3.00,3.00,0.00,130.00,390.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(678,'6164000033179',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(679,'6164000033070',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(680,'6164000025990',10.00,0.00,10.00,10.00,0.00,85.00,850.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(681,'6164000025242',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(682,'6164000025235',2.00,0.00,2.00,2.00,0.00,170.00,340.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(683,'6164000009570',3.00,0.00,3.00,3.00,0.00,45.00,135.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(684,'6164000009563',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(685,'6164000009556',21.00,0.00,21.00,21.00,0.00,45.00,945.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(686,'6164000009549',4.00,0.00,4.00,4.00,0.00,60.00,240.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(687,'6164000009372',2.00,0.00,2.00,2.00,0.00,50.00,100.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(688,'6164000009358',3.00,0.00,3.00,3.00,0.00,35.00,105.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(689,'6164000009334',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(690,'6164000009327',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(691,'6164000009303',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(692,'6164000009082',3.00,0.00,3.00,3.00,0.00,100.00,300.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(693,'6164000009075',1.00,0.00,1.00,1.00,0.00,75.00,75.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(694,'6164000009068',4.00,0.00,4.00,4.00,0.00,100.00,400.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(695,'6164000009020',3.00,0.00,3.00,3.00,0.00,65.00,195.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(696,'6164000009013',3.00,0.00,3.00,3.00,0.00,115.00,345.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(697,'6164000009006',2.00,0.00,2.00,2.00,0.00,160.00,320.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(698,'6162006607998',1.00,0.00,1.00,1.00,0.00,50.00,50.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(699,'6162006602771',3.00,0.00,3.00,3.00,0.00,150.00,450.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(700,'6162006602740',13.00,0.00,13.00,13.00,0.00,170.00,2210.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(701,'6162000010121',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(702,'6162000010022',4.00,0.00,4.00,4.00,0.00,60.00,240.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(703,'6161113940530',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(704,'6161113940141',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(705,'6161113940134',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(706,'6161113440092',6.00,0.00,6.00,6.00,0.00,115.00,690.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(707,'6161113440085',4.00,0.00,4.00,4.00,0.00,115.00,460.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(708,'6161113440078',6.00,0.00,6.00,6.00,0.00,65.00,390.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(709,'6161113440061',6.00,0.00,6.00,6.00,0.00,75.00,450.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(710,'6161113440054',6.00,0.00,6.00,6.00,0.00,55.00,330.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(711,'6161113440030',1.00,0.00,1.00,1.00,0.00,85.00,85.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(712,'6161113440023',4.00,0.00,4.00,4.00,0.00,85.00,340.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(713,'6161113440016',16.00,0.00,16.00,16.00,0.00,65.00,1040.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(714,'6161113440009',1.00,0.00,1.00,1.00,0.00,65.00,65.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(715,'6161110961521',7.00,0.00,7.00,7.00,0.00,110.00,770.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(716,'6161109724106',2.00,0.00,2.00,2.00,0.00,250.00,500.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(717,'6161109724038',4.00,0.00,4.00,4.00,0.00,250.00,1000.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(718,'6161109724021',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(719,'6161109510389',3.00,0.00,3.00,3.00,0.00,15.00,45.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(720,'6161107777425',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(721,'6161107774240',0.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(722,'6161107772246',1.00,0.00,1.00,1.00,0.00,160.00,160.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(723,'6161107772222',2.50,0.00,2.50,2.50,0.00,100.00,250.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(724,'6161107772208',5.00,0.00,5.00,5.00,0.00,50.00,250.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(725,'6161107770853',13.00,0.00,13.00,13.00,0.00,320.00,4160.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(726,'6161107770297',11.00,0.00,11.00,11.00,0.00,620.00,6820.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(727,'6161107770242',2.00,0.00,2.00,2.00,0.00,325.00,650.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(728,'6161107770150',3.00,0.00,3.00,3.00,0.00,1435.00,4305.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(729,'6161107151027',1.00,0.00,1.00,1.00,0.00,105.00,105.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(730,'6161107151010',7.00,0.00,7.00,7.00,0.00,60.00,420.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(731,'6161107150853',1.00,0.00,1.00,1.00,0.00,105.00,105.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(732,'6161107150815',12.00,0.00,12.00,12.00,0.00,60.00,720.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(733,'6161107150730',6.00,0.00,6.00,6.00,0.00,75.00,450.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(734,'6161107150709',0.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(735,'6161106961979',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(736,'6161106610716',4.00,0.00,4.00,4.00,0.00,45.00,180.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(737,'6161106610594',7.00,0.00,7.00,7.00,0.00,120.00,840.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(738,'6161106610259',8.00,0.00,8.00,8.00,0.00,750.00,6000.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(739,'6161106610242',10.00,0.00,10.00,10.00,0.00,500.00,5000.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(740,'6161106610235',1.00,0.00,1.00,1.00,0.00,340.00,340.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(741,'6161106610228',5.00,0.00,5.00,5.00,0.00,180.00,900.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(742,'6161106370283',19.00,0.00,19.00,19.00,0.00,15.00,285.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(743,'6161106002146',6.00,0.00,6.00,6.00,0.00,15.00,90.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(744,'6161104110225',4.00,0.00,4.00,4.00,0.00,60.00,240.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(745,'6161103941608',19.00,0.00,19.00,19.00,0.00,45.00,855.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(746,'6161103941271',34.00,0.00,34.00,34.00,0.00,20.00,680.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(747,'6161103940069',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(748,'6161103620077',19.00,0.00,19.00,19.00,0.00,60.00,1140.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(749,'6161102794694',26.00,0.00,26.00,26.00,0.00,50.00,1300.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(750,'6161102170917',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(751,'6161102170900',94.00,0.00,94.00,94.00,0.00,240.00,22560.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(752,'6161102170818',6.00,0.00,6.00,6.00,0.00,130.00,780.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(753,'6161102170030',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(754,'6161102170023',24.00,0.00,24.00,24.00,0.00,135.00,3240.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(755,'6161101680424',3.00,0.00,3.00,3.00,0.00,50.00,150.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(756,'6161101668309',28.00,0.00,28.00,28.00,0.00,180.00,5040.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(757,'6161101668293',8.00,0.00,8.00,8.00,0.00,100.00,800.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(758,'6161101661713',5.00,0.00,5.00,5.00,0.00,25.00,125.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(759,'6161101661454',43.00,0.00,43.00,43.00,0.00,375.00,16125.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(760,'6161101661300',5.00,0.00,5.00,5.00,0.00,400.00,2000.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(761,'6161101661256',18.00,0.00,18.00,18.00,0.00,860.00,15480.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(762,'6161101661249',0.00,0.00,0.00,0.00,0.00,525.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(763,'6161101661232',18.00,0.00,18.00,18.00,0.00,220.00,3960.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(764,'6161101661218',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(765,'6161101280037',1.00,0.00,1.00,1.00,0.00,10.00,10.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(766,'6161101280020',5.00,0.00,5.00,5.00,0.00,40.00,200.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(767,'6161101280013',10.00,0.00,10.00,10.00,0.00,20.00,200.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(768,'6161101011860',24.00,0.00,24.00,24.00,0.00,285.00,6840.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(769,'6161101000901',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(770,'6161101000895',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(771,'6161101000840',14.00,0.00,14.00,14.00,0.00,60.00,840.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(772,'6161101000833',4.00,0.00,4.00,4.00,0.00,60.00,240.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(773,'6161101000543',1.00,0.00,1.00,1.00,0.00,55.00,55.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(774,'6161100952430',14.00,0.00,14.00,14.00,0.00,265.00,3710.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(775,'6161100952423',1.00,0.00,1.00,1.00,0.00,500.00,500.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(776,'6161100950825',7.00,0.00,7.00,7.00,0.00,35.00,245.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(777,'6161100950139',5.00,0.00,5.00,5.00,0.00,100.00,500.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(778,'6161100950030',6.00,0.00,6.00,6.00,0.00,160.00,960.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(779,'6161100913080',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(780,'6161100913011',4.00,0.00,4.00,4.00,0.00,100.00,400.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(781,'6161100912731',12.00,0.00,12.00,12.00,0.00,120.00,1440.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(782,'6161100912519',11.00,0.00,11.00,11.00,0.00,90.00,990.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(783,'6161100912380',12.00,0.00,12.00,12.00,0.00,70.00,840.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(784,'6161100912281',15.00,0.00,15.00,15.00,0.00,85.00,1275.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(785,'6161100911291',3.00,0.00,3.00,3.00,0.00,285.00,855.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(786,'6161100860247',105.00,0.00,105.00,105.00,0.00,140.00,14700.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(787,'6161100860155',35.00,0.00,35.00,35.00,0.00,5.00,175.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(788,'6161100762473',6.00,0.00,6.00,6.00,0.00,100.00,600.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(789,'6161100761933',80.00,0.00,80.00,80.00,0.00,100.00,8000.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(790,'6161100760615',2.00,0.00,2.00,2.00,0.00,50.00,100.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(791,'6161100760479',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(792,'6161100760387',26.00,0.00,26.00,26.00,0.00,70.00,1820.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(793,'6161100760257',21.00,0.00,21.00,21.00,0.00,65.00,1365.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(794,'6161100760226',49.00,0.00,49.00,49.00,0.00,20.00,980.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(795,'6161100760066',11.00,0.00,11.00,11.00,0.00,60.00,660.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(796,'6161100602694',10.00,0.00,10.00,10.00,0.00,6.00,60.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(797,'6161100602267',5.00,0.00,5.00,5.00,0.00,90.00,450.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(798,'6161100450127',14.00,0.00,14.00,14.00,0.00,65.00,910.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(799,'6161100100084',3.00,18.00,21.00,21.00,0.00,50.00,1050.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(800,'6161100045101',3.00,0.00,3.00,3.00,0.00,110.00,330.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(801,'6161100041240',2.00,0.00,2.00,2.00,0.00,20.00,40.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(802,'6161100040267',1.00,0.00,1.00,1.00,0.00,25.00,25.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(803,'6009629720072',15.00,0.00,15.00,15.00,0.00,25.00,375.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(804,'6009627740072',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(805,'6009627050034',14.00,0.00,14.00,14.00,0.00,120.00,1680.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(806,'6009627050027',6.00,0.00,6.00,6.00,0.00,60.00,360.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(807,'6009627050010',33.00,0.00,33.00,33.00,0.00,120.00,3960.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(808,'6009614480462',3.00,0.00,3.00,3.00,0.00,25.00,75.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(809,'6009607673345',35.00,0.00,35.00,35.00,0.00,50.00,1750.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(810,'6008792500061',9.00,0.00,9.00,9.00,0.00,115.00,1035.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(811,'6008792000134',17.00,0.00,17.00,17.00,0.00,130.00,2210.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(812,'6008677000556',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(813,'6008677000549',10.00,0.00,10.00,10.00,0.00,40.00,400.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(814,'6008677000532',6.00,0.00,6.00,6.00,0.00,25.00,150.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(815,'6001087012003',1.00,0.00,1.00,1.00,0.00,380.00,380.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(816,'6001067000624',3.00,0.00,3.00,3.00,0.00,75.00,225.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(817,'6001067000419',8.00,0.00,8.00,8.00,0.00,145.00,1160.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(818,'6001067000372',7.00,0.00,7.00,7.00,0.00,220.00,1540.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(819,'6',16.00,0.00,16.00,16.00,0.00,195.00,3120.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(820,'5449000180247',23.00,0.00,23.00,23.00,0.00,130.00,2990.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(821,'5410076189571',2.00,0.00,2.00,2.00,0.00,300.00,600.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(822,'5410076189540',2.00,0.00,2.00,2.00,0.00,155.00,310.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(823,'5010029205084',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(824,'5010029204780',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(825,'5',0.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(826,'4005900528018',7.00,0.00,7.00,7.00,0.00,260.00,1820.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(827,'4005900527981',1.00,0.00,1.00,1.00,0.00,155.00,155.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(828,'4005900527950',1.00,0.00,1.00,1.00,0.00,260.00,260.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(829,'4',4.00,0.00,4.00,4.00,0.00,90.00,360.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(830,'3',3.00,0.00,3.00,3.00,0.00,85.00,255.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(831,'2',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(832,'15',118.00,0.00,118.00,118.00,0.00,80.00,9440.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(833,'14',6.00,0.00,6.00,6.00,0.00,80.00,480.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(834,'13',5.00,0.00,5.00,5.00,0.00,40.00,200.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(835,'12',23.00,0.00,23.00,23.00,0.00,40.00,920.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(836,'11',8.00,0.00,8.00,8.00,0.00,70.00,560.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(837,'10',0.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(838,'1',4.00,0.00,4.00,4.00,0.00,50.00,200.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(839,'0792382472796',3.00,0.00,3.00,3.00,0.00,100.00,300.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(840,'0792382472789',4.00,0.00,4.00,4.00,0.00,50.00,200.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(841,'0792382445790',19.00,0.00,19.00,19.00,0.00,45.00,855.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(842,'0792382429769',9.00,0.00,9.00,9.00,0.00,120.00,1080.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(843,'0000901626026',12.00,0.00,12.00,12.00,0.00,150.00,1800.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(844,'0000616009978',7.00,0.00,7.00,7.00,0.00,100.00,700.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(845,'0000616009800',28.00,0.00,28.00,28.00,0.00,50.00,1400.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(846,'0000616003174',34.00,0.00,34.00,34.00,0.00,45.00,1530.00,'1','1',4,1,'2020-08-13','2020-08-13',4,'08:23:26','',''),(847,'8888',4.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(848,'197',9.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(849,'196',23.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(850,'195',12.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(851,'194',9.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(852,'193',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(853,'192',31.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(854,'191',21.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(855,'190',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(856,'189',90.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(857,'188',41.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(858,'187',35.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(859,'186',10.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(860,'185',1.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(861,'184',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(862,'183',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(863,'182',4.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(864,'181',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(865,'180',4.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(866,'179',5.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(867,'178',4.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(868,'177',6.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(869,'176',1.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(870,'175',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(871,'174',22.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(872,'173',22.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(873,'172',35.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(874,'171',6.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(875,'170',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(876,'169',27.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(877,'168',8.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(878,'167',1.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(879,'166',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(880,'165',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(881,'164',10.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(882,'163',2.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(883,'162',33.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(884,'161',5.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(885,'160',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(886,'159',3.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(887,'158',8.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(888,'157',4.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(889,'156',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(890,'155',10.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(891,'154',2.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(892,'153',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(893,'152',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(894,'151',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(895,'150',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(896,'149',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(897,'148',2.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(898,'147',7.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(899,'146',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(900,'145',2.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(901,'144',43.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(902,'143',1.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(903,'142',8.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(904,'141',5.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(905,'140',12.00,0.00,0.00,0.00,0.00,0.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(906,'139',16.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(907,'138',21.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(908,'137',5.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(909,'136',11.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(910,'135',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(911,'134',1.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(912,'133',10.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(913,'132',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(914,'131',3.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(915,'130',3.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(916,'129',5.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(917,'128',30.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(918,'127',3.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(919,'126',18.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(920,'125',18.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(921,'124',121.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(922,'123',11.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(923,'122',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(924,'121',3.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(925,'120',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(926,'119',10.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(927,'118',64.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(928,'117',2.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(929,'116',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(930,'115',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(931,'114',594.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(932,'113',11.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(933,'112',21.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(934,'111',4.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(935,'110',5.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(936,'109',6.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(937,'108',18.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(938,'107',176.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(939,'106',0.00,0.00,0.00,0.00,0.00,275.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(940,'105',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(941,'104',10.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(942,'103',10.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(943,'102',20.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(944,'101',18.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(945,'100',0.00,0.00,0.00,0.00,0.00,175.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(946,'99',37.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(947,'98',92.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(948,'97',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(949,'96',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(950,'95',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(951,'94',16.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(952,'93',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(953,'92',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(954,'91',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(955,'90',23.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(956,'89',27.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(957,'88',8.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(958,'87',11.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(959,'86',9.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(960,'85',11.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(961,'84',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(962,'83',6.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(963,'82',3.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(964,'81',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(965,'80',5.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(966,'79',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(967,'78',0.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(968,'77',2.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(969,'76',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(970,'75',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(971,'74',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(972,'73',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(973,'72',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(974,'71',104.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(975,'70',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(976,'69',10.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(977,'68',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(978,'67',3.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(979,'66',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(980,'65',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(981,'64',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(982,'63',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(983,'62',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(984,'61',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(985,'60',0.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(986,'59',13.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(987,'58',6.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(988,'57',5.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(989,'56',7.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(990,'55',5.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(991,'54',5.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(992,'53',10.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(993,'52',7.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(994,'51',6.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(995,'50',3.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(996,'49',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(997,'48',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(998,'47',7.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(999,'46',3.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1000,'45',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1001,'44',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1002,'43',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1003,'42',24.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1004,'41',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1005,'40',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1006,'39',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1007,'38',4.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1008,'37',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1009,'36',2.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1010,'35',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1011,'34',4.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1012,'33',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1013,'32',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1014,'31',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1015,'30',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1016,'29',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1017,'28',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1018,'27',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1019,'26',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1020,'25',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1021,'24',6.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1022,'23',5.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1023,'22',15.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1024,'21',4.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1025,'20',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1026,'19',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1027,'18',29.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1028,'17',23.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1029,'16',18.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1030,'15',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1031,'14',13.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1032,'13',14.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1033,'12',24.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1034,'11',6.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1035,'10',4.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1036,'9',6.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1037,'8924122012340',30.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1038,'8908000034198',16.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1039,'8901719908590',18.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1040,'8901719908583',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1041,'8901719908576',2.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1042,'8901719908262',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1043,'8901719903465',8.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1044,'8901719903434',12.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1045,'8901719903427',12.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1046,'8901719258633',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1047,'8901719258619',0.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1048,'8718951340664',32.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1049,'8692806042104',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1050,'8691720006018',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1051,'8001090702500',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1052,'8',31.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1053,'7622210304544',26.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1054,'7622210304537',9.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1055,'7622210304520',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1056,'7622210304476',10.00,0.00,0.00,0.00,0.00,290.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1057,'7174000996052',10.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1058,'7174000996045',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1059,'7',20.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1060,'6923564532289',8.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1061,'6920762411453',18.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1062,'6920354820946',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1063,'6920354817823',74.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1064,'6221022011131',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1065,'6203012970123',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1066,'6166000090213',18.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1067,'6164004676228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1068,'6164004611175',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1069,'6164004597103',10.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1070,'6164004575910',15.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1071,'6164004575903',2.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1072,'6164004554199',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1073,'6164004554182',9.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1074,'6164003349239',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1075,'6164003349215',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1076,'6164003153256',3.00,0.00,0.00,0.00,0.00,190.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1077,'6164003153027',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1078,'6164001166289',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1079,'6164001166272',8.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1080,'6164001015372',1.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1081,'6164000993008',2.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1082,'6164000512018',10.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1083,'6164000242588',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1084,'6164000242533',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1085,'6164000184048',30.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1086,'6164000184031',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1087,'6164000072055',7.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1088,'6164000072048',10.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1089,'6164000072031',19.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1090,'6164000072024',21.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1091,'6164000072017',5.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1092,'6164000072000',8.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1093,'6164000033643',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1094,'6164000033636',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1095,'6164000033490',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1096,'6164000033483',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1097,'6164000033230',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1098,'6164000033223',2.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1099,'6164000033209',1.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1100,'6164000033193',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1101,'6164000033186',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1102,'6164000033179',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1103,'6164000033070',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1104,'6164000025990',10.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1105,'6164000025242',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1106,'6164000025235',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1107,'6164000009570',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1108,'6164000009563',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1109,'6164000009556',21.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1110,'6164000009549',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1111,'6164000009372',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1112,'6164000009358',3.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1113,'6164000009334',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1114,'6164000009327',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1115,'6164000009303',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1116,'6164000009082',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1117,'6164000009075',1.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1118,'6164000009068',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1119,'6164000009020',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1120,'6164000009013',3.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1121,'6164000009006',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1122,'6162006607998',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1123,'6162006602771',3.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1124,'6162006602740',13.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1125,'6162000010121',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1126,'6162000010022',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1127,'6161113940530',6.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1128,'6161113940141',10.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1129,'6161113940134',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1130,'6161113440092',3.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1131,'6161113440085',1.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1132,'6161113440078',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1133,'6161113440061',4.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1134,'6161113440054',6.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1135,'6161113440030',1.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1136,'6161113440023',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1137,'6161113440016',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1138,'6161113440009',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1139,'6161110961521',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1140,'6161109724106',2.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1141,'6161109724038',4.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1142,'6161109724021',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1143,'6161109510389',3.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1144,'6161107777425',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1145,'6161107774240',0.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1146,'6161107772246',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1147,'6161107772222',2.50,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1148,'6161107772208',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1149,'6161107770853',13.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1150,'6161107770297',11.00,0.00,0.00,0.00,0.00,620.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1151,'6161107770242',2.00,0.00,0.00,0.00,0.00,325.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1152,'6161107770150',3.00,0.00,0.00,0.00,0.00,1435.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1153,'6161107151027',1.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1154,'6161107151010',7.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1155,'6161107150853',1.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1156,'6161107150815',12.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1157,'6161107150730',6.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1158,'6161107150709',0.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1159,'6161106961979',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1160,'6161106610716',4.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1161,'6161106610594',6.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1162,'6161106610259',7.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1163,'6161106610242',10.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1164,'6161106610235',1.00,0.00,0.00,0.00,0.00,340.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1165,'6161106610228',5.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1166,'6161106370283',19.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1167,'6161106002146',6.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1168,'6161104110225',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1169,'6161103941608',19.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1170,'6161103941271',34.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1171,'6161103940069',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1172,'6161103620077',19.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1173,'6161102794694',19.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1174,'6161102170917',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1175,'6161102170900',94.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1176,'6161102170818',6.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1177,'6161102170030',16.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1178,'6161102170023',21.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1179,'6161101680424',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1180,'6161101668309',28.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1181,'6161101668293',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1182,'6161101661713',5.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1183,'6161101661454',43.00,0.00,0.00,0.00,0.00,375.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1184,'6161101661300',5.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1185,'6161101661256',18.00,0.00,0.00,0.00,0.00,860.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1186,'6161101661249',0.00,0.00,0.00,0.00,0.00,525.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1187,'6161101661232',18.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1188,'6161101661218',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1189,'6161101280037',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1190,'6161101280020',4.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1191,'6161101280013',10.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1192,'6161101011860',24.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1193,'6161101000901',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1194,'6161101000895',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1195,'6161101000840',14.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1196,'6161101000833',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1197,'6161101000543',3.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1198,'6161100952430',14.00,0.00,0.00,0.00,0.00,265.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1199,'6161100952423',1.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1200,'6161100950825',7.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1201,'6161100950139',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1202,'6161100950030',6.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1203,'6161100913080',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1204,'6161100913011',4.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1205,'6161100912731',12.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1206,'6161100912519',11.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1207,'6161100912380',12.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1208,'6161100912281',14.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1209,'6161100911291',3.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1210,'6161100860247',105.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1211,'6161100860155',6.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1212,'6161100762473',6.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1213,'6161100761933',80.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1214,'6161100760615',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1215,'6161100760479',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1216,'6161100760387',17.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1217,'6161100760257',18.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1218,'6161100760226',48.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1219,'6161100760066',10.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1220,'6161100602694',10.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1221,'6161100602267',5.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1222,'6161100450127',14.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1223,'6161100100084',17.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1224,'6161100045101',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1225,'6161100041240',2.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1226,'6161100040267',1.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1227,'6009629720072',15.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1228,'6009627740072',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1229,'6009627050034',14.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1230,'6009627050027',5.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1231,'6009627050010',30.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1232,'6009614480462',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1233,'6009607673345',35.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1234,'6008792500061',9.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1235,'6008792000134',17.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1236,'6008677000556',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1237,'6008677000549',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1238,'6008677000532',5.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1239,'6001087012003',1.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1240,'6001067000624',3.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1241,'6001067000419',8.00,0.00,0.00,0.00,0.00,145.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1242,'6001067000372',7.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1243,'6',15.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1244,'5449000180247',7.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1245,'5410076189571',0.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1246,'5410076189540',1.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1247,'5010029205084',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1248,'5010029204780',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1249,'5',0.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1250,'4005900528018',7.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1251,'4005900527981',1.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1252,'4005900527950',1.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1253,'4',3.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1254,'3',3.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1255,'2',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1256,'15',118.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1257,'14',13.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1258,'13',14.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1259,'12',23.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1260,'11',5.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1261,'10',0.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1262,'1',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1263,'0792382472796',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1264,'0792382472789',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1265,'0792382445790',16.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1266,'0792382429769',4.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1267,'0000901626026',12.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1268,'0000616009978',6.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1269,'0000616009800',27.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1270,'0000616003174',34.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-16','',0,'08:34:33','',''),(1271,'8888',3.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1272,'197',9.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1273,'196',23.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1274,'195',12.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1275,'194',9.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1276,'193',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1277,'192',31.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1278,'191',21.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1279,'190',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1280,'189',90.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1281,'188',41.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1282,'187',33.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1283,'186',10.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1284,'185',1.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1285,'184',7.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1286,'183',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1287,'182',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1288,'181',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1289,'180',3.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1290,'179',5.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1291,'178',4.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1292,'177',6.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1293,'176',1.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1294,'175',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1295,'174',22.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1296,'173',22.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1297,'172',35.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1298,'171',5.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1299,'170',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1300,'169',25.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1301,'168',8.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1302,'167',1.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1303,'166',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1304,'165',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1305,'164',10.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1306,'163',2.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1307,'162',33.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1308,'161',4.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1309,'160',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1310,'159',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1311,'158',8.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1312,'157',3.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1313,'156',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1314,'155',10.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1315,'154',2.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1316,'153',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1317,'152',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1318,'151',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1319,'150',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1320,'149',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1321,'148',2.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1322,'147',7.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1323,'146',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1324,'145',2.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1325,'144',42.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1326,'143',1.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1327,'142',8.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1328,'141',5.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1329,'140',12.00,0.00,0.00,0.00,0.00,0.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1330,'139',16.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1331,'138',21.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1332,'137',5.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1333,'136',11.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1334,'135',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1335,'134',1.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1336,'133',10.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1337,'132',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1338,'131',3.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1339,'130',3.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1340,'129',5.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1341,'128',30.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1342,'127',3.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1343,'126',18.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1344,'125',18.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1345,'124',121.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1346,'123',11.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1347,'122',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1348,'121',3.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1349,'120',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1350,'119',10.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1351,'118',64.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1352,'117',2.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1353,'116',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1354,'115',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1355,'114',594.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1356,'113',11.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1357,'112',21.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1358,'111',4.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1359,'110',5.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1360,'109',6.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1361,'108',18.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1362,'107',176.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1363,'106',0.00,0.00,0.00,0.00,0.00,275.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1364,'105',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1365,'104',7.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1366,'103',10.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1367,'102',20.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1368,'101',17.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1369,'100',0.00,0.00,0.00,0.00,0.00,175.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1370,'99',35.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1371,'98',92.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1372,'97',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1373,'96',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1374,'95',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1375,'94',14.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1376,'93',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1377,'92',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1378,'91',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1379,'90',23.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1380,'89',27.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1381,'88',6.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1382,'87',11.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1383,'86',9.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1384,'85',11.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1385,'84',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1386,'83',6.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1387,'82',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1388,'81',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1389,'80',5.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1390,'79',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1391,'78',0.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1392,'77',2.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1393,'76',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1394,'75',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1395,'74',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1396,'73',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1397,'72',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1398,'71',97.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1399,'70',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1400,'69',10.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1401,'68',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1402,'67',3.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1403,'66',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1404,'65',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1405,'64',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1406,'63',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1407,'62',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1408,'61',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1409,'60',0.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1410,'59',7.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1411,'58',6.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1412,'57',5.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1413,'56',7.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1414,'55',5.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1415,'54',5.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1416,'53',10.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1417,'52',7.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1418,'51',6.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1419,'50',3.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1420,'49',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1421,'48',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1422,'47',7.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1423,'46',3.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1424,'45',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1425,'44',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1426,'43',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1427,'42',24.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1428,'41',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1429,'40',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1430,'39',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1431,'38',4.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1432,'37',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1433,'36',2.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1434,'35',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1435,'34',4.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1436,'33',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1437,'32',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1438,'31',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1439,'30',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1440,'29',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1441,'28',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1442,'27',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1443,'26',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1444,'25',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1445,'24',6.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1446,'23',5.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1447,'22',15.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1448,'21',4.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1449,'20',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1450,'19',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1451,'18',28.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1452,'17',20.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1453,'16',17.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1454,'15',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1455,'14',13.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1456,'13',14.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1457,'12',24.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1458,'11',6.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1459,'10',4.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1460,'9',6.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1461,'8924122012340',30.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1462,'8908000034198',16.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1463,'8901719908590',18.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1464,'8901719908583',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1465,'8901719908576',2.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1466,'8901719908262',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1467,'8901719903465',7.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1468,'8901719903434',12.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1469,'8901719903427',12.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1470,'8901719258633',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1471,'8901719258619',0.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1472,'8718951340664',32.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1473,'8692806042104',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1474,'8691720006018',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1475,'8001090702500',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1476,'8',31.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1477,'7622210304544',26.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1478,'7622210304537',8.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1479,'7622210304520',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1480,'7622210304476',10.00,0.00,0.00,0.00,0.00,290.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1481,'7174000996052',10.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1482,'7174000996045',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1483,'7',20.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1484,'6923564532289',8.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1485,'6920762411453',18.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1486,'6920354820946',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1487,'6920354817823',74.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1488,'6221022011131',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1489,'6203012970123',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1490,'6166000090213',18.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1491,'6164004676228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1492,'6164004611175',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1493,'6164004597103',10.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1494,'6164004575910',15.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1495,'6164004575903',2.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1496,'6164004554199',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1497,'6164004554182',9.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1498,'6164003349239',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1499,'6164003349215',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1500,'6164003153256',3.00,0.00,0.00,0.00,0.00,190.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1501,'6164003153027',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1502,'6164001166289',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1503,'6164001166272',8.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1504,'6164001015372',1.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1505,'6164000993008',2.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1506,'6164000512018',10.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1507,'6164000242588',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1508,'6164000242533',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1509,'6164000184048',30.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1510,'6164000184031',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1511,'6164000072055',7.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1512,'6164000072048',10.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1513,'6164000072031',19.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1514,'6164000072024',21.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1515,'6164000072017',5.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1516,'6164000072000',8.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1517,'6164000033643',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1518,'6164000033636',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1519,'6164000033490',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1520,'6164000033483',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1521,'6164000033230',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1522,'6164000033223',2.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1523,'6164000033209',1.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1524,'6164000033193',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1525,'6164000033186',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1526,'6164000033179',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1527,'6164000033070',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1528,'6164000025990',10.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1529,'6164000025242',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1530,'6164000025235',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1531,'6164000009570',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1532,'6164000009563',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1533,'6164000009556',21.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1534,'6164000009549',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1535,'6164000009372',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1536,'6164000009358',1.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1537,'6164000009334',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1538,'6164000009327',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1539,'6164000009303',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1540,'6164000009082',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1541,'6164000009075',1.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1542,'6164000009068',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1543,'6164000009020',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1544,'6164000009013',3.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1545,'6164000009006',0.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1546,'6162006607998',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1547,'6162006602771',3.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1548,'6162006602740',13.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1549,'6162000010121',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1550,'6162000010022',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1551,'6161113940530',6.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1552,'6161113940141',9.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1553,'6161113940134',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1554,'6161113440092',2.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1555,'6161113440085',1.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1556,'6161113440078',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1557,'6161113440061',4.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1558,'6161113440054',6.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1559,'6161113440030',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1560,'6161113440023',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1561,'6161113440016',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1562,'6161113440009',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1563,'6161110961521',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1564,'6161109724106',2.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1565,'6161109724038',4.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1566,'6161109724021',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1567,'6161109510389',3.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1568,'6161107777425',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1569,'6161107774240',0.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1570,'6161107772246',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1571,'6161107772222',2.50,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1572,'6161107772208',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1573,'6161107770853',13.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1574,'6161107770297',11.00,0.00,0.00,0.00,0.00,620.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1575,'6161107770242',2.00,0.00,0.00,0.00,0.00,325.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1576,'6161107770150',3.00,0.00,0.00,0.00,0.00,1435.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1577,'6161107151027',1.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1578,'6161107151010',6.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1579,'6161107150853',1.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1580,'6161107150815',10.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1581,'6161107150730',6.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1582,'6161107150709',0.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1583,'6161106961979',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1584,'6161106610716',4.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1585,'6161106610594',5.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1586,'6161106610259',7.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1587,'6161106610242',10.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1588,'6161106610235',1.00,0.00,0.00,0.00,0.00,340.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1589,'6161106610228',5.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1590,'6161106370283',19.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1591,'6161106002146',6.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1592,'6161104110225',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1593,'6161103941608',19.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1594,'6161103941271',34.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1595,'6161103940069',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1596,'6161103620077',19.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1597,'6161102794694',19.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1598,'6161102170917',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1599,'6161102170900',94.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1600,'6161102170818',6.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1601,'6161102170030',16.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1602,'6161102170023',21.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1603,'6161101680424',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1604,'6161101668309',28.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1605,'6161101668293',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1606,'6161101661713',5.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1607,'6161101661454',43.00,0.00,0.00,0.00,0.00,375.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1608,'6161101661300',5.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1609,'6161101661256',18.00,0.00,0.00,0.00,0.00,860.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1610,'6161101661249',0.00,0.00,0.00,0.00,0.00,525.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1611,'6161101661232',17.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1612,'6161101661218',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1613,'6161101280037',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1614,'6161101280020',4.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1615,'6161101280013',10.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1616,'6161101011860',24.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1617,'6161101000901',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1618,'6161101000895',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1619,'6161101000840',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1620,'6161101000833',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1621,'6161101000543',3.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1622,'6161100952430',14.00,0.00,0.00,0.00,0.00,265.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1623,'6161100952423',1.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1624,'6161100950825',7.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1625,'6161100950139',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1626,'6161100950030',6.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1627,'6161100913080',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1628,'6161100913011',4.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1629,'6161100912731',12.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1630,'6161100912519',11.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1631,'6161100912380',11.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1632,'6161100912281',14.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1633,'6161100911291',3.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1634,'6161100860247',105.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1635,'6161100860155',6.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1636,'6161100762473',6.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1637,'6161100761933',80.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1638,'6161100760615',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1639,'6161100760479',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1640,'6161100760387',15.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1641,'6161100760257',18.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1642,'6161100760226',48.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1643,'6161100760066',10.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1644,'6161100602694',10.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1645,'6161100602267',5.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1646,'6161100450127',14.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1647,'6161100100084',14.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1648,'6161100045101',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1649,'6161100041240',2.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1650,'6161100040267',1.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1651,'6009629720072',15.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1652,'6009627740072',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1653,'6009627050034',14.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1654,'6009627050027',5.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1655,'6009627050010',28.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1656,'6009614480462',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1657,'6009607673345',35.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1658,'6008792500061',9.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1659,'6008792000134',17.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1660,'6008677000556',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1661,'6008677000549',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1662,'6008677000532',5.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1663,'6001087012003',1.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1664,'6001067000624',3.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1665,'6001067000419',8.00,0.00,0.00,0.00,0.00,145.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1666,'6001067000372',7.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1667,'6',15.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1668,'5449000180247',5.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1669,'5410076189571',0.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1670,'5410076189540',1.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1671,'5010029205084',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1672,'5010029204780',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1673,'5',0.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1674,'4005900528018',7.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1675,'4005900527981',1.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1676,'4005900527950',1.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1677,'4',3.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1678,'3',3.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1679,'2',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1680,'15',118.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1681,'14',13.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1682,'13',14.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1683,'12',23.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1684,'11',4.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1685,'10',0.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1686,'1',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1687,'0792382472796',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1688,'0792382472789',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1689,'0792382445790',16.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1690,'0792382429769',4.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1691,'0000901626026',12.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1692,'0000616009978',6.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1693,'0000616009800',27.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1694,'0000616003174',34.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-17','',0,'08:10:02','',''),(1695,'8888',3.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1696,'197',9.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1697,'196',23.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1698,'195',12.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1699,'194',9.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1700,'193',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1701,'192',31.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1702,'191',18.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1703,'190',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1704,'189',89.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1705,'188',41.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1706,'187',33.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1707,'186',10.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1708,'185',1.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1709,'184',7.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1710,'183',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1711,'182',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1712,'181',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1713,'180',3.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1714,'179',5.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1715,'178',4.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1716,'177',6.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1717,'176',1.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1718,'175',50.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1719,'174',22.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1720,'173',22.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1721,'172',35.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1722,'171',5.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1723,'170',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1724,'169',45.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1725,'168',8.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1726,'167',1.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1727,'166',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1728,'165',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1729,'164',10.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1730,'163',2.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1731,'162',33.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1732,'161',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1733,'160',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1734,'159',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1735,'158',8.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1736,'157',3.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1737,'156',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1738,'155',10.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1739,'154',2.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1740,'153',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1741,'152',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1742,'151',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1743,'150',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1744,'149',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1745,'148',2.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1746,'147',7.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1747,'146',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1748,'145',2.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1749,'144',41.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1750,'143',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1751,'142',8.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1752,'141',4.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1753,'140',12.00,0.00,0.00,0.00,0.00,0.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1754,'139',16.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1755,'138',21.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1756,'137',5.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1757,'136',11.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1758,'135',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1759,'134',1.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1760,'133',10.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1761,'132',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1762,'131',3.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1763,'130',3.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1764,'129',5.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1765,'128',28.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1766,'127',3.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1767,'126',18.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1768,'125',18.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1769,'124',121.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1770,'123',11.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1771,'122',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1772,'121',3.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1773,'120',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1774,'119',10.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1775,'118',64.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1776,'117',2.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1777,'116',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1778,'115',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1779,'114',594.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1780,'113',11.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1781,'112',21.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1782,'111',4.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1783,'110',5.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1784,'109',6.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1785,'108',18.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1786,'107',176.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1787,'106',0.00,0.00,0.00,0.00,0.00,275.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1788,'105',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1789,'104',7.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1790,'103',10.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1791,'102',20.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1792,'101',11.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1793,'100',0.00,0.00,0.00,0.00,0.00,175.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1794,'99',35.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1795,'98',92.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1796,'97',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1797,'96',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1798,'95',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1799,'94',14.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1800,'93',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1801,'92',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1802,'91',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1803,'90',23.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1804,'89',27.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1805,'88',6.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1806,'87',11.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1807,'86',7.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1808,'85',9.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1809,'84',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1810,'83',5.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1811,'82',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1812,'81',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1813,'80',5.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1814,'79',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1815,'78',0.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1816,'77',2.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1817,'76',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1818,'75',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1819,'74',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1820,'73',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1821,'72',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1822,'71',97.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1823,'70',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1824,'69',10.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1825,'68',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1826,'67',3.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1827,'66',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1828,'65',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1829,'64',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1830,'63',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1831,'62',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1832,'61',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1833,'60',0.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1834,'59',5.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1835,'58',6.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1836,'57',5.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1837,'56',7.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1838,'55',5.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1839,'54',5.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1840,'53',10.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1841,'52',7.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1842,'51',6.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1843,'50',3.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1844,'49',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1845,'48',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1846,'47',6.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1847,'46',3.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1848,'45',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1849,'44',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1850,'43',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1851,'42',24.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1852,'41',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1853,'40',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1854,'39',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1855,'38',4.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1856,'37',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1857,'36',2.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1858,'35',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1859,'34',4.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1860,'33',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1861,'32',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1862,'31',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1863,'30',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1864,'29',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1865,'28',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1866,'27',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1867,'26',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1868,'25',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1869,'24',6.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1870,'23',5.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1871,'22',15.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1872,'21',4.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1873,'20',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1874,'19',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1875,'18',26.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1876,'17',19.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1877,'16',12.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1878,'15',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1879,'14',13.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1880,'13',14.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1881,'12',24.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1882,'11',8.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1883,'10',4.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1884,'9',6.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1885,'8924122012340',30.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1886,'8908000034198',16.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1887,'8901719908590',18.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1888,'8901719908583',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1889,'8901719908576',2.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1890,'8901719908262',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1891,'8901719903465',2.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1892,'8901719903434',12.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1893,'8901719903427',12.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1894,'8901719258633',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1895,'8901719258619',0.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1896,'8718951340664',32.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1897,'8692806042104',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1898,'8691720006018',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1899,'8001090702500',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1900,'8',31.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1901,'7622210304544',26.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1902,'7622210304537',8.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1903,'7622210304520',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1904,'7622210304476',10.00,0.00,0.00,0.00,0.00,290.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1905,'7174000996052',10.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1906,'7174000996045',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1907,'7',20.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1908,'6923564532289',8.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1909,'6920762411453',18.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1910,'6920354820946',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1911,'6920354817823',74.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1912,'6221022011131',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1913,'6203012970123',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1914,'6166000090213',12.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1915,'6164004676228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1916,'6164004611175',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1917,'6164004597103',10.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1918,'6164004575910',15.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1919,'6164004575903',2.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1920,'6164004554199',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1921,'6164004554182',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1922,'6164003349239',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1923,'6164003349215',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1924,'6164003153256',3.00,0.00,0.00,0.00,0.00,190.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1925,'6164003153027',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1926,'6164001166289',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1927,'6164001166272',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1928,'6164001015372',1.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1929,'6164000993008',2.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1930,'6164000512018',10.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1931,'6164000242588',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1932,'6164000242533',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1933,'6164000184048',30.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1934,'6164000184031',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1935,'6164000072055',5.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1936,'6164000072048',10.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1937,'6164000072031',19.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1938,'6164000072024',18.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1939,'6164000072017',5.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1940,'6164000072000',8.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1941,'6164000033643',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1942,'6164000033636',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1943,'6164000033490',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1944,'6164000033483',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1945,'6164000033230',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1946,'6164000033223',2.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1947,'6164000033209',1.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1948,'6164000033193',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1949,'6164000033186',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1950,'6164000033179',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1951,'6164000033070',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1952,'6164000025990',10.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1953,'6164000025242',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1954,'6164000025235',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1955,'6164000009570',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1956,'6164000009563',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1957,'6164000009556',21.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1958,'6164000009549',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1959,'6164000009372',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1960,'6164000009358',1.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1961,'6164000009334',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1962,'6164000009327',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1963,'6164000009303',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1964,'6164000009082',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1965,'6164000009075',1.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1966,'6164000009068',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1967,'6164000009020',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1968,'6164000009013',3.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1969,'6164000009006',0.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1970,'6162006607998',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1971,'6162006602771',3.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1972,'6162006602740',13.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1973,'6162000010121',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1974,'6162000010022',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1975,'6161113940530',6.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1976,'6161113940141',7.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1977,'6161113940134',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1978,'6161113440092',2.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1979,'6161113440085',1.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1980,'6161113440078',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1981,'6161113440061',4.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1982,'6161113440054',6.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1983,'6161113440030',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1984,'6161113440023',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1985,'6161113440016',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1986,'6161113440009',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1987,'6161110961521',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1988,'6161109724106',2.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1989,'6161109724038',4.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1990,'6161109724021',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1991,'6161109510389',3.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1992,'6161107777425',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1993,'6161107774240',0.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1994,'6161107772246',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1995,'6161107772222',2.50,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1996,'6161107772208',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1997,'6161107770853',12.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1998,'6161107770297',11.00,0.00,0.00,0.00,0.00,620.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(1999,'6161107770242',2.00,0.00,0.00,0.00,0.00,325.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2000,'6161107770150',3.00,0.00,0.00,0.00,0.00,1435.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2001,'6161107151027',1.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2002,'6161107151010',5.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2003,'6161107150853',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2004,'6161107150815',9.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2005,'6161107150730',6.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2006,'6161107150709',0.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2007,'6161106961979',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2008,'6161106610716',4.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2009,'6161106610594',5.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2010,'6161106610259',7.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2011,'6161106610242',10.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2012,'6161106610235',1.00,0.00,0.00,0.00,0.00,340.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2013,'6161106610228',2.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2014,'6161106370283',19.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2015,'6161106002146',6.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2016,'6161104110225',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2017,'6161103941608',19.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2018,'6161103941271',33.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2019,'6161103940069',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2020,'6161103620077',19.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2021,'6161102794694',19.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2022,'6161102170917',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2023,'6161102170900',94.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2024,'6161102170818',6.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2025,'6161102170030',16.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2026,'6161102170023',20.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2027,'6161101680424',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2028,'6161101668309',28.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2029,'6161101668293',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2030,'6161101661713',5.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2031,'6161101661454',43.00,0.00,0.00,0.00,0.00,375.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2032,'6161101661300',5.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2033,'6161101661256',18.00,0.00,0.00,0.00,0.00,860.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2034,'6161101661249',0.00,0.00,0.00,0.00,0.00,525.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2035,'6161101661232',17.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2036,'6161101661218',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2037,'6161101280037',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2038,'6161101280020',4.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2039,'6161101280013',10.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2040,'6161101011860',24.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2041,'6161101000901',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2042,'6161101000895',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2043,'6161101000840',10.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2044,'6161101000833',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2045,'6161101000543',3.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2046,'6161100952430',14.00,0.00,0.00,0.00,0.00,265.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2047,'6161100952423',1.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2048,'6161100950825',7.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2049,'6161100950139',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2050,'6161100950030',6.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2051,'6161100913080',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2052,'6161100913011',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2053,'6161100912731',12.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2054,'6161100912519',11.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2055,'6161100912380',11.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2056,'6161100912281',14.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2057,'6161100911291',3.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2058,'6161100860247',105.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2059,'6161100860155',1.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2060,'6161100762473',6.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2061,'6161100761933',80.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2062,'6161100760615',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2063,'6161100760479',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2064,'6161100760387',10.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2065,'6161100760257',18.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2066,'6161100760226',46.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2067,'6161100760066',10.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2068,'6161100602694',10.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2069,'6161100602267',4.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2070,'6161100450127',14.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2071,'6161100100084',12.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2072,'6161100045101',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2073,'6161100041240',2.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2074,'6161100040267',1.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2075,'6009629720072',15.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2076,'6009627740072',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2077,'6009627050034',14.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2078,'6009627050027',5.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2079,'6009627050010',26.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2080,'6009614480462',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2081,'6009607673345',34.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2082,'6008792500061',9.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2083,'6008792000134',17.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2084,'6008677000556',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2085,'6008677000549',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2086,'6008677000532',4.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2087,'6001087012003',1.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2088,'6001067000624',3.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2089,'6001067000419',8.00,0.00,0.00,0.00,0.00,145.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2090,'6001067000372',7.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2091,'6',15.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2092,'5449000180247',5.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2093,'5410076189571',0.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2094,'5410076189540',1.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2095,'5010029205084',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2096,'5010029204780',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2097,'5',0.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2098,'4005900528018',7.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2099,'4005900527981',1.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2100,'4005900527950',1.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2101,'4',3.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2102,'3',3.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2103,'2',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2104,'15',1.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2105,'14',13.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2106,'13',14.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2107,'12',23.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2108,'10',0.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2109,'1',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2110,'0792382472796',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2111,'0792382472789',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2112,'0792382445790',16.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2113,'0792382429769',4.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2114,'0000901626026',12.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2115,'0000616009978',6.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2116,'0000616009800',27.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2117,'0000616003174',34.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-19','',0,'08:37:48','',''),(2118,'266',12.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2119,'616400033506',3.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2120,'202',15.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2121,'201',14.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2122,'224000497606',12.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2123,'161101680431',9.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2124,'161102794700',18.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2125,'6161100911598',6.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2126,'8888',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2127,'197',9.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2128,'196',23.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2129,'195',12.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2130,'194',8.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2131,'193',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2132,'192',27.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2133,'191',17.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2134,'190',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2135,'189',89.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2136,'188',1.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2137,'187',33.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2138,'186',14.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2139,'185',1.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2140,'184',7.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2141,'183',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2142,'182',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2143,'181',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2144,'180',3.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2145,'179',5.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2146,'178',4.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2147,'177',6.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2148,'176',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2149,'175',44.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2150,'174',22.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2151,'173',22.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2152,'172',35.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2153,'171',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2154,'170',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2155,'169',16.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2156,'168',8.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2157,'167',1.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2158,'166',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2159,'165',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2160,'164',10.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2161,'163',2.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2162,'162',33.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2163,'161',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2164,'160',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2165,'159',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2166,'158',8.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2167,'157',3.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2168,'156',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2169,'155',8.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2170,'154',2.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2171,'153',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2172,'152',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2173,'151',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2174,'150',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2175,'149',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2176,'148',2.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2177,'147',7.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2178,'146',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2179,'145',2.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2180,'144',37.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2181,'143',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2182,'142',8.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2183,'141',3.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2184,'140',12.00,0.00,0.00,0.00,0.00,0.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2185,'139',16.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2186,'138',21.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2187,'137',5.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2188,'136',11.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2189,'135',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2190,'134',1.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2191,'133',10.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2192,'132',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2193,'131',3.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2194,'130',3.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2195,'129',5.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2196,'128',28.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2197,'127',3.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2198,'126',16.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2199,'125',18.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2200,'124',121.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2201,'123',11.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2202,'122',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2203,'121',3.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2204,'120',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2205,'119',10.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2206,'118',63.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2207,'117',2.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2208,'116',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2209,'115',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2210,'114',593.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2211,'113',11.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2212,'112',21.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2213,'111',4.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2214,'110',5.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2215,'109',6.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2216,'108',17.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2217,'107',176.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2218,'106',5.00,0.00,0.00,0.00,0.00,275.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2219,'105',8.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2220,'104',4.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2221,'103',10.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2222,'102',18.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2223,'101',4.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2224,'100',0.00,0.00,0.00,0.00,0.00,175.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2225,'99',30.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2226,'98',91.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2227,'97',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2228,'96',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2229,'95',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2230,'94',14.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2231,'93',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2232,'92',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2233,'91',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2234,'90',23.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2235,'89',26.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2236,'88',6.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2237,'87',11.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2238,'86',7.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2239,'85',9.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2240,'84',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2241,'83',5.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2242,'82',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2243,'81',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2244,'80',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2245,'79',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2246,'78',0.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2247,'77',2.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2248,'76',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2249,'75',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2250,'74',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2251,'73',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2252,'72',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2253,'71',77.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2254,'70',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2255,'69',10.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2256,'68',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2257,'67',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2258,'66',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2259,'65',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2260,'64',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2261,'63',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2262,'62',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2263,'61',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2264,'60',0.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2265,'59',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2266,'58',6.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2267,'57',4.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2268,'56',7.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2269,'55',5.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2270,'54',5.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2271,'53',10.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2272,'52',2.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2273,'51',6.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2274,'50',3.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2275,'49',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2276,'48',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2277,'47',6.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2278,'46',3.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2279,'45',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2280,'44',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2281,'43',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2282,'42',24.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2283,'41',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2284,'40',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2285,'39',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2286,'38',4.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2287,'37',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2288,'36',2.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2289,'35',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2290,'34',4.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2291,'33',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2292,'32',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2293,'31',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2294,'30',1.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2295,'29',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2296,'28',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2297,'27',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2298,'26',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2299,'25',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2300,'24',6.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2301,'23',5.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2302,'22',15.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2303,'21',4.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2304,'20',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2305,'19',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2306,'18',21.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2307,'17',14.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2308,'16',11.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2309,'13',17.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2310,'12',24.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2311,'427',12.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2312,'10',4.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2313,'9',6.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2314,'8924122012340',29.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2315,'8908000034198',16.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2316,'8901719908590',18.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2317,'8901719908583',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2318,'8901719908576',2.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2319,'8901719908262',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2320,'8901719903465',0.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2321,'8901719903434',11.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2322,'8901719903427',12.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2323,'8901719258633',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2324,'8901719258619',0.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2325,'8718951340664',30.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2326,'8692806042104',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2327,'8691720006018',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2328,'8001090702500',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2329,'8',31.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2330,'7622210304544',25.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2331,'7622210304537',8.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2332,'7622210304520',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2333,'7622210304476',10.00,0.00,0.00,0.00,0.00,290.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2334,'7174000996052',10.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2335,'7174000996045',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2336,'7',20.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2337,'6923564532289',8.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2338,'6920762411453',18.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2339,'6920354820946',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2340,'6920354817823',73.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2341,'6221022011131',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2342,'6203012970123',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2343,'6166000090213',13.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2344,'6164004676228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2345,'6164004611175',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2346,'6164004597103',9.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2347,'6164004575910',14.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2348,'6164004575903',1.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2349,'6164004554199',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2350,'6164004554182',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2351,'6164003349239',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2352,'6164003349215',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2353,'6164003153256',3.00,0.00,0.00,0.00,0.00,190.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2354,'6164003153027',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2355,'6164001166289',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2356,'6164001166272',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2357,'6164001015372',1.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2358,'6164000993008',2.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2359,'6164000512018',10.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2360,'6164000242588',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2361,'6164000242533',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2362,'6164000184048',30.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2363,'6164000184031',18.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2364,'6164000072055',4.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2365,'6164000072048',9.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2366,'6164000072031',19.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2367,'6164000072024',18.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2368,'6164000072017',5.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2369,'6164000072000',8.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2370,'6164000033643',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2371,'6164000033636',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2372,'6164000033490',3.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2373,'6164000033483',3.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2374,'6164000033230',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2375,'6164000033223',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2376,'6164000033209',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2377,'6164000033193',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2378,'6164000033186',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2379,'6164000033179',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2380,'6164000033070',5.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2381,'6164000025990',10.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2382,'6164000025242',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2383,'6164000025235',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2384,'6164000009570',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2385,'6164000009563',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2386,'6164000009556',21.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2387,'6164000009549',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2388,'6164000009372',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2389,'6164000009358',1.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2390,'6164000009334',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2391,'6164000009327',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2392,'6164000009303',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2393,'6164000009082',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2394,'6164000009075',1.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2395,'6164000009068',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2396,'6164000009020',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2397,'6164000009013',3.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2398,'6164000009006',0.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2399,'6162006607998',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2400,'6162006602771',2.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2401,'6162006602740',13.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2402,'6162000010121',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2403,'6162000010022',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2404,'6161113940530',6.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2405,'6161113940141',6.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2406,'6161113940134',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2407,'6161113440092',0.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2408,'6161113440085',1.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2409,'6161113440078',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2410,'6161113440061',4.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2411,'6161113440054',9.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2412,'6161113440030',2.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2413,'6161113440023',2.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2414,'6161113440016',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2415,'6161113440009',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2416,'6161110961521',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2417,'6161109724106',2.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2418,'6161109724038',4.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2419,'6161109724021',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2420,'6161109510389',1.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2421,'6161107777425',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2422,'6161107774240',0.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2423,'6161107772246',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2424,'6161107772222',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2425,'6161107772208',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2426,'6161107770853',12.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2427,'6161107770297',11.00,0.00,0.00,0.00,0.00,620.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2428,'6161107770242',2.00,0.00,0.00,0.00,0.00,325.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2429,'6161107770150',3.00,0.00,0.00,0.00,0.00,1435.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2430,'6161107151027',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2431,'6161107151010',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2432,'6161107150853',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2433,'6161107150815',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2434,'6161107150730',6.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2435,'6161107150709',0.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2436,'6161106961979',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2437,'6161106610716',4.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2438,'6161106610594',5.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2439,'6161106610259',7.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2440,'6161106610242',16.00,0.00,0.00,0.00,0.00,510.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2441,'6161106610235',7.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2442,'6161106610228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2443,'6161106370283',19.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2444,'6161106002146',6.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2445,'6161104110225',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2446,'6161103941608',19.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2447,'6161103941271',33.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2448,'6161103940069',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2449,'6161103620077',19.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2450,'6161102794694',14.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2451,'6161102170917',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2452,'6161102170900',94.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2453,'6161102170818',6.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2454,'6161102170030',16.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2455,'6161102170023',15.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2456,'6161101680424',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2457,'6161101668309',28.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2458,'6161101668293',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2459,'6161101661713',4.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2460,'6161101661454',43.00,0.00,0.00,0.00,0.00,375.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2461,'6161101661300',12.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2462,'6161101661256',21.00,0.00,0.00,0.00,0.00,860.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2463,'6161101661249',6.00,0.00,0.00,0.00,0.00,525.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2464,'6161101661232',14.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2465,'6161101661218',12.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2466,'6161101280037',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2467,'6161101280020',4.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2468,'6161101280013',10.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2469,'6161101011860',24.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2470,'6161101000901',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2471,'6161101000895',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2472,'6161101000840',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2473,'6161101000833',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2474,'6161101000543',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2475,'6161100952430',14.00,0.00,0.00,0.00,0.00,265.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2476,'6161100952423',1.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2477,'6161100950825',5.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2478,'6161100950139',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2479,'6161100950030',6.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2480,'6161100913080',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2481,'6161100913011',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2482,'6161100912731',12.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2483,'6161100912519',10.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2484,'6161100912380',11.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2485,'6161100912281',14.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2486,'6161100911291',3.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2487,'6161100860247',105.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2488,'6161100860155',1.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2489,'6161100762473',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2490,'6161100761933',80.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2491,'6161100760615',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2492,'6161100760479',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2493,'6161100760387',3.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2494,'6161100760257',17.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2495,'6161100760226',45.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2496,'6161100760066',9.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2497,'6161100602694',10.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2498,'6161100602267',2.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2499,'6161100450127',14.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2500,'6161100100084',10.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2501,'6161100045101',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2502,'6161100041240',2.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2503,'6161100040267',1.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2504,'6009629720072',14.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2505,'6009627740072',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2506,'6009627050034',10.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2507,'6009627050027',5.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2508,'6009627050010',13.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2509,'6009614480462',63.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2510,'6009607673345',31.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2511,'6008792500061',9.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2512,'6008792000134',17.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2513,'6008677000556',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2514,'6008677000549',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2515,'6008677000532',4.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2516,'6001087012003',1.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2517,'6001067000624',3.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2518,'6001067000419',8.00,0.00,0.00,0.00,0.00,145.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2519,'6001067000372',7.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2520,'6',15.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2521,'5449000180247',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2522,'5410076189571',0.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2523,'5410076189540',0.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2524,'5010029205084',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2525,'5010029204780',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2526,'5',0.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2527,'4005900528018',7.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2528,'4005900527981',1.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2529,'4005900527950',1.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2530,'4',2.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2531,'3',3.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2532,'2',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2533,'13',17.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2534,'12',23.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2535,'10',0.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2536,'1',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2537,'0792382472796',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2538,'0792382472789',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2539,'0792382445790',12.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2540,'0792382429769',3.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2541,'0000901626026',12.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2542,'0000616009978',6.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2543,'0000616009800',27.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2544,'0000616003174',34.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-24','',0,'08:23:11','',''),(2545,'745114762979',24.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2546,'266',12.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2547,'616400033506',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2548,'202',15.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2549,'201',12.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2550,'224000497606',3.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2551,'161101680431',9.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2552,'161102794700',15.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2553,'6161100911598',5.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2554,'8888',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2555,'197',9.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2556,'196',20.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2557,'195',12.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2558,'194',8.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2559,'193',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2560,'192',25.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2561,'191',13.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2562,'190',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2563,'189',85.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2564,'188',1.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2565,'187',32.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2566,'186',13.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2567,'185',1.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2568,'184',6.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2569,'183',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2570,'182',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2571,'181',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2572,'180',3.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2573,'179',5.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2574,'178',2.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2575,'177',6.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2576,'176',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2577,'175',38.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2578,'174',22.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2579,'173',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2580,'172',35.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2581,'171',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2582,'170',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2583,'169',2.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2584,'168',8.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2585,'167',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2586,'166',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2587,'165',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2588,'164',10.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2589,'163',2.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2590,'162',33.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2591,'161',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2592,'160',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2593,'159',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2594,'158',8.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2595,'157',3.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2596,'156',10.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2597,'155',8.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2598,'154',2.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2599,'153',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2600,'152',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2601,'151',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2602,'150',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2603,'149',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2604,'148',2.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2605,'147',6.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2606,'146',11.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2607,'145',7.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2608,'144',37.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2609,'143',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2610,'142',8.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2611,'141',2.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2612,'140',12.00,0.00,0.00,0.00,0.00,0.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2613,'139',15.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2614,'138',21.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2615,'137',5.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2616,'136',11.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2617,'135',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2618,'134',1.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2619,'133',10.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2620,'132',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2621,'131',3.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2622,'130',3.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2623,'129',5.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2624,'128',27.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2625,'127',3.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2626,'126',16.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2627,'125',18.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2628,'124',121.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2629,'123',11.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2630,'122',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2631,'121',3.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2632,'120',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2633,'119',10.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2634,'118',63.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2635,'117',2.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2636,'116',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2637,'115',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2638,'114',593.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2639,'113',11.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2640,'112',21.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2641,'111',4.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2642,'110',4.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2643,'109',6.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2644,'108',17.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2645,'107',176.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2646,'106',5.00,0.00,0.00,0.00,0.00,275.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2647,'105',8.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2648,'104',22.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2649,'103',20.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2650,'102',35.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2651,'101',43.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2652,'100',0.00,0.00,0.00,0.00,0.00,175.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2653,'99',30.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2654,'98',91.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2655,'97',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2656,'96',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2657,'95',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2658,'94',14.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2659,'93',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2660,'92',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2661,'91',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2662,'90',22.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2663,'89',23.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2664,'88',4.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2665,'87',10.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2666,'86',7.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2667,'85',7.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2668,'84',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2669,'83',5.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2670,'82',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2671,'81',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2672,'80',2.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2673,'79',6.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2674,'78',0.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2675,'77',2.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2676,'76',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2677,'75',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2678,'74',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2679,'73',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2680,'72',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2681,'71',77.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2682,'70',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2683,'69',10.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2684,'68',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2685,'67',13.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2686,'66',13.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2687,'65',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2688,'64',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2689,'63',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2690,'62',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2691,'61',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2692,'60',0.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2693,'59',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2694,'58',6.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2695,'57',2.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2696,'56',7.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2697,'55',5.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2698,'54',5.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2699,'53',10.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2700,'52',2.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2701,'51',6.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2702,'50',3.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2703,'49',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2704,'48',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2705,'47',6.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2706,'46',3.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2707,'45',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2708,'44',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2709,'43',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2710,'42',24.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2711,'41',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2712,'40',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2713,'39',12.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2714,'38',4.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2715,'37',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2716,'36',1.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2717,'35',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2718,'34',4.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2719,'33',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2720,'32',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2721,'31',4.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2722,'30',3.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2723,'29',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2724,'28',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2725,'27',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2726,'26',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2727,'25',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2728,'24',5.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2729,'23',5.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2730,'22',15.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2731,'21',4.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2732,'20',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2733,'19',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2734,'18',19.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2735,'17',13.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2736,'16',7.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2737,'13',17.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2738,'12',24.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2739,'427',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2740,'268',64.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2741,'9',6.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2742,'8924122012340',29.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2743,'8908000034198',16.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2744,'8901719908590',18.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2745,'8901719908583',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2746,'8901719908576',2.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2747,'8901719908262',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2748,'8901719903465',0.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2749,'8901719903434',11.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2750,'8901719903427',11.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2751,'8901719258633',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2752,'8901719258619',0.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2753,'8718951340664',30.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2754,'8692806042104',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2755,'8691720006018',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2756,'8001090702500',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2757,'8',31.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2758,'7622210304544',25.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2759,'7622210304537',7.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2760,'7622210304520',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2761,'7622210304476',10.00,0.00,0.00,0.00,0.00,290.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2762,'7174000996052',10.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2763,'7174000996045',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2764,'7',20.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2765,'6923564532289',8.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2766,'6920762411453',18.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2767,'6920354820946',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2768,'6920354817823',72.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2769,'6221022011131',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2770,'6203012970123',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2771,'6166000090213',8.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2772,'6164004676228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2773,'6164004611175',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2774,'6164004597103',9.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2775,'6164004575910',14.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2776,'6164004575903',1.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2777,'6164004554199',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2778,'6164004554182',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2779,'6164003349239',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2780,'6164003349215',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2781,'6164003153256',3.00,0.00,0.00,0.00,0.00,190.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2782,'6164003153027',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2783,'6164001166289',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2784,'6164001166272',17.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2785,'6164001015372',1.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2786,'6164000993008',1.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2787,'6164000512018',10.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2788,'6164000242588',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2789,'6164000242533',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2790,'6164000184048',28.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2791,'6164000184031',18.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2792,'6164000072055',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2793,'6164000072048',9.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2794,'6164000072031',19.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2795,'6164000072024',18.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2796,'6164000072017',5.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2797,'6164000072000',7.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2798,'6164000033643',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2799,'6164000033636',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2800,'6164000033490',3.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2801,'6164000033483',3.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2802,'6164000033230',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2803,'6164000033223',2.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2804,'6164000033209',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2805,'6164000033193',2.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2806,'6164000033186',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2807,'6164000033179',1.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2808,'6164000033070',5.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2809,'6164000025990',10.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2810,'6164000025242',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2811,'6164000025235',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2812,'6164000009570',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2813,'6164000009563',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2814,'6164000009556',21.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2815,'6164000009549',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2816,'6164000009372',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2817,'6164000009358',1.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2818,'6164000009334',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2819,'6164000009327',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2820,'6164000009303',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2821,'6164000009082',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2822,'6164000009075',1.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2823,'6164000009068',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2824,'6164000009020',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2825,'6164000009013',3.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2826,'6164000009006',0.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2827,'6162006607998',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2828,'6162006602771',2.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2829,'6162006602740',13.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2830,'6162000010121',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2831,'6162000010022',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2832,'6161113940530',6.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2833,'6161113940141',6.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2834,'6161113940134',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2835,'6161113440092',0.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2836,'6161113440085',1.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2837,'6161113440078',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2838,'6161113440061',4.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2839,'6161113440054',8.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2840,'6161113440030',2.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2841,'6161113440023',1.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2842,'6161113440016',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2843,'6161113440009',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2844,'6161110961521',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2845,'6161109724106',2.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2846,'6161109724038',4.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2847,'6161109724021',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2848,'6161109510389',1.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2849,'6161107777425',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2850,'6161107774240',0.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2851,'6161107772246',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2852,'6161107772222',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2853,'6161107772208',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2854,'6161107770853',12.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2855,'6161107770297',11.00,0.00,0.00,0.00,0.00,620.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2856,'6161107770242',2.00,0.00,0.00,0.00,0.00,325.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2857,'6161107770150',3.00,0.00,0.00,0.00,0.00,1435.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2858,'6161107151027',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2859,'6161107151010',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2860,'6161107150853',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2861,'6161107150815',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2862,'6161107150730',6.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2863,'6161107150709',0.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2864,'6161106961979',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2865,'6161106610716',4.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2866,'6161106610594',5.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2867,'6161106610259',7.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2868,'6161106610242',16.00,0.00,0.00,0.00,0.00,510.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2869,'6161106610235',6.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2870,'6161106610228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2871,'6161106370283',19.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2872,'6161106002146',6.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2873,'6161104110225',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2874,'6161103941608',19.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2875,'6161103941271',33.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2876,'6161103940069',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2877,'6161103620077',19.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2878,'6161102794694',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2879,'6161102170917',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2880,'6161102170900',92.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2881,'6161102170818',6.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2882,'6161102170030',15.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2883,'6161102170023',1.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2884,'6161101680424',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2885,'6161101668309',28.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2886,'6161101668293',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2887,'6161101661713',4.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2888,'6161101661454',43.00,0.00,0.00,0.00,0.00,375.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2889,'6161101661300',12.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2890,'6161101661256',21.00,0.00,0.00,0.00,0.00,860.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2891,'6161101661249',6.00,0.00,0.00,0.00,0.00,525.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2892,'6161101661232',14.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2893,'6161101661218',12.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2894,'6161101280037',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2895,'6161101280020',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2896,'6161101280013',9.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2897,'6161101011860',24.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2898,'6161101000901',4.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2899,'6161101000895',1.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2900,'6161101000840',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2901,'6161101000833',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2902,'6161101000543',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2903,'6161100952430',14.00,0.00,0.00,0.00,0.00,265.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2904,'6161100952423',1.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2905,'6161100950825',5.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2906,'6161100950139',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2907,'6161100950030',6.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2908,'6161100913080',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2909,'6161100913011',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2910,'6161100912731',12.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2911,'6161100912519',10.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2912,'6161100912380',11.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2913,'6161100912281',14.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2914,'6161100911291',3.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2915,'6161100860247',105.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2916,'6161100860155',1.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2917,'6161100762473',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2918,'6161100761933',80.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2919,'6161100760615',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2920,'6161100760479',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2921,'6161100760387',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2922,'6161100760257',17.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2923,'6161100760226',45.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2924,'6161100760066',9.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2925,'6161100602694',10.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2926,'6161100602267',2.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2927,'6161100450127',13.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2928,'6161100100084',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2929,'6161100045101',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2930,'6161100041240',2.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2931,'6161100040267',1.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2932,'6009629720072',14.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2933,'6009627740072',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2934,'6009627050034',9.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2935,'6009627050027',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2936,'6009627050010',13.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2937,'6009614480462',59.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2938,'6009607673345',31.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2939,'6008792500061',9.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2940,'6008792000134',17.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2941,'6008677000556',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2942,'6008677000549',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2943,'6008677000532',4.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2944,'6001087012003',1.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2945,'6001067000624',3.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2946,'6001067000419',8.00,0.00,0.00,0.00,0.00,145.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2947,'6001067000372',7.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2948,'6',15.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2949,'5449000180247',2.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2950,'5410076189571',0.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2951,'5410076189540',0.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2952,'5010029205084',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2953,'5010029204780',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2954,'5',0.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2955,'4005900528018',7.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2956,'4005900527981',1.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2957,'4005900527950',1.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2958,'4',2.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2959,'3',3.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2960,'2',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2961,'13',17.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2962,'12',23.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2963,'268',59.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2964,'1',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2965,'0792382472796',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2966,'0792382472789',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2967,'0792382445790',11.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2968,'0792382429769',3.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2969,'0000901626026',12.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2970,'0000616009978',6.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2971,'0000616009800',27.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2972,'0000616003174',33.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-27','',0,'08:32:43','',''),(2973,'10000905',10.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2974,'270',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2975,'269',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2976,'6164000009815',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2977,'745114762979',22.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2978,'266',12.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2979,'616400033506',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2980,'202',13.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2981,'201',9.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2982,'224000497606',3.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2983,'161101680431',6.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2984,'161102794700',15.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2985,'6161100911598',5.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2986,'8888',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2987,'197',9.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2988,'196',19.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2989,'195',12.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2990,'194',7.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2991,'193',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2992,'192',24.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2993,'191',9.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2994,'190',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2995,'189',184.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2996,'188',1.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2997,'187',29.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2998,'186',12.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(2999,'185',121.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3000,'184',6.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3001,'183',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3002,'182',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3003,'181',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3004,'180',3.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3005,'179',5.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3006,'178',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3007,'177',6.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3008,'176',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3009,'175',27.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3010,'174',22.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3011,'173',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3012,'172',35.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3013,'171',1.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3014,'170',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3015,'169',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3016,'168',8.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3017,'167',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3018,'166',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3019,'165',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3020,'164',10.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3021,'163',2.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3022,'162',33.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3023,'161',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3024,'160',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3025,'159',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3026,'158',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3027,'157',2.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3028,'156',10.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3029,'155',8.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3030,'154',2.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3031,'153',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3032,'152',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3033,'151',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3034,'150',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3035,'149',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3036,'148',2.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3037,'147',6.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3038,'146',11.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3039,'145',7.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3040,'144',37.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3041,'143',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3042,'142',8.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3043,'141',2.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3044,'140',12.00,0.00,0.00,0.00,0.00,0.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3045,'139',14.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3046,'138',21.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3047,'137',5.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3048,'136',11.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3049,'135',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3050,'134',1.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3051,'133',10.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3052,'132',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3053,'131',3.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3054,'130',3.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3055,'129',5.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3056,'128',27.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3057,'127',3.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3058,'126',16.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3059,'125',18.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3060,'124',120.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3061,'123',11.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3062,'122',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3063,'121',3.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3064,'120',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3065,'119',10.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3066,'118',63.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3067,'117',2.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3068,'116',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3069,'115',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3070,'114',593.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3071,'113',9.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3072,'112',21.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3073,'111',4.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3074,'110',4.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3075,'109',6.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3076,'108',17.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3077,'107',176.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3078,'106',4.00,0.00,0.00,0.00,0.00,275.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3079,'105',8.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3080,'104',20.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3081,'103',19.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3082,'102',34.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3083,'101',35.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3084,'100',0.00,0.00,0.00,0.00,0.00,175.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3085,'99',23.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3086,'98',91.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3087,'97',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3088,'96',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3089,'95',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3090,'94',14.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3091,'93',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3092,'92',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3093,'91',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3094,'90',18.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3095,'89',23.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3096,'88',4.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3097,'87',10.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3098,'86',6.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3099,'85',6.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3100,'84',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3101,'83',5.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3102,'82',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3103,'81',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3104,'80',2.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3105,'79',5.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3106,'78',0.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3107,'77',0.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3108,'76',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3109,'75',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3110,'74',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3111,'73',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3112,'72',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3113,'71',77.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3114,'70',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3115,'69',10.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3116,'68',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3117,'67',13.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3118,'66',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3119,'65',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3120,'64',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3121,'63',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3122,'62',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3123,'61',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3124,'60',0.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3125,'59',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3126,'58',6.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3127,'57',2.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3128,'56',7.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3129,'55',5.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3130,'54',5.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3131,'53',10.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3132,'52',2.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3133,'51',6.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3134,'50',3.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3135,'49',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3136,'48',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3137,'47',6.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3138,'46',3.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3139,'45',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3140,'44',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3141,'43',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3142,'42',24.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3143,'41',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3144,'40',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3145,'39',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3146,'38',4.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3147,'37',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3148,'36',1.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3149,'35',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3150,'34',4.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3151,'33',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3152,'32',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3153,'31',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3154,'30',1.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3155,'29',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3156,'28',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3157,'27',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3158,'26',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3159,'25',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3160,'24',5.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3161,'23',5.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3162,'22',15.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3163,'21',4.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3164,'20',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3165,'19',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3166,'18',17.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3167,'17',10.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3168,'16',27.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3169,'13',22.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3170,'12',24.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3171,'427',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3172,'268',64.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3173,'9',5.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3174,'8924122012340',29.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3175,'8908000034198',16.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3176,'8901719908590',18.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3177,'8901719908583',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3178,'8901719908576',2.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3179,'8901719908262',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3180,'8901719903465',0.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3181,'8901719903434',9.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3182,'8901719903427',10.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3183,'8901719258633',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3184,'8901719258619',0.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3185,'8718951340664',27.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3186,'8692806042104',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3187,'8691720006018',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3188,'8001090702500',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3189,'8',31.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3190,'7622210304544',23.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3191,'7622210304537',7.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3192,'7622210304520',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3193,'7622210304476',9.00,0.00,0.00,0.00,0.00,290.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3194,'7174000996052',10.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3195,'7174000996045',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3196,'7',19.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3197,'6923564532289',6.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3198,'6920762411453',18.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3199,'6920354820946',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3200,'6920354817823',72.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3201,'6221022011131',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3202,'6203012970123',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3203,'6166000090213',18.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3204,'6164004676228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3205,'6164004611175',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3206,'6164004597103',9.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3207,'6164004575910',13.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3208,'6164004575903',1.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3209,'6164004554199',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3210,'6164004554182',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3211,'6164003349239',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3212,'6164003349215',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3213,'6164003153256',2.00,0.00,0.00,0.00,0.00,190.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3214,'6164003153027',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3215,'6164001166289',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3216,'6164001166272',10.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3217,'6164001015372',1.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3218,'6164000993008',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3219,'6164000512018',10.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3220,'6164000242588',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3221,'6164000242533',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3222,'6164000184048',28.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3223,'6164000184031',18.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3224,'6164000072055',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3225,'6164000072048',9.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3226,'6164000072031',18.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3227,'6164000072024',15.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3228,'6164000072017',4.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3229,'6164000072000',6.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3230,'6164000033643',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3231,'6164000033636',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3232,'6164000033490',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3233,'6164000033483',3.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3234,'6164000033230',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3235,'6164000033223',1.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3236,'6164000033209',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3237,'6164000033193',2.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3238,'6164000033186',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3239,'6164000033179',1.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3240,'6164000033070',4.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3241,'6164000025990',10.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3242,'6164000025242',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3243,'6164000025235',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3244,'6164000009570',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3245,'6164000009563',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3246,'6164000009556',25.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3247,'6164000009549',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3248,'6164000009372',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3249,'6164000009358',7.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3250,'6164000009334',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3251,'6164000009327',2.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3252,'6164000009303',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3253,'6164000009082',10.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3254,'6164000009075',6.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3255,'6164000009068',10.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3256,'6164000009020',5.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3257,'6164000009013',6.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3258,'6164000009006',3.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3259,'6162006607998',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3260,'6162006602771',2.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3261,'6162006602740',13.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3262,'6162000010121',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3263,'6162000010022',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3264,'6161113940530',6.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3265,'6161113940141',6.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3266,'6161113940134',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3267,'6161113440092',0.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3268,'6161113440085',1.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3269,'6161113440078',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3270,'6161113440061',4.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3271,'6161113440054',7.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3272,'6161113440030',2.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3273,'6161113440023',1.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3274,'6161113440016',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3275,'6161113440009',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3276,'6161110961521',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3277,'6161109724106',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3278,'6161109724038',4.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3279,'6161109724021',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3280,'6161109510389',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3281,'6161107777425',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3282,'6161107774240',0.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3283,'6161107772246',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3284,'6161107772222',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3285,'6161107772208',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3286,'6161107770853',12.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3287,'6161107770297',11.00,0.00,0.00,0.00,0.00,620.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3288,'6161107770242',2.00,0.00,0.00,0.00,0.00,325.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3289,'6161107770150',3.00,0.00,0.00,0.00,0.00,1435.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3290,'6161107151027',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3291,'6161107151010',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3292,'6161107150853',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3293,'6161107150815',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3294,'6161107150730',6.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3295,'6161107150709',0.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3296,'6161106961979',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3297,'6161106610716',4.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3298,'6161106610594',5.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3299,'6161106610259',7.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3300,'6161106610242',15.00,0.00,0.00,0.00,0.00,510.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3301,'6161106610235',3.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3302,'6161106610228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3303,'6161106370283',19.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3304,'6161106002146',6.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3305,'6161104110225',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3306,'6161103941608',19.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3307,'6161103941271',33.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3308,'6161103940069',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3309,'6161103620077',19.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3310,'6161102794694',16.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3311,'6161102170917',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3312,'6161102170900',92.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3313,'6161102170818',6.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3314,'6161102170030',14.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3315,'6161102170023',12.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3316,'6161101680424',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3317,'6161101668309',28.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3318,'6161101668293',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3319,'6161101661713',2.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3320,'6161101661454',43.00,0.00,0.00,0.00,0.00,375.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3321,'6161101661300',11.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3322,'6161101661256',21.00,0.00,0.00,0.00,0.00,860.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3323,'6161101661249',6.00,0.00,0.00,0.00,0.00,525.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3324,'6161101661232',14.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3325,'6161101661218',10.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3326,'6161101280037',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3327,'6161101280020',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3328,'6161101280013',9.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3329,'6161101011860',24.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3330,'6161101000901',3.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3331,'6161101000895',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3332,'6161101000840',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3333,'6161101000833',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3334,'6161101000543',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3335,'6161100952430',14.00,0.00,0.00,0.00,0.00,265.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3336,'6161100952423',1.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3337,'6161100950825',5.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3338,'6161100950139',4.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3339,'6161100950030',6.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3340,'6161100913080',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3341,'6161100913011',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3342,'6161100912731',12.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3343,'6161100912519',10.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3344,'6161100912380',11.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3345,'6161100912281',14.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3346,'6161100911291',3.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3347,'6161100860247',105.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3348,'6161100860155',1.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3349,'6161100762473',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3350,'6161100761933',80.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3351,'6161100760615',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3352,'6161100760479',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3353,'6161100760387',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3354,'6161100760257',17.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3355,'6161100760226',44.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3356,'6161100760066',9.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3357,'6161100602694',10.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3358,'6161100602267',1.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3359,'6161100450127',13.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3360,'6161100100084',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3361,'6161100045101',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3362,'6161100041240',2.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3363,'6161100040267',1.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3364,'6009629720072',14.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3365,'6009627740072',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3366,'6009627050034',20.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3367,'6009627050027',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3368,'6009627050010',25.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3369,'6009614480462',58.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3370,'6009607673345',31.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3371,'6008792500061',9.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3372,'6008792000134',17.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3373,'6008677000556',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3374,'6008677000549',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3375,'6008677000532',4.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3376,'6001087012003',1.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3377,'6001067000624',3.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3378,'6001067000419',8.00,0.00,0.00,0.00,0.00,145.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3379,'6001067000372',7.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3380,'6',15.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3381,'5449000180247',1.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3382,'5410076189571',0.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3383,'5410076189540',0.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3384,'5010029205084',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3385,'5010029204780',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3386,'5',0.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3387,'4005900528018',7.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3388,'4005900527981',1.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3389,'4005900527950',1.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3390,'4',2.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3391,'3',3.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3392,'2',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3393,'13',22.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3394,'12',23.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3395,'268',39.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3396,'1',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3397,'0792382472796',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3398,'0792382472789',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3399,'0792382445790',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3400,'0792382429769',2.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3401,'0000901626026',12.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3402,'0000616009978',6.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3403,'0000616009800',27.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3404,'0000616003174',33.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-08-30','',0,'10:27:07','',''),(3405,'433',50.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3406,'432',50.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3407,'431',50.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3408,'430',5.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3409,'429',50.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3410,'428',50.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3411,'10000905',10.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3412,'270',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3413,'269',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3414,'6164000009815',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3415,'745114762979',17.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3416,'266',12.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3417,'616400033506',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3418,'202',13.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3419,'201',7.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3420,'224000497606',3.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3421,'161101680431',4.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3422,'161102794700',15.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3423,'6161100911598',5.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3424,'8888',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3425,'197',9.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3426,'196',19.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3427,'195',12.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3428,'194',6.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3429,'193',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3430,'192',16.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3431,'191',9.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3432,'190',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3433,'189',184.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3434,'188',1.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3435,'187',29.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3436,'186',12.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3437,'185',120.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3438,'184',6.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3439,'183',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3440,'182',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3441,'181',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3442,'180',3.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3443,'179',5.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3444,'178',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3445,'177',6.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3446,'176',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3447,'175',26.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3448,'174',22.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3449,'173',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3450,'172',35.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3451,'171',1.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3452,'170',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3453,'169',75.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3454,'168',8.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3455,'167',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3456,'166',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3457,'165',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3458,'164',10.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3459,'163',2.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3460,'162',33.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3461,'161',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3462,'160',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3463,'159',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3464,'158',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3465,'157',2.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3466,'156',10.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3467,'155',8.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3468,'154',2.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3469,'153',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3470,'152',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3471,'151',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3472,'150',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3473,'149',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3474,'148',2.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3475,'147',6.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3476,'146',11.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3477,'145',7.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3478,'144',37.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3479,'143',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3480,'142',8.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3481,'141',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3482,'140',12.00,0.00,0.00,0.00,0.00,0.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3483,'139',14.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3484,'138',21.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3485,'137',5.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3486,'136',11.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3487,'135',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3488,'134',1.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3489,'133',10.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3490,'132',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3491,'131',3.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3492,'130',3.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3493,'129',5.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3494,'128',27.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3495,'127',3.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3496,'126',16.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3497,'125',18.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3498,'124',120.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3499,'123',21.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3500,'122',12.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3501,'121',3.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3502,'120',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3503,'119',10.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3504,'118',63.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3505,'117',2.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3506,'116',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3507,'115',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3508,'114',593.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3509,'113',9.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3510,'112',33.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3511,'111',4.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3512,'110',4.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3513,'109',6.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3514,'108',17.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3515,'107',176.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3516,'106',4.00,0.00,0.00,0.00,0.00,275.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3517,'105',8.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3518,'104',20.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3519,'103',19.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3520,'102',33.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3521,'101',34.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3522,'100',0.00,0.00,0.00,0.00,0.00,175.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3523,'99',23.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3524,'98',91.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3525,'97',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3526,'96',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3527,'95',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3528,'94',14.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3529,'93',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3530,'92',17.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3531,'91',5.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3532,'90',18.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3533,'89',27.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3534,'88',8.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3535,'87',10.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3536,'86',6.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3537,'85',6.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3538,'84',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3539,'83',4.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3540,'82',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3541,'81',4.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3542,'80',2.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3543,'79',4.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3544,'78',5.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3545,'77',4.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3546,'76',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3547,'75',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3548,'74',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3549,'73',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3550,'72',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3551,'71',73.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3552,'70',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3553,'69',10.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3554,'68',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3555,'67',12.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3556,'66',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3557,'65',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3558,'64',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3559,'63',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3560,'62',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3561,'61',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3562,'60',0.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3563,'59',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3564,'57',2.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3565,'56',7.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3566,'55',5.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3567,'54',5.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3568,'53',10.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3569,'52',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3570,'51',6.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3571,'50',3.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3572,'49',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3573,'48',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3574,'47',6.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3575,'46',3.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3576,'45',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3577,'44',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3578,'43',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3579,'42',24.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3580,'41',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3581,'40',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3582,'39',6.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3583,'38',4.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3584,'37',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3585,'36',1.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3586,'35',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3587,'34',4.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3588,'33',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3589,'32',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3590,'31',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3591,'30',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3592,'29',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3593,'28',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3594,'27',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3595,'26',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3596,'25',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3597,'24',5.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3598,'23',5.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3599,'22',15.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3600,'21',4.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3601,'20',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3602,'19',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3603,'18',16.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3604,'17',9.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3605,'16',41.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3606,'13',22.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3607,'12',24.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3608,'427',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3609,'268',64.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3610,'9',5.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3611,'8924122012340',29.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3612,'8908000034198',16.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3613,'8901719908590',18.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3614,'8901719908583',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3615,'8901719908576',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3616,'8901719908262',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3617,'8901719903465',0.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3618,'8901719903434',8.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3619,'8901719903427',9.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3620,'8901719258633',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3621,'8901719258619',0.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3622,'8718951340664',27.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3623,'8692806042104',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3624,'8691720006018',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3625,'8001090702500',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3626,'8',31.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3627,'7622210304544',23.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3628,'7622210304537',6.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3629,'7622210304520',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3630,'7622210304476',9.00,0.00,0.00,0.00,0.00,290.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3631,'7174000996052',10.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3632,'7174000996045',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3633,'7',19.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3634,'6923564532289',6.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3635,'6920762411453',18.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3636,'6920354820946',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3637,'6920354817823',72.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3638,'6221022011131',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3639,'6203012970123',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3640,'6166000090213',14.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3641,'6164004676228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3642,'6164004611175',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3643,'6164004597103',8.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3644,'6164004575910',13.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3645,'6164004575903',1.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3646,'6164004554199',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3647,'6164004554182',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3648,'6164003349239',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3649,'6164003349215',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3650,'6164003153256',2.00,0.00,0.00,0.00,0.00,190.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3651,'6164003153027',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3652,'6164001166289',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3653,'6164001166272',8.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3654,'6164001015372',0.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3655,'6164000993008',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3656,'6164000512018',10.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3657,'6164000242588',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3658,'6164000242533',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3659,'6164000184048',28.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3660,'6164000184031',18.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3661,'6164000072055',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3662,'6164000072048',9.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3663,'6164000072031',18.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3664,'6164000072024',15.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3665,'6164000072017',4.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3666,'6164000072000',5.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3667,'6164000033643',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3668,'6164000033636',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3669,'6164000033490',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3670,'6164000033483',3.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3671,'6164000033230',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3672,'6164000033223',1.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3673,'6164000033209',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3674,'6164000033193',2.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3675,'6164000033186',2.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3676,'6164000033179',1.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3677,'6164000033070',4.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3678,'6164000025990',10.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3679,'6164000025242',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3680,'6164000025235',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3681,'6164000009570',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3682,'6164000009563',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3683,'6164000009556',24.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3684,'6164000009549',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3685,'6164000009372',6.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3686,'6164000009358',7.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3687,'6164000009334',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3688,'6164000009327',2.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3689,'6164000009303',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3690,'6164000009082',10.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3691,'6164000009075',6.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3692,'6164000009068',10.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3693,'6164000009020',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3694,'6164000009013',6.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3695,'6164000009006',2.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3696,'6162006607998',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3697,'6162006602771',2.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3698,'6162006602740',13.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3699,'6162000010121',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3700,'6162000010022',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3701,'6161113940530',6.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3702,'6161113940141',6.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3703,'6161113940134',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3704,'6161113440092',0.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3705,'6161113440085',1.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3706,'6161113440078',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3707,'6161113440061',4.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3708,'6161113440054',7.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3709,'6161113440030',1.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3710,'6161113440023',1.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3711,'6161113440016',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3712,'6161113440009',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3713,'6161110961521',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3714,'6161109724106',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3715,'6161109724038',4.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3716,'6161109724021',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3717,'6161109510389',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3718,'6161107777425',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3719,'6161107774240',0.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3720,'6161107772246',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3721,'6161107772222',1.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3722,'6161107772208',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3723,'6161107770853',12.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3724,'6161107770297',11.00,0.00,0.00,0.00,0.00,620.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3725,'6161107770242',2.00,0.00,0.00,0.00,0.00,325.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3726,'6161107770150',3.00,0.00,0.00,0.00,0.00,1435.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3727,'6161107151027',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3728,'6161107151010',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3729,'6161107150853',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3730,'6161107150815',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3731,'6161107150730',6.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3732,'6161107150709',0.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3733,'6161106961979',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3734,'6161106610716',2.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3735,'6161106610594',4.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3736,'6161106610259',7.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3737,'6161106610242',15.00,0.00,0.00,0.00,0.00,510.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3738,'6161106610235',3.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3739,'6161106610228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3740,'6161106370283',19.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3741,'6161106002146',6.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3742,'6161104110225',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3743,'6161103941608',19.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3744,'6161103941271',33.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3745,'6161103940069',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3746,'6161103620077',19.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3747,'6161102794694',15.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3748,'6161102170917',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3749,'6161102170900',92.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3750,'6161102170818',6.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3751,'6161102170030',14.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3752,'6161102170023',12.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3753,'6161101680424',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3754,'6161101668309',28.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3755,'6161101668293',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3756,'6161101661713',2.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3757,'6161101661454',43.00,0.00,0.00,0.00,0.00,375.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3758,'6161101661300',11.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3759,'6161101661256',21.00,0.00,0.00,0.00,0.00,860.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3760,'6161101661249',6.00,0.00,0.00,0.00,0.00,525.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3761,'6161101661232',14.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3762,'6161101661218',10.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3763,'6161101280037',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3764,'6161101280020',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3765,'6161101280013',8.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3766,'6161101011860',24.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3767,'6161101000901',2.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3768,'6161101000895',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3769,'6161101000840',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3770,'6161101000833',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3771,'6161101000543',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3772,'6161100952430',14.00,0.00,0.00,0.00,0.00,265.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3773,'6161100952423',1.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3774,'6161100950825',5.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3775,'6161100950139',4.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3776,'6161100950030',6.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3777,'6161100913080',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3778,'6161100913011',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3779,'6161100912731',12.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3780,'6161100912519',10.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3781,'6161100912380',11.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3782,'6161100912281',13.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3783,'6161100911291',3.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3784,'6161100860247',105.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3785,'6161100860155',1.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3786,'6161100762473',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3787,'6161100761933',80.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3788,'6161100760615',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3789,'6161100760479',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3790,'6161100760387',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3791,'6161100760257',17.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3792,'6161100760226',44.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3793,'6161100760066',9.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3794,'6161100602694',10.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3795,'6161100602267',1.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3796,'6161100450127',13.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3797,'6161100100084',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3798,'6161100045101',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3799,'6161100041240',2.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3800,'6161100040267',1.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3801,'6009629720072',14.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3802,'6009627740072',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3803,'6009627050034',20.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3804,'6009627050027',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3805,'6009627050010',25.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3806,'6009614480462',55.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3807,'6009607673345',31.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3808,'6008792500061',9.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3809,'6008792000134',17.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3810,'6008677000556',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3811,'6008677000549',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3812,'6008677000532',4.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3813,'6001087012003',1.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3814,'6001067000624',3.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3815,'6001067000419',7.00,0.00,0.00,0.00,0.00,145.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3816,'6001067000372',7.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3817,'6',15.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3818,'5449000180247',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3819,'5410076189571',0.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3820,'5410076189540',0.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3821,'5010029205084',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3822,'5010029204780',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3823,'5',0.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3824,'4005900528018',7.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3825,'4005900527981',1.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3826,'4005900527950',1.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3827,'4',2.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3828,'3',3.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3829,'2',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3830,'13',22.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3831,'12',23.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3832,'268',20.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3833,'1',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3834,'0792382472796',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3835,'0792382472789',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3836,'0792382445790',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3837,'0792382429769',2.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3838,'0000901626026',12.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3839,'0000616009978',6.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3840,'0000616009800',27.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3841,'0000616003174',33.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-01','',0,'08:37:43','',''),(3842,'5449000180292',4.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3843,'6008459000453',22.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3844,'6008459000507',23.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3845,'433',48.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3846,'432',48.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3847,'431',44.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3848,'430',4.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3849,'429',35.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3850,'428',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3851,'10000905',9.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3852,'270',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3853,'269',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3854,'6164000009815',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3855,'745114762979',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3856,'266',9.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3857,'616400033506',3.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3858,'202',12.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3859,'201',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3860,'224000497606',3.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3861,'161101680431',25.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3862,'161102794700',14.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3863,'6161100911598',5.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3864,'8888',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3865,'197',9.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3866,'196',19.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3867,'195',12.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3868,'194',3.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3869,'193',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3870,'192',14.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3871,'191',9.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3872,'190',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3873,'189',184.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3874,'188',1.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3875,'187',29.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3876,'186',11.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3877,'185',86.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3878,'184',4.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3879,'183',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3880,'182',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3881,'181',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3882,'180',3.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3883,'179',5.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3884,'178',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3885,'177',6.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3886,'176',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3887,'175',15.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3888,'174',22.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3889,'173',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3890,'172',34.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3891,'171',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3892,'170',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3893,'169',57.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3894,'168',8.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3895,'167',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3896,'166',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3897,'165',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3898,'164',10.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3899,'163',2.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3900,'162',33.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3901,'161',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3902,'160',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3903,'159',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3904,'158',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3905,'157',2.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3906,'156',10.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3907,'155',8.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3908,'154',2.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3909,'153',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3910,'152',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3911,'151',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3912,'150',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3913,'149',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3914,'148',2.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3915,'147',6.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3916,'146',11.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3917,'145',7.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3918,'144',37.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3919,'143',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3920,'142',8.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3921,'141',0.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3922,'140',12.00,0.00,0.00,0.00,0.00,0.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3923,'139',13.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3924,'138',21.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3925,'137',5.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3926,'136',11.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3927,'135',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3928,'134',1.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3929,'133',10.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3930,'132',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3931,'131',3.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3932,'130',3.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3933,'129',5.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3934,'128',27.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3935,'127',3.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3936,'126',16.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3937,'125',18.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3938,'124',120.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3939,'123',21.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3940,'122',11.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3941,'121',3.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3942,'120',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3943,'119',10.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3944,'118',63.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3945,'117',2.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3946,'116',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3947,'115',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3948,'114',593.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3949,'113',8.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3950,'112',33.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3951,'111',4.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3952,'110',4.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3953,'109',6.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3954,'108',17.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3955,'107',176.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3956,'106',4.00,0.00,0.00,0.00,0.00,275.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3957,'105',4.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3958,'104',18.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3959,'103',17.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3960,'102',31.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3961,'101',24.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3962,'100',0.00,0.00,0.00,0.00,0.00,175.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3963,'99',22.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3964,'98',90.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3965,'97',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3966,'96',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3967,'95',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3968,'94',14.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3969,'93',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3970,'92',15.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3971,'91',8.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3972,'90',22.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3973,'89',33.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3974,'88',11.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3975,'87',9.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3976,'86',6.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3977,'85',5.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3978,'84',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3979,'83',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3980,'82',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3981,'81',4.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3982,'80',4.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3983,'79',4.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3984,'78',8.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3985,'77',8.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3986,'76',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3987,'75',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3988,'74',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3989,'73',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3990,'72',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3991,'71',65.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3992,'70',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3993,'69',10.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3994,'68',13.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3995,'67',12.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3996,'66',9.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3997,'65',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3998,'64',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(3999,'63',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4000,'62',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4001,'61',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4002,'60',0.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4003,'57',1.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4004,'56',7.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4005,'55',5.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4006,'54',5.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4007,'53',10.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4008,'52',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4009,'51',6.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4010,'50',3.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4011,'49',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4012,'48',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4013,'47',5.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4014,'46',3.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4015,'45',6.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4016,'44',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4017,'43',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4018,'42',24.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4019,'41',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4020,'40',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4021,'39',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4022,'38',4.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4023,'37',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4024,'36',1.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4025,'35',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4026,'34',3.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4027,'33',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4028,'32',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4029,'31',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4030,'30',4.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4031,'29',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4032,'28',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4033,'27',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4034,'26',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4035,'25',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4036,'24',5.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4037,'23',5.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4038,'22',13.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4039,'21',4.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4040,'20',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4041,'19',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4042,'18',26.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4043,'17',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4044,'16',58.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4045,'13',24.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4046,'12',24.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4047,'427',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4048,'268',105.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4049,'9',4.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4050,'8924122012340',29.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4051,'8908000034198',16.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4052,'8901719908590',18.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4053,'8901719908583',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4054,'8901719908576',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4055,'8901719908262',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4056,'8901719903465',0.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4057,'8901719903434',7.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4058,'8901719903427',9.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4059,'8901719258633',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4060,'8901719258619',0.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4061,'8718951340664',27.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4062,'8692806042104',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4063,'8691720006018',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4064,'8001090702500',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4065,'8',31.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4066,'7622210304544',23.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4067,'7622210304537',5.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4068,'7622210304520',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4069,'7622210304476',9.00,0.00,0.00,0.00,0.00,290.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4070,'7174000996052',10.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4071,'7174000996045',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4072,'7',19.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4073,'6923564532289',6.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4074,'6920762411453',18.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4075,'6920354820946',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4076,'6920354817823',71.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4077,'6221022011131',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4078,'6203012970123',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4079,'6166000090213',23.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4080,'6164004676228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4081,'6164004611175',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4082,'6164004597103',7.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4083,'6164004575910',13.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4084,'6164004575903',1.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4085,'6164004554199',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4086,'6164004554182',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4087,'6164003349239',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4088,'6164003349215',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4089,'6164003153256',2.00,0.00,0.00,0.00,0.00,190.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4090,'6164003153027',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4091,'6164001166289',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4092,'6164001166272',13.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4093,'6164001015372',0.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4094,'6164000993008',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4095,'6164000512018',10.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4096,'6164000242588',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4097,'6164000242533',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4098,'6164000184048',26.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4099,'6164000184031',18.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4100,'6164000072055',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4101,'6164000072048',8.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4102,'6164000072031',15.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4103,'6164000072024',14.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4104,'6164000072017',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4105,'6164000072000',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4106,'6164000033643',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4107,'6164000033636',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4108,'6164000033490',3.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4109,'6164000033483',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4110,'6164000033230',3.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4111,'6164000033223',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4112,'6164000033209',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4113,'6164000033193',2.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4114,'6164000033186',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4115,'6164000033179',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4116,'6164000033070',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4117,'6164000025990',8.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4118,'6164000025242',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4119,'6164000025235',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4120,'6164000009570',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4121,'6164000009563',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4122,'6164000009556',23.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4123,'6164000009549',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4124,'6164000009372',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4125,'6164000009358',6.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4126,'6164000009334',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4127,'6164000009327',1.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4128,'6164000009303',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4129,'6164000009082',9.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4130,'6164000009075',5.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4131,'6164000009068',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4132,'6164000009020',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4133,'6164000009013',5.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4134,'6164000009006',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4135,'6162006607998',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4136,'6162006602771',1.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4137,'6162006602740',13.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4138,'6162000010121',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4139,'6162000010022',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4140,'6161113940530',6.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4141,'6161113940141',6.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4142,'6161113940134',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4143,'6161113440092',0.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4144,'6161113440085',1.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4145,'6161113440078',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4146,'6161113440061',4.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4147,'6161113440054',7.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4148,'6161113440030',1.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4149,'6161113440023',1.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4150,'6161113440016',3.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4151,'6161113440009',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4152,'6161110961521',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4153,'6161109724106',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4154,'6161109724038',4.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4155,'6161109724021',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4156,'6161109510389',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4157,'6161107777425',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4158,'6161107774240',0.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4159,'6161107772246',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4160,'6161107772222',1.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4161,'6161107772208',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4162,'6161107770853',12.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4163,'6161107770297',11.00,0.00,0.00,0.00,0.00,620.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4164,'6161107770242',2.00,0.00,0.00,0.00,0.00,325.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4165,'6161107770150',3.00,0.00,0.00,0.00,0.00,1435.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4166,'6161107151027',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4167,'6161107151010',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4168,'6161107150853',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4169,'6161107150815',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4170,'6161107150730',6.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4171,'6161107150709',0.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4172,'6161106961979',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4173,'6161106610716',2.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4174,'6161106610594',4.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4175,'6161106610259',7.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4176,'6161106610242',14.00,0.00,0.00,0.00,0.00,510.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4177,'6161106610235',2.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4178,'6161106610228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4179,'6161106370283',19.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4180,'6161106002146',6.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4181,'6161104110225',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4182,'6161103941608',19.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4183,'6161103941271',33.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4184,'6161103940069',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4185,'6161103620077',17.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4186,'6161102794694',22.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4187,'6161102170917',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4188,'6161102170900',92.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4189,'6161102170818',6.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4190,'6161102170030',14.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4191,'6161102170023',9.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4192,'6161101680424',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4193,'6161101668309',28.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4194,'6161101668293',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4195,'6161101661713',2.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4196,'6161101661454',43.00,0.00,0.00,0.00,0.00,375.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4197,'6161101661300',11.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4198,'6161101661256',21.00,0.00,0.00,0.00,0.00,860.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4199,'6161101661249',6.00,0.00,0.00,0.00,0.00,525.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4200,'6161101661232',14.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4201,'6161101661218',9.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4202,'6161101280037',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4203,'6161101280020',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4204,'6161101280013',8.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4205,'6161101011860',24.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4206,'6161101000901',4.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4207,'6161101000895',3.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4208,'6161101000840',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4209,'6161101000833',5.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4210,'6161101000543',9.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4211,'6161100952430',14.00,0.00,0.00,0.00,0.00,265.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4212,'6161100952423',1.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4213,'6161100950825',5.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4214,'6161100950139',4.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4215,'6161100950030',6.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4216,'6161100913080',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4217,'6161100913011',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4218,'6161100912731',12.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4219,'6161100912519',10.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4220,'6161100912380',11.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4221,'6161100912281',13.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4222,'6161100911291',3.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4223,'6161100860247',105.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4224,'6161100860155',16.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4225,'6161100762473',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4226,'6161100761933',80.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4227,'6161100760615',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4228,'6161100760479',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4229,'6161100760387',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4230,'6161100760257',17.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4231,'6161100760226',43.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4232,'6161100760066',8.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4233,'6161100602694',10.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4234,'6161100602267',1.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4235,'6161100450127',13.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4236,'6161100100084',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4237,'6161100045101',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4238,'6161100041240',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4239,'6161100040267',1.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4240,'6009629720072',12.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4241,'6009627740072',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4242,'6009627050034',19.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4243,'6009627050027',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4244,'6009627050010',23.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4245,'6009614480462',50.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4246,'6009607673345',30.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4247,'6008792500061',9.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4248,'6008792000134',17.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4249,'6008677000556',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4250,'6008677000549',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4251,'6008677000532',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4252,'6001087012003',1.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4253,'6001067000624',3.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4254,'6001067000419',7.00,0.00,0.00,0.00,0.00,145.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4255,'6001067000372',7.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4256,'6',15.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4257,'5449000180247',4.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4258,'5410076189571',0.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4259,'5410076189540',0.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4260,'5010029205084',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4261,'5010029204780',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4262,'5',0.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4263,'4005900528018',7.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4264,'4005900527981',1.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4265,'4005900527950',1.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4266,'4',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4267,'3',3.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4268,'2',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4269,'13',24.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4270,'12',23.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4271,'268',37.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4272,'1',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4273,'0792382472796',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4274,'0792382472789',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4275,'0792382445790',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4276,'0792382429769',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4277,'0000901626026',12.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4278,'0000616009978',6.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4279,'0000616009800',27.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4280,'0000616003174',33.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-05','',0,'14:39:21','',''),(4281,'5449000180292',1.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4282,'6008459000453',21.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4283,'6008459000507',20.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4284,'433',46.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4285,'432',48.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4286,'431',44.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4287,'430',4.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4288,'429',31.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4289,'428',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4290,'10000905',8.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4291,'270',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4292,'269',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4293,'6164000009815',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4294,'745114762979',0.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4295,'266',8.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4296,'616400033506',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4297,'202',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4298,'201',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4299,'224000497606',3.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4300,'161101680431',25.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4301,'161102794700',14.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4302,'6161100911598',5.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4303,'8888',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4304,'197',9.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4305,'196',19.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4306,'195',12.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4307,'194',2.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4308,'193',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4309,'192',14.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4310,'191',9.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4311,'190',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4312,'189',184.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4313,'188',1.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4314,'187',29.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4315,'186',10.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4316,'185',80.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4317,'184',4.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4318,'183',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4319,'182',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4320,'181',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4321,'180',3.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4322,'179',5.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4323,'178',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4324,'177',6.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4325,'176',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4326,'175',15.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4327,'174',22.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4328,'173',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4329,'172',34.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4330,'171',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4331,'170',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4332,'169',51.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4333,'168',8.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4334,'167',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4335,'166',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4336,'165',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4337,'164',10.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4338,'163',2.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4339,'162',33.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4340,'161',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4341,'160',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4342,'159',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4343,'158',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4344,'157',2.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4345,'156',10.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4346,'155',8.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4347,'154',2.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4348,'153',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4349,'152',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4350,'151',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4351,'150',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4352,'149',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4353,'148',2.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4354,'147',6.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4355,'146',11.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4356,'145',7.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4357,'144',37.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4358,'143',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4359,'142',8.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4360,'141',0.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4361,'140',12.00,0.00,0.00,0.00,0.00,0.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4362,'139',13.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4363,'138',21.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4364,'137',5.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4365,'136',11.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4366,'135',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4367,'134',1.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4368,'133',10.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4369,'132',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4370,'131',3.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4371,'130',3.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4372,'129',4.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4373,'128',27.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4374,'127',3.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4375,'126',16.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4376,'125',18.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4377,'124',120.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4378,'123',21.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4379,'122',11.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4380,'121',3.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4381,'120',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4382,'119',10.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4383,'118',63.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4384,'117',2.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4385,'116',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4386,'115',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4387,'114',593.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4388,'113',8.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4389,'112',33.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4390,'111',4.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4391,'110',4.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4392,'109',6.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4393,'108',17.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4394,'107',176.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4395,'106',2.00,0.00,0.00,0.00,0.00,275.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4396,'105',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4397,'104',17.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4398,'103',15.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4399,'102',31.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4400,'101',23.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4401,'100',0.00,0.00,0.00,0.00,0.00,175.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4402,'99',22.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4403,'98',90.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4404,'97',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4405,'96',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4406,'95',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4407,'94',14.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4408,'93',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4409,'92',15.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4410,'91',6.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4411,'90',18.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4412,'89',33.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4413,'88',11.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4414,'87',9.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4415,'86',6.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4416,'85',5.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4417,'84',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4418,'83',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4419,'82',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4420,'81',4.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4421,'80',4.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4422,'79',4.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4423,'78',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4424,'77',8.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4425,'76',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4426,'75',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4427,'74',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4428,'73',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4429,'72',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4430,'71',54.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4431,'70',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4432,'69',8.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4433,'68',13.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4434,'67',12.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4435,'66',8.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4436,'65',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4437,'64',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4438,'63',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4439,'62',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4440,'61',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4441,'60',0.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4442,'57',1.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4443,'56',7.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4444,'55',5.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4445,'54',5.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4446,'53',10.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4447,'52',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4448,'51',6.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4449,'50',3.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4450,'49',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4451,'48',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4452,'47',5.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4453,'46',3.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4454,'45',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4455,'44',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4456,'43',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4457,'42',24.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4458,'41',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4459,'40',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4460,'39',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4461,'38',4.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4462,'37',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4463,'36',1.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4464,'35',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4465,'34',3.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4466,'33',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4467,'32',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4468,'31',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4469,'30',3.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4470,'29',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4471,'28',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4472,'27',8.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4473,'26',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4474,'25',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4475,'24',5.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4476,'23',5.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4477,'22',13.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4478,'21',4.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4479,'20',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4480,'19',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4481,'18',18.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4482,'17',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4483,'16',55.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4484,'13',24.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4485,'12',24.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4486,'427',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4487,'268',105.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4488,'9',4.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4489,'8924122012340',29.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4490,'8908000034198',16.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4491,'8901719908590',18.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4492,'8901719908583',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4493,'8901719908576',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4494,'8901719908262',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4495,'8901719903465',0.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4496,'8901719903434',6.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4497,'8901719903427',9.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4498,'8901719258633',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4499,'8901719258619',0.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4500,'8718951340664',27.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4501,'8692806042104',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4502,'8691720006018',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4503,'8001090702500',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4504,'8',31.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4505,'7622210304544',23.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4506,'7622210304537',4.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4507,'7622210304520',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4508,'7622210304476',9.00,0.00,0.00,0.00,0.00,290.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4509,'7174000996052',10.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4510,'7174000996045',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4511,'7',18.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4512,'6923564532289',6.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4513,'6920762411453',18.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4514,'6920354820946',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4515,'6920354817823',71.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4516,'6221022011131',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4517,'6203012970123',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4518,'6166000090213',22.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4519,'6164004676228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4520,'6164004611175',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4521,'6164004597103',7.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4522,'6164004575910',13.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4523,'6164004575903',1.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4524,'6164004554199',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4525,'6164004554182',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4526,'6164003349239',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4527,'6164003349215',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4528,'6164003153256',2.00,0.00,0.00,0.00,0.00,190.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4529,'6164003153027',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4530,'6164001166289',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4531,'6164001166272',8.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4532,'6164001015372',0.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4533,'6164000993008',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4534,'6164000512018',10.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4535,'6164000242588',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4536,'6164000242533',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4537,'6164000184048',25.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4538,'6164000184031',18.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4539,'6164000072055',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4540,'6164000072048',8.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4541,'6164000072031',15.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4542,'6164000072024',14.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4543,'6164000072017',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4544,'6164000072000',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4545,'6164000033643',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4546,'6164000033636',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4547,'6164000033490',3.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4548,'6164000033483',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4549,'6164000033230',3.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4550,'6164000033223',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4551,'6164000033209',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4552,'6164000033193',2.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4553,'6164000033186',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4554,'6164000033179',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4555,'6164000033070',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4556,'6164000025990',8.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4557,'6164000025242',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4558,'6164000025235',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4559,'6164000009570',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4560,'6164000009563',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4561,'6164000009556',23.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4562,'6164000009549',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4563,'6164000009372',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4564,'6164000009358',6.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4565,'6164000009334',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4566,'6164000009327',1.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4567,'6164000009303',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4568,'6164000009082',9.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4569,'6164000009075',4.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4570,'6164000009068',7.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4571,'6164000009020',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4572,'6164000009013',5.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4573,'6164000009006',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4574,'6162006607998',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4575,'6162006602771',1.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4576,'6162006602740',13.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4577,'6162000010121',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4578,'6162000010022',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4579,'6161113940530',6.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4580,'6161113940141',6.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4581,'6161113940134',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4582,'6161113440092',0.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4583,'6161113440085',1.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4584,'6161113440078',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4585,'6161113440061',4.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4586,'6161113440054',7.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4587,'6161113440030',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4588,'6161113440023',1.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4589,'6161113440016',3.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4590,'6161113440009',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4591,'6161110961521',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4592,'6161109724106',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4593,'6161109724038',4.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4594,'6161109724021',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4595,'6161109510389',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4596,'6161107777425',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4597,'6161107774240',0.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4598,'6161107772246',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4599,'6161107772222',1.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4600,'6161107772208',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4601,'6161107770853',12.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4602,'6161107770297',11.00,0.00,0.00,0.00,0.00,620.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4603,'6161107770242',2.00,0.00,0.00,0.00,0.00,325.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4604,'6161107770150',3.00,0.00,0.00,0.00,0.00,1435.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4605,'6161107151027',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4606,'6161107151010',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4607,'6161107150853',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4608,'6161107150815',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4609,'6161107150730',5.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4610,'6161107150709',0.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4611,'6161106961979',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4612,'6161106610716',2.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4613,'6161106610594',4.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4614,'6161106610259',6.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4615,'6161106610242',13.00,0.00,0.00,0.00,0.00,510.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4616,'6161106610235',2.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4617,'6161106610228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4618,'6161106370283',19.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4619,'6161106002146',6.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4620,'6161104110225',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4621,'6161103941608',19.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4622,'6161103941271',33.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4623,'6161103940069',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4624,'6161103620077',17.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4625,'6161102794694',17.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4626,'6161102170917',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4627,'6161102170900',92.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4628,'6161102170818',6.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4629,'6161102170030',14.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4630,'6161102170023',8.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4631,'6161101680424',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4632,'6161101668309',28.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4633,'6161101668293',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4634,'6161101661713',1.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4635,'6161101661454',43.00,0.00,0.00,0.00,0.00,375.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4636,'6161101661300',10.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4637,'6161101661256',21.00,0.00,0.00,0.00,0.00,860.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4638,'6161101661249',6.00,0.00,0.00,0.00,0.00,525.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4639,'6161101661232',14.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4640,'6161101661218',9.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4641,'6161101280037',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4642,'6161101280020',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4643,'6161101280013',7.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4644,'6161101011860',24.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4645,'6161101000901',4.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4646,'6161101000895',3.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4647,'6161101000840',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4648,'6161101000833',5.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4649,'6161101000543',7.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4650,'6161100952430',14.00,0.00,0.00,0.00,0.00,265.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4651,'6161100952423',1.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4652,'6161100950825',5.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4653,'6161100950139',4.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4654,'6161100950030',6.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4655,'6161100913080',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4656,'6161100913011',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4657,'6161100912731',12.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4658,'6161100912519',10.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4659,'6161100912380',11.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4660,'6161100912281',13.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4661,'6161100911291',3.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4662,'6161100860247',105.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4663,'6161100860155',13.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4664,'6161100762473',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4665,'6161100761933',80.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4666,'6161100760615',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4667,'6161100760479',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4668,'6161100760387',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4669,'6161100760257',17.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4670,'6161100760226',42.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4671,'6161100760066',8.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4672,'6161100602694',10.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4673,'6161100602267',1.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4674,'6161100450127',12.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4675,'6161100100084',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4676,'6161100045101',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4677,'6161100041240',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4678,'6161100040267',1.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4679,'6009629720072',11.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4680,'6009627740072',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4681,'6009627050034',18.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4682,'6009627050027',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4683,'6009627050010',19.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4684,'6009614480462',49.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4685,'6009607673345',30.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4686,'6008792500061',9.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4687,'6008792000134',17.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4688,'6008677000556',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4689,'6008677000549',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4690,'6008677000532',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4691,'6001087012003',1.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4692,'6001067000624',3.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4693,'6001067000419',7.00,0.00,0.00,0.00,0.00,145.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4694,'6001067000372',7.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4695,'6',15.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4696,'5449000180247',4.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4697,'5410076189571',0.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4698,'5410076189540',0.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4699,'5010029205084',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4700,'5010029204780',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4701,'5',0.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4702,'4005900528018',7.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4703,'4005900527981',1.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4704,'4005900527950',1.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4705,'4',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4706,'3',3.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4707,'2',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4708,'13',24.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4709,'12',23.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4710,'268',13.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4711,'1',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4712,'0792382472796',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4713,'0792382472789',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4714,'0792382445790',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4715,'0792382429769',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4716,'0000901626026',12.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4717,'0000616009978',6.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4718,'0000616009800',27.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4719,'0000616003174',33.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-06','',0,'11:14:27','',''),(4720,'5449000180292',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4721,'6008459000453',21.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4722,'6008459000507',20.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4723,'433',46.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4724,'432',48.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4725,'431',44.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4726,'430',3.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4727,'429',23.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4728,'428',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4729,'10000905',8.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4730,'270',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4731,'269',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4732,'6164000009815',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4733,'745114762979',0.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4734,'266',8.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4735,'616400033506',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4736,'202',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4737,'201',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4738,'224000497606',3.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4739,'161101680431',24.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4740,'161102794700',13.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4741,'6161100911598',5.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4742,'8888',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4743,'197',9.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4744,'196',18.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4745,'195',12.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4746,'194',1.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4747,'193',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4748,'192',14.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4749,'191',9.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4750,'190',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4751,'189',181.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4752,'188',1.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4753,'187',29.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4754,'186',10.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4755,'185',70.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4756,'184',4.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4757,'183',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4758,'182',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4759,'181',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4760,'180',3.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4761,'179',5.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4762,'178',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4763,'177',6.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4764,'176',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4765,'175',15.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4766,'174',22.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4767,'173',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4768,'172',34.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4769,'171',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4770,'170',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4771,'169',36.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4772,'168',8.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4773,'167',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4774,'166',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4775,'165',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4776,'164',10.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4777,'163',2.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4778,'162',33.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4779,'161',14.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4780,'160',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4781,'159',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4782,'158',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4783,'157',2.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4784,'156',10.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4785,'155',8.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4786,'154',2.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4787,'153',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4788,'152',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4789,'151',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4790,'150',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4791,'149',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4792,'148',2.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4793,'147',6.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4794,'146',11.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4795,'145',7.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4796,'144',37.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4797,'143',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4798,'142',8.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4799,'141',0.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4800,'140',12.00,0.00,0.00,0.00,0.00,0.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4801,'139',12.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4802,'138',21.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4803,'137',5.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4804,'136',11.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4805,'135',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4806,'134',1.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4807,'133',10.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4808,'132',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4809,'131',3.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4810,'130',3.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4811,'129',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4812,'128',27.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4813,'127',3.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4814,'126',11.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4815,'125',18.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4816,'124',120.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4817,'123',19.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4818,'122',10.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4819,'121',3.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4820,'120',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4821,'119',10.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4822,'118',63.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4823,'117',2.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4824,'116',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4825,'115',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4826,'114',593.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4827,'113',8.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4828,'112',33.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4829,'111',4.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4830,'110',3.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4831,'109',6.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4832,'108',17.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4833,'107',176.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4834,'106',2.00,0.00,0.00,0.00,0.00,275.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4835,'105',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4836,'104',16.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4837,'103',15.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4838,'102',29.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4839,'101',20.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4840,'100',0.00,0.00,0.00,0.00,0.00,175.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4841,'99',22.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4842,'98',90.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4843,'97',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4844,'96',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4845,'95',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4846,'94',14.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4847,'93',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4848,'92',14.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4849,'91',6.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4850,'90',18.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4851,'89',33.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4852,'88',11.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4853,'87',9.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4854,'86',6.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4855,'85',5.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4856,'84',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4857,'83',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4858,'82',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4859,'81',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4860,'80',4.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4861,'79',4.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4862,'78',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4863,'77',8.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4864,'76',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4865,'75',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4866,'74',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4867,'73',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4868,'72',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4869,'71',54.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4870,'70',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4871,'69',8.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4872,'68',12.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4873,'67',12.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4874,'66',8.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4875,'65',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4876,'64',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4877,'63',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4878,'62',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4879,'61',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4880,'60',0.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4881,'57',1.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4882,'56',7.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4883,'55',5.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4884,'54',5.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4885,'53',10.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4886,'52',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4887,'51',6.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4888,'50',2.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4889,'49',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4890,'48',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4891,'47',5.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4892,'46',3.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4893,'45',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4894,'44',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4895,'43',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4896,'42',24.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4897,'41',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4898,'40',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4899,'39',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4900,'38',4.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4901,'37',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4902,'36',1.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4903,'35',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4904,'34',3.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4905,'33',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4906,'32',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4907,'31',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4908,'30',5.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4909,'29',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4910,'28',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4911,'27',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4912,'26',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4913,'25',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4914,'24',5.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4915,'23',5.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4916,'22',13.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4917,'21',4.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4918,'20',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4919,'19',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4920,'18',24.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4921,'17',7.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4922,'16',54.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4923,'13',24.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4924,'12',24.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4925,'427',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4926,'268',123.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4927,'9',1.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4928,'8924122012340',29.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4929,'8908000034198',16.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4930,'8901719908590',18.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4931,'8901719908583',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4932,'8901719908576',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4933,'8901719908262',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4934,'8901719903465',0.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4935,'8901719903434',6.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4936,'8901719903427',9.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4937,'8901719258633',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4938,'8901719258619',0.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4939,'8718951340664',26.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4940,'8692806042104',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4941,'8691720006018',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4942,'8001090702500',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4943,'8',31.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4944,'7622210304544',23.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4945,'7622210304537',4.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4946,'7622210304520',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4947,'7622210304476',9.00,0.00,0.00,0.00,0.00,290.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4948,'7174000996052',10.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4949,'7174000996045',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4950,'7',18.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4951,'6923564532289',6.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4952,'6920762411453',18.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4953,'6920354820946',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4954,'6920354817823',71.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4955,'6221022011131',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4956,'6203012970123',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4957,'6166000090213',19.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4958,'6164004676228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4959,'6164004611175',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4960,'6164004597103',7.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4961,'6164004575910',13.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4962,'6164004575903',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4963,'6164004554199',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4964,'6164004554182',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4965,'6164003349239',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4966,'6164003349215',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4967,'6164003153256',2.00,0.00,0.00,0.00,0.00,190.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4968,'6164003153027',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4969,'6164001166289',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4970,'6164001166272',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4971,'6164001015372',0.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4972,'6164000993008',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4973,'6164000512018',10.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4974,'6164000242588',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4975,'6164000242533',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4976,'6164000184048',25.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4977,'6164000184031',18.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4978,'6164000072055',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4979,'6164000072048',8.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4980,'6164000072031',13.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4981,'6164000072024',14.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4982,'6164000072017',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4983,'6164000072000',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4984,'6164000033643',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4985,'6164000033636',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4986,'6164000033490',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4987,'6164000033483',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4988,'6164000033230',3.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4989,'6164000033223',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4990,'6164000033209',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4991,'6164000033193',2.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4992,'6164000033186',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4993,'6164000033179',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4994,'6164000033070',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4995,'6164000025990',8.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4996,'6164000025242',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4997,'6164000025235',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4998,'6164000009570',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(4999,'6164000009563',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5000,'6164000009556',23.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5001,'6164000009549',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5002,'6164000009372',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5003,'6164000009358',6.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5004,'6164000009334',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5005,'6164000009327',1.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5006,'6164000009303',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5007,'6164000009082',9.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5008,'6164000009075',4.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5009,'6164000009068',7.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5010,'6164000009020',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5011,'6164000009013',5.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5012,'6164000009006',0.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5013,'6162006607998',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5014,'6162006602771',1.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5015,'6162006602740',13.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5016,'6162000010121',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5017,'6162000010022',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5018,'6161113940530',6.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5019,'6161113940141',6.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5020,'6161113940134',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5021,'6161113440092',0.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5022,'6161113440085',1.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5023,'6161113440078',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5024,'6161113440061',4.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5025,'6161113440054',7.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5026,'6161113440030',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5027,'6161113440023',1.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5028,'6161113440016',3.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5029,'6161113440009',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5030,'6161110961521',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5031,'6161109724106',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5032,'6161109724038',4.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5033,'6161109724021',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5034,'6161109510389',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5035,'6161107777425',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5036,'6161107774240',0.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5037,'6161107772246',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5038,'6161107772222',1.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5039,'6161107772208',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5040,'6161107770853',12.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5041,'6161107770297',11.00,0.00,0.00,0.00,0.00,620.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5042,'6161107770242',2.00,0.00,0.00,0.00,0.00,325.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5043,'6161107770150',3.00,0.00,0.00,0.00,0.00,1435.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5044,'6161107151027',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5045,'6161107151010',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5046,'6161107150853',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5047,'6161107150815',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5048,'6161107150730',5.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5049,'6161107150709',0.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5050,'6161106961979',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5051,'6161106610716',2.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5052,'6161106610594',4.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5053,'6161106610259',5.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5054,'6161106610242',12.00,0.00,0.00,0.00,0.00,510.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5055,'6161106610235',2.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5056,'6161106610228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5057,'6161106370283',19.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5058,'6161106002146',6.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5059,'6161104110225',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5060,'6161103941608',19.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5061,'6161103941271',33.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5062,'6161103940069',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5063,'6161103620077',17.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5064,'6161102794694',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5065,'6161102170917',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5066,'6161102170900',91.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5067,'6161102170818',6.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5068,'6161102170030',14.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5069,'6161102170023',2.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5070,'6161101680424',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5071,'6161101668309',28.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5072,'6161101668293',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5073,'6161101661713',1.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5074,'6161101661454',43.00,0.00,0.00,0.00,0.00,375.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5075,'6161101661300',10.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5076,'6161101661256',21.00,0.00,0.00,0.00,0.00,860.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5077,'6161101661249',6.00,0.00,0.00,0.00,0.00,525.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5078,'6161101661232',14.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5079,'6161101661218',7.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5080,'6161101280037',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5081,'6161101280020',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5082,'6161101280013',7.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5083,'6161101011860',24.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5084,'6161101000901',4.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5085,'6161101000895',3.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5086,'6161101000840',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5087,'6161101000833',5.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5088,'6161101000543',7.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5089,'6161100952430',14.00,0.00,0.00,0.00,0.00,265.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5090,'6161100952423',1.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5091,'6161100950825',5.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5092,'6161100950139',4.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5093,'6161100950030',6.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5094,'6161100913080',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5095,'6161100913011',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5096,'6161100912731',12.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5097,'6161100912519',10.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5098,'6161100912380',11.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5099,'6161100912281',13.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5100,'6161100911291',3.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5101,'6161100860247',105.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5102,'6161100860155',7.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5103,'6161100762473',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5104,'6161100761933',80.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5105,'6161100760615',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5106,'6161100760479',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5107,'6161100760387',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5108,'6161100760257',17.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5109,'6161100760226',42.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5110,'6161100760066',8.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5111,'6161100602694',10.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5112,'6161100602267',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5113,'6161100450127',12.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5114,'6161100100084',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5115,'6161100045101',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5116,'6161100041240',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5117,'6161100040267',1.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5118,'6009629720072',11.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5119,'6009627740072',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5120,'6009627050034',18.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5121,'6009627050027',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5122,'6009627050010',16.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5123,'6009614480462',47.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5124,'6009607673345',30.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5125,'6008792500061',9.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5126,'6008792000134',17.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5127,'6008677000556',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5128,'6008677000549',8.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5129,'6008677000532',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5130,'6001087012003',1.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5131,'6001067000624',3.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5132,'6001067000419',7.00,0.00,0.00,0.00,0.00,145.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5133,'6001067000372',7.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5134,'6',15.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5135,'5449000180247',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5136,'5410076189571',0.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5137,'5410076189540',0.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5138,'5010029205084',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5139,'5010029204780',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5140,'5',0.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5141,'4005900528018',7.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5142,'4005900527981',1.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5143,'4005900527950',1.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5144,'4',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5145,'3',3.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5146,'2',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5147,'13',24.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5148,'12',23.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5149,'268',118.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5150,'1',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5151,'0792382472796',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5152,'0792382472789',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5153,'0792382445790',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5154,'0792382429769',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5155,'0000901626026',12.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5156,'0000616009978',6.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5157,'0000616009800',27.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5158,'0000616003174',33.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-08','',0,'08:50:14','',''),(5159,'5449000180292',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5160,'6008459000453',20.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5161,'6008459000507',20.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5162,'433',46.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5163,'432',47.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5164,'431',35.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5165,'430',3.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5166,'429',21.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5167,'428',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5168,'10000905',8.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5169,'270',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5170,'269',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5171,'6164000009815',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5172,'745114762979',0.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5173,'266',6.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5174,'616400033506',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5175,'202',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5176,'201',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5177,'224000497606',3.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5178,'161101680431',22.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5179,'161102794700',13.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5180,'6161100911598',5.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5181,'8888',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5182,'197',9.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5183,'196',18.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5184,'195',12.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5185,'194',1.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5186,'193',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5187,'192',14.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5188,'191',9.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5189,'190',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5190,'189',180.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5191,'188',0.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5192,'187',29.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5193,'186',10.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5194,'185',56.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5195,'184',4.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5196,'183',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5197,'182',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5198,'181',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5199,'180',3.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5200,'179',5.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5201,'178',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5202,'177',6.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5203,'176',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5204,'175',15.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5205,'174',22.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5206,'173',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5207,'172',34.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5208,'171',2.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5209,'170',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5210,'169',20.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5211,'168',8.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5212,'167',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5213,'166',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5214,'165',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5215,'164',10.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5216,'163',2.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5217,'162',33.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5218,'161',11.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5219,'160',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5220,'159',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5221,'158',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5222,'157',2.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5223,'156',10.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5224,'155',8.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5225,'154',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5226,'153',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5227,'152',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5228,'151',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5229,'150',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5230,'149',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5231,'148',2.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5232,'147',6.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5233,'146',11.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5234,'145',7.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5235,'144',37.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5236,'143',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5237,'142',8.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5238,'141',0.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5239,'140',12.00,0.00,0.00,0.00,0.00,0.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5240,'139',11.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5241,'138',21.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5242,'137',5.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5243,'136',11.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5244,'135',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5245,'134',1.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5246,'133',10.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5247,'132',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5248,'131',3.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5249,'130',3.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5250,'129',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5251,'128',27.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5252,'127',3.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5253,'126',11.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5254,'125',18.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5255,'124',119.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5256,'123',18.50,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5257,'122',10.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5258,'121',3.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5259,'120',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5260,'119',10.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5261,'118',63.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5262,'117',2.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5263,'116',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5264,'115',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5265,'114',593.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5266,'113',8.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5267,'112',31.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5268,'111',4.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5269,'110',3.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5270,'109',6.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5271,'108',17.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5272,'107',176.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5273,'106',2.00,0.00,0.00,0.00,0.00,275.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5274,'105',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5275,'104',16.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5276,'103',15.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5277,'102',29.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5278,'101',15.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5279,'100',0.00,0.00,0.00,0.00,0.00,175.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5280,'99',22.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5281,'98',90.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5282,'97',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5283,'96',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5284,'95',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5285,'94',14.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5286,'93',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5287,'92',13.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5288,'91',6.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5289,'90',18.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5290,'89',33.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5291,'88',11.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5292,'87',9.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5293,'86',6.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5294,'85',5.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5295,'84',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5296,'83',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5297,'82',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5298,'81',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5299,'80',4.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5300,'79',4.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5301,'78',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5302,'77',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5303,'76',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5304,'75',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5305,'74',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5306,'73',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5307,'72',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5308,'71',40.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5309,'70',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5310,'69',8.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5311,'68',10.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5312,'67',11.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5313,'66',7.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5314,'65',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5315,'64',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5316,'63',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5317,'62',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5318,'61',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5319,'60',0.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5320,'57',1.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5321,'56',7.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5322,'55',5.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5323,'54',5.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5324,'53',10.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5325,'52',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5326,'51',6.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5327,'50',2.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5328,'49',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5329,'48',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5330,'47',5.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5331,'46',3.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5332,'45',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5333,'44',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5334,'43',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5335,'42',24.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5336,'41',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5337,'40',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5338,'39',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5339,'38',4.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5340,'37',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5341,'36',1.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5342,'35',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5343,'34',3.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5344,'33',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5345,'32',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5346,'31',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5347,'30',4.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5348,'29',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5349,'28',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5350,'27',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5351,'26',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5352,'25',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5353,'24',5.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5354,'23',5.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5355,'22',13.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5356,'21',4.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5357,'20',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5358,'19',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5359,'18',22.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5360,'17',7.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5361,'16',53.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5362,'13',24.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5363,'12',24.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5364,'427',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5365,'268',123.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5366,'9',1.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5367,'8924122012340',29.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5368,'8908000034198',16.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5369,'8901719908590',18.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5370,'8901719908583',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5371,'8901719908576',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5372,'8901719908262',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5373,'8901719903465',0.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5374,'8901719903434',5.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5375,'8901719903427',9.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5376,'8901719258633',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5377,'8901719258619',0.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5378,'8718951340664',26.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5379,'8692806042104',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5380,'8691720006018',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5381,'8001090702500',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5382,'8',31.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5383,'7622210304544',23.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5384,'7622210304537',4.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5385,'7622210304520',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5386,'7622210304476',9.00,0.00,0.00,0.00,0.00,290.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5387,'7174000996052',10.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5388,'7174000996045',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5389,'7',18.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5390,'6923564532289',6.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5391,'6920762411453',18.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5392,'6920354820946',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5393,'6920354817823',71.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5394,'6221022011131',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5395,'6203012970123',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5396,'6166000090213',16.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5397,'6164004676228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5398,'6164004611175',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5399,'6164004597103',7.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5400,'6164004575910',13.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5401,'6164004575903',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5402,'6164004554199',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5403,'6164004554182',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5404,'6164003349239',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5405,'6164003349215',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5406,'6164003153256',2.00,0.00,0.00,0.00,0.00,190.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5407,'6164003153027',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5408,'6164001166289',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5409,'6164001166272',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5410,'6164001015372',0.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5411,'6164000993008',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5412,'6164000512018',10.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5413,'6164000242588',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5414,'6164000242533',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5415,'6164000184048',25.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5416,'6164000184031',18.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5417,'6164000072055',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5418,'6164000072048',8.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5419,'6164000072031',13.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5420,'6164000072024',14.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5421,'6164000072017',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5422,'6164000072000',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5423,'6164000033643',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5424,'6164000033636',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5425,'6164000033490',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5426,'6164000033483',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5427,'6164000033230',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5428,'6164000033223',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5429,'6164000033209',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5430,'6164000033193',1.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5431,'6164000033186',2.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5432,'6164000033179',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5433,'6164000033070',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5434,'6164000025990',8.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5435,'6164000025242',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5436,'6164000025235',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5437,'6164000009570',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5438,'6164000009563',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5439,'6164000009556',23.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5440,'6164000009549',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5441,'6164000009372',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5442,'6164000009358',6.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5443,'6164000009334',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5444,'6164000009327',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5445,'6164000009303',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5446,'6164000009082',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5447,'6164000009075',4.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5448,'6164000009068',7.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5449,'6164000009020',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5450,'6164000009013',5.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5451,'6164000009006',0.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5452,'6162006607998',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5453,'6162006602771',1.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5454,'6162006602740',13.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5455,'6162000010121',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5456,'6162000010022',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5457,'6161113940530',6.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5458,'6161113940141',18.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5459,'6161113940134',22.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5460,'6161113440092',0.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5461,'6161113440085',1.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5462,'6161113440078',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5463,'6161113440061',4.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5464,'6161113440054',7.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5465,'6161113440030',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5466,'6161113440023',1.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5467,'6161113440016',3.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5468,'6161113440009',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5469,'6161110961521',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5470,'6161109724106',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5471,'6161109724038',4.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5472,'6161109724021',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5473,'6161109510389',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5474,'6161107777425',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5475,'6161107774240',0.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5476,'6161107772246',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5477,'6161107772222',1.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5478,'6161107772208',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5479,'6161107770853',12.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5480,'6161107770297',11.00,0.00,0.00,0.00,0.00,620.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5481,'6161107770242',2.00,0.00,0.00,0.00,0.00,325.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5482,'6161107770150',3.00,0.00,0.00,0.00,0.00,1435.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5483,'6161107151027',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5484,'6161107151010',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5485,'6161107150853',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5486,'6161107150815',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5487,'6161107150730',5.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5488,'6161107150709',0.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5489,'6161106961979',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5490,'6161106610716',2.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5491,'6161106610594',4.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5492,'6161106610259',5.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5493,'6161106610242',12.00,0.00,0.00,0.00,0.00,510.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5494,'6161106610235',2.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5495,'6161106610228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5496,'6161106370283',19.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5497,'6161106002146',6.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5498,'6161104110225',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5499,'6161103941608',19.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5500,'6161103941271',33.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5501,'6161103940069',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5502,'6161103620077',17.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5503,'6161102794694',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5504,'6161102170917',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5505,'6161102170900',91.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5506,'6161102170818',6.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5507,'6161102170030',12.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5508,'6161102170023',11.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5509,'6161101680424',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5510,'6161101668309',28.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5511,'6161101668293',7.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5512,'6161101661713',1.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5513,'6161101661454',43.00,0.00,0.00,0.00,0.00,375.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5514,'6161101661300',10.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5515,'6161101661256',21.00,0.00,0.00,0.00,0.00,860.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5516,'6161101661249',6.00,0.00,0.00,0.00,0.00,525.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5517,'6161101661232',13.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5518,'6161101661218',6.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5519,'6161101280037',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5520,'6161101280020',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5521,'6161101280013',7.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5522,'6161101011860',24.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5523,'6161101000901',4.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5524,'6161101000895',2.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5525,'6161101000840',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5526,'6161101000833',5.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5527,'6161101000543',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5528,'6161100952430',14.00,0.00,0.00,0.00,0.00,265.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5529,'6161100952423',1.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5530,'6161100950825',5.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5531,'6161100950139',4.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5532,'6161100950030',6.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5533,'6161100913080',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5534,'6161100913011',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5535,'6161100912731',12.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5536,'6161100912519',10.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5537,'6161100912380',11.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5538,'6161100912281',13.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5539,'6161100911291',3.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5540,'6161100860247',105.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5541,'6161100860155',5.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5542,'6161100762473',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5543,'6161100761933',80.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5544,'6161100760615',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5545,'6161100760479',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5546,'6161100760387',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5547,'6161100760257',17.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5548,'6161100760226',42.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5549,'6161100760066',8.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5550,'6161100602694',10.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5551,'6161100602267',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5552,'6161100450127',12.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5553,'6161100100084',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5554,'6161100045101',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5555,'6161100041240',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5556,'6161100040267',1.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5557,'6009629720072',11.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5558,'6009627740072',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5559,'6009627050034',18.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5560,'6009627050027',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5561,'6009627050010',26.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5562,'6009614480462',45.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5563,'6009607673345',30.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5564,'6008792500061',9.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5565,'6008792000134',17.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5566,'6008677000556',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5567,'6008677000549',8.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5568,'6008677000532',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5569,'6001087012003',1.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5570,'6001067000624',3.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5571,'6001067000419',7.00,0.00,0.00,0.00,0.00,145.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5572,'6001067000372',7.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5573,'6',15.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5574,'5449000180247',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5575,'5410076189571',0.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5576,'5410076189540',0.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5577,'5010029205084',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5578,'5010029204780',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5579,'5',0.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5580,'4005900528018',7.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5581,'4005900527981',1.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5582,'4005900527950',1.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5583,'4',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5584,'3',3.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5585,'2',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5586,'13',24.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5587,'12',23.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5588,'268',117.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5589,'1',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5590,'0792382472796',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5591,'0792382472789',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5592,'0792382445790',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5593,'0792382429769',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5594,'0000901626026',12.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5595,'0000616009978',6.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5596,'0000616009800',27.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5597,'0000616003174',33.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-10','',0,'10:01:13','',''),(5598,'5449000180292',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5599,'6008459000453',20.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5600,'6008459000507',20.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5601,'433',44.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5602,'432',47.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5603,'431',35.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5604,'430',3.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5605,'429',20.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5606,'428',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5607,'10000905',8.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5608,'270',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5609,'269',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5610,'6164000009815',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5611,'745114762979',0.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5612,'266',6.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5613,'616400033506',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5614,'202',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5615,'201',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5616,'224000497606',3.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5617,'161101680431',20.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5618,'161102794700',13.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5619,'6161100911598',5.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5620,'8888',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5621,'197',9.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5622,'196',18.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5623,'195',12.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5624,'194',1.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5625,'193',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5626,'192',14.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5627,'191',9.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5628,'190',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5629,'189',180.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5630,'188',0.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5631,'187',29.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5632,'186',10.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5633,'185',45.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5634,'184',4.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5635,'183',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5636,'182',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5637,'181',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5638,'180',3.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5639,'179',5.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5640,'178',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5641,'177',6.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5642,'176',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5643,'175',15.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5644,'174',22.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5645,'173',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5646,'172',34.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5647,'171',2.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5648,'170',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5649,'169',20.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5650,'168',8.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5651,'167',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5652,'166',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5653,'165',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5654,'164',10.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5655,'163',2.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5656,'162',33.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5657,'161',11.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5658,'160',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5659,'159',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5660,'158',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5661,'157',2.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5662,'156',10.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5663,'155',8.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5664,'154',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5665,'153',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5666,'152',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5667,'151',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5668,'150',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5669,'149',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5670,'148',2.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5671,'147',6.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5672,'146',11.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5673,'145',7.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5674,'144',37.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5675,'143',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5676,'142',8.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5677,'141',0.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5678,'140',12.00,0.00,0.00,0.00,0.00,0.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5679,'139',11.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5680,'138',21.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5681,'137',5.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5682,'136',11.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5683,'135',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5684,'134',1.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5685,'133',10.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5686,'132',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5687,'131',3.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5688,'130',3.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5689,'129',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5690,'128',27.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5691,'127',3.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5692,'126',11.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5693,'125',18.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5694,'124',118.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5695,'123',18.50,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5696,'122',10.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5697,'121',3.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5698,'120',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5699,'119',10.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5700,'118',63.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5701,'117',2.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5702,'116',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5703,'115',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5704,'114',593.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5705,'113',8.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5706,'112',31.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5707,'111',4.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5708,'110',3.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5709,'109',6.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5710,'108',17.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5711,'107',176.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5712,'106',2.00,0.00,0.00,0.00,0.00,275.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5713,'105',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5714,'104',16.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5715,'103',14.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5716,'102',29.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5717,'101',14.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5718,'100',0.00,0.00,0.00,0.00,0.00,175.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5719,'99',22.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5720,'98',90.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5721,'97',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5722,'96',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5723,'95',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5724,'94',14.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5725,'93',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5726,'92',12.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5727,'91',6.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5728,'90',18.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5729,'89',33.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5730,'88',11.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5731,'87',8.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5732,'86',6.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5733,'85',4.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5734,'84',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5735,'83',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5736,'82',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5737,'81',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5738,'80',4.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5739,'79',4.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5740,'78',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5741,'77',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5742,'76',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5743,'75',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5744,'74',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5745,'73',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5746,'72',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5747,'71',34.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5748,'70',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5749,'69',8.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5750,'68',10.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5751,'67',11.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5752,'66',7.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5753,'65',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5754,'64',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5755,'63',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5756,'62',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5757,'61',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5758,'60',0.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5759,'57',1.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5760,'56',7.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5761,'55',5.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5762,'54',5.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5763,'53',10.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5764,'52',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5765,'51',6.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5766,'50',2.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5767,'49',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5768,'48',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5769,'47',5.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5770,'46',3.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5771,'45',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5772,'44',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5773,'43',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5774,'42',24.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5775,'41',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5776,'40',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5777,'39',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5778,'38',4.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5779,'37',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5780,'36',1.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5781,'35',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5782,'34',3.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5783,'33',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5784,'32',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5785,'31',3.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5786,'30',6.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5787,'29',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5788,'28',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5789,'27',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5790,'26',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5791,'25',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5792,'24',5.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5793,'23',5.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5794,'22',13.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5795,'21',4.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5796,'20',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5797,'19',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5798,'18',20.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5799,'17',6.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5800,'16',51.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5801,'13',24.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5802,'12',24.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5803,'427',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5804,'268',123.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5805,'9',1.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5806,'8924122012340',29.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5807,'8908000034198',16.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5808,'8901719908590',18.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5809,'8901719908583',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5810,'8901719908576',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5811,'8901719908262',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5812,'8901719903465',0.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5813,'8901719903434',5.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5814,'8901719903427',9.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5815,'8901719258633',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5816,'8901719258619',0.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5817,'8718951340664',25.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5818,'8692806042104',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5819,'8691720006018',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5820,'8001090702500',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5821,'8',31.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5822,'7622210304544',23.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5823,'7622210304537',4.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5824,'7622210304520',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5825,'7622210304476',9.00,0.00,0.00,0.00,0.00,290.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5826,'7174000996052',10.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5827,'7174000996045',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5828,'7',18.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5829,'6923564532289',6.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5830,'6920762411453',18.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5831,'6920354820946',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5832,'6920354817823',71.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5833,'6221022011131',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5834,'6203012970123',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5835,'6166000090213',26.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5836,'6164004676228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5837,'6164004611175',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5838,'6164004597103',7.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5839,'6164004575910',13.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5840,'6164004575903',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5841,'6164004554199',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5842,'6164004554182',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5843,'6164003349239',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5844,'6164003349215',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5845,'6164003153256',2.00,0.00,0.00,0.00,0.00,190.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5846,'6164003153027',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5847,'6164001166289',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5848,'6164001166272',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5849,'6164001015372',0.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5850,'6164000993008',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5851,'6164000512018',10.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5852,'6164000242588',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5853,'6164000242533',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5854,'6164000184048',20.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5855,'6164000184031',18.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5856,'6164000072055',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5857,'6164000072048',7.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5858,'6164000072031',12.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5859,'6164000072024',14.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5860,'6164000072017',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5861,'6164000072000',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5862,'6164000033643',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5863,'6164000033636',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5864,'6164000033490',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5865,'6164000033483',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5866,'6164000033230',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5867,'6164000033223',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5868,'6164000033209',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5869,'6164000033193',1.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5870,'6164000033186',2.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5871,'6164000033179',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5872,'6164000033070',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5873,'6164000025990',8.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5874,'6164000025242',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5875,'6164000025235',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5876,'6164000009570',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5877,'6164000009563',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5878,'6164000009556',23.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5879,'6164000009549',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5880,'6164000009372',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5881,'6164000009358',6.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5882,'6164000009334',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5883,'6164000009327',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5884,'6164000009303',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5885,'6164000009082',7.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5886,'6164000009075',4.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5887,'6164000009068',7.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5888,'6164000009020',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5889,'6164000009013',5.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5890,'6164000009006',0.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5891,'6162006607998',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5892,'6162006602771',1.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5893,'6162006602740',13.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5894,'6162000010121',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5895,'6162000010022',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5896,'6161113940530',6.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5897,'6161113940141',18.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5898,'6161113940134',20.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5899,'6161113440092',0.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5900,'6161113440085',1.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5901,'6161113440078',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5902,'6161113440061',4.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5903,'6161113440054',7.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5904,'6161113440030',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5905,'6161113440023',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5906,'6161113440016',3.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5907,'6161113440009',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5908,'6161110961521',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5909,'6161109724106',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5910,'6161109724038',4.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5911,'6161109724021',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5912,'6161109510389',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5913,'6161107777425',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5914,'6161107774240',0.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5915,'6161107772246',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5916,'6161107772222',1.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5917,'6161107772208',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5918,'6161107770853',12.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5919,'6161107770297',11.00,0.00,0.00,0.00,0.00,620.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5920,'6161107770242',2.00,0.00,0.00,0.00,0.00,325.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5921,'6161107770150',3.00,0.00,0.00,0.00,0.00,1435.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5922,'6161107151027',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5923,'6161107151010',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5924,'6161107150853',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5925,'6161107150815',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5926,'6161107150730',7.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5927,'6161107150709',2.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5928,'6161106961979',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5929,'6161106610716',2.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5930,'6161106610594',4.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5931,'6161106610259',5.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5932,'6161106610242',11.00,0.00,0.00,0.00,0.00,510.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5933,'6161106610235',2.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5934,'6161106610228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5935,'6161106370283',19.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5936,'6161106002146',6.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5937,'6161104110225',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5938,'6161103941608',19.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5939,'6161103941271',33.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5940,'6161103940069',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5941,'6161103620077',17.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5942,'6161102794694',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5943,'6161102170917',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5944,'6161102170900',91.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5945,'6161102170818',6.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5946,'6161102170030',12.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5947,'6161102170023',11.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5948,'6161101680424',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5949,'6161101668309',28.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5950,'6161101668293',7.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5951,'6161101661713',1.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5952,'6161101661454',43.00,0.00,0.00,0.00,0.00,375.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5953,'6161101661300',10.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5954,'6161101661256',21.00,0.00,0.00,0.00,0.00,860.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5955,'6161101661249',6.00,0.00,0.00,0.00,0.00,525.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5956,'6161101661232',13.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5957,'6161101661218',6.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5958,'6161101280037',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5959,'6161101280020',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5960,'6161101280013',7.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5961,'6161101011860',24.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5962,'6161101000901',4.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5963,'6161101000895',2.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5964,'6161101000840',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5965,'6161101000833',5.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5966,'6161101000543',12.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5967,'6161100952430',14.00,0.00,0.00,0.00,0.00,265.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5968,'6161100952423',1.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5969,'6161100950825',5.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5970,'6161100950139',4.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5971,'6161100950030',6.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5972,'6161100913080',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5973,'6161100913011',1.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5974,'6161100912731',12.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5975,'6161100912519',10.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5976,'6161100912380',11.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5977,'6161100912281',13.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5978,'6161100911291',3.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5979,'6161100860247',105.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5980,'6161100860155',5.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5981,'6161100762473',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5982,'6161100761933',80.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5983,'6161100760615',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5984,'6161100760479',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5985,'6161100760387',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5986,'6161100760257',17.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5987,'6161100760226',42.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5988,'6161100760066',8.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5989,'6161100602694',10.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5990,'6161100602267',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5991,'6161100450127',12.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5992,'6161100100084',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5993,'6161100045101',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5994,'6161100041240',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5995,'6161100040267',1.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5996,'6009629720072',11.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5997,'6009627740072',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5998,'6009627050034',18.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(5999,'6009627050027',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6000,'6009627050010',26.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6001,'6009614480462',45.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6002,'6009607673345',29.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6003,'6008792500061',9.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6004,'6008792000134',17.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6005,'6008677000556',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6006,'6008677000549',8.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6007,'6008677000532',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6008,'6001087012003',1.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6009,'6001067000624',3.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6010,'6001067000419',7.00,0.00,0.00,0.00,0.00,145.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6011,'6001067000372',7.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6012,'6',15.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6013,'5449000180247',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6014,'5410076189571',0.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6015,'5410076189540',0.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6016,'5010029205084',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6017,'5010029204780',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6018,'5',0.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6019,'4005900528018',7.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6020,'4005900527981',1.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6021,'4005900527950',1.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6022,'4',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6023,'3',3.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6024,'2',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6025,'13',24.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6026,'12',23.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6027,'268',117.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6028,'1',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6029,'0792382472796',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6030,'0792382472789',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6031,'0792382445790',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6032,'0792382429769',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6033,'0000901626026',12.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6034,'0000616009978',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6035,'0000616009800',27.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6036,'0000616003174',33.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-11','',0,'09:08:42','',''),(6037,'6164000242595',12.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6038,'434',5.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6039,'5449000180292',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6040,'6008459000453',14.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6041,'6008459000507',19.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6042,'433',39.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6043,'432',47.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6044,'431',33.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6045,'430',2.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6046,'429',3.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6047,'428',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6048,'10000905',7.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6049,'270',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6050,'269',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6051,'6164000009815',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6052,'745114762979',0.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6053,'266',5.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6054,'616400033506',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6055,'202',6.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6056,'201',8.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6057,'224000497606',3.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6058,'161101680431',13.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6059,'161102794700',11.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6060,'6161100911598',5.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6061,'8888',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6062,'197',9.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6063,'196',18.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6064,'195',12.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6065,'194',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6066,'193',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6067,'192',14.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6068,'191',9.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6069,'190',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6070,'189',177.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6071,'188',0.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6072,'187',29.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6073,'186',10.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6074,'185',30.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6075,'184',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6076,'183',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6077,'182',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6078,'181',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6079,'180',3.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6080,'179',5.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6081,'178',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6082,'177',6.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6083,'176',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6084,'175',15.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6085,'174',46.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6086,'173',21.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6087,'172',34.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6088,'171',2.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6089,'170',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6090,'169',49.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6091,'168',8.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6092,'167',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6093,'166',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6094,'165',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6095,'164',10.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6096,'163',2.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6097,'162',33.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6098,'161',5.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6099,'160',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6100,'159',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6101,'158',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6102,'157',2.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6103,'156',10.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6104,'155',8.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6105,'154',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6106,'153',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6107,'152',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6108,'151',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6109,'150',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6110,'149',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6111,'148',2.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6112,'147',6.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6113,'146',11.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6114,'145',6.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6115,'144',33.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6116,'143',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6117,'142',8.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6118,'141',0.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6119,'140',12.00,0.00,0.00,0.00,0.00,0.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6120,'139',10.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6121,'138',21.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6122,'137',5.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6123,'136',11.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6124,'135',21.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6125,'134',1.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6126,'133',6.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6127,'132',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6128,'131',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6129,'130',3.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6130,'129',2.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6131,'128',27.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6132,'127',3.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6133,'126',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6134,'125',18.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6135,'124',116.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6136,'123',18.50,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6137,'122',5.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6138,'121',3.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6139,'120',0.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6140,'119',10.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6141,'118',63.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6142,'117',2.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6143,'116',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6144,'115',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6145,'114',593.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6146,'113',8.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6147,'112',31.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6148,'111',4.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6149,'110',3.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6150,'109',6.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6151,'108',16.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6152,'107',176.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6153,'106',1.00,0.00,0.00,0.00,0.00,275.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6154,'105',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6155,'104',15.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6156,'103',11.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6157,'102',26.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6158,'101',28.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6159,'100',0.00,0.00,0.00,0.00,0.00,175.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6160,'99',17.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6161,'98',89.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6162,'97',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6163,'96',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6164,'95',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6165,'94',14.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6166,'93',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6167,'92',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6168,'91',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6169,'90',18.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6170,'89',28.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6171,'88',6.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6172,'87',8.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6173,'86',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6174,'85',3.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6175,'84',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6176,'83',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6177,'82',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6178,'81',2.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6179,'80',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6180,'79',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6181,'78',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6182,'77',5.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6183,'76',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6184,'75',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6185,'74',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6186,'73',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6187,'72',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6188,'71',34.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6189,'70',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6190,'69',8.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6191,'68',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6192,'67',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6193,'66',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6194,'65',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6195,'64',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6196,'63',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6197,'62',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6198,'61',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6199,'60',0.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6200,'57',1.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6201,'56',7.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6202,'55',5.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6203,'54',5.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6204,'53',10.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6205,'52',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6206,'51',6.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6207,'50',2.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6208,'49',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6209,'48',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6210,'47',4.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6211,'46',3.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6212,'45',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6213,'44',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6214,'43',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6215,'42',24.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6216,'41',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6217,'40',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6218,'39',10.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6219,'38',4.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6220,'37',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6221,'36',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6222,'35',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6223,'34',3.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6224,'33',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6225,'32',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6226,'31',4.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6227,'30',5.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6228,'29',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6229,'28',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6230,'27',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6231,'26',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6232,'25',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6233,'24',4.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6234,'23',4.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6235,'22',13.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6236,'21',4.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6237,'20',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6238,'19',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6239,'18',24.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6240,'17',26.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6241,'16',38.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6242,'13',24.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6243,'12',24.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6244,'427',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6245,'268',123.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6246,'9',1.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6247,'8924122012340',29.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6248,'8908000034198',16.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6249,'8901719908590',18.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6250,'8901719908583',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6251,'8901719908576',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6252,'8901719908262',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6253,'8901719903465',0.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6254,'8901719903434',4.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6255,'8901719903427',6.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6256,'8901719258633',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6257,'8901719258619',0.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6258,'8718951340664',24.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6259,'8692806042104',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6260,'8691720006018',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6261,'8001090702500',1.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6262,'8',31.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6263,'7622210304544',23.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6264,'7622210304537',4.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6265,'7622210304520',8.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6266,'7622210304476',9.00,0.00,0.00,0.00,0.00,290.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6267,'7174000996052',10.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6268,'7174000996045',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6269,'7',18.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6270,'6923564532289',6.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6271,'6920762411453',18.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6272,'6920354820946',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6273,'6920354817823',71.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6274,'6221022011131',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6275,'6203012970123',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6276,'6166000090213',12.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6277,'6164004676228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6278,'6164004611175',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6279,'6164004597103',7.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6280,'6164004575910',10.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6281,'6164004575903',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6282,'6164004554199',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6283,'6164004554182',8.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6284,'6164003349239',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6285,'6164003349215',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6286,'6164003153256',2.00,0.00,0.00,0.00,0.00,190.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6287,'6164003153027',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6288,'6164001166289',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6289,'6164001166272',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6290,'6164001015372',0.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6291,'6164000993008',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6292,'6164000512018',10.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6293,'6164000242588',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6294,'6164000242533',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6295,'6164000184048',19.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6296,'6164000184031',17.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6297,'6164000072055',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6298,'6164000072048',6.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6299,'6164000072031',9.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6300,'6164000072024',14.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6301,'6164000072017',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6302,'6164000072000',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6303,'6164000033643',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6304,'6164000033636',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6305,'6164000033490',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6306,'6164000033483',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6307,'6164000033230',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6308,'6164000033223',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6309,'6164000033209',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6310,'6164000033193',1.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6311,'6164000033186',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6312,'6164000033179',2.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6313,'6164000033070',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6314,'6164000025990',8.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6315,'6164000025242',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6316,'6164000025235',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6317,'6164000009570',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6318,'6164000009563',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6319,'6164000009556',23.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6320,'6164000009549',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6321,'6164000009372',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6322,'6164000009358',6.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6323,'6164000009334',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6324,'6164000009327',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6325,'6164000009303',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6326,'6164000009082',7.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6327,'6164000009075',3.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6328,'6164000009068',6.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6329,'6164000009020',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6330,'6164000009013',5.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6331,'6164000009006',0.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6332,'6162006607998',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6333,'6162006602771',1.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6334,'6162006602740',13.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6335,'6162000010121',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6336,'6162000010022',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6337,'6161113940530',4.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6338,'6161113940141',12.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6339,'6161113940134',17.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6340,'6161113440092',0.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6341,'6161113440085',0.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6342,'6161113440078',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6343,'6161113440061',4.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6344,'6161113440054',7.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6345,'6161113440030',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6346,'6161113440023',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6347,'6161113440016',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6348,'6161113440009',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6349,'6161110961521',7.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6350,'6161109724106',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6351,'6161109724038',4.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6352,'6161109724021',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6353,'6161109510389',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6354,'6161107777425',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6355,'6161107774240',0.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6356,'6161107772246',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6357,'6161107772222',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6358,'6161107772208',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6359,'6161107770853',12.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6360,'6161107770297',10.00,0.00,0.00,0.00,0.00,620.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6361,'6161107770242',2.00,0.00,0.00,0.00,0.00,325.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6362,'6161107770150',2.00,0.00,0.00,0.00,0.00,1435.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6363,'6161107151027',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6364,'6161107151010',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6365,'6161107150853',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6366,'6161107150815',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6367,'6161107150730',5.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6368,'6161107150709',0.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6369,'6161106961979',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6370,'6161106610716',2.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6371,'6161106610594',3.50,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6372,'6161106610259',5.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6373,'6161106610242',11.00,0.00,0.00,0.00,0.00,510.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6374,'6161106610235',2.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6375,'6161106610228',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6376,'6161106370283',19.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6377,'6161106002146',5.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6378,'6161104110225',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6379,'6161103941608',19.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6380,'6161103941271',33.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6381,'6161103940069',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6382,'6161103620077',16.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6383,'6161102794694',18.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6384,'6161102170917',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6385,'6161102170900',91.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6386,'6161102170818',6.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6387,'6161102170030',10.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6388,'6161102170023',8.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6389,'6161101680424',17.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6390,'6161101668309',28.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6391,'6161101668293',7.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6392,'6161101661713',1.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6393,'6161101661454',42.00,0.00,0.00,0.00,0.00,375.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6394,'6161101661300',9.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6395,'6161101661256',21.00,0.00,0.00,0.00,0.00,860.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6396,'6161101661249',5.00,0.00,0.00,0.00,0.00,525.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6397,'6161101661232',13.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6398,'6161101661218',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6399,'6161101280037',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6400,'6161101280020',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6401,'6161101280013',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6402,'6161101011860',24.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6403,'6161101000901',4.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6404,'6161101000895',1.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6405,'6161101000840',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6406,'6161101000833',4.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6407,'6161101000543',21.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6408,'6161100952430',14.00,0.00,0.00,0.00,0.00,265.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6409,'6161100952423',1.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6410,'6161100950825',5.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6411,'6161100950139',4.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6412,'6161100950030',6.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6413,'6161100913080',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6414,'6161100913011',1.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6415,'6161100912731',12.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6416,'6161100912519',10.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6417,'6161100912380',11.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6418,'6161100912281',13.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6419,'6161100911291',3.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6420,'6161100860247',105.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6421,'6161100860155',1.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6422,'6161100762473',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6423,'6161100761933',80.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6424,'6161100760615',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6425,'6161100760479',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6426,'6161100760387',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6427,'6161100760257',17.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6428,'6161100760226',38.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6429,'6161100760066',8.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6430,'6161100602694',10.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6431,'6161100602267',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6432,'6161100450127',12.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6433,'6161100100084',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6434,'6161100045101',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6435,'6161100041240',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6436,'6161100040267',1.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6437,'6009629720072',11.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6438,'6009627740072',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6439,'6009627050034',16.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6440,'6009627050027',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6441,'6009627050010',22.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6442,'6009614480462',41.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6443,'6009607673345',29.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6444,'6008792500061',9.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6445,'6008792000134',17.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6446,'6008677000556',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6447,'6008677000549',8.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6448,'6008677000532',2.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6449,'6001087012003',1.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6450,'6001067000624',2.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6451,'6001067000419',7.00,0.00,0.00,0.00,0.00,145.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6452,'6001067000372',7.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6453,'6',15.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6454,'5449000180247',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6455,'5410076189571',0.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6456,'5410076189540',0.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6457,'5010029205084',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6458,'5010029204780',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6459,'5',0.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6460,'4005900528018',7.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6461,'4005900527981',1.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6462,'4005900527950',0.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6463,'4',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6464,'3',3.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6465,'2',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6466,'13',24.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6467,'12',23.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6468,'268',23.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6469,'1',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6470,'0792382472796',1.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6471,'0792382472789',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6472,'0792382445790',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6473,'0792382429769',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6474,'0000901626026',12.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6475,'0000616009978',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6476,'0000616009800',27.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6477,'0000616003174',33.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-09-16','',0,'08:32:59','',''),(6478,'6009611170274',199.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6479,'512',8.50,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6480,'511',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6481,'510',0.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6482,'509',8.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6483,'508',25.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6484,'507',21.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6485,'506',48.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6486,'505',9.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6487,'504',32.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6488,'503',10.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6489,'502',4.00,0.00,0.00,0.00,0.00,1.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6490,'500',13.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6491,'174',5.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6492,'499',14.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6493,'498',7.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6494,'497',6.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6495,'496',6.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6496,'495',6.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6497,'494',10.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6498,'493',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6499,'492',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6500,'491',36.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6501,'490',31.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6502,'792382415885',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6503,'792382330195',29.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6504,'6164002695962',2.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6505,'6164002695986',8.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6506,'6161100760035',216.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6507,'5013405652717',3.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6508,'436',6.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6509,'0792382434152',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6510,'435',17.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6511,'6164000242595',9.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6512,'434',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6513,'5449000180292',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6514,'6008459000453',7.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6515,'6008459000507',12.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6516,'433',23.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6517,'432',21.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6518,'431',17.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6519,'430',2.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6520,'429',28.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6521,'428',13.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6522,'10000905',4.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6523,'270',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6524,'269',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6525,'6164000009815',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6526,'745114762979',0.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6527,'266',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6528,'616400033506',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6529,'202',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6530,'201',6.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6531,'224000497606',3.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6532,'161101680431',27.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6533,'161102794700',0.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6534,'6161100911598',6.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6535,'8888',4.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6536,'197',9.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6537,'196',34.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6538,'195',9.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6539,'194',4.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6540,'193',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6541,'192',14.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6542,'191',9.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6543,'190',0.00,0.00,0.00,0.00,0.00,3.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6544,'189',3.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6545,'188',0.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6546,'187',29.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6547,'186',2.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6548,'185',20.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6549,'184',1.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6550,'183',3.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6551,'182',2.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6552,'181',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6553,'180',5.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6554,'179',4.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6555,'178',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6556,'177',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6557,'176',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6558,'175',110.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6559,'173',31.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6560,'172',56.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6561,'171',4.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6562,'170',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6563,'169',42.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6564,'168',7.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6565,'167',3.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6566,'166',23.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6567,'165',14.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6568,'164',10.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6569,'163',2.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6570,'162',33.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6571,'161',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6572,'160',34.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6573,'159',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6574,'158',37.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6575,'157',0.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6576,'156',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6577,'155',5.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6578,'154',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6579,'153',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6580,'152',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6581,'151',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6582,'150',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6583,'149',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6584,'148',3.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6585,'147',5.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6586,'146',9.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6587,'145',8.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6588,'144',11.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6589,'143',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6590,'142',8.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6591,'141',4.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6592,'140',12.00,0.00,0.00,0.00,0.00,0.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6593,'139',5.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6594,'138',21.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6595,'137',0.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6596,'136',11.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6597,'135',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6598,'134',1.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6599,'133',6.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6600,'132',5.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6601,'131',8.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6602,'130',3.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6603,'129',14.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6604,'128',24.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6605,'127',3.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6606,'126',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6607,'125',18.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6608,'124',116.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6609,'123',31.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6610,'122',23.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6611,'121',2.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6612,'120',2.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6613,'119',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6614,'118',2.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6615,'117',2.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6616,'116',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6617,'115',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6618,'114',12.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6619,'113',2.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6620,'112',21.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6621,'111',2.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6622,'110',7.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6623,'109',6.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6624,'108',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6625,'107',3.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6626,'106',4.00,0.00,0.00,0.00,0.00,275.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6627,'105',5.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6628,'104',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6629,'103',10.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6630,'102',12.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6631,'101',10.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6632,'100',0.00,0.00,0.00,0.00,0.00,175.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6633,'99',39.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6634,'98',30.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6635,'97',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6636,'96',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6637,'95',5.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6638,'94',20.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6639,'93',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6640,'92',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6641,'91',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6642,'90',28.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6643,'89',17.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6644,'88',16.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6645,'87',15.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6646,'86',3.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6647,'85',4.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6648,'84',4.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6649,'83',6.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6650,'82',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6651,'81',2.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6652,'80',6.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6653,'79',2.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6654,'78',0.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6655,'77',0.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6656,'76',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6657,'75',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6658,'74',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6659,'73',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6660,'72',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6661,'71',34.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6662,'70',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6663,'69',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6664,'68',6.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6665,'67',8.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6666,'66',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6667,'65',22.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6668,'64',1.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6669,'63',9.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6670,'62',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6671,'61',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6672,'60',12.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6673,'57',26.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6674,'56',7.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6675,'55',5.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6676,'54',5.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6677,'53',20.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6678,'52',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6679,'51',4.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6680,'50',3.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6681,'49',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6682,'48',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6683,'47',3.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6684,'46',0.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6685,'45',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6686,'44',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6687,'43',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6688,'42',24.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6689,'41',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6690,'40',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6691,'39',8.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6692,'38',4.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6693,'37',75.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6694,'36',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6695,'35',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6696,'34',62.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6697,'33',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6698,'32',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6699,'31',5.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6700,'30',1.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6701,'29',6.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6702,'28',6.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6703,'27',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6704,'26',18.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6705,'25',13.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6706,'24',4.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6707,'23',7.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6708,'22',12.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6709,'21',4.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6710,'20',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6711,'19',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6712,'18',12.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6713,'17',25.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6714,'16',4.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6715,'13',24.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6716,'12',26.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6717,'427',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6718,'9',13.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6719,'8924122012340',11.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6720,'8908000034198',11.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6721,'8901719908590',18.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6722,'8901719908583',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6723,'8901719908576',3.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6724,'8901719908262',27.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6725,'8901719903465',10.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6726,'8901719903434',9.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6727,'8901719903427',0.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6728,'8901719258633',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6729,'8901719258619',0.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6730,'8718951340664',13.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6731,'8692806042104',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6732,'8691720006018',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6733,'8001090702500',39.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6734,'8',0.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6735,'7622210304544',17.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6736,'7622210304537',16.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6737,'7622210304520',7.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6738,'7622210304476',3.00,0.00,0.00,0.00,0.00,290.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6739,'7174000996052',10.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6740,'7174000996045',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6741,'7',9.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6742,'6923564532289',1.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6743,'6920762411453',7.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6744,'6920354820946',1.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6745,'6920354817823',9.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6746,'6221022011131',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6747,'6203012970123',38.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6748,'6166000090213',2.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6749,'6164004676228',5.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6750,'6164004611175',12.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6751,'6164004597103',5.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6752,'6164004575910',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6753,'6164004575903',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6754,'6164004554199',1.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6755,'6164004554182',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6756,'6164003349239',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6757,'6164003349215',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6758,'6164003153256',3.00,0.00,0.00,0.00,0.00,190.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6759,'6164003153027',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6760,'6164001166289',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6761,'6164001166272',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6762,'6164001015372',0.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6763,'6164000993008',24.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6764,'6164000512018',13.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6765,'6164000242588',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6766,'6164000242533',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6767,'6164000184048',16.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6768,'6164000184031',16.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6769,'6164000072055',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6770,'6164000072048',4.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6771,'6164000072031',9.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6772,'6164000072024',14.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6773,'6164000072017',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6774,'6164000072000',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6775,'6164000033643',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6776,'6164000033636',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6777,'6164000033490',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6778,'6164000033483',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6779,'6164000033230',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6780,'6164000033223',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6781,'6164000033209',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6782,'6164000033193',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6783,'6164000033186',2.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6784,'6164000033179',1.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6785,'6164000033070',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6786,'6164000025990',10.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6787,'6164000025242',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6788,'6164000025235',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6789,'6164000009570',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6790,'6164000009563',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6791,'6164000009556',23.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6792,'6164000009549',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6793,'6164000009372',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6794,'6164000009358',3.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6795,'6164000009334',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6796,'6164000009327',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6797,'6164000009303',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6798,'6164000009082',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6799,'6164000009075',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6800,'6164000009068',6.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6801,'6164000009020',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6802,'6164000009013',5.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6803,'6164000009006',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6804,'6162006607998',6.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6805,'6162006602771',0.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6806,'6162006602740',10.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6807,'6162000010121',9.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6808,'6162000010022',8.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6809,'6161113940530',2.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6810,'6161113940141',17.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6811,'6161113940134',7.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6812,'6161113440092',0.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6813,'6161113440085',0.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6814,'6161113440078',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6815,'6161113440061',1.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6816,'6161113440054',1.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6817,'6161113440030',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6818,'6161113440023',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6819,'6161113440016',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6820,'6161113440009',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6821,'6161110961521',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6822,'6161109724106',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6823,'6161109724038',2.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6824,'6161109724021',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6825,'6161109510389',12.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6826,'6161107777425',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6827,'6161107774240',0.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6828,'6161107772246',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6829,'6161107772222',18.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6830,'6161107772208',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6831,'6161107770853',12.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6832,'6161107770297',1.00,0.00,0.00,0.00,0.00,620.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6833,'6161107770242',23.00,0.00,0.00,0.00,0.00,325.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6834,'6161107770150',0.00,0.00,0.00,0.00,0.00,1435.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6835,'6161107151027',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6836,'6161107151010',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6837,'6161107150853',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6838,'6161107150815',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6839,'6161107150730',1.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6840,'6161107150709',2.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6841,'6161106961979',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6842,'6161106610716',2.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6843,'6161106610594',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6844,'6161106610259',0.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6845,'6161106610242',4.00,0.00,0.00,0.00,0.00,510.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6846,'6161106610235',1.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6847,'6161106610228',6.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6848,'6161106370283',17.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6849,'6161106002146',4.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6850,'6161104110225',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6851,'6161103941608',17.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6852,'6161103941271',33.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6853,'6161103940069',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6854,'6161103620077',16.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6855,'6161102794694',6.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6856,'6161102170917',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6857,'6161102170900',8.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6858,'6161102170818',6.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6859,'6161102170030',5.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6860,'6161102170023',14.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6861,'6161101680424',28.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6862,'6161101668309',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6863,'6161101668293',18.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6864,'6161101661713',17.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6865,'6161101661454',7.00,0.00,0.00,0.00,0.00,375.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6866,'6161101661300',0.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6867,'6161101661256',4.00,0.00,0.00,0.00,0.00,860.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6868,'6161101661249',5.00,0.00,0.00,0.00,0.00,525.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6869,'6161101661232',9.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6870,'6161101661218',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6871,'6161101280037',3.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6872,'6161101280020',15.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6873,'6161101280013',17.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6874,'6161101011860',24.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6875,'6161101000901',2.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6876,'6161101000895',3.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6877,'6161101000840',5.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6878,'6161101000833',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6879,'6161101000543',1.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6880,'6161100952430',3.00,0.00,0.00,0.00,0.00,265.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6881,'6161100952423',6.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6882,'6161100950825',4.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6883,'6161100950139',6.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6884,'6161100950030',6.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6885,'6161100913080',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6886,'6161100913011',1.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6887,'6161100912731',2.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6888,'6161100912519',3.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6889,'6161100912380',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6890,'6161100912281',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6891,'6161100911291',5.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6892,'6161100860247',9.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6893,'6161100860155',85.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6894,'6161100762473',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6895,'6161100761933',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6896,'6161100760615',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6897,'6161100760479',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6898,'6161100760387',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6899,'6161100760257',16.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6900,'6161100760226',27.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6901,'6161100760066',6.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6902,'6161100602694',7.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6903,'6161100602267',22.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6904,'6161100450127',12.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6905,'6161100100084',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6906,'6161100045101',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6907,'6161100041240',8.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6908,'6161100040267',15.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6909,'6009629720072',11.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6910,'6009627740072',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6911,'6009627050034',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6912,'6009627050027',6.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6913,'6009627050010',25.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6914,'6009614480462',50.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6915,'6009607673345',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6916,'6008792500061',9.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6917,'6008792000134',17.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6918,'6008677000556',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6919,'6008677000549',23.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6920,'6008677000532',9.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6921,'6001087012003',1.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6922,'6001067000624',2.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6923,'6001067000419',7.00,0.00,0.00,0.00,0.00,145.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6924,'6001067000372',1.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6925,'6',12.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6926,'5449000180247',9.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6927,'5410076189571',0.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6928,'5410076189540',8.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6929,'5010029205084',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6930,'5010029204780',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6931,'5',0.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6932,'4005900528018',7.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6933,'4005900527981',1.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6934,'4005900527950',0.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6935,'4',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6936,'3',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6937,'2',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6938,'13',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6939,'12',26.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6940,'268',80.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6941,'1',38.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6942,'0792382472796',1.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6943,'0792382472789',6.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6944,'0792382445790',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6945,'0792382429769',5.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6946,'0000901626026',12.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6947,'0000616009978',4.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6948,'0000616009800',27.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6949,'0000616003174',33.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-15','',0,'08:24:38','',''),(6950,'513',55.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6951,'6009611170274',199.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6952,'512',6.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6953,'511',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6954,'510',0.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6955,'509',8.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6956,'508',25.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6957,'507',21.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6958,'506',48.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6959,'505',9.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6960,'504',23.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6961,'503',9.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6962,'502',4.00,0.00,0.00,0.00,0.00,1.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6963,'500',13.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6964,'174',3.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6965,'499',12.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6966,'498',3.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6967,'497',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6968,'496',7.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6969,'495',4.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6970,'494',4.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6971,'493',6.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6972,'492',4.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6973,'491',35.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6974,'490',31.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6975,'792382415885',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6976,'792382330195',27.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6977,'6164002695962',2.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6978,'6164002695986',8.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6979,'6161100760035',216.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6980,'5013405652717',3.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6981,'436',6.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6982,'0792382434152',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6983,'435',17.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6984,'6164000242595',9.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6985,'434',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6986,'5449000180292',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6987,'6008459000453',6.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6988,'6008459000507',10.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6989,'433',23.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6990,'432',21.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6991,'431',14.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6992,'430',2.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6993,'429',27.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6994,'428',39.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6995,'10000905',4.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6996,'270',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6997,'269',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6998,'6164000009815',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(6999,'745114762979',0.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7000,'266',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7001,'616400033506',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7002,'202',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7003,'201',3.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7004,'224000497606',3.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7005,'161101680431',25.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7006,'161102794700',0.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7007,'6161100911598',6.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7008,'8888',4.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7009,'197',9.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7010,'196',34.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7011,'195',9.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7012,'194',1.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7013,'193',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7014,'192',14.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7015,'191',9.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7016,'190',0.00,0.00,0.00,0.00,0.00,3.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7017,'189',3.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7018,'188',0.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7019,'187',29.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7020,'186',0.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7021,'185',20.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7022,'184',1.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7023,'183',3.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7024,'182',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7025,'181',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7026,'180',3.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7027,'179',4.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7028,'178',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7029,'177',1.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7030,'176',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7031,'175',108.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7032,'173',30.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7033,'172',53.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7034,'171',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7035,'170',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7036,'169',28.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7037,'168',7.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7038,'167',3.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7039,'166',23.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7040,'165',14.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7041,'164',10.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7042,'163',2.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7043,'162',33.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7044,'161',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7045,'160',34.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7046,'159',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7047,'158',37.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7048,'157',0.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7049,'156',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7050,'155',5.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7051,'154',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7052,'153',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7053,'152',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7054,'151',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7055,'150',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7056,'149',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7057,'148',3.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7058,'147',5.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7059,'146',9.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7060,'145',8.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7061,'144',12.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7062,'143',23.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7063,'142',8.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7064,'141',3.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7065,'140',12.00,0.00,0.00,0.00,0.00,0.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7066,'139',5.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7067,'138',21.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7068,'137',0.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7069,'136',11.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7070,'135',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7071,'134',1.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7072,'133',6.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7073,'132',5.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7074,'131',8.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7075,'130',3.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7076,'129',14.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7077,'128',22.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7078,'127',3.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7079,'126',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7080,'125',18.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7081,'124',116.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7082,'123',30.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7083,'122',22.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7084,'121',2.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7085,'120',2.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7086,'119',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7087,'118',2.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7088,'117',2.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7089,'116',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7090,'115',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7091,'114',12.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7092,'113',2.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7093,'112',21.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7094,'111',2.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7095,'110',4.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7096,'109',6.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7097,'108',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7098,'107',3.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7099,'106',2.00,0.00,0.00,0.00,0.00,275.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7100,'105',2.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7101,'104',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7102,'103',10.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7103,'102',15.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7104,'101',49.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7105,'100',0.00,0.00,0.00,0.00,0.00,175.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7106,'99',33.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7107,'98',28.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7108,'97',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7109,'96',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7110,'95',3.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7111,'94',19.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7112,'93',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7113,'92',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7114,'91',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7115,'90',28.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7116,'89',15.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7117,'88',16.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7118,'87',14.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7119,'86',3.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7120,'85',4.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7121,'84',4.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7122,'83',6.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7123,'82',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7124,'81',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7125,'80',9.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7126,'79',4.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7127,'78',2.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7128,'77',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7129,'76',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7130,'75',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7131,'74',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7132,'73',2.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7133,'72',2.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7134,'71',34.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7135,'70',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7136,'69',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7137,'68',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7138,'67',14.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7139,'66',13.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7140,'65',21.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7141,'64',1.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7142,'63',9.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7143,'62',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7144,'61',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7145,'60',12.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7146,'57',26.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7147,'56',7.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7148,'55',5.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7149,'54',5.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7150,'53',19.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7151,'52',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7152,'51',4.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7153,'50',3.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7154,'49',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7155,'48',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7156,'47',3.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7157,'46',0.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7158,'45',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7159,'44',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7160,'43',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7161,'42',24.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7162,'41',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7163,'40',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7164,'39',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7165,'38',4.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7166,'37',60.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7167,'36',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7168,'35',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7169,'34',60.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7170,'33',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7171,'32',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7172,'31',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7173,'30',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7174,'29',6.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7175,'28',6.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7176,'27',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7177,'26',18.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7178,'25',13.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7179,'24',4.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7180,'23',6.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7181,'22',12.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7182,'21',4.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7183,'20',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7184,'19',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7185,'18',8.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7186,'17',20.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7187,'16',45.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7188,'13',24.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7189,'12',26.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7190,'427',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7191,'9',13.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7192,'8924122012340',10.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7193,'8908000034198',11.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7194,'8901719908590',18.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7195,'8901719908583',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7196,'8901719908576',2.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7197,'8901719908262',27.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7198,'8901719903465',10.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7199,'8901719903434',8.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7200,'8901719903427',0.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7201,'8901719258633',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7202,'8901719258619',0.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7203,'8718951340664',12.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7204,'8692806042104',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7205,'8691720006018',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7206,'8001090702500',39.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7207,'8',0.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7208,'7622210304544',17.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7209,'7622210304537',16.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7210,'7622210304520',7.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7211,'7622210304476',3.00,0.00,0.00,0.00,0.00,290.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7212,'7174000996052',10.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7213,'7174000996045',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7214,'7',9.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7215,'6923564532289',1.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7216,'6920762411453',7.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7217,'6920354820946',1.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7218,'6920354817823',8.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7219,'6221022011131',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7220,'6203012970123',38.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7221,'6166000090213',14.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7222,'6164004676228',5.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7223,'6164004611175',11.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7224,'6164004597103',5.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7225,'6164004575910',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7226,'6164004575903',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7227,'6164004554199',1.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7228,'6164004554182',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7229,'6164003349239',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7230,'6164003349215',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7231,'6164003153256',3.00,0.00,0.00,0.00,0.00,190.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7232,'6164003153027',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7233,'6164001166289',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7234,'6164001166272',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7235,'6164001015372',0.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7236,'6164000993008',24.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7237,'6164000512018',11.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7238,'6164000242588',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7239,'6164000242533',7.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7240,'6164000184048',16.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7241,'6164000184031',16.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7242,'6164000072055',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7243,'6164000072048',4.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7244,'6164000072031',9.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7245,'6164000072024',14.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7246,'6164000072017',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7247,'6164000072000',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7248,'6164000033643',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7249,'6164000033636',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7250,'6164000033490',5.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7251,'6164000033483',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7252,'6164000033230',4.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7253,'6164000033223',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7254,'6164000033209',2.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7255,'6164000033193',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7256,'6164000033186',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7257,'6164000033179',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7258,'6164000033070',4.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7259,'6164000025990',10.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7260,'6164000025242',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7261,'6164000025235',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7262,'6164000009570',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7263,'6164000009563',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7264,'6164000009556',23.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7265,'6164000009549',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7266,'6164000009372',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7267,'6164000009358',3.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7268,'6164000009334',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7269,'6164000009327',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7270,'6164000009303',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7271,'6164000009082',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7272,'6164000009075',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7273,'6164000009068',6.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7274,'6164000009020',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7275,'6164000009013',5.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7276,'6164000009006',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7277,'6162006607998',6.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7278,'6162006602771',0.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7279,'6162006602740',10.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7280,'6162000010121',9.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7281,'6162000010022',8.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7282,'6161113940530',2.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7283,'6161113940141',12.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7284,'6161113940134',6.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7285,'6161113440092',2.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7286,'6161113440085',0.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7287,'6161113440078',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7288,'6161113440061',3.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7289,'6161113440054',1.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7290,'6161113440030',1.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7291,'6161113440023',1.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7292,'6161113440016',3.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7293,'6161113440009',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7294,'6161110961521',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7295,'6161109724106',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7296,'6161109724038',2.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7297,'6161109724021',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7298,'6161109510389',12.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7299,'6161107777425',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7300,'6161107774240',0.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7301,'6161107772246',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7302,'6161107772222',18.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7303,'6161107772208',8.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7304,'6161107770853',12.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7305,'6161107770297',1.00,0.00,0.00,0.00,0.00,620.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7306,'6161107770242',23.00,0.00,0.00,0.00,0.00,325.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7307,'6161107770150',0.00,0.00,0.00,0.00,0.00,1435.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7308,'6161107151027',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7309,'6161107151010',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7310,'6161107150853',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7311,'6161107150815',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7312,'6161107150730',1.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7313,'6161107150709',1.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7314,'6161106961979',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7315,'6161106610716',2.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7316,'6161106610594',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7317,'6161106610259',0.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7318,'6161106610242',4.00,0.00,0.00,0.00,0.00,510.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7319,'6161106610235',1.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7320,'6161106610228',6.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7321,'6161106370283',17.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7322,'6161106002146',4.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7323,'6161104110225',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7324,'6161103941608',17.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7325,'6161103941271',33.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7326,'6161103940069',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7327,'6161103620077',16.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7328,'6161102794694',6.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7329,'6161102170917',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7330,'6161102170900',8.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7331,'6161102170818',6.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7332,'6161102170030',5.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7333,'6161102170023',13.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7334,'6161101680424',18.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7335,'6161101668309',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7336,'6161101668293',18.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7337,'6161101661713',16.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7338,'6161101661454',7.00,0.00,0.00,0.00,0.00,375.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7339,'6161101661300',0.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7340,'6161101661256',4.00,0.00,0.00,0.00,0.00,860.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7341,'6161101661249',4.00,0.00,0.00,0.00,0.00,525.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7342,'6161101661232',9.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7343,'6161101661218',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7344,'6161101280037',3.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7345,'6161101280020',15.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7346,'6161101280013',17.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7347,'6161101011860',24.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7348,'6161101000901',2.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7349,'6161101000895',1.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7350,'6161101000840',5.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7351,'6161101000833',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7352,'6161101000543',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7353,'6161100952430',3.00,0.00,0.00,0.00,0.00,265.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7354,'6161100952423',6.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7355,'6161100950825',4.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7356,'6161100950139',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7357,'6161100950030',6.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7358,'6161100913080',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7359,'6161100913011',1.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7360,'6161100912731',2.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7361,'6161100912519',3.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7362,'6161100912380',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7363,'6161100912281',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7364,'6161100911291',5.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7365,'6161100860247',8.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7366,'6161100860155',81.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7367,'6161100762473',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7368,'6161100761933',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7369,'6161100760615',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7370,'6161100760479',9.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7371,'6161100760387',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7372,'6161100760257',16.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7373,'6161100760226',25.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7374,'6161100760066',6.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7375,'6161100602694',7.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7376,'6161100602267',22.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7377,'6161100450127',12.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7378,'6161100100084',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7379,'6161100045101',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7380,'6161100041240',6.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7381,'6161100040267',15.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7382,'6009629720072',11.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7383,'6009627740072',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7384,'6009627050034',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7385,'6009627050027',6.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7386,'6009627050010',23.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7387,'6009614480462',47.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7388,'6009607673345',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7389,'6008792500061',9.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7390,'6008792000134',17.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7391,'6008677000556',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7392,'6008677000549',22.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7393,'6008677000532',9.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7394,'6001087012003',1.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7395,'6001067000624',2.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7396,'6001067000419',7.00,0.00,0.00,0.00,0.00,145.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7397,'6001067000372',1.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7398,'6',11.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7399,'5449000180247',9.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7400,'5410076189571',0.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7401,'5410076189540',7.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7402,'5010029205084',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7403,'5010029204780',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7404,'5',0.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7405,'4005900528018',7.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7406,'4005900527981',1.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7407,'4005900527950',0.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7408,'4',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7409,'3',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7410,'2',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7411,'13',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7412,'12',26.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7413,'268',58.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7414,'1',36.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7415,'0792382472796',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7416,'0792382472789',6.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7417,'0792382445790',1.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7418,'0792382429769',5.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7419,'0000901626026',12.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7420,'0000616009978',4.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7421,'0000616009800',27.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7422,'0000616003174',33.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-19','',0,'09:08:01','',''),(7423,'513',18.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7424,'6009611170274',196.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7425,'512',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7426,'511',20.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7427,'510',0.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7428,'509',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7429,'508',19.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7430,'507',19.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7431,'506',48.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7432,'505',6.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7433,'504',1.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7434,'503',9.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7435,'502',0.00,0.00,0.00,0.00,0.00,1.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7436,'500',14.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7437,'174',0.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7438,'499',9.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7439,'498',12.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7440,'497',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7441,'496',7.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7442,'495',6.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7443,'494',11.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7444,'493',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7445,'492',3.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7446,'491',35.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7447,'490',30.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7448,'792382415885',44.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7449,'792382330195',17.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7450,'6164002695962',1.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7451,'6164002695986',5.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7452,'6161100760035',216.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7453,'5013405652717',3.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7454,'436',6.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7455,'0792382434152',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7456,'435',17.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7457,'6164000242595',7.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7458,'434',2.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7459,'5449000180292',2.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7460,'6008459000453',4.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7461,'6008459000507',8.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7462,'433',0.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7463,'432',0.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7464,'431',8.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7465,'430',2.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7466,'429',19.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7467,'428',15.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7468,'10000905',4.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7469,'270',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7470,'269',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7471,'6164000009815',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7472,'745114762979',0.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7473,'266',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7474,'616400033506',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7475,'202',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7476,'201',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7477,'224000497606',3.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7478,'161101680431',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7479,'161102794700',0.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7480,'6161100911598',6.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7481,'8888',4.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7482,'197',9.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7483,'196',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7484,'195',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7485,'194',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7486,'193',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7487,'192',14.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7488,'191',9.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7489,'190',0.00,0.00,0.00,0.00,0.00,3.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7490,'189',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7491,'188',0.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7492,'187',29.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7493,'186',0.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7494,'185',20.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7495,'184',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7496,'183',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7497,'182',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7498,'181',3.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7499,'180',2.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7500,'179',4.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7501,'178',0.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7502,'177',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7503,'176',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7504,'175',75.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7505,'173',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7506,'172',4.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7507,'171',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7508,'170',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7509,'169',14.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7510,'168',7.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7511,'167',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7512,'166',22.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7513,'165',14.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7514,'164',10.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7515,'163',2.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7516,'162',33.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7517,'161',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7518,'160',28.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7519,'159',9.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7520,'158',36.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7521,'157',0.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7522,'156',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7523,'155',5.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7524,'154',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7525,'153',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7526,'152',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7527,'151',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7528,'150',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7529,'149',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7530,'148',2.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7531,'147',5.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7532,'146',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7533,'145',8.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7534,'144',11.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7535,'143',12.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7536,'142',8.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7537,'141',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7538,'140',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7539,'139',7.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7540,'138',21.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7541,'137',0.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7542,'136',11.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7543,'135',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7544,'134',1.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7545,'133',6.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7546,'132',5.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7547,'131',8.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7548,'130',3.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7549,'129',14.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7550,'128',22.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7551,'127',3.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7552,'126',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7553,'125',18.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7554,'124',116.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7555,'123',9.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7556,'122',14.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7557,'121',2.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7558,'120',2.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7559,'119',2.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7560,'118',2.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7561,'117',2.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7562,'116',2.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7563,'115',8.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7564,'114',11.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7565,'113',2.00,0.00,0.00,0.00,0.00,95.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7566,'112',20.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7567,'111',2.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7568,'110',4.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7569,'109',6.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7570,'108',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7571,'107',3.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7572,'106',0.00,0.00,0.00,0.00,0.00,275.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7573,'105',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7574,'104',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7575,'103',10.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7576,'102',11.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7577,'101',8.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7578,'100',0.00,0.00,0.00,0.00,0.00,175.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7579,'99',33.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7580,'98',32.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7581,'97',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7582,'96',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7583,'95',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7584,'94',17.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7585,'93',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7586,'92',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7587,'91',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7588,'90',1.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7589,'89',8.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7590,'88',12.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7591,'87',5.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7592,'86',3.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7593,'85',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7594,'84',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7595,'83',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7596,'82',2.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7597,'81',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7598,'80',4.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7599,'79',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7600,'78',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7601,'77',1.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7602,'76',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7603,'75',0.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7604,'74',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7605,'73',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7606,'72',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7607,'71',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7608,'70',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7609,'69',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7610,'68',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7611,'67',9.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7612,'66',6.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7613,'65',17.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7614,'64',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7615,'63',9.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7616,'62',4.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7617,'61',1.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7618,'60',12.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7619,'57',10.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7620,'56',7.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7621,'55',0.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7622,'54',0.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7623,'53',16.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7624,'52',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7625,'51',4.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7626,'50',3.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7627,'49',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7628,'48',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7629,'47',2.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7630,'46',0.00,0.00,0.00,0.00,0.00,330.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7631,'45',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7632,'44',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7633,'43',2.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7634,'42',24.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7635,'41',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7636,'40',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7637,'39',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7638,'38',4.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7639,'37',56.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7640,'36',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7641,'35',0.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7642,'34',57.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7643,'33',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7644,'32',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7645,'31',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7646,'30',1.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7647,'29',6.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7648,'28',6.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7649,'27',3.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7650,'26',18.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7651,'25',6.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7652,'24',4.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7653,'23',1.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7654,'22',11.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7655,'21',4.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7656,'20',0.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7657,'19',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7658,'18',25.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7659,'17',28.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7660,'16',24.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7661,'13',4.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7662,'12',17.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7663,'427',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7664,'9',6.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7665,'8924122012340',10.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7666,'8908000034198',9.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7667,'8901719908590',18.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7668,'8901719908583',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7669,'8901719908576',1.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7670,'8901719908262',26.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7671,'8901719903465',8.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7672,'8901719903434',3.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7673,'8901719903427',0.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7674,'8901719258633',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7675,'8901719258619',0.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7676,'8718951340664',10.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7677,'8692806042104',19.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7678,'8691720006018',1.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7679,'8001090702500',36.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7680,'8',0.00,0.00,0.00,0.00,0.00,590.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7681,'7622210304544',17.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7682,'7622210304537',16.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7683,'7622210304520',7.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7684,'7622210304476',3.00,0.00,0.00,0.00,0.00,290.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7685,'7174000996052',10.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7686,'7174000996045',1.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7687,'7',4.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7688,'6923564532289',1.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7689,'6920762411453',7.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7690,'6920354820946',1.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7691,'6920354817823',8.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7692,'6221022011131',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7693,'6203012970123',33.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7694,'6166000090213',0.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7695,'6164004676228',5.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7696,'6164004611175',11.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7697,'6164004597103',5.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7698,'6164004575910',7.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7699,'6164004575903',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7700,'6164004554199',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7701,'6164004554182',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7702,'6164003349239',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7703,'6164003349215',3.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7704,'6164003153256',3.00,0.00,0.00,0.00,0.00,190.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7705,'6164003153027',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7706,'6164001166289',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7707,'6164001166272',21.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7708,'6164001015372',0.00,0.00,0.00,0.00,0.00,135.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7709,'6164000993008',23.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7710,'6164000512018',11.00,0.00,0.00,0.00,0.00,230.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7711,'6164000242588',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7712,'6164000242533',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7713,'6164000184048',9.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7714,'6164000184031',16.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7715,'6164000072055',5.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7716,'6164000072048',8.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7717,'6164000072031',8.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7718,'6164000072024',13.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7719,'6164000072017',8.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7720,'6164000072000',6.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7721,'6164000033643',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7722,'6164000033636',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7723,'6164000033490',3.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7724,'6164000033483',2.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7725,'6164000033230',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7726,'6164000033223',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7727,'6164000033209',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7728,'6164000033193',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7729,'6164000033186',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7730,'6164000033179',0.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7731,'6164000033070',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7732,'6164000025990',7.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7733,'6164000025242',9.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7734,'6164000025235',4.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7735,'6164000009570',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7736,'6164000009563',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7737,'6164000009556',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7738,'6164000009549',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7739,'6164000009372',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7740,'6164000009358',0.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7741,'6164000009334',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7742,'6164000009327',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7743,'6164000009303',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7744,'6164000009082',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7745,'6164000009075',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7746,'6164000009068',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7747,'6164000009020',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7748,'6164000009013',0.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7749,'6164000009006',0.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7750,'6162006607998',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7751,'6162006602771',0.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7752,'6162006602740',8.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7753,'6162000010121',9.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7754,'6162000010022',7.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7755,'6161113940530',2.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7756,'6161113940141',1.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7757,'6161113940134',1.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7758,'6161113440092',0.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7759,'6161113440085',0.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7760,'6161113440078',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7761,'6161113440061',1.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7762,'6161113440054',0.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7763,'6161113440030',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7764,'6161113440023',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7765,'6161113440016',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7766,'6161113440009',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7767,'6161110961521',0.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7768,'6161109724106',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7769,'6161109724038',0.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7770,'6161109724021',0.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7771,'6161109510389',12.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7772,'6161107777425',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7773,'6161107774240',0.00,0.00,0.00,0.00,0.00,210.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7774,'6161107772246',1.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7775,'6161107772222',15.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7776,'6161107772208',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7777,'6161107770853',0.00,0.00,0.00,0.00,0.00,320.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7778,'6161107770297',1.00,0.00,0.00,0.00,0.00,620.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7779,'6161107770242',20.00,0.00,0.00,0.00,0.00,325.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7780,'6161107770150',0.00,0.00,0.00,0.00,0.00,1435.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7781,'6161107151027',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7782,'6161107151010',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7783,'6161107150853',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7784,'6161107150815',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7785,'6161107150730',0.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7786,'6161107150709',1.00,0.00,0.00,0.00,0.00,80.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7787,'6161106961979',0.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7788,'6161106610716',2.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7789,'6161106610594',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7790,'6161106610259',0.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7791,'6161106610242',3.00,0.00,0.00,0.00,0.00,510.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7792,'6161106610235',1.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7793,'6161106610228',5.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7794,'6161106370283',17.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7795,'6161106002146',4.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7796,'6161104110225',3.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7797,'6161103941608',17.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7798,'6161103941271',33.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7799,'6161103940069',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7800,'6161103620077',10.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7801,'6161102794694',12.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7802,'6161102170917',0.00,0.00,0.00,0.00,0.00,480.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7803,'6161102170900',8.00,0.00,0.00,0.00,0.00,240.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7804,'6161102170818',6.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7805,'6161102170030',5.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7806,'6161102170023',5.00,0.00,0.00,0.00,0.00,125.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7807,'6161101680424',1.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7808,'6161101668309',0.00,0.00,0.00,0.00,0.00,180.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7809,'6161101668293',18.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7810,'6161101661713',14.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7811,'6161101661454',7.00,0.00,0.00,0.00,0.00,375.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7812,'6161101661300',0.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7813,'6161101661256',1.00,0.00,0.00,0.00,0.00,860.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7814,'6161101661249',4.00,0.00,0.00,0.00,0.00,525.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7815,'6161101661232',9.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7816,'6161101661218',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7817,'6161101280037',3.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7818,'6161101280020',14.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7819,'6161101280013',12.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7820,'6161101011860',0.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7821,'6161101000901',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7822,'6161101000895',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7823,'6161101000840',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7824,'6161101000833',2.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7825,'6161101000543',3.00,0.00,0.00,0.00,0.00,55.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7826,'6161100952430',0.00,0.00,0.00,0.00,0.00,265.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7827,'6161100952423',5.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7828,'6161100950825',4.00,0.00,0.00,0.00,0.00,35.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7829,'6161100950139',5.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7830,'6161100950030',6.00,0.00,0.00,0.00,0.00,160.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7831,'6161100913080',0.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7832,'6161100913011',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7833,'6161100912731',2.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7834,'6161100912519',3.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7835,'6161100912380',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7836,'6161100912281',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7837,'6161100911291',5.00,0.00,0.00,0.00,0.00,285.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7838,'6161100860247',8.00,0.00,0.00,0.00,0.00,140.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7839,'6161100860155',68.00,0.00,0.00,0.00,0.00,5.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7840,'6161100762473',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7841,'6161100761933',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7842,'6161100760615',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7843,'6161100760479',7.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7844,'6161100760387',1.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7845,'6161100760257',15.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7846,'6161100760226',23.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7847,'6161100760066',0.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7848,'6161100602694',0.00,0.00,0.00,0.00,0.00,6.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7849,'6161100602267',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7850,'6161100450127',12.00,0.00,0.00,0.00,0.00,65.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7851,'6161100100084',5.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7852,'6161100045101',3.00,0.00,0.00,0.00,0.00,110.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7853,'6161100041240',6.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7854,'6161100040267',15.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7855,'6009629720072',11.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7856,'6009627740072',0.00,0.00,0.00,0.00,0.00,105.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7857,'6009627050034',0.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7858,'6009627050027',6.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7859,'6009627050010',20.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7860,'6009614480462',41.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7861,'6009607673345',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7862,'6008792500061',9.00,0.00,0.00,0.00,0.00,115.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7863,'6008792000134',17.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7864,'6008677000556',0.00,0.00,0.00,0.00,0.00,70.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7865,'6008677000549',21.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7866,'6008677000532',9.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7867,'6001087012003',0.00,0.00,0.00,0.00,0.00,380.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7868,'6001067000624',2.00,0.00,0.00,0.00,0.00,75.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7869,'6001067000419',0.00,0.00,0.00,0.00,0.00,145.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7870,'6001067000372',1.00,0.00,0.00,0.00,0.00,220.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7871,'6',9.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7872,'5449000180247',3.00,0.00,0.00,0.00,0.00,130.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7873,'5410076189571',0.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7874,'5410076189540',6.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7875,'5010029205084',0.00,0.00,0.00,0.00,0.00,25.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7876,'5010029204780',1.00,0.00,0.00,0.00,0.00,170.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7877,'5',0.00,0.00,0.00,0.00,0.00,195.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7878,'4005900528018',0.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7879,'4005900527981',1.00,0.00,0.00,0.00,0.00,155.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7880,'4005900527950',0.00,0.00,0.00,0.00,0.00,260.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7881,'4',0.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7882,'3',0.00,0.00,0.00,0.00,0.00,85.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7883,'2',11.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7884,'13',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7885,'12',0.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7886,'268',9.00,0.00,0.00,0.00,0.00,12.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7887,'1',31.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7888,'0792382472796',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7889,'0792382472789',6.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7890,'0792382445790',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7891,'0792382429769',3.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7892,'0000901626026',12.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7893,'0000616009978',0.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7894,'0000616009800',0.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''),(7895,'0000616003174',0.00,0.00,0.00,0.00,0.00,45.00,0.00,'1','1',4,1,'2020-10-27','',0,'12:02:58','',''); /*!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 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `stocktaking` -- LOCK TABLES `stocktaking` WRITE; /*!40000 ALTER TABLE `stocktaking` DISABLE KEYS */; /*!40000 ALTER TABLE `stocktaking` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `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 AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tasks` -- LOCK TABLES `tasks` WRITE; /*!40000 ALTER TABLE `tasks` DISABLE KEYS */; INSERT INTO `tasks` VALUES (1,'4','Leave management','2020-07-15 06:56:17','2020-07-15 17:00:00','Cashier','New','1','High','31421581594785377','No','ddd','2020-07-15 06:56:32','1','3','1',1,'Pc','233','','',0),(2,'1','xxx','2020-07-28 07:16:46','2020-07-28 17:00:00','0718667391','Pending','1','High','86425731594786606','No','xxx','2020-07-15 07:17:53','1','2','1',1,'No','20','','2020-07-15 07:21:00',1); /*!40000 ALTER TABLE `tasks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tasktype` -- DROP TABLE IF EXISTS `tasktype`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tasktype` ( `id` int(11) NOT NULL, `description` text NOT NULL, `name` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `mode` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tasktype` -- LOCK TABLES `tasktype` WRITE; /*!40000 ALTER TABLE `tasktype` DISABLE KEYS */; INSERT INTO `tasktype` VALUES (1,'','TECHNICAL','2018-10-18 17:40:27','active','1','','1',''),(2,'','Customer Training','2019-11-22 16:10:15','active','1','','1','no'),(3,'','Attendance','2019-11-22 16:10:23','active','1','','1','pct'); /*!40000 ALTER TABLE `tasktype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `taskupdates` -- DROP TABLE IF EXISTS `taskupdates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `taskupdates` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `date` varchar(50) NOT NULL, `nextstep` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `type` text NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `taskupdates` -- LOCK TABLES `taskupdates` WRITE; /*!40000 ALTER TABLE `taskupdates` DISABLE KEYS */; /*!40000 ALTER TABLE `taskupdates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tillcollection` -- DROP TABLE IF EXISTS `tillcollection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tillcollection` ( `id` int(11) NOT NULL AUTO_INCREMENT, `dateposted` varchar(100) NOT NULL, `addedby` int(100) NOT NULL, `approvedby` varchar(30) NOT NULL, `amount` decimal(10,2) NOT NULL, `description` text NOT NULL, `userid` int(20) NOT NULL, `companyid` int(20) NOT NULL, `branch` int(11) NOT NULL, `collecteddate` varchar(30) NOT NULL, `short` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tillcollection` -- LOCK TABLES `tillcollection` WRITE; /*!40000 ALTER TABLE `tillcollection` DISABLE KEYS */; /*!40000 ALTER TABLE `tillcollection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `timer` -- DROP TABLE IF EXISTS `timer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `timer` ( `id` int(11) NOT NULL AUTO_INCREMENT, `startdate` varchar(30) NOT NULL, `enddate` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `createdat` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `hour` varchar(50) NOT NULL, `station` varchar(20) NOT NULL, `description` text NOT NULL, `product` varchar(50) NOT NULL, `unit` varchar(20) NOT NULL, `duration` varchar(50) DEFAULT NULL, `customer` varchar(50) NOT NULL, `invoice` varchar(50) DEFAULT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `invoice` (`invoice`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `timer` -- LOCK TABLES `timer` WRITE; /*!40000 ALTER TABLE `timer` DISABLE KEYS */; /*!40000 ALTER TABLE `timer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `types` -- DROP TABLE IF EXISTS `types`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `types` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `types` -- LOCK TABLES `types` WRITE; /*!40000 ALTER TABLE `types` DISABLE KEYS */; /*!40000 ALTER TABLE `types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `uom` -- DROP TABLE IF EXISTS `uom`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `uom` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `uom` -- LOCK TABLES `uom` WRITE; /*!40000 ALTER TABLE `uom` DISABLE KEYS */; INSERT INTO `uom` VALUES (1,'Piece','pc','2020-06-22 06:18:43','active','1','','1','pc'),(2,'No Units','No Units','2018-03-29 06:40:47am','active','1','','1','NOU'),(3,'Dozen','Dozen','2018-03-29 06:42:29am','active','1','','1','dz'),(4,'Bar','Bar','2018-03-29 06:43:15am','active','1','','1','BR'),(5,'Packets','Packets','2018-03-29 06:36:08am','active','1','','1','pcks'),(6,'Kilograms','Kilograms','2018-03-29 07:14:40am','active','1','','1','Kg'),(7,'Litre','Litre','2018-03-29 07:14:57am','active','1','','1','ltr'),(8,'Half ','hlf','2018-03-30 12:34:29pm','active','1','','1','pcs'),(9,'sheet','','2018-03-30 12:35:21pm','active','1','','1','sht'),(10,'Bale','','2018-03-30 12:40:40pm','active','1','','1','BL'),(11,'Box','','2018-03-30 12:40:58pm','active','1','','1','bx'),(12,'full','','2018-08-04 11:35:29am','active','1','','1','full'),(13,'refill','','2018-08-04 11:36:06am','active','1','','1','ref'),(14,'1/4','','2018-11-20 09:14:48','active','1','','1','16'),(15,'Feet','','2020-06-09 10:21:14','active','1','','1','ft'),(16,'PIPES','','2020-06-09 19:12:05','active','1','','1','PIPES'),(17,'Monthly','','2020-06-26 07:19:19','active','1','','1','Monthly'),(18,'Daily','','2020-06-26 07:19:31','active','1','','1','Daily'),(19,'Weekly','','2020-06-26 07:19:44','active','1','','1','Weekly'),(20,'Yearly','','2020-06-26 07:19:56','active','1','','1','Yearly'); /*!40000 ALTER TABLE `uom` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `uomproducts` -- DROP TABLE IF EXISTS `uomproducts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `uomproducts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uom` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `qty` decimal(10,2) NOT NULL, `price` varchar(30) NOT NULL, `brice` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `uomproducts` -- LOCK TABLES `uomproducts` WRITE; /*!40000 ALTER TABLE `uomproducts` DISABLE KEYS */; /*!40000 ALTER TABLE `uomproducts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `upgrade` -- DROP TABLE IF EXISTS `upgrade`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `upgrade` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `description` text NOT NULL, `version` varchar(50) NOT NULL, `package` varchar(50) NOT NULL, `exactdate` varchar(50) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `userid` int(10) DEFAULT NULL, `entrydate` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `upgrade` -- LOCK TABLES `upgrade` WRITE; /*!40000 ALTER TABLE `upgrade` DISABLE KEYS */; /*!40000 ALTER TABLE `upgrade` ENABLE KEYS */; UNLOCK TABLES; /*!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:02:53
.
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